@ukpc-lib/react 0.12.6 → 0.13.0
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.
- package/dist/components/GlobalMenu/components/MenuItem.d.ts +2 -1
- package/dist/components/GlobalMenu/data.json.d.ts +1979 -1143
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/index.esm2017-BvgzTXog.cjs +1078 -0
- package/dist/index.esm2017-DT8NIMFK.js +41390 -0
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +1 -1
- package/package.json +2 -2
- package/web-components-bundle/access-denied/index.js +2 -2
- package/web-components-bundle/base-breadcrumbs/index.js +2 -2
- package/web-components-bundle/favorite-menu/index.js +4 -4
- package/web-components-bundle/global-menu/index.js +4 -4
- package/web-components-bundle/global-topbar/index.js +6 -6
- package/web-components-bundle/has-permission/index.js +3 -3
- package/web-components-bundle/{index-B4uOLjGK.js → index-CI-NA37P.js} +1 -1
- package/web-components-bundle/{index-BSe1av43.js → index-Cx0zTfOC.js} +1 -1
- package/web-components-bundle/{index-BTy-Dpix.js → index-DE6E5mlm.js} +536 -536
- package/web-components-bundle/index-IiQE6iik.js +40056 -0
- package/web-components-bundle/page-not-found/index.js +2 -2
- package/web-components-bundle/{react-to-web-component-CXwKHjZr.js → react-to-web-component-D7SoYMky.js} +1535 -1527
- package/web-components-bundle/{react-toastify.esm-CrTD7cpE.js → react-toastify.esm-Y1WvK90L.js} +1 -1
- package/web-components-bundle/toast-config/index.js +2 -2
- package/web-components-bundle/toast-config-notification/index.js +2 -2
- package/dist/index.esm2017-CgX2g4fr.cjs +0 -1078
- package/dist/index.esm2017-D8jHeHt_.js +0 -40738
- package/web-components-bundle/index-BSRZKjgR.js +0 -39402
|
@@ -0,0 +1,1078 @@
|
|
|
1
|
+
var EY=require("./index.css");const _e=require("react/jsx-runtime"),q=require("react"),uI=require("axios"),cI=require("moment"),sa=require("@mui/material"),Dd=require("react-query");require("@r2wc/react-to-web-component");const Sp=require("react-router-dom"),Fv=require("react-dom");function fI(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,r.get?r:{enumerable:!0,get:()=>t[n]})}}return e.default=t,Object.freeze(e)}function dI(t,e){for(var n=0;n<e.length;n++){const r=e[n];if(typeof r!="string"&&!Array.isArray(r)){for(const i in r)if(i!=="default"&&!(i in t)){const o=Object.getOwnPropertyDescriptor(r,i);o&&Object.defineProperty(t,i,o.get?o:{enumerable:!0,get:()=>r[i]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}const kn=fI(q),hI=".modal-overlay{z-index:1300;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000041;--tw-backdrop-blur: blur(4px);justify-content:center;align-items:center;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.modal-title{font-size:1.25rem;line-height:1.75rem;color:#e01b00;font-weight:500}.modal-footer{display:flex;justify-content:space-between;width:80%}.modal-container{background:#fff;-webkit-backdrop-filter:blur(4.5px);backdrop-filter:blur(4.5px);display:flex;padding:32px 24px 40px;flex-direction:column;align-items:center;gap:24px;align-self:stretch;width:500px;height:204px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.5rem}.modal-button{border-radius:3px;border:1px solid #ddd;background:#ddd;padding:8px 32px;font-size:14px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms}.cancel-btn:hover{background:#c5c5c5}.confirm-btn{background:#e01b00!important}.confirm-btn:hover{background:#be1700!important}.text-white{color:#fff}.text-sm{font-size:.875rem;line-height:1.25rem}";function q1({isOpen:t,onClose:e,onConfirm:n}){if(!t)return null;function r(i){var o;((o=i.target)==null?void 0:o.id)==="modal-wrapper"&&e()}return _e.jsxs(_e.Fragment,{children:[_e.jsx("style",{type:"text/css",children:hI}),_e.jsx("div",{onClick:r,className:"modal-overlay",id:"modal-wrapper",children:_e.jsxs("div",{className:"modal-container",children:[_e.jsx("h3",{className:"modal-title",children:"Log out"}),_e.jsx("p",{className:"text-sm",children:"Are you sure want to log out?"}),_e.jsxs("div",{className:"modal-footer",children:[_e.jsx("button",{className:"modal-button cancel-btn",onClick:e,children:"Cancel"}),_e.jsx("button",{onClick:n,className:"text-white confirm-btn modal-button",children:"Confirm"})]})]})})]})}const ki={primary:"#93D500",primary100:"#F0F6E1",primary200:"#E5F5ED",primary300:"#93D500",primary400:"#009D4F",primary500:"#2E7D32",secondary:"#CC0066",secondaryDark:"#AE1857",textPrimary:"#292929",white:"#FFFFFF",grey100:"#FAFAFA",grey200:"#EEEEEE",grey300:"#DDDDDD",grey400:"#C5C5C5",grey500:"#BFBFBF",grey600:"#85858A",success:"#009D4F",successLight:"#E5F5ED",warning:"#FFB600",warningLight:"#FFF8E5",danger:"#E01B00",dangerLight:"#FCE8E5",dangerDark:"#BE1700",linkPrimary:"#007BFF",linkLight:"#007BFF10",headerBgColor:"#292929",headerTextColor:"#FFF",buttonText:"#292929",buttonHover:"#2E7D32"};function Jo(t){"@babel/helpers - typeof";return Jo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Jo(t)}function ts(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function pI(t,e){if(Jo(t)!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(Jo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function X1(t){var e=pI(t,"string");return Jo(e)=="symbol"?e:e+""}function l0(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,X1(r.key),r)}}function ns(t,e,n){return e&&l0(t.prototype,e),n&&l0(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function xl(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function qh(t,e){return qh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},qh(t,e)}function Tp(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&qh(t,e)}function Ud(t,e){if(e&&(Jo(e)=="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return xl(t)}function Va(t){return Va=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Va(t)}function Ha(t,e,n){return(e=X1(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function K1(t){if(Array.isArray(t))return t}function gI(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function u0(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function Z1(t,e){if(t){if(typeof t=="string")return u0(t,e);var n={}.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u0(t,e):void 0}}function J1(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
2
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function mI(t){return K1(t)||gI(t)||Z1(t)||J1()}function c0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function f0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?c0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}var vI={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,n){console&&console[e]&&console[e].apply(console,n)}},yI=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ts(this,t),this.init(e,n)}return ns(t,[{key:"init",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=r.prefix||"i18next:",this.logger=n||vI,this.options=r,this.debug=r.debug}},{key:"setDebug",value:function(n){this.debug=n}},{key:"log",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"log","",!0)}},{key:"warn",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"warn","",!0)}},{key:"error",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"error","")}},{key:"deprecate",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(n,r,i,o){return o&&!this.debug?null:(typeof n[0]=="string"&&(n[0]="".concat(i).concat(this.prefix," ").concat(n[0])),this.logger[r](n))}},{key:"create",value:function(n){return new t(this.logger,f0(f0({},{prefix:"".concat(this.prefix,":").concat(n,":")}),this.options))}},{key:"clone",value:function(n){return n=n||this.options,n.prefix=n.prefix||this.prefix,new t(this.logger,n)}}]),t}(),Fa=new yI,mu=function(){function t(){ts(this,t),this.observers={}}return ns(t,[{key:"on",value:function(n,r){var i=this;return n.split(" ").forEach(function(o){i.observers[o]=i.observers[o]||[],i.observers[o].push(r)}),this}},{key:"off",value:function(n,r){if(this.observers[n]){if(!r){delete this.observers[n];return}this.observers[n]=this.observers[n].filter(function(i){return i!==r})}}},{key:"emit",value:function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];if(this.observers[n]){var a=[].concat(this.observers[n]);a.forEach(function(f){f.apply(void 0,i)})}if(this.observers["*"]){var c=[].concat(this.observers["*"]);c.forEach(function(f){f.apply(f,[n].concat(i))})}}}]),t}();function Qf(){var t,e,n=new Promise(function(r,i){t=r,e=i});return n.resolve=t,n.reject=e,n}function d0(t){return t==null?"":""+t}function bI(t,e,n){t.forEach(function(r){e[r]&&(n[r]=e[r])})}function Nv(t,e,n){function r(c){return c&&c.indexOf("###")>-1?c.replace(/###/g,"."):c}function i(){return!t||typeof t=="string"}for(var o=typeof e!="string"?[].concat(e):e.split(".");o.length>1;){if(i())return{};var a=r(o.shift());!t[a]&&n&&(t[a]=new n),Object.prototype.hasOwnProperty.call(t,a)?t=t[a]:t={}}return i()?{}:{obj:t,k:r(o.shift())}}function h0(t,e,n){var r=Nv(t,e,Object),i=r.obj,o=r.k;i[o]=n}function wI(t,e,n,r){var i=Nv(t,e,Object),o=i.obj,a=i.k;o[a]=o[a]||[],o[a].push(n)}function Xh(t,e){var n=Nv(t,e),r=n.obj,i=n.k;if(r)return r[i]}function xI(t,e,n){var r=Xh(t,n);return r!==void 0?r:Xh(e,n)}function Q1(t,e,n){for(var r in e)r!=="__proto__"&&r!=="constructor"&&(r in t?typeof t[r]=="string"||t[r]instanceof String||typeof e[r]=="string"||e[r]instanceof String?n&&(t[r]=e[r]):Q1(t[r],e[r],n):t[r]=e[r]);return t}function af(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var SI={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function TI(t){return typeof t=="string"?t.replace(/[&<>"'\/]/g,function(e){return SI[e]}):t}var Cp=typeof window<"u"&&window.navigator&&typeof window.navigator.userAgentData>"u"&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,CI=[" ",",","?","!",";"];function EI(t,e,n){e=e||"",n=n||"";var r=CI.filter(function(c){return e.indexOf(c)<0&&n.indexOf(c)<0});if(r.length===0)return!0;var i=new RegExp("(".concat(r.map(function(c){return c==="?"?"\\?":c}).join("|"),")")),o=!i.test(t);if(!o){var a=t.indexOf(n);a>0&&!i.test(t.substring(0,a))&&(o=!0)}return o}function Kh(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(t){if(t[e])return t[e];for(var r=e.split(n),i=t,o=0;o<r.length;++o){if(!i||typeof i[r[o]]=="string"&&o+1<r.length)return;if(i[r[o]]===void 0){for(var a=2,c=r.slice(o,o+a).join(n),f=i[c];f===void 0&&r.length>o+a;)a++,c=r.slice(o,o+a).join(n),f=i[c];if(f===void 0)return;if(f===null)return null;if(e.endsWith(c)){if(typeof f=="string")return f;if(c&&typeof f[c]=="string")return f[c]}var p=r.slice(o+a).join(n);return p?Kh(f,p,n):void 0}i=i[r[o]]}return i}}function p0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function dh(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?p0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):p0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function kI(t){var e=DI();return function(){var r=Va(t),i;if(e){var o=Va(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Ud(this,i)}}function DI(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}var PI=function(t){Tp(n,t);var e=kI(n);function n(r){var i,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};return ts(this,n),i=e.call(this),Cp&&mu.call(xl(i)),i.data=r||{},i.options=o,i.options.keySeparator===void 0&&(i.options.keySeparator="."),i.options.ignoreJSONStructure===void 0&&(i.options.ignoreJSONStructure=!0),i}return ns(n,[{key:"addNamespaces",value:function(i){this.options.ns.indexOf(i)<0&&this.options.ns.push(i)}},{key:"removeNamespaces",value:function(i){var o=this.options.ns.indexOf(i);o>-1&&this.options.ns.splice(o,1)}},{key:"getResource",value:function(i,o,a){var c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},f=c.keySeparator!==void 0?c.keySeparator:this.options.keySeparator,p=c.ignoreJSONStructure!==void 0?c.ignoreJSONStructure:this.options.ignoreJSONStructure,b=[i,o];a&&typeof a!="string"&&(b=b.concat(a)),a&&typeof a=="string"&&(b=b.concat(f?a.split(f):a)),i.indexOf(".")>-1&&(b=i.split("."));var m=Xh(this.data,b);return m||!p||typeof a!="string"?m:Kh(this.data&&this.data[i]&&this.data[i][o],a,f)}},{key:"addResource",value:function(i,o,a,c){var f=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1},p=f.keySeparator!==void 0?f.keySeparator:this.options.keySeparator,b=[i,o];a&&(b=b.concat(p?a.split(p):a)),i.indexOf(".")>-1&&(b=i.split("."),c=o,o=b[1]),this.addNamespaces(o),h0(this.data,b,c),f.silent||this.emit("added",i,o,a,c)}},{key:"addResources",value:function(i,o,a){var c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(var f in a)(typeof a[f]=="string"||Object.prototype.toString.apply(a[f])==="[object Array]")&&this.addResource(i,o,f,a[f],{silent:!0});c.silent||this.emit("added",i,o,a)}},{key:"addResourceBundle",value:function(i,o,a,c,f){var p=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1},b=[i,o];i.indexOf(".")>-1&&(b=i.split("."),c=a,a=o,o=b[1]),this.addNamespaces(o);var m=Xh(this.data,b)||{};c?Q1(m,a,f):m=dh(dh({},m),a),h0(this.data,b,m),p.silent||this.emit("added",i,o,a)}},{key:"removeResourceBundle",value:function(i,o){this.hasResourceBundle(i,o)&&delete this.data[i][o],this.removeNamespaces(o),this.emit("removed",i,o)}},{key:"hasResourceBundle",value:function(i,o){return this.getResource(i,o)!==void 0}},{key:"getResourceBundle",value:function(i,o){return o||(o=this.options.defaultNS),this.options.compatibilityAPI==="v1"?dh(dh({},{}),this.getResource(i,o)):this.getResource(i,o)}},{key:"getDataByLanguage",value:function(i){return this.data[i]}},{key:"hasLanguageSomeTranslations",value:function(i){var o=this.getDataByLanguage(i),a=o&&Object.keys(o)||[];return!!a.find(function(c){return o[c]&&Object.keys(o[c]).length>0})}},{key:"toJSON",value:function(){return this.data}}]),n}(mu),eT={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,n,r,i,o){var a=this;return e.forEach(function(c){a.processors[c]&&(n=a.processors[c].process(n,r,i,o))}),n}};function g0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Li(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?g0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):g0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function OI(t){var e=_I();return function(){var r=Va(t),i;if(e){var o=Va(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Ud(this,i)}}function _I(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}var m0={},v0=function(t){Tp(n,t);var e=OI(n);function n(r){var i,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return ts(this,n),i=e.call(this),Cp&&mu.call(xl(i)),bI(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],r,xl(i)),i.options=o,i.options.keySeparator===void 0&&(i.options.keySeparator="."),i.logger=Fa.create("translator"),i}return ns(n,[{key:"changeLanguage",value:function(i){i&&(this.language=i)}},{key:"exists",value:function(i){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(i==null)return!1;var a=this.resolve(i,o);return a&&a.res!==void 0}},{key:"extractFromKey",value:function(i,o){var a=o.nsSeparator!==void 0?o.nsSeparator:this.options.nsSeparator;a===void 0&&(a=":");var c=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,f=o.ns||this.options.defaultNS||[],p=a&&i.indexOf(a)>-1,b=!this.options.userDefinedKeySeparator&&!o.keySeparator&&!this.options.userDefinedNsSeparator&&!o.nsSeparator&&!EI(i,a,c);if(p&&!b){var m=i.match(this.interpolator.nestingRegexp);if(m&&m.length>0)return{key:i,namespaces:f};var T=i.split(a);(a!==c||a===c&&this.options.ns.indexOf(T[0])>-1)&&(f=T.shift()),i=T.join(c)}return typeof f=="string"&&(f=[f]),{key:i,namespaces:f}}},{key:"translate",value:function(i,o,a){var c=this;if(Jo(o)!=="object"&&this.options.overloadTranslationOptionHandler&&(o=this.options.overloadTranslationOptionHandler(arguments)),Jo(o)==="object"&&(o=Li({},o)),o||(o={}),i==null)return"";Array.isArray(i)||(i=[String(i)]);var f=o.returnDetails!==void 0?o.returnDetails:this.options.returnDetails,p=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,b=this.extractFromKey(i[i.length-1],o),m=b.key,T=b.namespaces,E=T[T.length-1],A=o.lng||this.language,I=o.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(A&&A.toLowerCase()==="cimode"){if(I){var M=o.nsSeparator||this.options.nsSeparator;return f?{res:"".concat(E).concat(M).concat(m),usedKey:m,exactUsedKey:m,usedLng:A,usedNS:E}:"".concat(E).concat(M).concat(m)}return f?{res:m,usedKey:m,exactUsedKey:m,usedLng:A,usedNS:E}:m}var _=this.resolve(i,o),H=_&&_.res,Y=_&&_.usedKey||m,ne=_&&_.exactUsedKey||m,Z=Object.prototype.toString.apply(H),ce=["[object Number]","[object Function]","[object RegExp]"],S=o.joinArrays!==void 0?o.joinArrays:this.options.joinArrays,ue=!this.i18nFormat||this.i18nFormat.handleAsObject,ae=typeof H!="string"&&typeof H!="boolean"&&typeof H!="number";if(ue&&H&&ae&&ce.indexOf(Z)<0&&!(typeof S=="string"&&Z==="[object Array]")){if(!o.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var Ge=this.options.returnedObjectHandler?this.options.returnedObjectHandler(Y,H,Li(Li({},o),{},{ns:T})):"key '".concat(m," (").concat(this.language,")' returned an object instead of string.");return f?(_.res=Ge,_):Ge}if(p){var Le=Z==="[object Array]",Me=Le?[]:{},$e=Le?ne:Y;for(var Ue in H)if(Object.prototype.hasOwnProperty.call(H,Ue)){var he="".concat($e).concat(p).concat(Ue);Me[Ue]=this.translate(he,Li(Li({},o),{joinArrays:!1,ns:T})),Me[Ue]===he&&(Me[Ue]=H[Ue])}H=Me}}else if(ue&&typeof S=="string"&&Z==="[object Array]")H=H.join(S),H&&(H=this.extendTranslation(H,i,o,a));else{var Ce=!1,Pe=!1,Ne=o.count!==void 0&&typeof o.count!="string",tt=n.hasDefaultValue(o),me=Ne?this.pluralResolver.getSuffix(A,o.count,o):"",ke=o["defaultValue".concat(me)]||o.defaultValue;!this.isValidLookup(H)&&tt&&(Ce=!0,H=ke),this.isValidLookup(H)||(Pe=!0,H=m);var We=o.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey,et=We&&Pe?void 0:H,qe=tt&&ke!==H&&this.options.updateMissing;if(Pe||Ce||qe){if(this.logger.log(qe?"updateKey":"missingKey",A,E,m,qe?ke:H),p){var Je=this.resolve(m,Li(Li({},o),{},{keySeparator:!1}));Je&&Je.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var Ke=[],ot=this.languageUtils.getFallbackCodes(this.options.fallbackLng,o.lng||this.language);if(this.options.saveMissingTo==="fallback"&&ot&&ot[0])for(var ct=0;ct<ot.length;ct++)Ke.push(ot[ct]);else this.options.saveMissingTo==="all"?Ke=this.languageUtils.toResolveHierarchy(o.lng||this.language):Ke.push(o.lng||this.language);var pt=function(yt,Qe,At){var Mt=tt&&At!==H?At:et;c.options.missingKeyHandler?c.options.missingKeyHandler(yt,E,Qe,Mt,qe,o):c.backendConnector&&c.backendConnector.saveMissing&&c.backendConnector.saveMissing(yt,E,Qe,Mt,qe,o),c.emit("missingKey",yt,E,Qe,H)};this.options.saveMissing&&(this.options.saveMissingPlurals&&Ne?Ke.forEach(function(ft){c.pluralResolver.getSuffixes(ft,o).forEach(function(yt){pt([ft],m+yt,o["defaultValue".concat(yt)]||ke)})}):pt(Ke,m,ke))}H=this.extendTranslation(H,i,o,_,a),Pe&&H===m&&this.options.appendNamespaceToMissingKey&&(H="".concat(E,":").concat(m)),(Pe||Ce)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?H=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(E,":").concat(m):m,Ce?H:void 0):H=this.options.parseMissingKeyHandler(H))}return f?(_.res=H,_):H}},{key:"extendTranslation",value:function(i,o,a,c,f){var p=this;if(this.i18nFormat&&this.i18nFormat.parse)i=this.i18nFormat.parse(i,Li(Li({},this.options.interpolation.defaultVariables),a),c.usedLng,c.usedNS,c.usedKey,{resolved:c});else if(!a.skipInterpolation){a.interpolation&&this.interpolator.init(Li(Li({},a),{interpolation:Li(Li({},this.options.interpolation),a.interpolation)}));var b=typeof i=="string"&&(a&&a.interpolation&&a.interpolation.skipOnVariables!==void 0?a.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables),m;if(b){var T=i.match(this.interpolator.nestingRegexp);m=T&&T.length}var E=a.replace&&typeof a.replace!="string"?a.replace:a;if(this.options.interpolation.defaultVariables&&(E=Li(Li({},this.options.interpolation.defaultVariables),E)),i=this.interpolator.interpolate(i,E,a.lng||this.language,a),b){var A=i.match(this.interpolator.nestingRegexp),I=A&&A.length;m<I&&(a.nest=!1)}!a.lng&&this.options.compatibilityAPI!=="v1"&&c&&c.res&&(a.lng=c.usedLng),a.nest!==!1&&(i=this.interpolator.nest(i,function(){for(var H=arguments.length,Y=new Array(H),ne=0;ne<H;ne++)Y[ne]=arguments[ne];return f&&f[0]===Y[0]&&!a.context?(p.logger.warn("It seems you are nesting recursively key: ".concat(Y[0]," in key: ").concat(o[0])),null):p.translate.apply(p,Y.concat([o]))},a)),a.interpolation&&this.interpolator.reset()}var M=a.postProcess||this.options.postProcess,_=typeof M=="string"?[M]:M;return i!=null&&_&&_.length&&a.applyPostProcessor!==!1&&(i=eT.handle(_,i,o,this.options&&this.options.postProcessPassResolved?Li({i18nResolved:c},a):a,this)),i}},{key:"resolve",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},c,f,p,b,m;return typeof i=="string"&&(i=[i]),i.forEach(function(T){if(!o.isValidLookup(c)){var E=o.extractFromKey(T,a),A=E.key;f=A;var I=E.namespaces;o.options.fallbackNS&&(I=I.concat(o.options.fallbackNS));var M=a.count!==void 0&&typeof a.count!="string",_=M&&!a.ordinal&&a.count===0&&o.pluralResolver.shouldUseIntlApi(),H=a.context!==void 0&&(typeof a.context=="string"||typeof a.context=="number")&&a.context!=="",Y=a.lngs?a.lngs:o.languageUtils.toResolveHierarchy(a.lng||o.language,a.fallbackLng);I.forEach(function(ne){o.isValidLookup(c)||(m=ne,!m0["".concat(Y[0],"-").concat(ne)]&&o.utils&&o.utils.hasLoadedNamespace&&!o.utils.hasLoadedNamespace(m)&&(m0["".concat(Y[0],"-").concat(ne)]=!0,o.logger.warn('key "'.concat(f,'" for languages "').concat(Y.join(", "),`" won't get resolved as namespace "`).concat(m,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),Y.forEach(function(Z){if(!o.isValidLookup(c)){b=Z;var ce=[A];if(o.i18nFormat&&o.i18nFormat.addLookupKeys)o.i18nFormat.addLookupKeys(ce,A,Z,ne,a);else{var S;M&&(S=o.pluralResolver.getSuffix(Z,a.count,a));var ue="".concat(o.options.pluralSeparator,"zero");if(M&&(ce.push(A+S),_&&ce.push(A+ue)),H){var ae="".concat(A).concat(o.options.contextSeparator).concat(a.context);ce.push(ae),M&&(ce.push(ae+S),_&&ce.push(ae+ue))}}for(var Ge;Ge=ce.pop();)o.isValidLookup(c)||(p=Ge,c=o.getResource(Z,ne,Ge,a))}}))})}}),{res:c,usedKey:f,exactUsedKey:p,usedLng:b,usedNS:m}}},{key:"isValidLookup",value:function(i){return i!==void 0&&!(!this.options.returnNull&&i===null)&&!(!this.options.returnEmptyString&&i==="")}},{key:"getResource",value:function(i,o,a){var c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(i,o,a,c):this.resourceStore.getResource(i,o,a,c)}}],[{key:"hasDefaultValue",value:function(i){var o="defaultValue";for(var a in i)if(Object.prototype.hasOwnProperty.call(i,a)&&o===a.substring(0,o.length)&&i[a]!==void 0)return!0;return!1}}]),n}(mu);function Sg(t){return t.charAt(0).toUpperCase()+t.slice(1)}var y0=function(){function t(e){ts(this,t),this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Fa.create("languageUtils")}return ns(t,[{key:"getScriptPartFromCode",value:function(n){if(!n||n.indexOf("-")<0)return null;var r=n.split("-");return r.length===2||(r.pop(),r[r.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(r.join("-"))}},{key:"getLanguagePartFromCode",value:function(n){if(!n||n.indexOf("-")<0)return n;var r=n.split("-");return this.formatLanguageCode(r[0])}},{key:"formatLanguageCode",value:function(n){if(typeof n=="string"&&n.indexOf("-")>-1){var r=["hans","hant","latn","cyrl","cans","mong","arab"],i=n.split("-");return this.options.lowerCaseLng?i=i.map(function(o){return o.toLowerCase()}):i.length===2?(i[0]=i[0].toLowerCase(),i[1]=i[1].toUpperCase(),r.indexOf(i[1].toLowerCase())>-1&&(i[1]=Sg(i[1].toLowerCase()))):i.length===3&&(i[0]=i[0].toLowerCase(),i[1].length===2&&(i[1]=i[1].toUpperCase()),i[0]!=="sgn"&&i[2].length===2&&(i[2]=i[2].toUpperCase()),r.indexOf(i[1].toLowerCase())>-1&&(i[1]=Sg(i[1].toLowerCase())),r.indexOf(i[2].toLowerCase())>-1&&(i[2]=Sg(i[2].toLowerCase()))),i.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?n.toLowerCase():n}},{key:"isSupportedCode",value:function(n){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(n=this.getLanguagePartFromCode(n)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(n)>-1}},{key:"getBestMatchFromCodes",value:function(n){var r=this;if(!n)return null;var i;return n.forEach(function(o){if(!i){var a=r.formatLanguageCode(o);(!r.options.supportedLngs||r.isSupportedCode(a))&&(i=a)}}),!i&&this.options.supportedLngs&&n.forEach(function(o){if(!i){var a=r.getLanguagePartFromCode(o);if(r.isSupportedCode(a))return i=a;i=r.options.supportedLngs.find(function(c){if(c===a)return c;if(!(c.indexOf("-")<0&&a.indexOf("-")<0)&&c.indexOf(a)===0)return c})}}),i||(i=this.getFallbackCodes(this.options.fallbackLng)[0]),i}},{key:"getFallbackCodes",value:function(n,r){if(!n)return[];if(typeof n=="function"&&(n=n(r)),typeof n=="string"&&(n=[n]),Object.prototype.toString.apply(n)==="[object Array]")return n;if(!r)return n.default||[];var i=n[r];return i||(i=n[this.getScriptPartFromCode(r)]),i||(i=n[this.formatLanguageCode(r)]),i||(i=n[this.getLanguagePartFromCode(r)]),i||(i=n.default),i||[]}},{key:"toResolveHierarchy",value:function(n,r){var i=this,o=this.getFallbackCodes(r||this.options.fallbackLng||[],n),a=[],c=function(p){p&&(i.isSupportedCode(p)?a.push(p):i.logger.warn("rejecting language code not found in supportedLngs: ".concat(p)))};return typeof n=="string"&&n.indexOf("-")>-1?(this.options.load!=="languageOnly"&&c(this.formatLanguageCode(n)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&c(this.getScriptPartFromCode(n)),this.options.load!=="currentOnly"&&c(this.getLanguagePartFromCode(n))):typeof n=="string"&&c(this.formatLanguageCode(n)),o.forEach(function(f){a.indexOf(f)<0&&c(i.formatLanguageCode(f))}),a}}]),t}(),RI=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],AI={1:function(e){return+(e>1)},2:function(e){return+(e!=1)},3:function(e){return 0},4:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2},5:function(e){return e==0?0:e==1?1:e==2?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},6:function(e){return e==1?0:e>=2&&e<=4?1:2},7:function(e){return e==1?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2},8:function(e){return e==1?0:e==2?1:e!=8&&e!=11?2:3},9:function(e){return+(e>=2)},10:function(e){return e==1?0:e==2?1:e<7?2:e<11?3:4},11:function(e){return e==1||e==11?0:e==2||e==12?1:e>2&&e<20?2:3},12:function(e){return+(e%10!=1||e%100==11)},13:function(e){return+(e!==0)},14:function(e){return e==1?0:e==2?1:e==3?2:3},15:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2},16:function(e){return e%10==1&&e%100!=11?0:e!==0?1:2},17:function(e){return e==1||e%10==1&&e%100!=11?0:1},18:function(e){return e==0?0:e==1?1:2},19:function(e){return e==1?0:e==0||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3},20:function(e){return e==1?0:e==0||e%100>0&&e%100<20?1:2},21:function(e){return e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0},22:function(e){return e==1?0:e==2?1:(e<0||e>10)&&e%10==0?2:3}},II=["v1","v2","v3"],b0={zero:0,one:1,two:2,few:3,many:4,other:5};function MI(){var t={};return RI.forEach(function(e){e.lngs.forEach(function(n){t[n]={numbers:e.nr,plurals:AI[e.fc]}})}),t}var LI=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ts(this,t),this.languageUtils=e,this.options=n,this.logger=Fa.create("pluralResolver"),(!this.options.compatibilityJSON||this.options.compatibilityJSON==="v4")&&(typeof Intl>"u"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=MI()}return ns(t,[{key:"addRule",value:function(n,r){this.rules[n]=r}},{key:"getRule",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(n,{type:r.ordinal?"ordinal":"cardinal"})}catch{return}return this.rules[n]||this.rules[this.languageUtils.getLanguagePartFromCode(n)]}},{key:"needsPlural",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=this.getRule(n,r);return this.shouldUseIntlApi()?i&&i.resolvedOptions().pluralCategories.length>1:i&&i.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(n,r){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(n,i).map(function(o){return"".concat(r).concat(o)})}},{key:"getSuffixes",value:function(n){var r=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=this.getRule(n,i);return o?this.shouldUseIntlApi()?o.resolvedOptions().pluralCategories.sort(function(a,c){return b0[a]-b0[c]}).map(function(a){return"".concat(r.options.prepend).concat(a)}):o.numbers.map(function(a){return r.getSuffix(n,a,i)}):[]}},{key:"getSuffix",value:function(n,r){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=this.getRule(n,i);return o?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(o.select(r)):this.getSuffixRetroCompatible(o,r):(this.logger.warn("no plural rule found for: ".concat(n)),"")}},{key:"getSuffixRetroCompatible",value:function(n,r){var i=this,o=n.noAbs?n.plurals(r):n.plurals(Math.abs(r)),a=n.numbers[o];this.options.simplifyPluralSuffix&&n.numbers.length===2&&n.numbers[0]===1&&(a===2?a="plural":a===1&&(a=""));var c=function(){return i.options.prepend&&a.toString()?i.options.prepend+a.toString():a.toString()};return this.options.compatibilityJSON==="v1"?a===1?"":typeof a=="number"?"_plural_".concat(a.toString()):c():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&n.numbers.length===2&&n.numbers[0]===1?c():this.options.prepend&&o.toString()?this.options.prepend+o.toString():o.toString()}},{key:"shouldUseIntlApi",value:function(){return!II.includes(this.options.compatibilityJSON)}}]),t}();function w0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function ia(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?w0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):w0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function x0(t,e,n){var r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,o=xI(t,e,n);return!o&&i&&typeof n=="string"&&(o=Kh(t,n,r),o===void 0&&(o=Kh(e,n,r))),o}var FI=function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ts(this,t),this.logger=Fa.create("interpolator"),this.options=e,this.format=e.interpolation&&e.interpolation.format||function(n){return n},this.init(e)}return ns(t,[{key:"init",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};n.interpolation||(n.interpolation={escapeValue:!0});var r=n.interpolation;this.escape=r.escape!==void 0?r.escape:TI,this.escapeValue=r.escapeValue!==void 0?r.escapeValue:!0,this.useRawValueToEscape=r.useRawValueToEscape!==void 0?r.useRawValueToEscape:!1,this.prefix=r.prefix?af(r.prefix):r.prefixEscaped||"{{",this.suffix=r.suffix?af(r.suffix):r.suffixEscaped||"}}",this.formatSeparator=r.formatSeparator?r.formatSeparator:r.formatSeparator||",",this.unescapePrefix=r.unescapeSuffix?"":r.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":r.unescapeSuffix||"",this.nestingPrefix=r.nestingPrefix?af(r.nestingPrefix):r.nestingPrefixEscaped||af("$t("),this.nestingSuffix=r.nestingSuffix?af(r.nestingSuffix):r.nestingSuffixEscaped||af(")"),this.nestingOptionsSeparator=r.nestingOptionsSeparator?r.nestingOptionsSeparator:r.nestingOptionsSeparator||",",this.maxReplaces=r.maxReplaces?r.maxReplaces:1e3,this.alwaysFormat=r.alwaysFormat!==void 0?r.alwaysFormat:!1,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var n="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(n,"g");var r="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(r,"g");var i="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(i,"g")}},{key:"interpolate",value:function(n,r,i,o){var a=this,c,f,p,b=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function m(M){return M.replace(/\$/g,"$$$$")}var T=function(_){if(_.indexOf(a.formatSeparator)<0){var H=x0(r,b,_,a.options.keySeparator,a.options.ignoreJSONStructure);return a.alwaysFormat?a.format(H,void 0,i,ia(ia(ia({},o),r),{},{interpolationkey:_})):H}var Y=_.split(a.formatSeparator),ne=Y.shift().trim(),Z=Y.join(a.formatSeparator).trim();return a.format(x0(r,b,ne,a.options.keySeparator,a.options.ignoreJSONStructure),Z,i,ia(ia(ia({},o),r),{},{interpolationkey:ne}))};this.resetRegExp();var E=o&&o.missingInterpolationHandler||this.options.missingInterpolationHandler,A=o&&o.interpolation&&o.interpolation.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables,I=[{regex:this.regexpUnescape,safeValue:function(_){return m(_)}},{regex:this.regexp,safeValue:function(_){return a.escapeValue?m(a.escape(_)):m(_)}}];return I.forEach(function(M){for(p=0;c=M.regex.exec(n);){var _=c[1].trim();if(f=T(_),f===void 0)if(typeof E=="function"){var H=E(n,c,o);f=typeof H=="string"?H:""}else if(o&&Object.prototype.hasOwnProperty.call(o,_))f="";else if(A){f=c[0];continue}else a.logger.warn("missed to pass in variable ".concat(_," for interpolating ").concat(n)),f="";else typeof f!="string"&&!a.useRawValueToEscape&&(f=d0(f));var Y=M.safeValue(f);if(n=n.replace(c[0],Y),A?(M.regex.lastIndex+=f.length,M.regex.lastIndex-=c[0].length):M.regex.lastIndex=0,p++,p>=a.maxReplaces)break}}),n}},{key:"nest",value:function(n,r){var i=this,o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a,c,f;function p(E,A){var I=this.nestingOptionsSeparator;if(E.indexOf(I)<0)return E;var M=E.split(new RegExp("".concat(I,"[ ]*{"))),_="{".concat(M[1]);E=M[0],_=this.interpolate(_,f);var H=_.match(/'/g),Y=_.match(/"/g);(H&&H.length%2===0&&!Y||Y.length%2!==0)&&(_=_.replace(/'/g,'"'));try{f=JSON.parse(_),A&&(f=ia(ia({},A),f))}catch(ne){return this.logger.warn("failed parsing options string in nesting for key ".concat(E),ne),"".concat(E).concat(I).concat(_)}return delete f.defaultValue,E}for(;a=this.nestingRegexp.exec(n);){var b=[];f=ia({},o),f=f.replace&&typeof f.replace!="string"?f.replace:f,f.applyPostProcessor=!1,delete f.defaultValue;var m=!1;if(a[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(a[1])){var T=a[1].split(this.formatSeparator).map(function(E){return E.trim()});a[1]=T.shift(),b=T,m=!0}if(c=r(p.call(this,a[1].trim(),f),f),c&&a[0]===n&&typeof c!="string")return c;typeof c!="string"&&(c=d0(c)),c||(this.logger.warn("missed to resolve ".concat(a[1]," for nesting ").concat(n)),c=""),m&&(c=b.reduce(function(E,A){return i.format(E,A,o.lng,ia(ia({},o),{},{interpolationkey:a[1].trim()}))},c.trim())),n=n.replace(a[0],c),this.regexp.lastIndex=0}return n}}]),t}();function S0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function ml(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?S0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):S0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function NI(t){var e=t.toLowerCase().trim(),n={};if(t.indexOf("(")>-1){var r=t.split("(");e=r[0].toLowerCase().trim();var i=r[1].substring(0,r[1].length-1);if(e==="currency"&&i.indexOf(":")<0)n.currency||(n.currency=i.trim());else if(e==="relativetime"&&i.indexOf(":")<0)n.range||(n.range=i.trim());else{var o=i.split(";");o.forEach(function(a){if(a){var c=a.split(":"),f=mI(c),p=f[0],b=f.slice(1),m=b.join(":").trim().replace(/^'+|'+$/g,"");n[p.trim()]||(n[p.trim()]=m),m==="false"&&(n[p.trim()]=!1),m==="true"&&(n[p.trim()]=!0),isNaN(m)||(n[p.trim()]=parseInt(m,10))}})}}return{formatName:e,formatOptions:n}}function lf(t){var e={};return function(r,i,o){var a=i+JSON.stringify(o),c=e[a];return c||(c=t(i,o),e[a]=c),c(r)}}var jI=function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ts(this,t),this.logger=Fa.create("formatter"),this.options=e,this.formats={number:lf(function(n,r){var i=new Intl.NumberFormat(n,ml({},r));return function(o){return i.format(o)}}),currency:lf(function(n,r){var i=new Intl.NumberFormat(n,ml(ml({},r),{},{style:"currency"}));return function(o){return i.format(o)}}),datetime:lf(function(n,r){var i=new Intl.DateTimeFormat(n,ml({},r));return function(o){return i.format(o)}}),relativetime:lf(function(n,r){var i=new Intl.RelativeTimeFormat(n,ml({},r));return function(o){return i.format(o,r.range||"day")}}),list:lf(function(n,r){var i=new Intl.ListFormat(n,ml({},r));return function(o){return i.format(o)}})},this.init(e)}return ns(t,[{key:"init",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}},i=r.interpolation;this.formatSeparator=i.formatSeparator?i.formatSeparator:i.formatSeparator||","}},{key:"add",value:function(n,r){this.formats[n.toLowerCase().trim()]=r}},{key:"addCached",value:function(n,r){this.formats[n.toLowerCase().trim()]=lf(r)}},{key:"format",value:function(n,r,i){var o=this,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},c=r.split(this.formatSeparator),f=c.reduce(function(p,b){var m=NI(b),T=m.formatName,E=m.formatOptions;if(o.formats[T]){var A=p;try{var I=a&&a.formatParams&&a.formatParams[a.interpolationkey]||{},M=I.locale||I.lng||a.locale||a.lng||i;A=o.formats[T](p,M,ml(ml(ml({},E),a),I))}catch(_){o.logger.warn(_)}return A}else o.logger.warn("there was no format function for ".concat(T));return p},n);return f}}]),t}();function T0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function C0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?T0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):T0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function BI(t){var e=$I();return function(){var r=Va(t),i;if(e){var o=Va(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Ud(this,i)}}function $I(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function VI(t,e){t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)}var HI=function(t){Tp(n,t);var e=BI(n);function n(r,i,o){var a,c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return ts(this,n),a=e.call(this),Cp&&mu.call(xl(a)),a.backend=r,a.store=i,a.services=o,a.languageUtils=o.languageUtils,a.options=c,a.logger=Fa.create("backendConnector"),a.waitingReads=[],a.maxParallelReads=c.maxParallelReads||10,a.readingCalls=0,a.maxRetries=c.maxRetries>=0?c.maxRetries:5,a.retryTimeout=c.retryTimeout>=1?c.retryTimeout:350,a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(o,c.backend,c),a}return ns(n,[{key:"queueLoad",value:function(i,o,a,c){var f=this,p={},b={},m={},T={};return i.forEach(function(E){var A=!0;o.forEach(function(I){var M="".concat(E,"|").concat(I);!a.reload&&f.store.hasResourceBundle(E,I)?f.state[M]=2:f.state[M]<0||(f.state[M]===1?b[M]===void 0&&(b[M]=!0):(f.state[M]=1,A=!1,b[M]===void 0&&(b[M]=!0),p[M]===void 0&&(p[M]=!0),T[I]===void 0&&(T[I]=!0)))}),A||(m[E]=!0)}),(Object.keys(p).length||Object.keys(b).length)&&this.queue.push({pending:b,pendingCount:Object.keys(b).length,loaded:{},errors:[],callback:c}),{toLoad:Object.keys(p),pending:Object.keys(b),toLoadLanguages:Object.keys(m),toLoadNamespaces:Object.keys(T)}}},{key:"loaded",value:function(i,o,a){var c=i.split("|"),f=c[0],p=c[1];o&&this.emit("failedLoading",f,p,o),a&&this.store.addResourceBundle(f,p,a),this.state[i]=o?-1:2;var b={};this.queue.forEach(function(m){wI(m.loaded,[f],p),VI(m,i),o&&m.errors.push(o),m.pendingCount===0&&!m.done&&(Object.keys(m.loaded).forEach(function(T){b[T]||(b[T]={});var E=m.loaded[T];E.length&&E.forEach(function(A){b[T][A]===void 0&&(b[T][A]=!0)})}),m.done=!0,m.errors.length?m.callback(m.errors):m.callback())}),this.emit("loaded",b),this.queue=this.queue.filter(function(m){return!m.done})}},{key:"read",value:function(i,o,a){var c=this,f=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,p=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,b=arguments.length>5?arguments[5]:void 0;if(!i.length)return b(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:i,ns:o,fcName:a,tried:f,wait:p,callback:b});return}this.readingCalls++;var m=function(I,M){if(c.readingCalls--,c.waitingReads.length>0){var _=c.waitingReads.shift();c.read(_.lng,_.ns,_.fcName,_.tried,_.wait,_.callback)}if(I&&M&&f<c.maxRetries){setTimeout(function(){c.read.call(c,i,o,a,f+1,p*2,b)},p);return}b(I,M)},T=this.backend[a].bind(this.backend);if(T.length===2){try{var E=T(i,o);E&&typeof E.then=="function"?E.then(function(A){return m(null,A)}).catch(m):m(null,E)}catch(A){m(A)}return}return T(i,o,m)}},{key:"prepareLoading",value:function(i,o){var a=this,c=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},f=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),f&&f();typeof i=="string"&&(i=this.languageUtils.toResolveHierarchy(i)),typeof o=="string"&&(o=[o]);var p=this.queueLoad(i,o,c,f);if(!p.toLoad.length)return p.pending.length||f(),null;p.toLoad.forEach(function(b){a.loadOne(b)})}},{key:"load",value:function(i,o,a){this.prepareLoading(i,o,{},a)}},{key:"reload",value:function(i,o,a){this.prepareLoading(i,o,{reload:!0},a)}},{key:"loadOne",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",c=i.split("|"),f=c[0],p=c[1];this.read(f,p,"read",void 0,void 0,function(b,m){b&&o.logger.warn("".concat(a,"loading namespace ").concat(p," for language ").concat(f," failed"),b),!b&&m&&o.logger.log("".concat(a,"loaded namespace ").concat(p," for language ").concat(f),m),o.loaded(i,b,m)})}},{key:"saveMissing",value:function(i,o,a,c,f){var p=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},b=arguments.length>6&&arguments[6]!==void 0?arguments[6]:function(){};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(o)){this.logger.warn('did not save key "'.concat(a,'" as the namespace "').concat(o,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(a==null||a==="")){if(this.backend&&this.backend.create){var m=C0(C0({},p),{},{isUpdate:f}),T=this.backend.create.bind(this.backend);if(T.length<6)try{var E;T.length===5?E=T(i,o,a,c,m):E=T(i,o,a,c),E&&typeof E.then=="function"?E.then(function(A){return b(null,A)}).catch(b):b(null,E)}catch(A){b(A)}else T(i,o,a,c,b,m)}!i||!i[0]||this.store.addResource(i[0],o,a,c)}}}]),n}(mu);function E0(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var n={};if(Jo(e[1])==="object"&&(n=e[1]),typeof e[1]=="string"&&(n.defaultValue=e[1]),typeof e[2]=="string"&&(n.tDescription=e[2]),Jo(e[2])==="object"||Jo(e[3])==="object"){var r=e[3]||e[2];Object.keys(r).forEach(function(i){n[i]=r[i]})}return n},interpolation:{escapeValue:!0,format:function(e,n,r,i){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}}function k0(t){return typeof t.ns=="string"&&(t.ns=[t.ns]),typeof t.fallbackLng=="string"&&(t.fallbackLng=[t.fallbackLng]),typeof t.fallbackNS=="string"&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs&&t.supportedLngs.indexOf("cimode")<0&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),t}function D0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Ia(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?D0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):D0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function UI(t){var e=WI();return function(){var r=Va(t),i;if(e){var o=Va(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Ud(this,i)}}function WI(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function hh(){}function zI(t){var e=Object.getOwnPropertyNames(Object.getPrototypeOf(t));e.forEach(function(n){typeof t[n]=="function"&&(t[n]=t[n].bind(t))})}var Zh=function(t){Tp(n,t);var e=UI(n);function n(){var r,i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;if(ts(this,n),r=e.call(this),Cp&&mu.call(xl(r)),r.options=k0(i),r.services={},r.logger=Fa,r.modules={external:[]},zI(xl(r)),o&&!r.isInitialized&&!i.isClone){if(!r.options.initImmediate)return r.init(i,o),Ud(r,xl(r));setTimeout(function(){r.init(i,o)},0)}return r}return ns(n,[{key:"init",value:function(){var i=this,o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;typeof o=="function"&&(a=o,o={}),!o.defaultNS&&o.defaultNS!==!1&&o.ns&&(typeof o.ns=="string"?o.defaultNS=o.ns:o.ns.indexOf("translation")<0&&(o.defaultNS=o.ns[0]));var c=E0();this.options=Ia(Ia(Ia({},c),this.options),k0(o)),this.options.compatibilityAPI!=="v1"&&(this.options.interpolation=Ia(Ia({},c.interpolation),this.options.interpolation)),o.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=o.keySeparator),o.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=o.nsSeparator);function f(_){return _?typeof _=="function"?new _:_:null}if(!this.options.isClone){this.modules.logger?Fa.init(f(this.modules.logger),this.options):Fa.init(null,this.options);var p;this.modules.formatter?p=this.modules.formatter:typeof Intl<"u"&&(p=jI);var b=new y0(this.options);this.store=new PI(this.options.resources,this.options);var m=this.services;m.logger=Fa,m.resourceStore=this.store,m.languageUtils=b,m.pluralResolver=new LI(b,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),p&&(!this.options.interpolation.format||this.options.interpolation.format===c.interpolation.format)&&(m.formatter=f(p),m.formatter.init(m,this.options),this.options.interpolation.format=m.formatter.format.bind(m.formatter)),m.interpolator=new FI(this.options),m.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},m.backendConnector=new HI(f(this.modules.backend),m.resourceStore,m,this.options),m.backendConnector.on("*",function(_){for(var H=arguments.length,Y=new Array(H>1?H-1:0),ne=1;ne<H;ne++)Y[ne-1]=arguments[ne];i.emit.apply(i,[_].concat(Y))}),this.modules.languageDetector&&(m.languageDetector=f(this.modules.languageDetector),m.languageDetector.init&&m.languageDetector.init(m,this.options.detection,this.options)),this.modules.i18nFormat&&(m.i18nFormat=f(this.modules.i18nFormat),m.i18nFormat.init&&m.i18nFormat.init(this)),this.translator=new v0(this.services,this.options),this.translator.on("*",function(_){for(var H=arguments.length,Y=new Array(H>1?H-1:0),ne=1;ne<H;ne++)Y[ne-1]=arguments[ne];i.emit.apply(i,[_].concat(Y))}),this.modules.external.forEach(function(_){_.init&&_.init(i)})}if(this.format=this.options.interpolation.format,a||(a=hh),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var T=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);T.length>0&&T[0]!=="dev"&&(this.options.lng=T[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined");var E=["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"];E.forEach(function(_){i[_]=function(){var H;return(H=i.store)[_].apply(H,arguments)}});var A=["addResource","addResources","addResourceBundle","removeResourceBundle"];A.forEach(function(_){i[_]=function(){var H;return(H=i.store)[_].apply(H,arguments),i}});var I=Qf(),M=function(){var H=function(ne,Z){i.isInitialized&&!i.initializedStoreOnce&&i.logger.warn("init: i18next is already initialized. You should call init just once!"),i.isInitialized=!0,i.options.isClone||i.logger.log("initialized",i.options),i.emit("initialized",i.options),I.resolve(Z),a(ne,Z)};if(i.languages&&i.options.compatibilityAPI!=="v1"&&!i.isInitialized)return H(null,i.t.bind(i));i.changeLanguage(i.options.lng,H)};return this.options.resources||!this.options.initImmediate?M():setTimeout(M,0),I}},{key:"loadResources",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:hh,c=a,f=typeof i=="string"?i:this.language;if(typeof i=="function"&&(c=i),!this.options.resources||this.options.partialBundledLanguages){if(f&&f.toLowerCase()==="cimode")return c();var p=[],b=function(E){if(E){var A=o.services.languageUtils.toResolveHierarchy(E);A.forEach(function(I){p.indexOf(I)<0&&p.push(I)})}};if(f)b(f);else{var m=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);m.forEach(function(T){return b(T)})}this.options.preload&&this.options.preload.forEach(function(T){return b(T)}),this.services.backendConnector.load(p,this.options.ns,function(T){!T&&!o.resolvedLanguage&&o.language&&o.setResolvedLanguage(o.language),c(T)})}else c(null)}},{key:"reloadResources",value:function(i,o,a){var c=Qf();return i||(i=this.languages),o||(o=this.options.ns),a||(a=hh),this.services.backendConnector.reload(i,o,function(f){c.resolve(),a(f)}),c}},{key:"use",value:function(i){if(!i)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!i.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return i.type==="backend"&&(this.modules.backend=i),(i.type==="logger"||i.log&&i.warn&&i.error)&&(this.modules.logger=i),i.type==="languageDetector"&&(this.modules.languageDetector=i),i.type==="i18nFormat"&&(this.modules.i18nFormat=i),i.type==="postProcessor"&&eT.addPostProcessor(i),i.type==="formatter"&&(this.modules.formatter=i),i.type==="3rdParty"&&this.modules.external.push(i),this}},{key:"setResolvedLanguage",value:function(i){if(!(!i||!this.languages)&&!(["cimode","dev"].indexOf(i)>-1))for(var o=0;o<this.languages.length;o++){var a=this.languages[o];if(!(["cimode","dev"].indexOf(a)>-1)&&this.store.hasLanguageSomeTranslations(a)){this.resolvedLanguage=a;break}}}},{key:"changeLanguage",value:function(i,o){var a=this;this.isLanguageChangingTo=i;var c=Qf();this.emit("languageChanging",i);var f=function(T){a.language=T,a.languages=a.services.languageUtils.toResolveHierarchy(T),a.resolvedLanguage=void 0,a.setResolvedLanguage(T)},p=function(T,E){E?(f(E),a.translator.changeLanguage(E),a.isLanguageChangingTo=void 0,a.emit("languageChanged",E),a.logger.log("languageChanged",E)):a.isLanguageChangingTo=void 0,c.resolve(function(){return a.t.apply(a,arguments)}),o&&o(T,function(){return a.t.apply(a,arguments)})},b=function(T){!i&&!T&&a.services.languageDetector&&(T=[]);var E=typeof T=="string"?T:a.services.languageUtils.getBestMatchFromCodes(T);E&&(a.language||f(E),a.translator.language||a.translator.changeLanguage(E),a.services.languageDetector&&a.services.languageDetector.cacheUserLanguage&&a.services.languageDetector.cacheUserLanguage(E)),a.loadResources(E,function(A){p(A,E)})};return!i&&this.services.languageDetector&&!this.services.languageDetector.async?b(this.services.languageDetector.detect()):!i&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(b):this.services.languageDetector.detect(b):b(i),c}},{key:"getFixedT",value:function(i,o,a){var c=this,f=function p(b,m){var T;if(Jo(m)!=="object"){for(var E=arguments.length,A=new Array(E>2?E-2:0),I=2;I<E;I++)A[I-2]=arguments[I];T=c.options.overloadTranslationOptionHandler([b,m].concat(A))}else T=Ia({},m);T.lng=T.lng||p.lng,T.lngs=T.lngs||p.lngs,T.ns=T.ns||p.ns,T.keyPrefix=T.keyPrefix||a||p.keyPrefix;var M=c.options.keySeparator||".",_;return T.keyPrefix&&Array.isArray(b)?_=b.map(function(H){return"".concat(T.keyPrefix).concat(M).concat(H)}):_=T.keyPrefix?"".concat(T.keyPrefix).concat(M).concat(b):b,c.t(_,T)};return typeof i=="string"?f.lng=i:f.lngs=i,f.ns=o,f.keyPrefix=a,f}},{key:"t",value:function(){var i;return this.translator&&(i=this.translator).translate.apply(i,arguments)}},{key:"exists",value:function(){var i;return this.translator&&(i=this.translator).exists.apply(i,arguments)}},{key:"setDefaultNamespace",value:function(i){this.options.defaultNS=i}},{key:"hasLoadedNamespace",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var c=a.lng||this.resolvedLanguage||this.languages[0],f=this.options?this.options.fallbackLng:!1,p=this.languages[this.languages.length-1];if(c.toLowerCase()==="cimode")return!0;var b=function(E,A){var I=o.services.backendConnector.state["".concat(E,"|").concat(A)];return I===-1||I===2};if(a.precheck){var m=a.precheck(this,b);if(m!==void 0)return m}return!!(this.hasResourceBundle(c,i)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||b(c,i)&&(!f||b(p,i)))}},{key:"loadNamespaces",value:function(i,o){var a=this,c=Qf();return this.options.ns?(typeof i=="string"&&(i=[i]),i.forEach(function(f){a.options.ns.indexOf(f)<0&&a.options.ns.push(f)}),this.loadResources(function(f){c.resolve(),o&&o(f)}),c):(o&&o(),Promise.resolve())}},{key:"loadLanguages",value:function(i,o){var a=Qf();typeof i=="string"&&(i=[i]);var c=this.options.preload||[],f=i.filter(function(p){return c.indexOf(p)<0});return f.length?(this.options.preload=c.concat(f),this.loadResources(function(p){a.resolve(),o&&o(p)}),a):(o&&o(),Promise.resolve())}},{key:"dir",value:function(i){if(i||(i=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!i)return"rtl";var o=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],a=this.services&&this.services.languageUtils||new y0(E0());return o.indexOf(a.getLanguagePartFromCode(i))>-1||i.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var i=this,o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:hh,c=Ia(Ia(Ia({},this.options),o),{isClone:!0}),f=new n(c);(o.debug!==void 0||o.prefix!==void 0)&&(f.logger=f.logger.clone(o));var p=["store","services","language"];return p.forEach(function(b){f[b]=i[b]}),f.services=Ia({},this.services),f.services.utils={hasLoadedNamespace:f.hasLoadedNamespace.bind(f)},f.translator=new v0(f.services,f.options),f.translator.on("*",function(b){for(var m=arguments.length,T=new Array(m>1?m-1:0),E=1;E<m;E++)T[E-1]=arguments[E];f.emit.apply(f,[b].concat(T))}),f.init(c,a),f.translator.options=f.options,f.translator.backendConnector.services.utils={hasLoadedNamespace:f.hasLoadedNamespace.bind(f)},f}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),n}(mu);Ha(Zh,"createInstance",function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=arguments.length>1?arguments[1]:void 0;return new Zh(t,e)});var ii=Zh.createInstance();ii.createInstance=Zh.createInstance;ii.createInstance;ii.dir;ii.init;ii.loadResources;ii.reloadResources;ii.use;ii.changeLanguage;ii.getFixedT;var tT=ii.t;ii.exists;ii.setDefaultNamespace;ii.hasLoadedNamespace;ii.loadNamespaces;ii.loadLanguages;const nT={TOKEN_MALFORMED:"token_malformed",TOKEN_EXPIRED:"token_expired"},rT=t=>{window.location.href=`${t}/authentication/login`},iT=t=>{window.location.href=`${t}/authentication/logout`},As=uI.create({withCredentials:!0});let Tg=!1,Pm=[];const P0=t=>{Pm.forEach(e=>{t?e.reject(t):e.resolve()}),Pm=[]};function oT(t,e){var o,a,c,f,p,b,m,T,E;const n=t.config,r=((a=(o=t.response)==null?void 0:o.data)==null?void 0:a.errorMessage)||((f=(c=t.response)==null?void 0:c.data)==null?void 0:f.message),i=r===nT.TOKEN_EXPIRED;return((p=t.response)==null?void 0:p.status)===401&&i&&!n._retry?Tg?new Promise((A,I)=>{Pm.push({resolve:A,reject:I})}).then(()=>As(n)).catch(A=>Promise.reject(A)):(n._retry=!0,Tg=!0,As.post("/authentication/api/v1/auth/refresh-token",void 0,{baseURL:window.env.AUTHEN_DOMAIN}).then(()=>(P0(null),As(n))).catch(A=>(P0(A),Promise.reject(A))).finally(()=>{Tg=!1})):((b=t.response)==null?void 0:b.status)===401&&!i?rT(window.env.AUTHEN_DOMAIN):(((m=t.response)==null?void 0:m.status)===403?(T=e==null?void 0:e.handle403)==null||T.call(e,t):(!(e!=null&&e.disabledPushNotify)&&Wd(tT(`${r||"Something went wrong!"}`)),(E=e==null?void 0:e.handleOtherError)==null||E.call(e,t)),r&&t.response&&t.response.data&&(t.response.data.message=r),Promise.reject(t))}const YI=As.interceptors.response.use(t=>t,async t=>oT(t)),sT=q.createContext({}),GI=({children:t})=>{const[e,n]=q.useState(!1),[r,i]=q.useState({all:{rows:[],total:0},unread:{rows:[],total:0}}),o=()=>{n(!e)},a=()=>{n(!1)};return _e.jsx(sT.Provider,{value:{isOpen:e,toggleOpen:o,setShowModalFalse:a,notidata:r,setNotiData:i},children:t})};var aT={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},O0=q.createContext&&q.createContext(aT),qI=["attr","size","title"];function XI(t,e){if(t==null)return{};var n=KI(t,e),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(i=0;i<o.length;i++)r=o[i],!(e.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(t,r)&&(n[r]=t[r])}return n}function KI(t,e){if(t==null)return{};var n={};for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)){if(e.indexOf(r)>=0)continue;n[r]=t[r]}return n}function Jh(){return Jh=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},Jh.apply(this,arguments)}function _0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Qh(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?_0(Object(n),!0).forEach(function(r){ZI(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function ZI(t,e,n){return e=JI(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function JI(t){var e=QI(t,"string");return typeof e=="symbol"?e:e+""}function QI(t,e){if(typeof t!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function lT(t){return t&&t.map((e,n)=>q.createElement(e.tag,Qh({key:n},e.attr),lT(e.child)))}function Ep(t){return e=>q.createElement(eM,Jh({attr:Qh({},t.attr)},e),lT(t.child))}function eM(t){var e=n=>{var{attr:r,size:i,title:o}=t,a=XI(t,qI),c=i||n.size||"1em",f;return n.className&&(f=n.className),t.className&&(f=(f?f+" ":"")+t.className),q.createElement("svg",Jh({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},n.attr,r,a,{className:f,style:Qh(Qh({color:t.color||n.color},n.style),t.style),height:c,width:c,xmlns:"http://www.w3.org/2000/svg"}),o&&q.createElement("title",null,o),t.children)};return O0!==void 0?q.createElement(O0.Consumer,null,n=>e(n)):e(aT)}function tM(t){return Ep({attr:{viewBox:"0 0 1024 1024"},child:[{tag:"path",attr:{d:"M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z"},child:[]}]})(t)}function nM(t){return Ep({attr:{viewBox:"0 0 1024 1024"},child:[{tag:"path",attr:{d:"M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z"},child:[]}]})(t)}const uT={allVariants:{lineHeight:"inherit"},fontFamily:"'SpecialAmpersand', 'TT Firs Neue Trl'",button:{textTransform:"none",fontSize:"0.875rem",fontWeight:400,boxShadow:"none"},body1:{fontSize:"0.875rem",fontWeight:400},body2:{fontSize:"0.75rem"},h6:{fontSize:"0.875rem",fontWeight:500},h5:{fontSize:"1rem",fontWeight:500},h4:{fontSize:"1.25rem",fontWeight:500},h3:{fontSize:"1.5rem",fontWeight:500},h2:{fontSize:"2rem",fontWeight:500},h1:{fontSize:"2.5rem",fontWeight:500},subtitle1:{fontSize:"0.75rem"},subtitle2:{fontSize:"0.625rem"}};function Cg(t){return t+" !important"}const cT=t=>{const e={...t.colors};return sa.createTheme({palette:{primary:{main:e.primary300,contrastText:e.textPrimary},secondary:{main:e.secondary,contrastText:e.textPrimary},warning:{main:e.warning,contrastText:e.textPrimary},error:{main:e.danger,contrastText:e.textPrimary}},typography:uT,components:{MuiIconButton:{styleOverrides:{root:{},sizeSmall:{}}},MuiButton:{styleOverrides:{root:{boxShadow:"none !important",padding:"8px 32px",borderWidth:1,borderRadius:3,fontWeight:400}},variants:[{props:{variant:"primary"},style:{backgroundColor:e.primary300,color:e.buttonText,"&:hover":{backgroundColor:e.buttonHover||e.primary300},"&.Mui-disabled":{backgroundColor:e.grey200}}},{props:{variant:"contained",color:"error"},style:{color:e.white}},{props:{variant:"confirm"},style:{backgroundColor:e.danger,color:e.white,"&:hover":{backgroundColor:e.dangerDark},"&.Mui-disabled":{backgroundColor:e.grey200}}},{props:{variant:"cancel"},style:{backgroundColor:e.grey300,color:e.textPrimary,"&:hover":{backgroundColor:e.grey400}}},{props:{variant:"outlinedPrimary"},style:{color:e.primary500,border:"1px solid",borderColor:e.primary500,"&:hover":{backgroundColor:"inherit"}}},{props:{variant:"outLinedDanger"},style:{color:e.danger,border:"1px solid",borderColor:e.danger,"&:hover":{backgroundColor:"inherit"}}},{props:{size:"small"},style:{fontSize:"12px",lineHeight:"normal",borderRadius:"3px",padding:"4px 16px"}}]},MuiAppBar:{styleOverrides:{root:{backgroundColor:e.appBarBgColor,color:e.appBarColor}}},MuiSelect:{defaultProps:{MenuProps:{PaperProps:{sx:{boxShadow:"none",border:1,borderStyle:"solid",borderColor:e.grey300,mt:"5px"}},MenuListProps:{sx:{padding:"5px","& .MuiMenuItem-root":{fontWeight:400,minHeight:0,borderRadius:"5px","&:hover":{backgroundColor:e.grey100},"&.Mui-selected":{backgroundColor:e.primary200}}}}}},styleOverrides:{select:{padding:"9.94px 5px 9.94px 15px"}}},MuiMenuItem:{styleOverrides:{root:{"&.Mui-selected":{backgroundColor:Cg(e.primary200),"&:hover":{backgroundColor:Cg(e.primary200)}}}}},MuiPaginationItem:{defaultProps:{components:{previous:tM,next:nM}},styleOverrides:{root:{"& svg":{width:"10px"},border:"none",fontSize:"14px",lineHeight:"1.5rem",borderRadius:"7px","&.Mui-selected":{backgroundColor:Cg(e.primary300+"1a")},"&.MuiPaginationItem-previousNext":{backgroundColor:e.grey200}}}},MuiChip:{styleOverrides:{root:{borderRadius:"5px",fontSize:"14px","& .MuiChip-label":{lineHeight:"normal"}},avatar:{width:"10px"},colorSuccess:{color:e.success,backgroundColor:e.successLight},colorWarning:{color:e.warning,backgroundColor:e.warningLight},colorError:{color:e.danger,backgroundColor:e.dangerLight},colorSecondary:{color:e.linkPrimary,backgroundColor:e.linkLight}}},MuiTab:{styleOverrides:{root:{flexDirection:"row",alignContent:"center",gap:"8px",textTransform:"capitalize",fontSize:"14px",borderRadius:0,marginRight:0,height:"48px",minWidth:"100px",padding:"12px 16px",fontWeight:"500","& svg":{mb:"0 !important"},minHeight:"auto","& .chart-icon":{fill:e.grey600},"& .detail-icon":{stroke:e.grey600},color:e.grey400,"&.Mui-selected":{color:e.primary400}}}},MuiTabs:{styleOverrides:{indicator:{backgroundColor:e.primary400}}},MuiDrawer:{defaultProps:{},styleOverrides:{root:{"&.MuiDrawer-paper":{overflowY:"unset"},"& .MuiDrawer-paper":{zIndex:9},"&.MuiPaper-root":{border:"none",background:e.grey100,pt:12,zIndex:9}}}},MuiTextField:{defaultProps:{InputProps:{sx:{"& .Mui-disabled":{background:e.grey200}}},InputLabelProps:{shrink:!0}},styleOverrides:{root:{backgroundColor:e.white,"& .MuiOutlinedInput-input":{padding:"0px 16px 0px 12px",fontWeight:400,height:40,fontSize:"14px",border:1,borderRadius:4,"&::placeholder":{color:e.grey600}},"& .MuiFormLabel-asterisk":{color:e.danger}}}},MuiFormGroup:{styleOverrides:{root:{}}},MuiFormHelperText:{defaultProps:{sx:{fontSize:12}},styleOverrides:{}},MuiAutocomplete:{defaultProps:{sx:{"& .MuiPaper-root":{padding:"5px"}}},styleOverrides:{root:{"& .MuiSvgIcon-root":{width:"20px",height:"20px"},"& .MuiAutocomplete-tag":{margin:0},"& .MuiButtonBase-root":{marginRight:"2px !important",height:"max-content",padding:"2px"},"& .MuiOutlinedInput-root":{padding:"7.45px 55px 7.45px 10px !important"},"& svg":{},"& #checkboxes-tags-demo":{padding:"6px 4px"},"& .MuiAutocomplete-endAdornment":{top:"calc(50% - 12px)"}}}},MuiTableHead:{styleOverrides:{root:{"& th":{fontSize:"14px",padding:"8px 16px"}}}},MuiTableBody:{styleOverrides:{root:{"& th,td":{fontSize:"14px",padding:"8px 16px",height:"45px"},"& .MuiTableCell-root":{borderBottom:`1px solid ${e.grey300}`}}}},MuiRadio:{defaultProps:{sx:{"&.MuiButtonBase-root":{padding:"5px"}}},styleOverrides:{root:{"& .MuiSvgIcon-root":{fontSize:16},color:e.grey600,"&.Mui-checked":{color:e.success},"&.Mui-disabled":{color:e.grey600}}}},MuiTooltip:{defaultProps:{placement:"top"},styleOverrides:{tooltip:{fontSize:"10px",backgroundColor:e.grey600,color:e.white,"& .MuiTooltip-arrow":{color:e.grey600}}}}}})};function R0(t,e){const n={...t};return e==null||e.forEach(r=>{r.children&&r.children.forEach(({key:i,color:o})=>{n[i]=o.trim()||ki[i]})}),n}function fT(t){if(!t)return;let e=document.querySelector("link[rel*='icon']");e||(e=document.createElement("link"),e.rel="icon",document.head.appendChild(e)),e.href=t}function rM(t){var c,f,p;const{data:e,isFetching:n}=Dd.useQuery(["customTheme"],()=>t!=null&&t.url?fetch(t.url).then(b=>b.json()).then(b=>(["image","favicon","icon"].forEach(m=>{var T;(T=b==null?void 0:b.theme)!=null&&T[m]&&(b.theme[m]+=`?v=${Date.now()}`)}),b)):void 0,{enabled:!!(t!=null&&t.url)&&(t==null?void 0:t.enabled),refetchOnWindowFocus:!1,cacheTime:0,onSuccess(b){var T,E;fT((T=b==null?void 0:b.theme)==null?void 0:T.favicon);const m=R0(ki,(E=b==null?void 0:b.theme)==null?void 0:E.keyColor);Object.keys(m).forEach(A=>{document.documentElement.style.setProperty(`--${A}`,m[A])}),document.documentElement.style.setProperty("font-family",uT.fontFamily)}}),r=R0(ki,(c=e==null?void 0:e.theme)==null?void 0:c.keyColor),i=cT({colors:r}),o=(f=e==null?void 0:e.theme)==null?void 0:f.image,a=(p=e==null?void 0:e.theme)==null?void 0:p.icon;return{colors:r,theme:i,logo:o,icon:a,isFetching:n,themeDto:e==null?void 0:e.theme}}const dT=q.createContext({}),iM=()=>q.useContext(dT),oM=t=>{var o;const{children:e,brandTheme:n}=t,r=rM(n),i=((o=t.customTheme)==null?void 0:o.call(t,r.colors))||r.theme;return _e.jsx(dT.Provider,{value:r,children:_e.jsx(sa.ThemeProvider,{theme:i,children:e})})},sM=t=>{const e=Dd.useQueryClient(),n=q.useMemo(()=>t.axiosInstance||As,[t.axiosInstance]);window.env||(window.env={}),window.env.AUTHEN_DOMAIN=new URL(t.baseUrl).origin;const r=Dd.useQuery({queryKey:["user"],refetchOnWindowFocus:!1,retry:!1,queryFn:()=>n.get(t.baseUrl+"/user-management/api/v1/users/my-account").then(i=>(window.user=i.data,i.data))});return q.useEffect(()=>{window.onpageshow=function(i){i.persisted&&e.invalidateQueries(["user"])}},[e]),r},aM=t=>{const e=Dd.useQueryClient(),n=q.useMemo(()=>t.axiosInstance||As,[t.axiosInstance]);window.env||(window.env={}),window.env.AUTHEN_DOMAIN=new URL(t.baseUrl).origin;const r=Dd.useQuery({queryKey:["user-permissions"],refetchOnWindowFocus:!1,retry:!1,queryFn:()=>n.get(t.baseUrl+"/user-management/api/v1/users/my-account/permissions").then(i=>i.data)});return q.useEffect(()=>{window.onpageshow=function(i){i.persisted&&e.invalidateQueries(["user-permissions"])}},[e]),r},jv=q.createContext({}),lM=t=>{const{children:e,baseUrl:n,axiosInstance:r}=t,i=new URL(n).origin,o=sM({axiosInstance:r,baseUrl:n}),a=aM({axiosInstance:r,baseUrl:n});function c(){window.location.href=`${i}/authentication/login`}function f(){window.location.href=`${i}/authentication/logout`}return o!=null&&o.isFetching?_e.jsx(sa.Grid,{container:!0,justifyContent:"center",alignItems:"center",sx:{minHeight:"100vh"},children:_e.jsx(sa.CircularProgress,{})}):_e.jsx(jv.Provider,{value:{user:o==null?void 0:o.data,login:c,logout:f,isFetching:o.isFetching,permissions:a==null?void 0:a.data},children:e})},uM=()=>q.useContext(jv);function cM(t,e,n){return n.some(r=>{const i=t[r];return String(i).toLowerCase().includes(e.toLowerCase())})}var hT=[],fM=hT.forEach,dM=hT.slice;function hM(t){return fM.call(dM.call(arguments,1),function(e){if(e)for(var n in e)t[n]===void 0&&(t[n]=e[n])}),t}var A0=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/,pM=function(e,n,r){var i=r||{};i.path=i.path||"/";var o=encodeURIComponent(n),a="".concat(e,"=").concat(o);if(i.maxAge>0){var c=i.maxAge-0;if(Number.isNaN(c))throw new Error("maxAge should be a Number");a+="; Max-Age=".concat(Math.floor(c))}if(i.domain){if(!A0.test(i.domain))throw new TypeError("option domain is invalid");a+="; Domain=".concat(i.domain)}if(i.path){if(!A0.test(i.path))throw new TypeError("option path is invalid");a+="; Path=".concat(i.path)}if(i.expires){if(typeof i.expires.toUTCString!="function")throw new TypeError("option expires is invalid");a+="; Expires=".concat(i.expires.toUTCString())}if(i.httpOnly&&(a+="; HttpOnly"),i.secure&&(a+="; Secure"),i.sameSite){var f=typeof i.sameSite=="string"?i.sameSite.toLowerCase():i.sameSite;switch(f){case!0:a+="; SameSite=Strict";break;case"lax":a+="; SameSite=Lax";break;case"strict":a+="; SameSite=Strict";break;case"none":a+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return a},I0={create:function(e,n,r,i){var o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{path:"/",sameSite:"strict"};r&&(o.expires=new Date,o.expires.setTime(o.expires.getTime()+r*60*1e3)),i&&(o.domain=i),document.cookie=pM(e,encodeURIComponent(n),o)},read:function(e){for(var n="".concat(e,"="),r=document.cookie.split(";"),i=0;i<r.length;i++){for(var o=r[i];o.charAt(0)===" ";)o=o.substring(1,o.length);if(o.indexOf(n)===0)return o.substring(n.length,o.length)}return null},remove:function(e){this.create(e,"",-1)}},gM={name:"cookie",lookup:function(e){var n;if(e.lookupCookie&&typeof document<"u"){var r=I0.read(e.lookupCookie);r&&(n=r)}return n},cacheUserLanguage:function(e,n){n.lookupCookie&&typeof document<"u"&&I0.create(n.lookupCookie,e,n.cookieMinutes,n.cookieDomain,n.cookieOptions)}},mM={name:"querystring",lookup:function(e){var n;if(typeof window<"u"){var r=window.location.search;!window.location.search&&window.location.hash&&window.location.hash.indexOf("?")>-1&&(r=window.location.hash.substring(window.location.hash.indexOf("?")));for(var i=r.substring(1),o=i.split("&"),a=0;a<o.length;a++){var c=o[a].indexOf("=");if(c>0){var f=o[a].substring(0,c);f===e.lookupQuerystring&&(n=o[a].substring(c+1))}}}return n}},ed=null,M0=function(){if(ed!==null)return ed;try{ed=window!=="undefined"&&window.localStorage!==null;var e="i18next.translate.boo";window.localStorage.setItem(e,"foo"),window.localStorage.removeItem(e)}catch{ed=!1}return ed},vM={name:"localStorage",lookup:function(e){var n;if(e.lookupLocalStorage&&M0()){var r=window.localStorage.getItem(e.lookupLocalStorage);r&&(n=r)}return n},cacheUserLanguage:function(e,n){n.lookupLocalStorage&&M0()&&window.localStorage.setItem(n.lookupLocalStorage,e)}},td=null,L0=function(){if(td!==null)return td;try{td=window!=="undefined"&&window.sessionStorage!==null;var e="i18next.translate.boo";window.sessionStorage.setItem(e,"foo"),window.sessionStorage.removeItem(e)}catch{td=!1}return td},yM={name:"sessionStorage",lookup:function(e){var n;if(e.lookupSessionStorage&&L0()){var r=window.sessionStorage.getItem(e.lookupSessionStorage);r&&(n=r)}return n},cacheUserLanguage:function(e,n){n.lookupSessionStorage&&L0()&&window.sessionStorage.setItem(n.lookupSessionStorage,e)}},bM={name:"navigator",lookup:function(e){var n=[];if(typeof navigator<"u"){if(navigator.languages)for(var r=0;r<navigator.languages.length;r++)n.push(navigator.languages[r]);navigator.userLanguage&&n.push(navigator.userLanguage),navigator.language&&n.push(navigator.language)}return n.length>0?n:void 0}},wM={name:"htmlTag",lookup:function(e){var n,r=e.htmlTag||(typeof document<"u"?document.documentElement:null);return r&&typeof r.getAttribute=="function"&&(n=r.getAttribute("lang")),n}},xM={name:"path",lookup:function(e){var n;if(typeof window<"u"){var r=window.location.pathname.match(/\/([a-zA-Z-]*)/g);if(r instanceof Array)if(typeof e.lookupFromPathIndex=="number"){if(typeof r[e.lookupFromPathIndex]!="string")return;n=r[e.lookupFromPathIndex].replace("/","")}else n=r[0].replace("/","")}return n}},SM={name:"subdomain",lookup:function(e){var n=typeof e.lookupFromSubdomainIndex=="number"?e.lookupFromSubdomainIndex+1:1,r=typeof window<"u"&&window.location&&window.location.hostname&&window.location.hostname.match(/^(\w{2,5})\.(([a-z0-9-]{1,63}\.[a-z]{2,6})|localhost)/i);if(r)return r[n]}},pT=!1;try{document.cookie,pT=!0}catch{}var gT=["querystring","cookie","localStorage","sessionStorage","navigator","htmlTag"];pT||gT.splice(1,1);function TM(){return{order:gT,lookupQuerystring:"lng",lookupCookie:"i18next",lookupLocalStorage:"i18nextLng",lookupSessionStorage:"i18nextLng",caches:["localStorage"],excludeCacheFor:["cimode"],convertDetectedLanguage:function(e){return e}}}var mT=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ts(this,t),this.type="languageDetector",this.detectors={},this.init(e,n)}return ns(t,[{key:"init",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};this.services=n||{languageUtils:{}},this.options=hM(r,this.options||{},TM()),typeof this.options.convertDetectedLanguage=="string"&&this.options.convertDetectedLanguage.indexOf("15897")>-1&&(this.options.convertDetectedLanguage=function(o){return o.replace("-","_")}),this.options.lookupFromUrlIndex&&(this.options.lookupFromPathIndex=this.options.lookupFromUrlIndex),this.i18nOptions=i,this.addDetector(gM),this.addDetector(mM),this.addDetector(vM),this.addDetector(yM),this.addDetector(bM),this.addDetector(wM),this.addDetector(xM),this.addDetector(SM)}},{key:"addDetector",value:function(n){return this.detectors[n.name]=n,this}},{key:"detect",value:function(n){var r=this;n||(n=this.options.order);var i=[];return n.forEach(function(o){if(r.detectors[o]){var a=r.detectors[o].lookup(r.options);a&&typeof a=="string"&&(a=[a]),a&&(i=i.concat(a))}}),i=i.map(function(o){return r.options.convertDetectedLanguage(o)}),this.services.languageUtils.getBestMatchFromCodes?i:i.length>0?i[0]:null}},{key:"cacheUserLanguage",value:function(n,r){var i=this;r||(r=this.options.caches),r&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(n)>-1||r.forEach(function(o){i.detectors[o]&&i.detectors[o].cacheUserLanguage(n,i.options)}))}}])}();mT.type="languageDetector";function Bv(t,e){if(t==null)return{};var n={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(e.includes(r))continue;n[r]=t[r]}return n}const CM=Object.freeze(Object.defineProperty({__proto__:null,default:Bv},Symbol.toStringTag,{value:"Module"}));var Ei=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Cu(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function EM(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var n=function r(){return this instanceof r?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};n.prototype=e.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(t).forEach(function(r){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}),n}function kM(){if(console&&console.warn){for(var t,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];typeof n[0]=="string"&&(n[0]="react-i18next:: ".concat(n[0])),(t=console).warn.apply(t,n)}}var F0={};function Om(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];typeof e[0]=="string"&&F0[e[0]]||(typeof e[0]=="string"&&(F0[e[0]]=new Date),kM.apply(void 0,e))}var vT=function(e,n){return function(){if(e.isInitialized)n();else{var r=function i(){setTimeout(function(){e.off("initialized",i)},0),n()};e.on("initialized",r)}}};function N0(t,e,n){t.loadNamespaces(e,vT(t,n))}function j0(t,e,n,r){typeof n=="string"&&(n=[n]),n.forEach(function(i){t.options.ns.indexOf(i)<0&&t.options.ns.push(i)}),t.loadLanguages(e,vT(t,r))}function DM(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=e.languages[0],i=e.options?e.options.fallbackLng:!1,o=e.languages[e.languages.length-1];if(r.toLowerCase()==="cimode")return!0;var a=function(f,p){var b=e.services.backendConnector.state["".concat(f,"|").concat(p)];return b===-1||b===2};return n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&e.services.backendConnector.backend&&e.isLanguageChangingTo&&!a(e.isLanguageChangingTo,t)?!1:!!(e.hasResourceBundle(r,t)||!e.services.backendConnector.backend||e.options.resources&&!e.options.partialBundledLanguages||a(r,t)&&(!i||a(o,t)))}function PM(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!e.languages||!e.languages.length)return Om("i18n.languages were undefined or empty",e.languages),!0;var r=e.options.ignoreJSONStructure!==void 0;return r?e.hasLoadedNamespace(t,{lng:n.lng,precheck:function(o,a){if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&o.services.backendConnector.backend&&o.isLanguageChangingTo&&!a(o.isLanguageChangingTo,t))return!1}}):DM(t,e,n)}var OM=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,_M={"&":"&","&":"&","<":"<","<":"<",">":">",">":">","'":"'","'":"'",""":'"',""":'"'," ":" "," ":" ","©":"©","©":"©","®":"®","®":"®","…":"…","…":"…","/":"/","/":"/"},RM=function(e){return _M[e]},AM=function(e){return e.replace(OM,RM)};function B0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function $0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?B0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):B0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}var _m={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:AM};function IM(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};_m=$0($0({},_m),t)}function MM(){return _m}var yT;function LM(t){yT=t}function FM(){return yT}var NM={type:"3rdParty",init:function(e){IM(e.options.react),LM(e)}},bT=q.createContext(),jM=function(){function t(){ts(this,t),this.usedNamespaces={}}return ns(t,[{key:"addUsedNamespaces",value:function(n){var r=this;n.forEach(function(i){r.usedNamespaces[i]||(r.usedNamespaces[i]=!0)})}},{key:"getUsedNamespaces",value:function(){return Object.keys(this.usedNamespaces)}}]),t}();function BM(t,e){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var r,i,o,a,c=[],f=!0,p=!1;try{if(o=(n=n.call(t)).next,e!==0)for(;!(f=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);f=!0);}catch(b){p=!0,i=b}finally{try{if(!f&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(p)throw i}}return c}}function $M(t,e){return K1(t)||BM(t,e)||Z1(t,e)||J1()}function V0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Eg(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?V0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):V0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}var VM=function(e,n){var r=q.useRef();return q.useEffect(function(){r.current=e},[e,n]),r.current};function wT(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=e.i18n,r=q.useContext(bT)||{},i=r.i18n,o=r.defaultNS,a=n||i||FM();if(a&&!a.reportNamespaces&&(a.reportNamespaces=new jM),!a){Om("You will need to pass in an i18next instance by using initReactI18next");var c=function(ae,Ge){return typeof Ge=="string"?Ge:Ge&&Jo(Ge)==="object"&&typeof Ge.defaultValue=="string"?Ge.defaultValue:Array.isArray(ae)?ae[ae.length-1]:ae},f=[c,{},!1];return f.t=c,f.i18n={},f.ready=!1,f}a.options.react&&a.options.react.wait!==void 0&&Om("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");var p=Eg(Eg(Eg({},MM()),a.options.react),e),b=p.useSuspense,m=p.keyPrefix,T=t||o||a.options&&a.options.defaultNS;T=typeof T=="string"?[T]:T||["translation"],a.reportNamespaces.addUsedNamespaces&&a.reportNamespaces.addUsedNamespaces(T);var E=(a.isInitialized||a.initializedStoreOnce)&&T.every(function(ue){return PM(ue,a,p)});function A(){return a.getFixedT(e.lng||null,p.nsMode==="fallback"?T:T[0],m)}var I=q.useState(A),M=$M(I,2),_=M[0],H=M[1],Y=T.join();e.lng&&(Y="".concat(e.lng).concat(Y));var ne=VM(Y),Z=q.useRef(!0);q.useEffect(function(){var ue=p.bindI18n,ae=p.bindI18nStore;Z.current=!0,!E&&!b&&(e.lng?j0(a,e.lng,T,function(){Z.current&&H(A)}):N0(a,T,function(){Z.current&&H(A)})),E&&ne&&ne!==Y&&Z.current&&H(A);function Ge(){Z.current&&H(A)}return ue&&a&&a.on(ue,Ge),ae&&a&&a.store.on(ae,Ge),function(){Z.current=!1,ue&&a&&ue.split(" ").forEach(function(Le){return a.off(Le,Ge)}),ae&&a&&ae.split(" ").forEach(function(Le){return a.store.off(Le,Ge)})}},[a,Y]);var ce=q.useRef(!0);q.useEffect(function(){Z.current&&!ce.current&&H(A),ce.current=!1},[a,m]);var S=[_,a,E];if(S.t=_,S.i18n=a,S.ready=E,E||!E&&!b)return S;throw new Promise(function(ue){e.lng?j0(a,e.lng,T,function(){return ue()}):N0(a,T,function(){return ue()})})}function HM(t){var e=t.i18n,n=t.defaultNS,r=t.children,i=q.useMemo(function(){return{i18n:e,defaultNS:n}},[e,n]);return q.createElement(bT.Provider,{value:i},r)}var xT=[],UM=xT.forEach,WM=xT.slice;function zM(t){return UM.call(WM.call(arguments,1),function(e){if(e)for(var n in e)t[n]===void 0&&(t[n]=e[n])}),t}function YM(t){return t?typeof t=="function"?new t:t:null}function GM(){return{handleEmptyResourcesAsFailed:!0,cacheHitMode:"none"}}function H0(t,e,n,r){var i=t.read.bind(t);if(i.length===2){try{var o=i(e,n);o&&typeof o.then=="function"?o.then(function(a){return r(null,a)}).catch(r):r(null,o)}catch(a){r(a)}return}i(e,n,r)}var ST=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};ts(this,t),this.backends=[],this.type="backend",this.allOptions=r,this.init(e,n)}return ns(t,[{key:"init",value:function(n){var r=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};this.services=n,this.options=zM(i,this.options||{},GM()),this.allOptions=o,this.options.backends&&this.options.backends.forEach(function(a,c){r.backends[c]=r.backends[c]||YM(a),r.backends[c].init(n,r.options.backendOptions&&r.options.backendOptions[c]||{},o)}),this.services&&this.options.reloadInterval&&setInterval(function(){return r.reload()},this.options.reloadInterval)}},{key:"read",value:function(n,r,i){var o=this,a=this.backends.length,c=function p(b){if(b>=a)return i(new Error("non of the backend loaded data",!0));var m=b===a-1,T=o.options.handleEmptyResourcesAsFailed&&!m?0:-1,E=o.backends[b];E.read?H0(E,n,r,function(A,I,M){if(!A&&I&&Object.keys(I).length>T){if(i(null,I,b),f(b-1,I),E.save&&o.options.cacheHitMode&&["refresh","refreshAndUpdateStore"].indexOf(o.options.cacheHitMode)>-1){if(M&&o.options.refreshExpirationTime&&M+o.options.refreshExpirationTime>Date.now())return;var _=o.backends[b+1];_&&_.read&&H0(_,n,r,function(H,Y){H||Y&&(Object.keys(Y).length<=T||(f(b,Y),o.options.cacheHitMode==="refreshAndUpdateStore"&&o.services&&o.services.resourceStore&&o.services.resourceStore.addResourceBundle(n,r,Y)))})}}else p(b+1)}):p(b+1)},f=function p(b,m){if(!(b<0)){var T=o.backends[b];T.save&&T.save(n,r,m),p(b-1,m)}};c(0)}},{key:"create",value:function(n,r,i,o){var a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:function(){},c=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};this.backends.forEach(function(f){if(f.create){var p=f.create.bind(f);if(p.length<6){try{var b;p.length===5?b=p(n,r,i,o,c):b=p(n,r,i,o),b&&typeof b.then=="function"?b.then(function(m){return a(null,m)}).catch(a):a(null,b)}catch(m){a(m)}return}p(n,r,i,o,a,c)}})}},{key:"reload",value:function(){var n=this,r=this.services,i=r.backendConnector,o=r.languageUtils,a=r.logger,c=i.language;if(!(c&&c.toLowerCase()==="cimode")){var f=[],p=function(m){var T=o.toResolveHierarchy(m);T.forEach(function(E){f.indexOf(E)<0&&f.push(E)})};p(c),this.allOptions.preload&&this.allOptions.preload.forEach(function(b){return p(b)}),f.forEach(function(b){n.allOptions.ns.forEach(function(m){i.read(b,m,"read",null,null,function(T,E){T&&a.warn("loading namespace ".concat(m," for language ").concat(b," failed"),T),!T&&E&&a.log("loaded namespace ".concat(m," for language ").concat(b),E),i.loaded("".concat(b,"|").concat(m),T,E)})})})}}}]),t}();ST.type="backend";function Rm(t){"@babel/helpers - typeof";return Rm=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Rm(t)}function TT(){return typeof XMLHttpRequest=="function"||(typeof XMLHttpRequest>"u"?"undefined":Rm(XMLHttpRequest))==="object"}function qM(t){return!!t&&typeof t.then=="function"}function XM(t){return qM(t)?t:Promise.resolve(t)}function KM(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Am={exports:{}},ph={exports:{}},U0;function ZM(){return U0||(U0=1,function(t,e){var n=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof Ei<"u"&&Ei,r=function(){function o(){this.fetch=!1,this.DOMException=n.DOMException}return o.prototype=n,new o}();(function(o){(function(a){var c=typeof o<"u"&&o||typeof self<"u"&&self||typeof c<"u"&&c,f={searchParams:"URLSearchParams"in c,iterable:"Symbol"in c&&"iterator"in Symbol,blob:"FileReader"in c&&"Blob"in c&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in c,arrayBuffer:"ArrayBuffer"in c};function p(he){return he&&DataView.prototype.isPrototypeOf(he)}if(f.arrayBuffer)var b=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],m=ArrayBuffer.isView||function(he){return he&&b.indexOf(Object.prototype.toString.call(he))>-1};function T(he){if(typeof he!="string"&&(he=String(he)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(he)||he==="")throw new TypeError('Invalid character in header field name: "'+he+'"');return he.toLowerCase()}function E(he){return typeof he!="string"&&(he=String(he)),he}function A(he){var Ce={next:function(){var Pe=he.shift();return{done:Pe===void 0,value:Pe}}};return f.iterable&&(Ce[Symbol.iterator]=function(){return Ce}),Ce}function I(he){this.map={},he instanceof I?he.forEach(function(Ce,Pe){this.append(Pe,Ce)},this):Array.isArray(he)?he.forEach(function(Ce){this.append(Ce[0],Ce[1])},this):he&&Object.getOwnPropertyNames(he).forEach(function(Ce){this.append(Ce,he[Ce])},this)}I.prototype.append=function(he,Ce){he=T(he),Ce=E(Ce);var Pe=this.map[he];this.map[he]=Pe?Pe+", "+Ce:Ce},I.prototype.delete=function(he){delete this.map[T(he)]},I.prototype.get=function(he){return he=T(he),this.has(he)?this.map[he]:null},I.prototype.has=function(he){return this.map.hasOwnProperty(T(he))},I.prototype.set=function(he,Ce){this.map[T(he)]=E(Ce)},I.prototype.forEach=function(he,Ce){for(var Pe in this.map)this.map.hasOwnProperty(Pe)&&he.call(Ce,this.map[Pe],Pe,this)},I.prototype.keys=function(){var he=[];return this.forEach(function(Ce,Pe){he.push(Pe)}),A(he)},I.prototype.values=function(){var he=[];return this.forEach(function(Ce){he.push(Ce)}),A(he)},I.prototype.entries=function(){var he=[];return this.forEach(function(Ce,Pe){he.push([Pe,Ce])}),A(he)},f.iterable&&(I.prototype[Symbol.iterator]=I.prototype.entries);function M(he){if(he.bodyUsed)return Promise.reject(new TypeError("Already read"));he.bodyUsed=!0}function _(he){return new Promise(function(Ce,Pe){he.onload=function(){Ce(he.result)},he.onerror=function(){Pe(he.error)}})}function H(he){var Ce=new FileReader,Pe=_(Ce);return Ce.readAsArrayBuffer(he),Pe}function Y(he){var Ce=new FileReader,Pe=_(Ce);return Ce.readAsText(he),Pe}function ne(he){for(var Ce=new Uint8Array(he),Pe=new Array(Ce.length),Ne=0;Ne<Ce.length;Ne++)Pe[Ne]=String.fromCharCode(Ce[Ne]);return Pe.join("")}function Z(he){if(he.slice)return he.slice(0);var Ce=new Uint8Array(he.byteLength);return Ce.set(new Uint8Array(he)),Ce.buffer}function ce(){return this.bodyUsed=!1,this._initBody=function(he){this.bodyUsed=this.bodyUsed,this._bodyInit=he,he?typeof he=="string"?this._bodyText=he:f.blob&&Blob.prototype.isPrototypeOf(he)?this._bodyBlob=he:f.formData&&FormData.prototype.isPrototypeOf(he)?this._bodyFormData=he:f.searchParams&&URLSearchParams.prototype.isPrototypeOf(he)?this._bodyText=he.toString():f.arrayBuffer&&f.blob&&p(he)?(this._bodyArrayBuffer=Z(he.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):f.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(he)||m(he))?this._bodyArrayBuffer=Z(he):this._bodyText=he=Object.prototype.toString.call(he):this._bodyText="",this.headers.get("content-type")||(typeof he=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):f.searchParams&&URLSearchParams.prototype.isPrototypeOf(he)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},f.blob&&(this.blob=function(){var he=M(this);if(he)return he;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var he=M(this);return he||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else return this.blob().then(H)}),this.text=function(){var he=M(this);if(he)return he;if(this._bodyBlob)return Y(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(ne(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},f.formData&&(this.formData=function(){return this.text().then(Ge)}),this.json=function(){return this.text().then(JSON.parse)},this}var S=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function ue(he){var Ce=he.toUpperCase();return S.indexOf(Ce)>-1?Ce:he}function ae(he,Ce){if(!(this instanceof ae))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');Ce=Ce||{};var Pe=Ce.body;if(he instanceof ae){if(he.bodyUsed)throw new TypeError("Already read");this.url=he.url,this.credentials=he.credentials,Ce.headers||(this.headers=new I(he.headers)),this.method=he.method,this.mode=he.mode,this.signal=he.signal,!Pe&&he._bodyInit!=null&&(Pe=he._bodyInit,he.bodyUsed=!0)}else this.url=String(he);if(this.credentials=Ce.credentials||this.credentials||"same-origin",(Ce.headers||!this.headers)&&(this.headers=new I(Ce.headers)),this.method=ue(Ce.method||this.method||"GET"),this.mode=Ce.mode||this.mode||null,this.signal=Ce.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&Pe)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(Pe),(this.method==="GET"||this.method==="HEAD")&&(Ce.cache==="no-store"||Ce.cache==="no-cache")){var Ne=/([?&])_=[^&]*/;if(Ne.test(this.url))this.url=this.url.replace(Ne,"$1_="+new Date().getTime());else{var tt=/\?/;this.url+=(tt.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}ae.prototype.clone=function(){return new ae(this,{body:this._bodyInit})};function Ge(he){var Ce=new FormData;return he.trim().split("&").forEach(function(Pe){if(Pe){var Ne=Pe.split("="),tt=Ne.shift().replace(/\+/g," "),me=Ne.join("=").replace(/\+/g," ");Ce.append(decodeURIComponent(tt),decodeURIComponent(me))}}),Ce}function Le(he){var Ce=new I,Pe=he.replace(/\r?\n[\t ]+/g," ");return Pe.split("\r").map(function(Ne){return Ne.indexOf(`
|
|
3
|
+
`)===0?Ne.substr(1,Ne.length):Ne}).forEach(function(Ne){var tt=Ne.split(":"),me=tt.shift().trim();if(me){var ke=tt.join(":").trim();Ce.append(me,ke)}}),Ce}ce.call(ae.prototype);function Me(he,Ce){if(!(this instanceof Me))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');Ce||(Ce={}),this.type="default",this.status=Ce.status===void 0?200:Ce.status,this.ok=this.status>=200&&this.status<300,this.statusText=Ce.statusText===void 0?"":""+Ce.statusText,this.headers=new I(Ce.headers),this.url=Ce.url||"",this._initBody(he)}ce.call(Me.prototype),Me.prototype.clone=function(){return new Me(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new I(this.headers),url:this.url})},Me.error=function(){var he=new Me(null,{status:0,statusText:""});return he.type="error",he};var $e=[301,302,303,307,308];Me.redirect=function(he,Ce){if($e.indexOf(Ce)===-1)throw new RangeError("Invalid status code");return new Me(null,{status:Ce,headers:{location:he}})},a.DOMException=c.DOMException;try{new a.DOMException}catch{a.DOMException=function(Ce,Pe){this.message=Ce,this.name=Pe;var Ne=Error(Ce);this.stack=Ne.stack},a.DOMException.prototype=Object.create(Error.prototype),a.DOMException.prototype.constructor=a.DOMException}function Ue(he,Ce){return new Promise(function(Pe,Ne){var tt=new ae(he,Ce);if(tt.signal&&tt.signal.aborted)return Ne(new a.DOMException("Aborted","AbortError"));var me=new XMLHttpRequest;function ke(){me.abort()}me.onload=function(){var et={status:me.status,statusText:me.statusText,headers:Le(me.getAllResponseHeaders()||"")};et.url="responseURL"in me?me.responseURL:et.headers.get("X-Request-URL");var qe="response"in me?me.response:me.responseText;setTimeout(function(){Pe(new Me(qe,et))},0)},me.onerror=function(){setTimeout(function(){Ne(new TypeError("Network request failed"))},0)},me.ontimeout=function(){setTimeout(function(){Ne(new TypeError("Network request failed"))},0)},me.onabort=function(){setTimeout(function(){Ne(new a.DOMException("Aborted","AbortError"))},0)};function We(et){try{return et===""&&c.location.href?c.location.href:et}catch{return et}}me.open(tt.method,We(tt.url),!0),tt.credentials==="include"?me.withCredentials=!0:tt.credentials==="omit"&&(me.withCredentials=!1),"responseType"in me&&(f.blob?me.responseType="blob":f.arrayBuffer&&tt.headers.get("Content-Type")&&tt.headers.get("Content-Type").indexOf("application/octet-stream")!==-1&&(me.responseType="arraybuffer")),Ce&&typeof Ce.headers=="object"&&!(Ce.headers instanceof I)?Object.getOwnPropertyNames(Ce.headers).forEach(function(et){me.setRequestHeader(et,E(Ce.headers[et]))}):tt.headers.forEach(function(et,qe){me.setRequestHeader(qe,et)}),tt.signal&&(tt.signal.addEventListener("abort",ke),me.onreadystatechange=function(){me.readyState===4&&tt.signal.removeEventListener("abort",ke)}),me.send(typeof tt._bodyInit>"u"?null:tt._bodyInit)})}return Ue.polyfill=!0,c.fetch||(c.fetch=Ue,c.Headers=I,c.Request=ae,c.Response=Me),a.Headers=I,a.Request=ae,a.Response=Me,a.fetch=Ue,a})({})})(r),r.fetch.ponyfill=!0,delete r.fetch.polyfill;var i=n.fetch?n:r;e=i.fetch,e.default=i.fetch,e.fetch=i.fetch,e.Headers=i.Headers,e.Request=i.Request,e.Response=i.Response,t.exports=e}(ph,ph.exports)),ph.exports}(function(t,e){var n;if(typeof fetch=="function"&&(typeof Ei<"u"&&Ei.fetch?n=Ei.fetch:typeof window<"u"&&window.fetch?n=window.fetch:n=fetch),typeof KM<"u"&&typeof window>"u"){var r=n||ZM();r.default&&(r=r.default),e.default=r,t.exports=e.default}})(Am,Am.exports);var CT=Am.exports;const ET=Cu(CT),W0=dI({__proto__:null,default:ET},[CT]);function z0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Y0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?z0(Object(n),!0).forEach(function(r){JM(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):z0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function JM(t,e,n){return(e=QM(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function QM(t){var e=eL(t,"string");return Cc(e)=="symbol"?e:e+""}function eL(t,e){if(Cc(t)!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(Cc(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Cc(t){"@babel/helpers - typeof";return Cc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Cc(t)}var Sl;typeof fetch=="function"&&(typeof global<"u"&&global.fetch?Sl=global.fetch:typeof window<"u"&&window.fetch?Sl=window.fetch:Sl=fetch);var Pd;TT()&&(typeof global<"u"&&global.XMLHttpRequest?Pd=global.XMLHttpRequest:typeof window<"u"&&window.XMLHttpRequest&&(Pd=window.XMLHttpRequest));var ep;typeof ActiveXObject=="function"&&(typeof global<"u"&&global.ActiveXObject?ep=global.ActiveXObject:typeof window<"u"&&window.ActiveXObject&&(ep=window.ActiveXObject));!Sl&&W0&&!Pd&&!ep&&(Sl=ET||W0);typeof Sl!="function"&&(Sl=void 0);var Im=function(e,n){if(n&&Cc(n)==="object"){var r="";for(var i in n)r+="&"+encodeURIComponent(i)+"="+encodeURIComponent(n[i]);if(!r)return e;e=e+(e.indexOf("?")!==-1?"&":"?")+r.slice(1)}return e},G0=function(e,n,r,i){var o=function(f){if(!f.ok)return r(f.statusText||"Error",{status:f.status});f.text().then(function(p){r(null,{status:f.status,data:p})}).catch(r)};if(i){var a=i(e,n);if(a instanceof Promise){a.then(o).catch(r);return}}typeof fetch=="function"?fetch(e,n).then(o).catch(r):Sl(e,n).then(o).catch(r)},q0=!1,tL=function(e,n,r,i){e.queryStringParams&&(n=Im(n,e.queryStringParams));var o=Y0({},typeof e.customHeaders=="function"?e.customHeaders():e.customHeaders);typeof window>"u"&&typeof global<"u"&&typeof global.process<"u"&&global.process.versions&&global.process.versions.node&&(o["User-Agent"]="i18next-http-backend (node/".concat(global.process.version,"; ").concat(global.process.platform," ").concat(global.process.arch,")")),r&&(o["Content-Type"]="application/json");var a=typeof e.requestOptions=="function"?e.requestOptions(r):e.requestOptions,c=Y0({method:r?"POST":"GET",body:r?e.stringify(r):void 0,headers:o},q0?{}:a),f=typeof e.alternateFetch=="function"&&e.alternateFetch.length>=1?e.alternateFetch:void 0;try{G0(n,c,i,f)}catch(p){if(!a||Object.keys(a).length===0||!p.message||p.message.indexOf("not implemented")<0)return i(p);try{Object.keys(a).forEach(function(b){delete c[b]}),G0(n,c,i,f),q0=!0}catch(b){i(b)}}},nL=function(e,n,r,i){r&&Cc(r)==="object"&&(r=Im("",r).slice(1)),e.queryStringParams&&(n=Im(n,e.queryStringParams));try{var o;Pd?o=new Pd:o=new ep("MSXML2.XMLHTTP.3.0"),o.open(r?"POST":"GET",n,1),e.crossDomain||o.setRequestHeader("X-Requested-With","XMLHttpRequest"),o.withCredentials=!!e.withCredentials,r&&o.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),o.overrideMimeType&&o.overrideMimeType("application/json");var a=e.customHeaders;if(a=typeof a=="function"?a():a,a)for(var c in a)o.setRequestHeader(c,a[c]);o.onreadystatechange=function(){o.readyState>3&&i(o.status>=400?o.statusText:null,{status:o.status,data:o.responseText})},o.send(r)}catch(f){console&&console.log(f)}},rL=function(e,n,r,i){if(typeof r=="function"&&(i=r,r=void 0),i=i||function(){},Sl&&n.indexOf("file:")!==0)return tL(e,n,r,i);if(TT()||typeof ActiveXObject=="function")return nL(e,n,r,i);i(new Error("No fetch and no xhr implementation found!"))};function Ef(t){"@babel/helpers - typeof";return Ef=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ef(t)}function X0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function kg(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?X0(Object(n),!0).forEach(function(r){kT(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):X0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function iL(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function oL(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,DT(r.key),r)}}function sL(t,e,n){return e&&oL(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function kT(t,e,n){return(e=DT(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function DT(t){var e=aL(t,"string");return Ef(e)=="symbol"?e:e+""}function aL(t,e){if(Ef(t)!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(Ef(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}var lL=function(){return{loadPath:"/locales/{{lng}}/{{ns}}.json",addPath:"/locales/add/{{lng}}/{{ns}}",parse:function(n){return JSON.parse(n)},stringify:JSON.stringify,parsePayload:function(n,r,i){return kT({},r,i||"")},parseLoadPayload:function(n,r){},request:rL,reloadInterval:typeof window<"u"?!1:60*60*1e3,customHeaders:{},queryStringParams:{},crossDomain:!1,withCredentials:!1,overrideMimeType:!1,requestOptions:{mode:"cors",credentials:"same-origin",cache:"default"}}},PT=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};iL(this,t),this.services=e,this.options=n,this.allOptions=r,this.type="backend",this.init(e,n,r)}return sL(t,[{key:"init",value:function(n){var r=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(this.services=n,this.options=kg(kg(kg({},lL()),this.options||{}),i),this.allOptions=o,this.services&&this.options.reloadInterval){var a=setInterval(function(){return r.reload()},this.options.reloadInterval);Ef(a)==="object"&&typeof a.unref=="function"&&a.unref()}}},{key:"readMulti",value:function(n,r,i){this._readAny(n,n,r,r,i)}},{key:"read",value:function(n,r,i){this._readAny([n],n,[r],r,i)}},{key:"_readAny",value:function(n,r,i,o,a){var c=this,f=this.options.loadPath;typeof this.options.loadPath=="function"&&(f=this.options.loadPath(n,i)),f=XM(f),f.then(function(p){if(!p)return a(null,{});var b=c.services.interpolator.interpolate(p,{lng:n.join("+"),ns:i.join("+")});c.loadUrl(b,a,r,o)})}},{key:"loadUrl",value:function(n,r,i,o){var a=this,c=typeof i=="string"?[i]:i,f=typeof o=="string"?[o]:o,p=this.options.parseLoadPayload(c,f);this.options.request(this.options,n,p,function(b,m){if(m&&(m.status>=500&&m.status<600||!m.status))return r("failed loading "+n+"; status code: "+m.status,!0);if(m&&m.status>=400&&m.status<500)return r("failed loading "+n+"; status code: "+m.status,!1);if(!m&&b&&b.message){var T=b.message.toLowerCase(),E=["failed","fetch","network","load"].find(function(M){return T.indexOf(M)>-1});if(E)return r("failed loading "+n+": "+b.message,!0)}if(b)return r(b,!1);var A,I;try{typeof m.data=="string"?A=a.options.parse(m.data,i,o):A=m.data}catch{I="failed parsing "+n+" to json"}if(I)return r(I,!1);r(null,A)})}},{key:"create",value:function(n,r,i,o,a){var c=this;if(this.options.addPath){typeof n=="string"&&(n=[n]);var f=this.options.parsePayload(r,i,o),p=0,b=[],m=[];n.forEach(function(T){var E=c.options.addPath;typeof c.options.addPath=="function"&&(E=c.options.addPath(T,r));var A=c.services.interpolator.interpolate(E,{lng:T,ns:r});c.options.request(c.options,A,f,function(I,M){p+=1,b.push(I),m.push(M),p===n.length&&typeof a=="function"&&a(b,m)})})}}},{key:"reload",value:function(){var n=this,r=this.services,i=r.backendConnector,o=r.languageUtils,a=r.logger,c=i.language;if(!(c&&c.toLowerCase()==="cimode")){var f=[],p=function(m){var T=o.toResolveHierarchy(m);T.forEach(function(E){f.indexOf(E)<0&&f.push(E)})};p(c),this.allOptions.preload&&this.allOptions.preload.forEach(function(b){return p(b)}),f.forEach(function(b){n.allOptions.ns.forEach(function(m){i.read(b,m,"read",null,null,function(T,E){T&&a.warn("loading namespace ".concat(m," for language ").concat(b," failed"),T),!T&&E&&a.log("loaded namespace ".concat(m," for language ").concat(b),E),i.loaded("".concat(b,"|").concat(m),T,E)})})})}}}])}();PT.type="backend";var $v=(t=>(t.en="en",t.de="de",t))($v||{});const uL={en:"English",de:"German"};ii.use(ST).use(NM).use(mT).init({initImmediate:!0,ns:["translation"],fallbackLng:Object.keys(uL),fallbackNS:"translation",partialBundledLanguages:!0,resources:{},interpolation:{escapeValue:!1},backend:{backends:[PT],backendOptions:[{loadPath:()=>{var e,n,r;if((e=window==null?void 0:window.env)!=null&&e.TRANSLATION_URL)return`${window.env.TRANSLATION_URL}/{{lng}}`;const t=((n=window==null?void 0:window.env)==null?void 0:n.VITE_BASE_URL)||((r=window==null?void 0:window.env)==null?void 0:r.REACT_APP_BASE_URL)||location.protocol+"//"+location.host;return console.log("url",t),`${t}/translations/{{lng}}`},crossDomain:!0,cacheHitMode:"refresh"}]}});function cL(){const[t,e]=q.useState();return q.useEffect(()=>{const n=localStorage.getItem("language");e(n||$v.en)},[]),{language:t,setLanguage:e}}const OT=q.createContext({}),fL=()=>q.useContext(OT),dL=ii,hL=tT,pL=()=>wT(),gL=({children:t})=>{const e=cL();return _e.jsx(OT.Provider,{value:e,children:_e.jsx(HM,{i18n:ii,children:t})})},mL="*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}";function Vv({children:t,styles:e=[],...n}){return _e.jsxs("div",{...n,children:[[mL,...e].map((r,i)=>_e.jsx("style",{type:"text/css",children:r},i)),t]})}function vL(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}var Hv=vL,yL=typeof Ei=="object"&&Ei&&Ei.Object===Object&&Ei,bL=yL,wL=bL,xL=typeof self=="object"&&self&&self.Object===Object&&self,SL=wL||xL||Function("return this")(),_T=SL,TL=_T,CL=function(){return TL.Date.now()},EL=CL,kL=/\s/;function DL(t){for(var e=t.length;e--&&kL.test(t.charAt(e)););return e}var PL=DL,OL=PL,_L=/^\s+/;function RL(t){return t&&t.slice(0,OL(t)+1).replace(_L,"")}var AL=RL,IL=_T,ML=IL.Symbol,RT=ML,K0=RT,AT=Object.prototype,LL=AT.hasOwnProperty,FL=AT.toString,nd=K0?K0.toStringTag:void 0;function NL(t){var e=LL.call(t,nd),n=t[nd];try{t[nd]=void 0;var r=!0}catch{}var i=FL.call(t);return r&&(e?t[nd]=n:delete t[nd]),i}var jL=NL,BL=Object.prototype,$L=BL.toString;function VL(t){return $L.call(t)}var HL=VL,Z0=RT,UL=jL,WL=HL,zL="[object Null]",YL="[object Undefined]",J0=Z0?Z0.toStringTag:void 0;function GL(t){return t==null?t===void 0?YL:zL:J0&&J0 in Object(t)?UL(t):WL(t)}var qL=GL;function XL(t){return t!=null&&typeof t=="object"}var KL=XL,ZL=qL,JL=KL,QL="[object Symbol]";function e2(t){return typeof t=="symbol"||JL(t)&&ZL(t)==QL}var t2=e2,n2=AL,Q0=Hv,r2=t2,ew=NaN,i2=/^[-+]0x[0-9a-f]+$/i,o2=/^0b[01]+$/i,s2=/^0o[0-7]+$/i,a2=parseInt;function l2(t){if(typeof t=="number")return t;if(r2(t))return ew;if(Q0(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Q0(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=n2(t);var n=o2.test(t);return n||s2.test(t)?a2(t.slice(2),n?2:8):i2.test(t)?ew:+t}var u2=l2,c2=Hv,Dg=EL,tw=u2,f2="Expected a function",d2=Math.max,h2=Math.min;function p2(t,e,n){var r,i,o,a,c,f,p=0,b=!1,m=!1,T=!0;if(typeof t!="function")throw new TypeError(f2);e=tw(e)||0,c2(n)&&(b=!!n.leading,m="maxWait"in n,o=m?d2(tw(n.maxWait)||0,e):o,T="trailing"in n?!!n.trailing:T);function E(ce){var S=r,ue=i;return r=i=void 0,p=ce,a=t.apply(ue,S),a}function A(ce){return p=ce,c=setTimeout(_,e),b?E(ce):a}function I(ce){var S=ce-f,ue=ce-p,ae=e-S;return m?h2(ae,o-ue):ae}function M(ce){var S=ce-f,ue=ce-p;return f===void 0||S>=e||S<0||m&&ue>=o}function _(){var ce=Dg();if(M(ce))return H(ce);c=setTimeout(_,I(ce))}function H(ce){return c=void 0,T&&r?E(ce):(r=i=void 0,a)}function Y(){c!==void 0&&clearTimeout(c),p=0,r=f=i=c=void 0}function ne(){return c===void 0?a:H(Dg())}function Z(){var ce=Dg(),S=M(ce);if(r=arguments,i=this,f=ce,S){if(c===void 0)return A(f);if(m)return clearTimeout(c),c=setTimeout(_,e),E(f)}return c===void 0&&(c=setTimeout(_,e)),a}return Z.cancel=Y,Z.flush=ne,Z}var IT=p2;const Pg=Cu(IT);var g2=IT,m2=Hv,v2="Expected a function";function y2(t,e,n){var r=!0,i=!0;if(typeof t!="function")throw new TypeError(v2);return m2(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),g2(t,e,{leading:r,maxWait:e,trailing:i})}var b2=y2;const w2=Cu(b2);var hf=function(){return hf=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},hf.apply(this,arguments)};function MT(t){return!t||!t.ownerDocument||!t.ownerDocument.defaultView?window:t.ownerDocument.defaultView}function LT(t){return!t||!t.ownerDocument?document:t.ownerDocument}var FT=function(t){var e={},n=Array.prototype.reduce.call(t,function(r,i){var o=i.name.match(/data-simplebar-(.+)/);if(o){var a=o[1].replace(/\W+(.)/g,function(c,f){return f.toUpperCase()});switch(i.value){case"true":r[a]=!0;break;case"false":r[a]=!1;break;case void 0:r[a]=!0;break;default:r[a]=i.value}}return r},e);return n};function NT(t,e){var n;t&&(n=t.classList).add.apply(n,e.split(" "))}function jT(t,e){t&&e.split(" ").forEach(function(n){t.classList.remove(n)})}function BT(t){return".".concat(t.split(" ").join("."))}var Uv=!!(typeof window<"u"&&window.document&&window.document.createElement),x2=Object.freeze({__proto__:null,addClasses:NT,canUseDOM:Uv,classNamesToQuery:BT,getElementDocument:LT,getElementWindow:MT,getOptions:FT,removeClasses:jT}),ff=null,nw=null;Uv&&window.addEventListener("resize",function(){nw!==window.devicePixelRatio&&(nw=window.devicePixelRatio,ff=null)});function rw(){if(ff===null){if(typeof document>"u")return ff=0,ff;var t=document.body,e=document.createElement("div");e.classList.add("simplebar-hide-scrollbar"),t.appendChild(e);var n=e.getBoundingClientRect().right;t.removeChild(e),ff=n}return ff}var ru=MT,Og=LT,S2=FT,iu=NT,ou=jT,Oo=BT,rd=function(){function t(e,n){n===void 0&&(n={});var r=this;if(this.removePreventClickId=null,this.minScrollbarWidth=20,this.stopScrollDelay=175,this.isScrolling=!1,this.isMouseEntering=!1,this.isDragging=!1,this.scrollXTicking=!1,this.scrollYTicking=!1,this.wrapperEl=null,this.contentWrapperEl=null,this.contentEl=null,this.offsetEl=null,this.maskEl=null,this.placeholderEl=null,this.heightAutoObserverWrapperEl=null,this.heightAutoObserverEl=null,this.rtlHelpers=null,this.scrollbarWidth=0,this.resizeObserver=null,this.mutationObserver=null,this.elStyles=null,this.isRtl=null,this.mouseX=0,this.mouseY=0,this.onMouseMove=function(){},this.onWindowResize=function(){},this.onStopScrolling=function(){},this.onMouseEntered=function(){},this.onScroll=function(){var i=ru(r.el);r.scrollXTicking||(i.requestAnimationFrame(r.scrollX),r.scrollXTicking=!0),r.scrollYTicking||(i.requestAnimationFrame(r.scrollY),r.scrollYTicking=!0),r.isScrolling||(r.isScrolling=!0,iu(r.el,r.classNames.scrolling)),r.showScrollbar("x"),r.showScrollbar("y"),r.onStopScrolling()},this.scrollX=function(){r.axis.x.isOverflowing&&r.positionScrollbar("x"),r.scrollXTicking=!1},this.scrollY=function(){r.axis.y.isOverflowing&&r.positionScrollbar("y"),r.scrollYTicking=!1},this._onStopScrolling=function(){ou(r.el,r.classNames.scrolling),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isScrolling=!1},this.onMouseEnter=function(){r.isMouseEntering||(iu(r.el,r.classNames.mouseEntered),r.showScrollbar("x"),r.showScrollbar("y"),r.isMouseEntering=!0),r.onMouseEntered()},this._onMouseEntered=function(){ou(r.el,r.classNames.mouseEntered),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isMouseEntering=!1},this._onMouseMove=function(i){r.mouseX=i.clientX,r.mouseY=i.clientY,(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseMoveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseMoveForAxis("y")},this.onMouseLeave=function(){r.onMouseMove.cancel(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseLeaveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseLeaveForAxis("y"),r.mouseX=-1,r.mouseY=-1},this._onWindowResize=function(){r.scrollbarWidth=r.getScrollbarWidth(),r.hideNativeScrollbar()},this.onPointerEvent=function(i){if(!(!r.axis.x.track.el||!r.axis.y.track.el||!r.axis.x.scrollbar.el||!r.axis.y.scrollbar.el)){var o,a;r.axis.x.track.rect=r.axis.x.track.el.getBoundingClientRect(),r.axis.y.track.rect=r.axis.y.track.el.getBoundingClientRect(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&(o=r.isWithinBounds(r.axis.x.track.rect)),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&(a=r.isWithinBounds(r.axis.y.track.rect)),(o||a)&&(i.stopPropagation(),i.type==="pointerdown"&&i.pointerType!=="touch"&&(o&&(r.axis.x.scrollbar.rect=r.axis.x.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.x.scrollbar.rect)?r.onDragStart(i,"x"):r.onTrackClick(i,"x")),a&&(r.axis.y.scrollbar.rect=r.axis.y.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.y.scrollbar.rect)?r.onDragStart(i,"y"):r.onTrackClick(i,"y"))))}},this.drag=function(i){var o,a,c,f,p,b,m,T,E,A,I;if(!(!r.draggedAxis||!r.contentWrapperEl)){var M,_=r.axis[r.draggedAxis].track,H=(a=(o=_.rect)===null||o===void 0?void 0:o[r.axis[r.draggedAxis].sizeAttr])!==null&&a!==void 0?a:0,Y=r.axis[r.draggedAxis].scrollbar,ne=(f=(c=r.contentWrapperEl)===null||c===void 0?void 0:c[r.axis[r.draggedAxis].scrollSizeAttr])!==null&&f!==void 0?f:0,Z=parseInt((b=(p=r.elStyles)===null||p===void 0?void 0:p[r.axis[r.draggedAxis].sizeAttr])!==null&&b!==void 0?b:"0px",10);i.preventDefault(),i.stopPropagation(),r.draggedAxis==="y"?M=i.pageY:M=i.pageX;var ce=M-((T=(m=_.rect)===null||m===void 0?void 0:m[r.axis[r.draggedAxis].offsetAttr])!==null&&T!==void 0?T:0)-r.axis[r.draggedAxis].dragOffset;ce=r.draggedAxis==="x"&&r.isRtl?((A=(E=_.rect)===null||E===void 0?void 0:E[r.axis[r.draggedAxis].sizeAttr])!==null&&A!==void 0?A:0)-Y.size-ce:ce;var S=ce/(H-Y.size),ue=S*(ne-Z);r.draggedAxis==="x"&&r.isRtl&&(ue=!((I=t.getRtlHelpers())===null||I===void 0)&&I.isScrollingToNegative?-ue:ue),r.contentWrapperEl[r.axis[r.draggedAxis].scrollOffsetAttr]=ue}},this.onEndDrag=function(i){r.isDragging=!1;var o=Og(r.el),a=ru(r.el);i.preventDefault(),i.stopPropagation(),ou(r.el,r.classNames.dragging),r.onStopScrolling(),o.removeEventListener("mousemove",r.drag,!0),o.removeEventListener("mouseup",r.onEndDrag,!0),r.removePreventClickId=a.setTimeout(function(){o.removeEventListener("click",r.preventClick,!0),o.removeEventListener("dblclick",r.preventClick,!0),r.removePreventClickId=null})},this.preventClick=function(i){i.preventDefault(),i.stopPropagation()},this.el=e,this.options=hf(hf({},t.defaultOptions),n),this.classNames=hf(hf({},t.defaultOptions.classNames),n.classNames),this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}}},typeof this.el!="object"||!this.el.nodeName)throw new Error("Argument passed to SimpleBar must be an HTML element instead of ".concat(this.el));this.onMouseMove=w2(this._onMouseMove,64),this.onWindowResize=Pg(this._onWindowResize,64,{leading:!0}),this.onStopScrolling=Pg(this._onStopScrolling,this.stopScrollDelay),this.onMouseEntered=Pg(this._onMouseEntered,this.stopScrollDelay),this.init()}return t.getRtlHelpers=function(){if(t.rtlHelpers)return t.rtlHelpers;var e=document.createElement("div");e.innerHTML='<div class="simplebar-dummy-scrollbar-size"><div></div></div>';var n=e.firstElementChild,r=n==null?void 0:n.firstElementChild;if(!r)return null;document.body.appendChild(n),n.scrollLeft=0;var i=t.getOffset(n),o=t.getOffset(r);n.scrollLeft=-999;var a=t.getOffset(r);return document.body.removeChild(n),t.rtlHelpers={isScrollOriginAtZero:i.left!==o.left,isScrollingToNegative:o.left!==a.left},t.rtlHelpers},t.prototype.getScrollbarWidth=function(){try{return this.contentWrapperEl&&getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display==="none"||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:rw()}catch{return rw()}},t.getOffset=function(e){var n=e.getBoundingClientRect(),r=Og(e),i=ru(e);return{top:n.top+(i.pageYOffset||r.documentElement.scrollTop),left:n.left+(i.pageXOffset||r.documentElement.scrollLeft)}},t.prototype.init=function(){Uv&&(this.initDOM(),this.rtlHelpers=t.getRtlHelpers(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())},t.prototype.initDOM=function(){var e,n;this.wrapperEl=this.el.querySelector(Oo(this.classNames.wrapper)),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector(Oo(this.classNames.contentWrapper)),this.contentEl=this.options.contentNode||this.el.querySelector(Oo(this.classNames.contentEl)),this.offsetEl=this.el.querySelector(Oo(this.classNames.offset)),this.maskEl=this.el.querySelector(Oo(this.classNames.mask)),this.placeholderEl=this.findChild(this.wrapperEl,Oo(this.classNames.placeholder)),this.heightAutoObserverWrapperEl=this.el.querySelector(Oo(this.classNames.heightAutoObserverWrapperEl)),this.heightAutoObserverEl=this.el.querySelector(Oo(this.classNames.heightAutoObserverEl)),this.axis.x.track.el=this.findChild(this.el,"".concat(Oo(this.classNames.track)).concat(Oo(this.classNames.horizontal))),this.axis.y.track.el=this.findChild(this.el,"".concat(Oo(this.classNames.track)).concat(Oo(this.classNames.vertical))),this.axis.x.scrollbar.el=((e=this.axis.x.track.el)===null||e===void 0?void 0:e.querySelector(Oo(this.classNames.scrollbar)))||null,this.axis.y.scrollbar.el=((n=this.axis.y.track.el)===null||n===void 0?void 0:n.querySelector(Oo(this.classNames.scrollbar)))||null,this.options.autoHide||(iu(this.axis.x.scrollbar.el,this.classNames.visible),iu(this.axis.y.scrollbar.el,this.classNames.visible))},t.prototype.initListeners=function(){var e=this,n,r=ru(this.el);if(this.el.addEventListener("mouseenter",this.onMouseEnter),this.el.addEventListener("pointerdown",this.onPointerEvent,!0),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),(n=this.contentWrapperEl)===null||n===void 0||n.addEventListener("scroll",this.onScroll),r.addEventListener("resize",this.onWindowResize),!!this.contentEl){if(window.ResizeObserver){var i=!1,o=r.ResizeObserver||ResizeObserver;this.resizeObserver=new o(function(){i&&r.requestAnimationFrame(function(){e.recalculate()})}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),r.requestAnimationFrame(function(){i=!0})}this.mutationObserver=new r.MutationObserver(function(){r.requestAnimationFrame(function(){e.recalculate()})}),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})}},t.prototype.recalculate=function(){if(!(!this.heightAutoObserverEl||!this.contentEl||!this.contentWrapperEl||!this.wrapperEl||!this.placeholderEl)){var e=ru(this.el);this.elStyles=e.getComputedStyle(this.el),this.isRtl=this.elStyles.direction==="rtl";var n=this.contentEl.offsetWidth,r=this.heightAutoObserverEl.offsetHeight<=1,i=this.heightAutoObserverEl.offsetWidth<=1||n>0,o=this.contentWrapperEl.offsetWidth,a=this.elStyles.overflowX,c=this.elStyles.overflowY;this.contentEl.style.padding="".concat(this.elStyles.paddingTop," ").concat(this.elStyles.paddingRight," ").concat(this.elStyles.paddingBottom," ").concat(this.elStyles.paddingLeft),this.wrapperEl.style.margin="-".concat(this.elStyles.paddingTop," -").concat(this.elStyles.paddingRight," -").concat(this.elStyles.paddingBottom," -").concat(this.elStyles.paddingLeft);var f=this.contentEl.scrollHeight,p=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=r?"auto":"100%",this.placeholderEl.style.width=i?"".concat(n||p,"px"):"auto",this.placeholderEl.style.height="".concat(f,"px");var b=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=n!==0&&p>n,this.axis.y.isOverflowing=f>b,this.axis.x.isOverflowing=a==="hidden"?!1:this.axis.x.isOverflowing,this.axis.y.isOverflowing=c==="hidden"?!1:this.axis.y.isOverflowing,this.axis.x.forceVisible=this.options.forceVisible==="x"||this.options.forceVisible===!0,this.axis.y.forceVisible=this.options.forceVisible==="y"||this.options.forceVisible===!0,this.hideNativeScrollbar();var m=this.axis.x.isOverflowing?this.scrollbarWidth:0,T=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&p>o-T,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&f>b-m,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el&&(this.axis.x.scrollbar.el.style.width="".concat(this.axis.x.scrollbar.size,"px")),this.axis.y.scrollbar.el&&(this.axis.y.scrollbar.el.style.height="".concat(this.axis.y.scrollbar.size,"px")),this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")}},t.prototype.getScrollbarSize=function(e){var n,r;if(e===void 0&&(e="y"),!this.axis[e].isOverflowing||!this.contentEl)return 0;var i=this.contentEl[this.axis[e].scrollSizeAttr],o=(r=(n=this.axis[e].track.el)===null||n===void 0?void 0:n[this.axis[e].offsetSizeAttr])!==null&&r!==void 0?r:0,a=o/i,c;return c=Math.max(~~(a*o),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(c=Math.min(c,this.options.scrollbarMaxSize)),c},t.prototype.positionScrollbar=function(e){var n,r,i;e===void 0&&(e="y");var o=this.axis[e].scrollbar;if(!(!this.axis[e].isOverflowing||!this.contentWrapperEl||!o.el||!this.elStyles)){var a=this.contentWrapperEl[this.axis[e].scrollSizeAttr],c=((n=this.axis[e].track.el)===null||n===void 0?void 0:n[this.axis[e].offsetSizeAttr])||0,f=parseInt(this.elStyles[this.axis[e].sizeAttr],10),p=this.contentWrapperEl[this.axis[e].scrollOffsetAttr];p=e==="x"&&this.isRtl&&(!((r=t.getRtlHelpers())===null||r===void 0)&&r.isScrollOriginAtZero)?-p:p,e==="x"&&this.isRtl&&(p=!((i=t.getRtlHelpers())===null||i===void 0)&&i.isScrollingToNegative?p:-p);var b=p/(a-f),m=~~((c-o.size)*b);m=e==="x"&&this.isRtl?-m+(c-o.size):m,o.el.style.transform=e==="x"?"translate3d(".concat(m,"px, 0, 0)"):"translate3d(0, ".concat(m,"px, 0)")}},t.prototype.toggleTrackVisibility=function(e){e===void 0&&(e="y");var n=this.axis[e].track.el,r=this.axis[e].scrollbar.el;!n||!r||!this.contentWrapperEl||(this.axis[e].isOverflowing||this.axis[e].forceVisible?(n.style.visibility="visible",this.contentWrapperEl.style[this.axis[e].overflowAttr]="scroll",this.el.classList.add("".concat(this.classNames.scrollable,"-").concat(e))):(n.style.visibility="hidden",this.contentWrapperEl.style[this.axis[e].overflowAttr]="hidden",this.el.classList.remove("".concat(this.classNames.scrollable,"-").concat(e))),this.axis[e].isOverflowing?r.style.display="block":r.style.display="none")},t.prototype.showScrollbar=function(e){e===void 0&&(e="y"),this.axis[e].isOverflowing&&!this.axis[e].scrollbar.isVisible&&(iu(this.axis[e].scrollbar.el,this.classNames.visible),this.axis[e].scrollbar.isVisible=!0)},t.prototype.hideScrollbar=function(e){e===void 0&&(e="y"),!this.isDragging&&this.axis[e].isOverflowing&&this.axis[e].scrollbar.isVisible&&(ou(this.axis[e].scrollbar.el,this.classNames.visible),this.axis[e].scrollbar.isVisible=!1)},t.prototype.hideNativeScrollbar=function(){this.offsetEl&&(this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px",this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px")},t.prototype.onMouseMoveForAxis=function(e){e===void 0&&(e="y");var n=this.axis[e];!n.track.el||!n.scrollbar.el||(n.track.rect=n.track.el.getBoundingClientRect(),n.scrollbar.rect=n.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(n.track.rect)?(this.showScrollbar(e),iu(n.track.el,this.classNames.hover),this.isWithinBounds(n.scrollbar.rect)?iu(n.scrollbar.el,this.classNames.hover):ou(n.scrollbar.el,this.classNames.hover)):(ou(n.track.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(e)))},t.prototype.onMouseLeaveForAxis=function(e){e===void 0&&(e="y"),ou(this.axis[e].track.el,this.classNames.hover),ou(this.axis[e].scrollbar.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(e)},t.prototype.onDragStart=function(e,n){var r;n===void 0&&(n="y"),this.isDragging=!0;var i=Og(this.el),o=ru(this.el),a=this.axis[n].scrollbar,c=n==="y"?e.pageY:e.pageX;this.axis[n].dragOffset=c-(((r=a.rect)===null||r===void 0?void 0:r[this.axis[n].offsetAttr])||0),this.draggedAxis=n,iu(this.el,this.classNames.dragging),i.addEventListener("mousemove",this.drag,!0),i.addEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId===null?(i.addEventListener("click",this.preventClick,!0),i.addEventListener("dblclick",this.preventClick,!0)):(o.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)},t.prototype.onTrackClick=function(e,n){var r=this,i,o,a,c;n===void 0&&(n="y");var f=this.axis[n];if(!(!this.options.clickOnTrack||!f.scrollbar.el||!this.contentWrapperEl)){e.preventDefault();var p=ru(this.el);this.axis[n].scrollbar.rect=f.scrollbar.el.getBoundingClientRect();var b=this.axis[n].scrollbar,m=(o=(i=b.rect)===null||i===void 0?void 0:i[this.axis[n].offsetAttr])!==null&&o!==void 0?o:0,T=parseInt((c=(a=this.elStyles)===null||a===void 0?void 0:a[this.axis[n].sizeAttr])!==null&&c!==void 0?c:"0px",10),E=this.contentWrapperEl[this.axis[n].scrollOffsetAttr],A=n==="y"?this.mouseY-m:this.mouseX-m,I=A<0?-1:1,M=I===-1?E-T:E+T,_=40,H=function(){r.contentWrapperEl&&(I===-1?E>M&&(E-=_,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=E,p.requestAnimationFrame(H)):E<M&&(E+=_,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=E,p.requestAnimationFrame(H)))};H()}},t.prototype.getContentElement=function(){return this.contentEl},t.prototype.getScrollElement=function(){return this.contentWrapperEl},t.prototype.removeListeners=function(){var e=ru(this.el);this.el.removeEventListener("mouseenter",this.onMouseEnter),this.el.removeEventListener("pointerdown",this.onPointerEvent,!0),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.onMouseMove.cancel(),this.onWindowResize.cancel(),this.onStopScrolling.cancel(),this.onMouseEntered.cancel()},t.prototype.unMount=function(){this.removeListeners()},t.prototype.isWithinBounds=function(e){return this.mouseX>=e.left&&this.mouseX<=e.left+e.width&&this.mouseY>=e.top&&this.mouseY<=e.top+e.height},t.prototype.findChild=function(e,n){var r=e.matches||e.webkitMatchesSelector||e.mozMatchesSelector||e.msMatchesSelector;return Array.prototype.filter.call(e.children,function(i){return r.call(i,n)})[0]},t.rtlHelpers=null,t.defaultOptions={forceVisible:!1,clickOnTrack:!0,scrollbarMinSize:25,scrollbarMaxSize:0,ariaLabel:"scrollable content",tabIndex:0,classNames:{contentEl:"simplebar-content",contentWrapper:"simplebar-content-wrapper",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover",dragging:"simplebar-dragging",scrolling:"simplebar-scrolling",scrollable:"simplebar-scrollable",mouseEntered:"simplebar-mouse-entered"},scrollableNode:null,contentNode:null,autoHide:!0},t.getOptions=S2,t.helpers=x2,t}(),Ko=function(){return Ko=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},Ko.apply(this,arguments)};function T2(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n}var Wv=kn.forwardRef(function(t,e){var n=t.children,r=t.scrollableNodeProps,i=r===void 0?{}:r,o=T2(t,["children","scrollableNodeProps"]),a=kn.useRef(),c=kn.useRef(),f=kn.useRef(),p={},b={};Object.keys(o).forEach(function(E){Object.prototype.hasOwnProperty.call(rd.defaultOptions,E)?p[E]=o[E]:b[E]=o[E]});var m=Ko(Ko({},rd.defaultOptions.classNames),p.classNames),T=Ko(Ko({},i),{className:"".concat(m.contentWrapper).concat(i.className?" ".concat(i.className):""),tabIndex:p.tabIndex||rd.defaultOptions.tabIndex,role:"region","aria-label":p.ariaLabel||rd.defaultOptions.ariaLabel});return kn.useEffect(function(){var E;return c.current=T.ref?T.ref.current:c.current,a.current&&(E=new rd(a.current,Ko(Ko(Ko({},p),c.current&&{scrollableNode:c.current}),f.current&&{contentNode:f.current})),typeof e=="function"?e(E):e&&(e.current=E)),function(){E==null||E.unMount(),E=null,typeof e=="function"&&e(null)}},[]),kn.createElement("div",Ko({"data-simplebar":"init",ref:a},b),kn.createElement("div",{className:m.wrapper},kn.createElement("div",{className:m.heightAutoObserverWrapperEl},kn.createElement("div",{className:m.heightAutoObserverEl})),kn.createElement("div",{className:m.mask},kn.createElement("div",{className:m.offset},typeof n=="function"?n({scrollableNodeRef:c,scrollableNodeProps:Ko(Ko({},T),{ref:c}),contentNodeRef:f,contentNodeProps:{className:m.contentEl,ref:f}}):kn.createElement("div",Ko({},T),kn.createElement("div",{className:m.contentEl},n)))),kn.createElement("div",{className:m.placeholder})),kn.createElement("div",{className:"".concat(m.track," simplebar-horizontal")},kn.createElement("div",{className:m.scrollbar})),kn.createElement("div",{className:"".concat(m.track," simplebar-vertical")},kn.createElement("div",{className:m.scrollbar})))});Wv.displayName="SimpleBar";const $T='[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}';function VT(t){var e,n,r="";if(typeof t=="string"||typeof t=="number")r+=t;else if(typeof t=="object")if(Array.isArray(t)){var i=t.length;for(e=0;e<i;e++)t[e]&&(n=VT(t[e]))&&(r&&(r+=" "),r+=n)}else for(n in t)t[n]&&(r&&(r+=" "),r+=n);return r}function bl(){for(var t,e,n=0,r="",i=arguments.length;n<i;n++)(t=arguments[n])&&(e=VT(t))&&(r&&(r+=" "),r+=e);return r}const Od=t=>typeof t=="number"&&!isNaN(t),wc=t=>typeof t=="string",Zo=t=>typeof t=="function",Lh=t=>wc(t)||Zo(t)?t:null,Mm=t=>q.isValidElement(t)||wc(t)||Zo(t)||Od(t);function C2(t,e,n){n===void 0&&(n=300);const{scrollHeight:r,style:i}=t;requestAnimationFrame(()=>{i.minHeight="initial",i.height=r+"px",i.transition=`all ${n}ms`,requestAnimationFrame(()=>{i.height="0",i.padding="0",i.margin="0",setTimeout(e,n)})})}function kp(t){let{enter:e,exit:n,appendPosition:r=!1,collapse:i=!0,collapseDuration:o=300}=t;return function(a){let{children:c,position:f,preventExitTransition:p,done:b,nodeRef:m,isIn:T,playToast:E}=a;const A=r?`${e}--${f}`:e,I=r?`${n}--${f}`:n,M=q.useRef(0);return q.useLayoutEffect(()=>{const _=m.current,H=A.split(" "),Y=ne=>{ne.target===m.current&&(E(),_.removeEventListener("animationend",Y),_.removeEventListener("animationcancel",Y),M.current===0&&ne.type!=="animationcancel"&&_.classList.remove(...H))};_.classList.add(...H),_.addEventListener("animationend",Y),_.addEventListener("animationcancel",Y)},[]),q.useEffect(()=>{const _=m.current,H=()=>{_.removeEventListener("animationend",H),i?C2(_,b,o):b()};T||(p?H():(M.current=1,_.className+=` ${I}`,_.addEventListener("animationend",H)))},[T]),q.createElement(q.Fragment,null,c)}}function iw(t,e){return t!=null?{content:t.content,containerId:t.props.containerId,id:t.props.toastId,theme:t.props.theme,type:t.props.type,data:t.props.data||{},isLoading:t.props.isLoading,icon:t.props.icon,status:e}:{}}const oo=new Map;let _d=[];const Lm=new Set,E2=t=>Lm.forEach(e=>e(t)),HT=()=>oo.size>0;function UT(t,e){var n;if(e)return!((n=oo.get(e))==null||!n.isToastActive(t));let r=!1;return oo.forEach(i=>{i.isToastActive(t)&&(r=!0)}),r}function WT(t,e){Mm(t)&&(HT()||_d.push({content:t,options:e}),oo.forEach(n=>{n.buildToast(t,e)}))}function ow(t,e){oo.forEach(n=>{e!=null&&e!=null&&e.containerId?(e==null?void 0:e.containerId)===n.id&&n.toggle(t,e==null?void 0:e.id):n.toggle(t,e==null?void 0:e.id)})}function k2(t){const{subscribe:e,getSnapshot:n,setProps:r}=q.useRef(function(o){const a=o.containerId||1;return{subscribe(c){const f=function(b,m,T){let E=1,A=0,I=[],M=[],_=[],H=m;const Y=new Map,ne=new Set,Z=()=>{_=Array.from(Y.values()),ne.forEach(ue=>ue())},ce=ue=>{M=ue==null?[]:M.filter(ae=>ae!==ue),Z()},S=ue=>{const{toastId:ae,onOpen:Ge,updateId:Le,children:Me}=ue.props,$e=Le==null;ue.staleId&&Y.delete(ue.staleId),Y.set(ae,ue),M=[...M,ue.props.toastId].filter(Ue=>Ue!==ue.staleId),Z(),T(iw(ue,$e?"added":"updated")),$e&&Zo(Ge)&&Ge(q.isValidElement(Me)&&Me.props)};return{id:b,props:H,observe:ue=>(ne.add(ue),()=>ne.delete(ue)),toggle:(ue,ae)=>{Y.forEach(Ge=>{ae!=null&&ae!==Ge.props.toastId||Zo(Ge.toggle)&&Ge.toggle(ue)})},removeToast:ce,toasts:Y,clearQueue:()=>{A-=I.length,I=[]},buildToast:(ue,ae)=>{if((We=>{let{containerId:et,toastId:qe,updateId:Je}=We;const Ke=et?et!==b:b!==1,ot=Y.has(qe)&&Je==null;return Ke||ot})(ae))return;const{toastId:Ge,updateId:Le,data:Me,staleId:$e,delay:Ue}=ae,he=()=>{ce(Ge)},Ce=Le==null;Ce&&A++;const Pe={...H,style:H.toastStyle,key:E++,...Object.fromEntries(Object.entries(ae).filter(We=>{let[et,qe]=We;return qe!=null})),toastId:Ge,updateId:Le,data:Me,closeToast:he,isIn:!1,className:Lh(ae.className||H.toastClassName),bodyClassName:Lh(ae.bodyClassName||H.bodyClassName),progressClassName:Lh(ae.progressClassName||H.progressClassName),autoClose:!ae.isLoading&&(Ne=ae.autoClose,tt=H.autoClose,Ne===!1||Od(Ne)&&Ne>0?Ne:tt),deleteToast(){const We=Y.get(Ge),{onClose:et,children:qe}=We.props;Zo(et)&&et(q.isValidElement(qe)&&qe.props),T(iw(We,"removed")),Y.delete(Ge),A--,A<0&&(A=0),I.length>0?S(I.shift()):Z()}};var Ne,tt;Pe.closeButton=H.closeButton,ae.closeButton===!1||Mm(ae.closeButton)?Pe.closeButton=ae.closeButton:ae.closeButton===!0&&(Pe.closeButton=!Mm(H.closeButton)||H.closeButton);let me=ue;q.isValidElement(ue)&&!wc(ue.type)?me=q.cloneElement(ue,{closeToast:he,toastProps:Pe,data:Me}):Zo(ue)&&(me=ue({closeToast:he,toastProps:Pe,data:Me}));const ke={content:me,props:Pe,staleId:$e};H.limit&&H.limit>0&&A>H.limit&&Ce?I.push(ke):Od(Ue)?setTimeout(()=>{S(ke)},Ue):S(ke)},setProps(ue){H=ue},setToggle:(ue,ae)=>{Y.get(ue).toggle=ae},isToastActive:ue=>M.some(ae=>ae===ue),getSnapshot:()=>_}}(a,o,E2);oo.set(a,f);const p=f.observe(c);return _d.forEach(b=>WT(b.content,b.options)),_d=[],()=>{p(),oo.delete(a)}},setProps(c){var f;(f=oo.get(a))==null||f.setProps(c)},getSnapshot(){var c;return(c=oo.get(a))==null?void 0:c.getSnapshot()}}}(t)).current;r(t);const i=q.useSyncExternalStore(e,n,n);return{getToastToRender:function(o){if(!i)return[];const a=new Map;return t.newestOnTop&&i.reverse(),i.forEach(c=>{const{position:f}=c.props;a.has(f)||a.set(f,[]),a.get(f).push(c)}),Array.from(a,c=>o(c[0],c[1]))},isToastActive:UT,count:i==null?void 0:i.length}}function D2(t){const[e,n]=q.useState(!1),[r,i]=q.useState(!1),o=q.useRef(null),a=q.useRef({start:0,delta:0,removalDistance:0,canCloseOnClick:!0,canDrag:!1,didMove:!1}).current,{autoClose:c,pauseOnHover:f,closeToast:p,onClick:b,closeOnClick:m}=t;var T,E;function A(){n(!0)}function I(){n(!1)}function M(Y){const ne=o.current;a.canDrag&&ne&&(a.didMove=!0,e&&I(),a.delta=t.draggableDirection==="x"?Y.clientX-a.start:Y.clientY-a.start,a.start!==Y.clientX&&(a.canCloseOnClick=!1),ne.style.transform=`translate3d(${t.draggableDirection==="x"?`${a.delta}px, var(--y)`:`0, calc(${a.delta}px + var(--y))`},0)`,ne.style.opacity=""+(1-Math.abs(a.delta/a.removalDistance)))}function _(){document.removeEventListener("pointermove",M),document.removeEventListener("pointerup",_);const Y=o.current;if(a.canDrag&&a.didMove&&Y){if(a.canDrag=!1,Math.abs(a.delta)>a.removalDistance)return i(!0),t.closeToast(),void t.collapseAll();Y.style.transition="transform 0.2s, opacity 0.2s",Y.style.removeProperty("transform"),Y.style.removeProperty("opacity")}}(E=oo.get((T={id:t.toastId,containerId:t.containerId,fn:n}).containerId||1))==null||E.setToggle(T.id,T.fn),q.useEffect(()=>{if(t.pauseOnFocusLoss)return document.hasFocus()||I(),window.addEventListener("focus",A),window.addEventListener("blur",I),()=>{window.removeEventListener("focus",A),window.removeEventListener("blur",I)}},[t.pauseOnFocusLoss]);const H={onPointerDown:function(Y){if(t.draggable===!0||t.draggable===Y.pointerType){a.didMove=!1,document.addEventListener("pointermove",M),document.addEventListener("pointerup",_);const ne=o.current;a.canCloseOnClick=!0,a.canDrag=!0,ne.style.transition="none",t.draggableDirection==="x"?(a.start=Y.clientX,a.removalDistance=ne.offsetWidth*(t.draggablePercent/100)):(a.start=Y.clientY,a.removalDistance=ne.offsetHeight*(t.draggablePercent===80?1.5*t.draggablePercent:t.draggablePercent)/100)}},onPointerUp:function(Y){const{top:ne,bottom:Z,left:ce,right:S}=o.current.getBoundingClientRect();Y.nativeEvent.type!=="touchend"&&t.pauseOnHover&&Y.clientX>=ce&&Y.clientX<=S&&Y.clientY>=ne&&Y.clientY<=Z?I():A()}};return c&&f&&(H.onMouseEnter=I,t.stacked||(H.onMouseLeave=A)),m&&(H.onClick=Y=>{b&&b(Y),a.canCloseOnClick&&p()}),{playToast:A,pauseToast:I,isRunning:e,preventExitTransition:r,toastRef:o,eventHandlers:H}}function P2(t){let{delay:e,isRunning:n,closeToast:r,type:i="default",hide:o,className:a,style:c,controlledProgress:f,progress:p,rtl:b,isIn:m,theme:T}=t;const E=o||f&&p===0,A={...c,animationDuration:`${e}ms`,animationPlayState:n?"running":"paused"};f&&(A.transform=`scaleX(${p})`);const I=bl("Toastify__progress-bar",f?"Toastify__progress-bar--controlled":"Toastify__progress-bar--animated",`Toastify__progress-bar-theme--${T}`,`Toastify__progress-bar--${i}`,{"Toastify__progress-bar--rtl":b}),M=Zo(a)?a({rtl:b,type:i,defaultClassName:I}):bl(I,a),_={[f&&p>=1?"onTransitionEnd":"onAnimationEnd"]:f&&p<1?null:()=>{m&&r()}};return q.createElement("div",{className:"Toastify__progress-bar--wrp","data-hidden":E},q.createElement("div",{className:`Toastify__progress-bar--bg Toastify__progress-bar-theme--${T} Toastify__progress-bar--${i}`}),q.createElement("div",{role:"progressbar","aria-hidden":E?"true":"false","aria-label":"notification timer",className:M,style:A,..._}))}let O2=1;const zT=()=>""+O2++;function _2(t){return t&&(wc(t.toastId)||Od(t.toastId))?t.toastId:zT()}function gd(t,e){return WT(t,e),e.toastId}function tp(t,e){return{...e,type:e&&e.type||t,toastId:_2(e)}}function gh(t){return(e,n)=>gd(e,tp(t,n))}function xn(t,e){return gd(t,tp("default",e))}xn.loading=(t,e)=>gd(t,tp("default",{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1,...e})),xn.promise=function(t,e,n){let r,{pending:i,error:o,success:a}=e;i&&(r=wc(i)?xn.loading(i,n):xn.loading(i.render,{...n,...i}));const c={isLoading:null,autoClose:null,closeOnClick:null,closeButton:null,draggable:null},f=(b,m,T)=>{if(m==null)return void xn.dismiss(r);const E={type:b,...c,...n,data:T},A=wc(m)?{render:m}:m;return r?xn.update(r,{...E,...A}):xn(A.render,{...E,...A}),T},p=Zo(t)?t():t;return p.then(b=>f("success",a,b)).catch(b=>f("error",o,b)),p},xn.success=gh("success"),xn.info=gh("info"),xn.error=gh("error"),xn.warning=gh("warning"),xn.warn=xn.warning,xn.dark=(t,e)=>gd(t,tp("default",{theme:"dark",...e})),xn.dismiss=function(t){(function(e){var n;if(HT()){if(e==null||wc(n=e)||Od(n))oo.forEach(r=>{r.removeToast(e)});else if(e&&("containerId"in e||"id"in e)){const r=oo.get(e.containerId);r?r.removeToast(e.id):oo.forEach(i=>{i.removeToast(e.id)})}}else _d=_d.filter(r=>e!=null&&r.options.toastId!==e)})(t)},xn.clearWaitingQueue=function(t){t===void 0&&(t={}),oo.forEach(e=>{!e.props.limit||t.containerId&&e.id!==t.containerId||e.clearQueue()})},xn.isActive=UT,xn.update=function(t,e){e===void 0&&(e={});const n=((r,i)=>{var o;let{containerId:a}=i;return(o=oo.get(a||1))==null?void 0:o.toasts.get(r)})(t,e);if(n){const{props:r,content:i}=n,o={delay:100,...r,...e,toastId:e.toastId||t,updateId:zT()};o.toastId!==t&&(o.staleId=t);const a=o.render||i;delete o.render,gd(a,o)}},xn.done=t=>{xn.update(t,{progress:1})},xn.onChange=function(t){return Lm.add(t),()=>{Lm.delete(t)}},xn.play=t=>ow(!0,t),xn.pause=t=>ow(!1,t);const R2=typeof window<"u"?q.useLayoutEffect:q.useEffect,mh=t=>{let{theme:e,type:n,isLoading:r,...i}=t;return q.createElement("svg",{viewBox:"0 0 24 24",width:"100%",height:"100%",fill:e==="colored"?"currentColor":`var(--toastify-icon-color-${n})`,...i})},_g={info:function(t){return q.createElement(mh,{...t},q.createElement("path",{d:"M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"}))},warning:function(t){return q.createElement(mh,{...t},q.createElement("path",{d:"M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"}))},success:function(t){return q.createElement(mh,{...t},q.createElement("path",{d:"M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"}))},error:function(t){return q.createElement(mh,{...t},q.createElement("path",{d:"M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"}))},spinner:function(){return q.createElement("div",{className:"Toastify__spinner"})}},A2=t=>{const{isRunning:e,preventExitTransition:n,toastRef:r,eventHandlers:i,playToast:o}=D2(t),{closeButton:a,children:c,autoClose:f,onClick:p,type:b,hideProgressBar:m,closeToast:T,transition:E,position:A,className:I,style:M,bodyClassName:_,bodyStyle:H,progressClassName:Y,progressStyle:ne,updateId:Z,role:ce,progress:S,rtl:ue,toastId:ae,deleteToast:Ge,isIn:Le,isLoading:Me,closeOnClick:$e,theme:Ue}=t,he=bl("Toastify__toast",`Toastify__toast-theme--${Ue}`,`Toastify__toast--${b}`,{"Toastify__toast--rtl":ue},{"Toastify__toast--close-on-click":$e}),Ce=Zo(I)?I({rtl:ue,position:A,type:b,defaultClassName:he}):bl(he,I),Pe=function(ke){let{theme:We,type:et,isLoading:qe,icon:Je}=ke,Ke=null;const ot={theme:We,type:et};return Je===!1||(Zo(Je)?Ke=Je({...ot,isLoading:qe}):q.isValidElement(Je)?Ke=q.cloneElement(Je,ot):qe?Ke=_g.spinner():(ct=>ct in _g)(et)&&(Ke=_g[et](ot))),Ke}(t),Ne=!!S||!f,tt={closeToast:T,type:b,theme:Ue};let me=null;return a===!1||(me=Zo(a)?a(tt):q.isValidElement(a)?q.cloneElement(a,tt):function(ke){let{closeToast:We,theme:et,ariaLabel:qe="close"}=ke;return q.createElement("button",{className:`Toastify__close-button Toastify__close-button--${et}`,type:"button",onClick:Je=>{Je.stopPropagation(),We(Je)},"aria-label":qe},q.createElement("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},q.createElement("path",{fillRule:"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"})))}(tt)),q.createElement(E,{isIn:Le,done:Ge,position:A,preventExitTransition:n,nodeRef:r,playToast:o},q.createElement("div",{id:ae,onClick:p,"data-in":Le,className:Ce,...i,style:M,ref:r},q.createElement("div",{...Le&&{role:ce},className:Zo(_)?_({type:b}):bl("Toastify__toast-body",_),style:H},Pe!=null&&q.createElement("div",{className:bl("Toastify__toast-icon",{"Toastify--animate-icon Toastify__zoom-enter":!Me})},Pe),q.createElement("div",null,c)),me,q.createElement(P2,{...Z&&!Ne?{key:`pb-${Z}`}:{},rtl:ue,theme:Ue,delay:f,isRunning:e,isIn:Le,closeToast:T,hide:m,type:b,style:ne,className:Y,controlledProgress:Ne,progress:S||0})))},Dp=function(t,e){return e===void 0&&(e=!1),{enter:`Toastify--animate Toastify__${t}-enter`,exit:`Toastify--animate Toastify__${t}-exit`,appendPosition:e}},I2=kp(Dp("bounce",!0));kp(Dp("slide",!0));kp(Dp("zoom"));kp(Dp("flip"));const M2={position:"top-right",transition:I2,autoClose:5e3,closeButton:!0,pauseOnHover:!0,pauseOnFocusLoss:!0,draggable:"touch",draggablePercent:80,draggableDirection:"x",role:"alert",theme:"light"};function L2(t){let e={...M2,...t};const n=t.stacked,[r,i]=q.useState(!0),o=q.useRef(null),{getToastToRender:a,isToastActive:c,count:f}=k2(e),{className:p,style:b,rtl:m,containerId:T}=e;function E(I){const M=bl("Toastify__toast-container",`Toastify__toast-container--${I}`,{"Toastify__toast-container--rtl":m});return Zo(p)?p({position:I,rtl:m,defaultClassName:M}):bl(M,Lh(p))}function A(){n&&(i(!0),xn.play())}return R2(()=>{if(n){var I;const M=o.current.querySelectorAll('[data-in="true"]'),_=12,H=(I=e.position)==null?void 0:I.includes("top");let Y=0,ne=0;Array.from(M).reverse().forEach((Z,ce)=>{const S=Z;S.classList.add("Toastify__toast--stacked"),ce>0&&(S.dataset.collapsed=`${r}`),S.dataset.pos||(S.dataset.pos=H?"top":"bot");const ue=Y*(r?.2:1)+(r?0:_*ce);S.style.setProperty("--y",`${H?ue:-1*ue}px`),S.style.setProperty("--g",`${_}`),S.style.setProperty("--s",""+(1-(r?ne:0))),Y+=S.offsetHeight,ne+=.025})}},[r,f,n]),q.createElement("div",{ref:o,className:"Toastify",id:T,onMouseEnter:()=>{n&&(i(!1),xn.pause())},onMouseLeave:A},a((I,M)=>{const _=M.length?{...b}:{...b,pointerEvents:"none"};return q.createElement("div",{className:E(I),style:_,key:`container-${I}`},M.map(H=>{let{content:Y,props:ne}=H;return q.createElement(A2,{...ne,stacked:n,collapseAll:A,isIn:c(ne.toastId,ne.containerId),style:ne.style,key:`toast-${ne.key}`},Y)}))}))}function F2(){return _e.jsxs("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[_e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 1C16.5222 1 21 5.47676 21 11C21 16.5222 16.5222 21 11 21C5.47676 21 1 16.5222 1 11C1 5.47676 5.47676 1 11 1Z",stroke:"#E01B00",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),_e.jsx("path",{d:"M10.9942 6.89636V11.6737",stroke:"#E01B00",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),_e.jsx("path",{d:"M10.9941 15.1038H11.0049",stroke:"#E01B00",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}function N2(){return _e.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[_e.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#009D4F"}),_e.jsx("path",{d:"M7.25244 12L10.4174 15.165L16.7474 8.83496",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}function j2(){return _e.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[_e.jsx("path",{d:"M12 7.73684V13.4211M12 21C7.69215 21 5.53823 21 4.29308 20.0953C3.20701 19.3063 2.50676 18.0934 2.36643 16.7583C2.20555 15.2276 3.28252 13.3623 5.43644 9.63158C7.59036 5.90088 8.66732 4.03553 10.0734 3.40952C11.2998 2.86349 12.7002 2.86349 13.9266 3.40952C15.3327 4.03553 16.4096 5.90088 18.5636 9.63158C20.7175 13.3623 21.7944 15.2276 21.6336 16.7583C21.4932 18.0934 20.793 19.3063 19.7069 20.0953C18.4618 21 16.3078 21 12 21Z",stroke:"#FFB600","stroke-width":"1.5","stroke-linecap":"round"}),_e.jsx("path",{d:"M12.9473 16.263C12.9473 16.7863 12.5232 17.2104 12 17.2104C11.4768 17.2104 11.0526 16.7863 11.0526 16.263C11.0526 15.7398 11.4768 15.3157 12 15.3157C12.5232 15.3157 12.9473 15.7398 12.9473 16.263Z",fill:"#FFB600"})]})}const zv={paddingLeft:"16px",borderLeft:"2px solid",boxShadow:"none",fontFamily:"inherit"},B2=({closeToast:t})=>_e.jsx("i",{className:"material-icons",onClick:t,style:{cursor:"pointer"},children:_e.jsx("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:_e.jsx("path",{d:"M7.05086 6.13616C6.66033 5.74563 6.02717 5.74563 5.63664 6.13616C5.24612 6.52668 5.24612 7.15984 5.63664 7.55037L10.5864 12.5001L5.63664 17.4499C5.24612 17.8404 5.24612 18.4736 5.63664 18.8641C6.02717 19.2546 6.66033 19.2546 7.05086 18.8641L12.0006 13.9143L16.9504 18.8641C17.3409 19.2546 17.974 19.2546 18.3646 18.8641C18.7551 18.4736 18.7551 17.8404 18.3646 17.4499L13.4148 12.5001L18.3646 7.55037C18.7551 7.15984 18.7551 6.52668 18.3646 6.13616C17.974 5.74563 17.3409 5.74563 16.9504 6.13616L12.0006 11.0859L7.05086 6.13616Z",fill:"#85858A"})})}),Yv=(t,e)=>{xn.success(t,{icon:_e.jsx(N2,{}),bodyStyle:{},position:"bottom-right",style:{...zv,background:ki.successLight,borderColor:ki.success,color:ki.success},...e})},Wd=(t,e)=>{xn.error(t,{icon:_e.jsx(F2,{}),position:"bottom-right",style:{...zv,background:ki.dangerLight,borderColor:ki.danger,color:ki.danger},...e})},$2=(t,e)=>{xn.error(t,{icon:_e.jsx(j2,{}),position:"bottom-right",style:{...zv,background:ki.warningLight,borderColor:ki.warning,color:ki.warning},...e})},V2=t=>{xn(t,{closeButton:B2,toastId:"notify",position:"top-right",hideProgressBar:!0,containerId:"toastifyNotification",style:{padding:"12px 24px 12px 0",paddingLeft:"16px",fontFamily:"inherit",width:"610px",minHeight:"72px",color:ki.textPrimary}})};function YT(t){let e=null;return()=>(e==null&&(e=t()),e)}function H2(t,e){return t.filter(n=>n!==e)}function U2(t,e){const n=new Set,r=o=>n.add(o);t.forEach(r),e.forEach(r);const i=[];return n.forEach(o=>i.push(o)),i}class W2{enter(e){const n=this.entered.length,r=i=>this.isNodeInDocument(i)&&(!i.contains||i.contains(e));return this.entered=U2(this.entered.filter(r),[e]),n===0&&this.entered.length>0}leave(e){const n=this.entered.length;return this.entered=H2(this.entered.filter(this.isNodeInDocument),e),n>0&&this.entered.length===0}reset(){this.entered=[]}constructor(e){this.entered=[],this.isNodeInDocument=e}}class z2{initializeExposedProperties(){Object.keys(this.config.exposeProperties).forEach(e=>{Object.defineProperty(this.item,e,{configurable:!0,enumerable:!0,get(){return console.warn(`Browser doesn't allow reading "${e}" until the drop event.`),null}})})}loadDataTransfer(e){if(e){const n={};Object.keys(this.config.exposeProperties).forEach(r=>{const i=this.config.exposeProperties[r];i!=null&&(n[r]={value:i(e,this.config.matchesTypes),configurable:!0,enumerable:!0})}),Object.defineProperties(this.item,n)}}canDrag(){return!0}beginDrag(){return this.item}isDragging(e,n){return n===e.getSourceId()}endDrag(){}constructor(e){this.config=e,this.item={},this.initializeExposedProperties()}}const GT="__NATIVE_FILE__",qT="__NATIVE_URL__",XT="__NATIVE_TEXT__",KT="__NATIVE_HTML__",sw=Object.freeze(Object.defineProperty({__proto__:null,FILE:GT,HTML:KT,TEXT:XT,URL:qT},Symbol.toStringTag,{value:"Module"}));function Rg(t,e,n){const r=e.reduce((i,o)=>i||t.getData(o),"");return r??n}const Fm={[GT]:{exposeProperties:{files:t=>Array.prototype.slice.call(t.files),items:t=>t.items,dataTransfer:t=>t},matchesTypes:["Files"]},[KT]:{exposeProperties:{html:(t,e)=>Rg(t,e,""),dataTransfer:t=>t},matchesTypes:["Html","text/html"]},[qT]:{exposeProperties:{urls:(t,e)=>Rg(t,e,"").split(`
|
|
4
|
+
`),dataTransfer:t=>t},matchesTypes:["Url","text/uri-list"]},[XT]:{exposeProperties:{text:(t,e)=>Rg(t,e,""),dataTransfer:t=>t},matchesTypes:["Text","text/plain"]}};function Y2(t,e){const n=Fm[t];if(!n)throw new Error(`native type ${t} has no configuration`);const r=new z2(n);return r.loadDataTransfer(e),r}function Ag(t){if(!t)return null;const e=Array.prototype.slice.call(t.types||[]);return Object.keys(Fm).filter(n=>{const r=Fm[n];return r!=null&&r.matchesTypes?r.matchesTypes.some(i=>e.indexOf(i)>-1):!1})[0]||null}const G2=YT(()=>/firefox/i.test(navigator.userAgent)),ZT=YT(()=>!!window.safari);class aw{interpolate(e){const{xs:n,ys:r,c1s:i,c2s:o,c3s:a}=this;let c=n.length-1;if(e===n[c])return r[c];let f=0,p=a.length-1,b;for(;f<=p;){b=Math.floor(.5*(f+p));const E=n[b];if(E<e)f=b+1;else if(E>e)p=b-1;else return r[b]}c=Math.max(0,p);const m=e-n[c],T=m*m;return r[c]+i[c]*m+o[c]*T+a[c]*m*T}constructor(e,n){const{length:r}=e,i=[];for(let E=0;E<r;E++)i.push(E);i.sort((E,A)=>e[E]<e[A]?-1:1);const o=[],a=[];let c,f;for(let E=0;E<r-1;E++)c=e[E+1]-e[E],f=n[E+1]-n[E],o.push(c),a.push(f/c);const p=[a[0]];for(let E=0;E<o.length-1;E++){const A=a[E],I=a[E+1];if(A*I<=0)p.push(0);else{c=o[E];const M=o[E+1],_=c+M;p.push(3*_/((_+M)/A+(_+c)/I))}}p.push(a[a.length-1]);const b=[],m=[];let T;for(let E=0;E<p.length-1;E++){T=a[E];const A=p[E],I=1/o[E],M=A+p[E+1]-T-T;b.push((T-A-M)*I),m.push(M*I*I)}this.xs=e,this.ys=n,this.c1s=p,this.c2s=b,this.c3s=m}}const q2=1;function JT(t){const e=t.nodeType===q2?t:t.parentElement;if(!e)return null;const{top:n,left:r}=e.getBoundingClientRect();return{x:r,y:n}}function vh(t){return{x:t.clientX,y:t.clientY}}function X2(t){var e;return t.nodeName==="IMG"&&(G2()||!(!((e=document.documentElement)===null||e===void 0)&&e.contains(t)))}function K2(t,e,n,r){let i=t?e.width:n,o=t?e.height:r;return ZT()&&t&&(o/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:o}}function Z2(t,e,n,r,i){const o=X2(e),c=JT(o?t:e),f={x:n.x-c.x,y:n.y-c.y},{offsetWidth:p,offsetHeight:b}=t,{anchorX:m,anchorY:T}=r,{dragPreviewWidth:E,dragPreviewHeight:A}=K2(o,e,p,b),I=()=>{let ce=new aw([0,.5,1],[f.y,f.y/b*A,f.y+A-b]).interpolate(T);return ZT()&&o&&(ce+=(window.devicePixelRatio-1)*A),ce},M=()=>new aw([0,.5,1],[f.x,f.x/p*E,f.x+E-p]).interpolate(m),{offsetX:_,offsetY:H}=i,Y=_===0||_,ne=H===0||H;return{x:Y?_:M(),y:ne?H:I()}}let J2=class{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var e;return!((e=this.globalContext)===null||e===void 0)&&e.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var e;return((e=this.optionsArgs)===null||e===void 0?void 0:e.rootElement)||this.window}constructor(e,n){this.ownerDocument=null,this.globalContext=e,this.optionsArgs=n}};function Q2(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function lw(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){Q2(t,i,n[i])})}return t}class eF{profile(){var e,n;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((e=this.dragStartSourceIds)===null||e===void 0?void 0:e.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((n=this.dragOverTargetIds)===null||n===void 0?void 0:n.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const e=this.rootElement;if(e!==void 0){if(e.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");e.__isReactDndBackendSetUp=!0,this.addEventListeners(e)}}teardown(){const e=this.rootElement;if(e!==void 0&&(e.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var n;(n=this.window)===null||n===void 0||n.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(e,n,r){return this.sourcePreviewNodeOptions.set(e,r),this.sourcePreviewNodes.set(e,n),()=>{this.sourcePreviewNodes.delete(e),this.sourcePreviewNodeOptions.delete(e)}}connectDragSource(e,n,r){this.sourceNodes.set(e,n),this.sourceNodeOptions.set(e,r);const i=a=>this.handleDragStart(a,e),o=a=>this.handleSelectStart(a);return n.setAttribute("draggable","true"),n.addEventListener("dragstart",i),n.addEventListener("selectstart",o),()=>{this.sourceNodes.delete(e),this.sourceNodeOptions.delete(e),n.removeEventListener("dragstart",i),n.removeEventListener("selectstart",o),n.setAttribute("draggable","false")}}connectDropTarget(e,n){const r=a=>this.handleDragEnter(a,e),i=a=>this.handleDragOver(a,e),o=a=>this.handleDrop(a,e);return n.addEventListener("dragenter",r),n.addEventListener("dragover",i),n.addEventListener("drop",o),()=>{n.removeEventListener("dragenter",r),n.removeEventListener("dragover",i),n.removeEventListener("drop",o)}}addEventListeners(e){e.addEventListener&&(e.addEventListener("dragstart",this.handleTopDragStart),e.addEventListener("dragstart",this.handleTopDragStartCapture,!0),e.addEventListener("dragend",this.handleTopDragEndCapture,!0),e.addEventListener("dragenter",this.handleTopDragEnter),e.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.addEventListener("dragover",this.handleTopDragOver),e.addEventListener("dragover",this.handleTopDragOverCapture,!0),e.addEventListener("drop",this.handleTopDrop),e.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(e){e.removeEventListener&&(e.removeEventListener("dragstart",this.handleTopDragStart),e.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),e.removeEventListener("dragend",this.handleTopDragEndCapture,!0),e.removeEventListener("dragenter",this.handleTopDragEnter),e.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.removeEventListener("dragover",this.handleTopDragOver),e.removeEventListener("dragover",this.handleTopDragOverCapture,!0),e.removeEventListener("drop",this.handleTopDrop),e.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const e=this.monitor.getSourceId(),n=this.sourceNodeOptions.get(e);return lw({dropEffect:this.altKeyPressed?"copy":"move"},n||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const e=this.monitor.getSourceId(),n=this.sourcePreviewNodeOptions.get(e);return lw({anchorX:.5,anchorY:.5,captureDraggingState:!1},n||{})}isDraggingNativeItem(){const e=this.monitor.getItemType();return Object.keys(sw).some(n=>sw[n]===e)}beginDragNativeItem(e,n){this.clearCurrentDragSourceNode(),this.currentNativeSource=Y2(e,n),this.currentNativeHandle=this.registry.addSource(e,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(e){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=e;const n=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var r;return(r=this.rootElement)===null||r===void 0?void 0:r.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},n)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var e;(e=this.window)===null||e===void 0||e.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(e,n){e.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(n))}handleDragEnter(e,n){this.dragEnterTargetIds.unshift(n)}handleDragOver(e,n){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(n)}handleDrop(e,n){this.dropTargetIds.unshift(n)}constructor(e,n,r){this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.sourceNodes=new Map,this.sourceNodeOptions=new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.lastClientOffset=null,this.hoverRafId=null,this.getSourceClientOffset=i=>{const o=this.sourceNodes.get(i);return o&&JT(o)||null},this.endDragNativeItem=()=>{this.isDraggingNativeItem()&&(this.actions.endDrag(),this.currentNativeHandle&&this.registry.removeSource(this.currentNativeHandle),this.currentNativeHandle=null,this.currentNativeSource=null)},this.isNodeInDocument=i=>!!(i&&this.document&&this.document.body&&this.document.body.contains(i)),this.endDragIfSourceWasRemovedFromDOM=()=>{const i=this.currentDragSourceNode;i==null||this.isNodeInDocument(i)||(this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover())},this.scheduleHover=i=>{this.hoverRafId===null&&typeof requestAnimationFrame<"u"&&(this.hoverRafId=requestAnimationFrame(()=>{this.monitor.isDragging()&&this.actions.hover(i||[],{clientOffset:this.lastClientOffset}),this.hoverRafId=null}))},this.cancelHover=()=>{this.hoverRafId!==null&&typeof cancelAnimationFrame<"u"&&(cancelAnimationFrame(this.hoverRafId),this.hoverRafId=null)},this.handleTopDragStartCapture=()=>{this.clearCurrentDragSourceNode(),this.dragStartSourceIds=[]},this.handleTopDragStart=i=>{if(i.defaultPrevented)return;const{dragStartSourceIds:o}=this;this.dragStartSourceIds=null;const a=vh(i);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(o||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:a});const{dataTransfer:c}=i,f=Ag(c);if(this.monitor.isDragging()){if(c&&typeof c.setDragImage=="function"){const b=this.monitor.getSourceId(),m=this.sourceNodes.get(b),T=this.sourcePreviewNodes.get(b)||m;if(T){const{anchorX:E,anchorY:A,offsetX:I,offsetY:M}=this.getCurrentSourcePreviewNodeOptions(),Y=Z2(m,T,a,{anchorX:E,anchorY:A},{offsetX:I,offsetY:M});c.setDragImage(T,Y.x,Y.y)}}try{c==null||c.setData("application/json",{})}catch{}this.setCurrentDragSourceNode(i.target);const{captureDraggingState:p}=this.getCurrentSourcePreviewNodeOptions();p?this.actions.publishDragSource():setTimeout(()=>this.actions.publishDragSource(),0)}else if(f)this.beginDragNativeItem(f);else{if(c&&!c.types&&(i.target&&!i.target.hasAttribute||!i.target.hasAttribute("draggable")))return;i.preventDefault()}},this.handleTopDragEndCapture=()=>{this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleTopDragEnterCapture=i=>{if(this.dragEnterTargetIds=[],this.isDraggingNativeItem()){var o;(o=this.currentNativeSource)===null||o===void 0||o.loadDataTransfer(i.dataTransfer)}if(!this.enterLeaveCounter.enter(i.target)||this.monitor.isDragging())return;const{dataTransfer:c}=i,f=Ag(c);f&&this.beginDragNativeItem(f,c)},this.handleTopDragEnter=i=>{const{dragEnterTargetIds:o}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=i.altKey,o.length>0&&this.actions.hover(o,{clientOffset:vh(i)}),o.some(c=>this.monitor.canDropOnTarget(c))&&(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=i=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var o;(o=this.currentNativeSource)===null||o===void 0||o.loadDataTransfer(i.dataTransfer)}},this.handleTopDragOver=i=>{const{dragOverTargetIds:o}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none");return}this.altKeyPressed=i.altKey,this.lastClientOffset=vh(i),this.scheduleHover(o),(o||[]).some(c=>this.monitor.canDropOnTarget(c))?(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect())):this.isDraggingNativeItem()?i.preventDefault():(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=i=>{this.isDraggingNativeItem()&&i.preventDefault(),this.enterLeaveCounter.leave(i.target)&&(this.isDraggingNativeItem()&&setTimeout(()=>this.endDragNativeItem(),0),this.cancelHover())},this.handleTopDropCapture=i=>{if(this.dropTargetIds=[],this.isDraggingNativeItem()){var o;i.preventDefault(),(o=this.currentNativeSource)===null||o===void 0||o.loadDataTransfer(i.dataTransfer)}else Ag(i.dataTransfer)&&i.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=i=>{const{dropTargetIds:o}=this;this.dropTargetIds=[],this.actions.hover(o,{clientOffset:vh(i)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=i=>{const o=i.target;typeof o.dragDrop=="function"&&(o.tagName==="INPUT"||o.tagName==="SELECT"||o.tagName==="TEXTAREA"||o.isContentEditable||(i.preventDefault(),o.dragDrop()))},this.options=new J2(n,r),this.actions=e.getActions(),this.monitor=e.getMonitor(),this.registry=e.getRegistry(),this.enterLeaveCounter=new W2(this.isNodeInDocument)}}let yh;function tF(){return yh||(yh=new Image,yh.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),yh}const QT=function(e,n,r){return new eF(e,n,r)};var xc=[],nF=function(){return xc.some(function(t){return t.activeTargets.length>0})},rF=function(){return xc.some(function(t){return t.skippedTargets.length>0})},uw="ResizeObserver loop completed with undelivered notifications.",iF=function(){var t;typeof ErrorEvent=="function"?t=new ErrorEvent("error",{message:uw}):(t=document.createEvent("Event"),t.initEvent("error",!1,!1),t.message=uw),window.dispatchEvent(t)},Rd;(function(t){t.BORDER_BOX="border-box",t.CONTENT_BOX="content-box",t.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"})(Rd||(Rd={}));var Sc=function(t){return Object.freeze(t)},oF=function(){function t(e,n){this.inlineSize=e,this.blockSize=n,Sc(this)}return t}(),eC=function(){function t(e,n,r,i){return this.x=e,this.y=n,this.width=r,this.height=i,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Sc(this)}return t.prototype.toJSON=function(){var e=this,n=e.x,r=e.y,i=e.top,o=e.right,a=e.bottom,c=e.left,f=e.width,p=e.height;return{x:n,y:r,top:i,right:o,bottom:a,left:c,width:f,height:p}},t.fromRect=function(e){return new t(e.x,e.y,e.width,e.height)},t}(),Gv=function(t){return t instanceof SVGElement&&"getBBox"in t},tC=function(t){if(Gv(t)){var e=t.getBBox(),n=e.width,r=e.height;return!n&&!r}var i=t,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||t.getClientRects().length)},cw=function(t){var e;if(t instanceof Element)return!0;var n=(e=t==null?void 0:t.ownerDocument)===null||e===void 0?void 0:e.defaultView;return!!(n&&t instanceof n.Element)},sF=function(t){switch(t.tagName){case"INPUT":if(t.type!=="image")break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},md=typeof window<"u"?window:{},bh=new WeakMap,fw=/auto|scroll/,aF=/^tb|vertical/,lF=/msie|trident/i.test(md.navigator&&md.navigator.userAgent),Ma=function(t){return parseFloat(t||"0")},Cf=function(t,e,n){return t===void 0&&(t=0),e===void 0&&(e=0),n===void 0&&(n=!1),new oF((n?e:t)||0,(n?t:e)||0)},dw=Sc({devicePixelContentBoxSize:Cf(),borderBoxSize:Cf(),contentBoxSize:Cf(),contentRect:new eC(0,0,0,0)}),nC=function(t,e){if(e===void 0&&(e=!1),bh.has(t)&&!e)return bh.get(t);if(tC(t))return bh.set(t,dw),dw;var n=getComputedStyle(t),r=Gv(t)&&t.ownerSVGElement&&t.getBBox(),i=!lF&&n.boxSizing==="border-box",o=aF.test(n.writingMode||""),a=!r&&fw.test(n.overflowY||""),c=!r&&fw.test(n.overflowX||""),f=r?0:Ma(n.paddingTop),p=r?0:Ma(n.paddingRight),b=r?0:Ma(n.paddingBottom),m=r?0:Ma(n.paddingLeft),T=r?0:Ma(n.borderTopWidth),E=r?0:Ma(n.borderRightWidth),A=r?0:Ma(n.borderBottomWidth),I=r?0:Ma(n.borderLeftWidth),M=m+p,_=f+b,H=I+E,Y=T+A,ne=c?t.offsetHeight-Y-t.clientHeight:0,Z=a?t.offsetWidth-H-t.clientWidth:0,ce=i?M+H:0,S=i?_+Y:0,ue=r?r.width:Ma(n.width)-ce-Z,ae=r?r.height:Ma(n.height)-S-ne,Ge=ue+M+Z+H,Le=ae+_+ne+Y,Me=Sc({devicePixelContentBoxSize:Cf(Math.round(ue*devicePixelRatio),Math.round(ae*devicePixelRatio),o),borderBoxSize:Cf(Ge,Le,o),contentBoxSize:Cf(ue,ae,o),contentRect:new eC(m,f,ue,ae)});return bh.set(t,Me),Me},rC=function(t,e,n){var r=nC(t,n),i=r.borderBoxSize,o=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(e){case Rd.DEVICE_PIXEL_CONTENT_BOX:return a;case Rd.BORDER_BOX:return i;default:return o}},uF=function(){function t(e){var n=nC(e);this.target=e,this.contentRect=n.contentRect,this.borderBoxSize=Sc([n.borderBoxSize]),this.contentBoxSize=Sc([n.contentBoxSize]),this.devicePixelContentBoxSize=Sc([n.devicePixelContentBoxSize])}return t}(),iC=function(t){if(tC(t))return 1/0;for(var e=0,n=t.parentNode;n;)e+=1,n=n.parentNode;return e},cF=function(){var t=1/0,e=[];xc.forEach(function(a){if(a.activeTargets.length!==0){var c=[];a.activeTargets.forEach(function(p){var b=new uF(p.target),m=iC(p.target);c.push(b),p.lastReportedSize=rC(p.target,p.observedBox),m<t&&(t=m)}),e.push(function(){a.callback.call(a.observer,c,a.observer)}),a.activeTargets.splice(0,a.activeTargets.length)}});for(var n=0,r=e;n<r.length;n++){var i=r[n];i()}return t},hw=function(t){xc.forEach(function(n){n.activeTargets.splice(0,n.activeTargets.length),n.skippedTargets.splice(0,n.skippedTargets.length),n.observationTargets.forEach(function(i){i.isActive()&&(iC(i.target)>t?n.activeTargets.push(i):n.skippedTargets.push(i))})})},fF=function(){var t=0;for(hw(t);nF();)t=cF(),hw(t);return rF()&&iF(),t>0},Ig,oC=[],dF=function(){return oC.splice(0).forEach(function(t){return t()})},hF=function(t){if(!Ig){var e=0,n=document.createTextNode(""),r={characterData:!0};new MutationObserver(function(){return dF()}).observe(n,r),Ig=function(){n.textContent="".concat(e?e--:e++)}}oC.push(t),Ig()},pF=function(t){hF(function(){requestAnimationFrame(t)})},Fh=0,gF=function(){return!!Fh},mF=250,vF={attributes:!0,characterData:!0,childList:!0,subtree:!0},pw=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],gw=function(t){return t===void 0&&(t=0),Date.now()+t},Mg=!1,yF=function(){function t(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return t.prototype.run=function(e){var n=this;if(e===void 0&&(e=mF),!Mg){Mg=!0;var r=gw(e);pF(function(){var i=!1;try{i=fF()}finally{if(Mg=!1,e=r-gw(),!gF())return;i?n.run(1e3):e>0?n.run(e):n.start()}})}},t.prototype.schedule=function(){this.stop(),this.run()},t.prototype.observe=function(){var e=this,n=function(){return e.observer&&e.observer.observe(document.body,vF)};document.body?n():md.addEventListener("DOMContentLoaded",n)},t.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),pw.forEach(function(n){return md.addEventListener(n,e.listener,!0)}))},t.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),pw.forEach(function(n){return md.removeEventListener(n,e.listener,!0)}),this.stopped=!0)},t}(),Nm=new yF,mw=function(t){!Fh&&t>0&&Nm.start(),Fh+=t,!Fh&&Nm.stop()},bF=function(t){return!Gv(t)&&!sF(t)&&getComputedStyle(t).display==="inline"},wF=function(){function t(e,n){this.target=e,this.observedBox=n||Rd.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return t.prototype.isActive=function(){var e=rC(this.target,this.observedBox,!0);return bF(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},t}(),xF=function(){function t(e,n){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=n}return t}(),wh=new WeakMap,vw=function(t,e){for(var n=0;n<t.length;n+=1)if(t[n].target===e)return n;return-1},xh=function(){function t(){}return t.connect=function(e,n){var r=new xF(e,n);wh.set(e,r)},t.observe=function(e,n,r){var i=wh.get(e),o=i.observationTargets.length===0;vw(i.observationTargets,n)<0&&(o&&xc.push(i),i.observationTargets.push(new wF(n,r&&r.box)),mw(1),Nm.schedule())},t.unobserve=function(e,n){var r=wh.get(e),i=vw(r.observationTargets,n),o=r.observationTargets.length===1;i>=0&&(o&&xc.splice(xc.indexOf(r),1),r.observationTargets.splice(i,1),mw(-1))},t.disconnect=function(e){var n=this,r=wh.get(e);r.observationTargets.slice().forEach(function(i){return n.unobserve(e,i.target)}),r.activeTargets.splice(0,r.activeTargets.length)},t}(),SF=function(){function t(e){if(arguments.length===0)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if(typeof e!="function")throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");xh.connect(this,e)}return t.prototype.observe=function(e,n){if(arguments.length===0)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!cw(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");xh.observe(this,e,n)},t.prototype.unobserve=function(e){if(arguments.length===0)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!cw(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");xh.unobserve(this,e)},t.prototype.disconnect=function(){xh.disconnect(this)},t.toString=function(){return"function ResizeObserver () { [polyfill code] }"},t}();const sC=q.createContext({});function TF(t){const e=q.useRef(null);return e.current===null&&(e.current=t()),e.current}const qv=q.createContext(null),aC=q.createContext({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"});function CF(t=!0){const e=q.useContext(qv);if(e===null)return[!0,null];const{isPresent:n,onExitComplete:r,register:i}=e,o=q.useId();q.useEffect(()=>{t&&i(o)},[t]);const a=q.useCallback(()=>t&&r&&r(o),[o,r,t]);return!n&&r?[!1,a]:[!0]}const Xv=typeof window<"u",EF=Xv?q.useLayoutEffect:q.useEffect,_o=t=>t;let Mf=_o,vu=_o;process.env.NODE_ENV!=="production"&&(Mf=(t,e)=>{!t&&typeof console<"u"&&console.warn(e)},vu=(t,e)=>{if(!t)throw new Error(e)});function Kv(t){let e;return()=>(e===void 0&&(e=t()),e)}const kf=(t,e,n)=>{const r=e-t;return r===0?1:(n-t)/r},Na=t=>t*1e3,Tl=t=>t/1e3,kF={useManualTiming:!1};function DF(t){let e=new Set,n=new Set,r=!1,i=!1;const o=new WeakSet;let a={delta:0,timestamp:0,isProcessing:!1};function c(p){o.has(p)&&(f.schedule(p),t()),p(a)}const f={schedule:(p,b=!1,m=!1)=>{const E=m&&r?e:n;return b&&o.add(p),E.has(p)||E.add(p),p},cancel:p=>{n.delete(p),o.delete(p)},process:p=>{if(a=p,r){i=!0;return}r=!0,[e,n]=[n,e],e.forEach(c),e.clear(),r=!1,i&&(i=!1,f.process(p))}};return f}const Sh=["read","resolveKeyframes","update","preRender","render","postRender"],PF=40;function lC(t,e){let n=!1,r=!0;const i={delta:0,timestamp:0,isProcessing:!1},o=()=>n=!0,a=Sh.reduce((_,H)=>(_[H]=DF(o),_),{}),{read:c,resolveKeyframes:f,update:p,preRender:b,render:m,postRender:T}=a,E=()=>{const _=performance.now();n=!1,i.delta=r?1e3/60:Math.max(Math.min(_-i.timestamp,PF),1),i.timestamp=_,i.isProcessing=!0,c.process(i),f.process(i),p.process(i),b.process(i),m.process(i),T.process(i),i.isProcessing=!1,n&&e&&(r=!1,t(E))},A=()=>{n=!0,r=!0,i.isProcessing||t(E)};return{schedule:Sh.reduce((_,H)=>{const Y=a[H];return _[H]=(ne,Z=!1,ce=!1)=>(n||A(),Y.schedule(ne,Z,ce)),_},{}),cancel:_=>{for(let H=0;H<Sh.length;H++)a[Sh[H]].cancel(_)},state:i,steps:a}}const{schedule:Fn,cancel:yu,state:Ci,steps:Lg}=lC(typeof requestAnimationFrame<"u"?requestAnimationFrame:_o,!0),uC=q.createContext({strict:!1}),yw={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},Df={};for(const t in yw)Df[t]={isEnabled:e=>yw[t].some(n=>!!e[n])};function OF(t){for(const e in t)Df[e]={...Df[e],...t[e]}}const _F=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function np(t){return t.startsWith("while")||t.startsWith("drag")&&t!=="draggable"||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||_F.has(t)}let cC=t=>!np(t);function RF(t){t&&(cC=e=>e.startsWith("on")?!np(e):t(e))}try{RF(require("@emotion/is-prop-valid").default)}catch{}function AF(t,e,n){const r={};for(const i in t)i==="values"&&typeof t.values=="object"||(cC(i)||n===!0&&np(i)||!e&&!np(i)||t.draggable&&i.startsWith("onDrag"))&&(r[i]=t[i]);return r}const bw=new Set;function Pp(t,e,n){t||bw.has(e)||(console.warn(e),bw.add(e))}function IF(t){if(typeof Proxy>"u")return t;const e=new Map,n=(...r)=>(process.env.NODE_ENV!=="production"&&Pp(!1,"motion() is deprecated. Use motion.create() instead."),t(...r));return new Proxy(n,{get:(r,i)=>i==="create"?t:(e.has(i)||e.set(i,t(i)),e.get(i))})}const Op=q.createContext({});function Ad(t){return typeof t=="string"||Array.isArray(t)}function _p(t){return t!==null&&typeof t=="object"&&typeof t.start=="function"}const Zv=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],Jv=["initial",...Zv];function Rp(t){return _p(t.animate)||Jv.some(e=>Ad(t[e]))}function fC(t){return!!(Rp(t)||t.variants)}function MF(t,e){if(Rp(t)){const{initial:n,animate:r}=t;return{initial:n===!1||Ad(n)?n:void 0,animate:Ad(r)?r:void 0}}return t.inherit!==!1?e:{}}function LF(t){const{initial:e,animate:n}=MF(t,q.useContext(Op));return q.useMemo(()=>({initial:e,animate:n}),[ww(e),ww(n)])}function ww(t){return Array.isArray(t)?t.join(" "):t}const FF=Symbol.for("motionComponentSymbol");function pf(t){return t&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function NF(t,e,n){return q.useCallback(r=>{r&&t.onMount&&t.onMount(r),e&&(r?e.mount(r):e.unmount()),n&&(typeof n=="function"?n(r):pf(n)&&(n.current=r))},[e])}const Qv=t=>t.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),jF="framerAppearId",dC="data-"+Qv(jF),{schedule:ey}=lC(queueMicrotask,!1),hC=q.createContext({});function BF(t,e,n,r,i){var o,a;const{visualElement:c}=q.useContext(Op),f=q.useContext(uC),p=q.useContext(qv),b=q.useContext(aC).reducedMotion,m=q.useRef(null);r=r||f.renderer,!m.current&&r&&(m.current=r(t,{visualState:e,parent:c,props:n,presenceContext:p,blockInitialAnimation:p?p.initial===!1:!1,reducedMotionConfig:b}));const T=m.current,E=q.useContext(hC);T&&!T.projection&&i&&(T.type==="html"||T.type==="svg")&&$F(m.current,n,i,E);const A=q.useRef(!1);q.useInsertionEffect(()=>{T&&A.current&&T.update(n,p)});const I=n[dC],M=q.useRef(!!I&&!(!((o=window.MotionHandoffIsComplete)===null||o===void 0)&&o.call(window,I))&&((a=window.MotionHasOptimisedAnimation)===null||a===void 0?void 0:a.call(window,I)));return EF(()=>{T&&(A.current=!0,window.MotionIsMounted=!0,T.updateFeatures(),ey.render(T.render),M.current&&T.animationState&&T.animationState.animateChanges())}),q.useEffect(()=>{T&&(!M.current&&T.animationState&&T.animationState.animateChanges(),M.current&&(queueMicrotask(()=>{var _;(_=window.MotionHandoffMarkAsComplete)===null||_===void 0||_.call(window,I)}),M.current=!1))}),T}function $F(t,e,n,r){const{layoutId:i,layout:o,drag:a,dragConstraints:c,layoutScroll:f,layoutRoot:p}=e;t.projection=new n(t.latestValues,e["data-framer-portal-id"]?void 0:pC(t.parent)),t.projection.setOptions({layoutId:i,layout:o,alwaysMeasureLayout:!!a||c&&pf(c),visualElement:t,animationType:typeof o=="string"?o:"both",initialPromotionConfig:r,layoutScroll:f,layoutRoot:p})}function pC(t){if(t)return t.options.allowProjection!==!1?t.projection:pC(t.parent)}function VF({preloadedFeatures:t,createVisualElement:e,useRender:n,useVisualState:r,Component:i}){var o,a;t&&OF(t);function c(p,b){let m;const T={...q.useContext(aC),...p,layoutId:HF(p)},{isStatic:E}=T,A=LF(p),I=r(p,E);if(!E&&Xv){UF(T,t);const M=WF(T);m=M.MeasureLayout,A.visualElement=BF(i,I,T,e,M.ProjectionNode)}return _e.jsxs(Op.Provider,{value:A,children:[m&&A.visualElement?_e.jsx(m,{visualElement:A.visualElement,...T}):null,n(i,p,NF(I,A.visualElement,b),I,E,A.visualElement)]})}c.displayName=`motion.${typeof i=="string"?i:`create(${(a=(o=i.displayName)!==null&&o!==void 0?o:i.name)!==null&&a!==void 0?a:""})`}`;const f=q.forwardRef(c);return f[FF]=i,f}function HF({layoutId:t}){const e=q.useContext(sC).id;return e&&t!==void 0?e+"-"+t:t}function UF(t,e){const n=q.useContext(uC).strict;if(process.env.NODE_ENV!=="production"&&e&&n){const r="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";t.ignoreStrict?Mf(!1,r):vu(!1,r)}}function WF(t){const{drag:e,layout:n}=Df;if(!e&&!n)return{};const r={...e,...n};return{MeasureLayout:e!=null&&e.isEnabled(t)||n!=null&&n.isEnabled(t)?r.MeasureLayout:void 0,ProjectionNode:r.ProjectionNode}}const zF=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function ty(t){return typeof t!="string"||t.includes("-")?!1:!!(zF.indexOf(t)>-1||/[A-Z]/u.test(t))}function xw(t){const e=[{},{}];return t==null||t.values.forEach((n,r)=>{e[0][r]=n.get(),e[1][r]=n.getVelocity()}),e}function ny(t,e,n,r){if(typeof e=="function"){const[i,o]=xw(r);e=e(n!==void 0?n:t.custom,i,o)}if(typeof e=="string"&&(e=t.variants&&t.variants[e]),typeof e=="function"){const[i,o]=xw(r);e=e(n!==void 0?n:t.custom,i,o)}return e}const jm=t=>Array.isArray(t),YF=t=>!!(t&&typeof t=="object"&&t.mix&&t.toValue),GF=t=>jm(t)?t[t.length-1]||0:t,ji=t=>!!(t&&t.getVelocity);function Nh(t){const e=ji(t)?t.get():t;return YF(e)?e.toValue():e}function qF({scrapeMotionValuesFromProps:t,createRenderState:e,onUpdate:n},r,i,o){const a={latestValues:XF(r,i,o,t),renderState:e()};return n&&(a.onMount=c=>n({props:r,current:c,...a}),a.onUpdate=c=>n(c)),a}const gC=t=>(e,n)=>{const r=q.useContext(Op),i=q.useContext(qv),o=()=>qF(t,e,r,i);return n?o():TF(o)};function XF(t,e,n,r){const i={},o=r(t,{});for(const T in o)i[T]=Nh(o[T]);let{initial:a,animate:c}=t;const f=Rp(t),p=fC(t);e&&p&&!f&&t.inherit!==!1&&(a===void 0&&(a=e.initial),c===void 0&&(c=e.animate));let b=n?n.initial===!1:!1;b=b||a===!1;const m=b?c:a;if(m&&typeof m!="boolean"&&!_p(m)){const T=Array.isArray(m)?m:[m];for(let E=0;E<T.length;E++){const A=ny(t,T[E]);if(A){const{transitionEnd:I,transition:M,..._}=A;for(const H in _){let Y=_[H];if(Array.isArray(Y)){const ne=b?Y.length-1:0;Y=Y[ne]}Y!==null&&(i[H]=Y)}for(const H in I)i[H]=I[H]}}}return i}const Lf=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],_c=new Set(Lf),mC=t=>e=>typeof e=="string"&&e.startsWith(t),vC=mC("--"),KF=mC("var(--"),ry=t=>KF(t)?ZF.test(t.split("/*")[0].trim()):!1,ZF=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,yC=(t,e)=>e&&typeof t=="number"?e.transform(t):t,Dl=(t,e,n)=>n>e?e:n<t?t:n,Ff={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},Id={...Ff,transform:t=>Dl(0,1,t)},Th={...Ff,default:1},zd=t=>({test:e=>typeof e=="string"&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),su=zd("deg"),ja=zd("%"),Ot=zd("px"),JF=zd("vh"),QF=zd("vw"),Sw={...ja,parse:t=>ja.parse(t)/100,transform:t=>ja.transform(t*100)},eN={borderWidth:Ot,borderTopWidth:Ot,borderRightWidth:Ot,borderBottomWidth:Ot,borderLeftWidth:Ot,borderRadius:Ot,radius:Ot,borderTopLeftRadius:Ot,borderTopRightRadius:Ot,borderBottomRightRadius:Ot,borderBottomLeftRadius:Ot,width:Ot,maxWidth:Ot,height:Ot,maxHeight:Ot,top:Ot,right:Ot,bottom:Ot,left:Ot,padding:Ot,paddingTop:Ot,paddingRight:Ot,paddingBottom:Ot,paddingLeft:Ot,margin:Ot,marginTop:Ot,marginRight:Ot,marginBottom:Ot,marginLeft:Ot,backgroundPositionX:Ot,backgroundPositionY:Ot},tN={rotate:su,rotateX:su,rotateY:su,rotateZ:su,scale:Th,scaleX:Th,scaleY:Th,scaleZ:Th,skew:su,skewX:su,skewY:su,distance:Ot,translateX:Ot,translateY:Ot,translateZ:Ot,x:Ot,y:Ot,z:Ot,perspective:Ot,transformPerspective:Ot,opacity:Id,originX:Sw,originY:Sw,originZ:Ot},Tw={...Ff,transform:Math.round},iy={...eN,...tN,zIndex:Tw,size:Ot,fillOpacity:Id,strokeOpacity:Id,numOctaves:Tw},nN={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},rN=Lf.length;function iN(t,e,n){let r="",i=!0;for(let o=0;o<rN;o++){const a=Lf[o],c=t[a];if(c===void 0)continue;let f=!0;if(typeof c=="number"?f=c===(a.startsWith("scale")?1:0):f=parseFloat(c)===0,!f||n){const p=yC(c,iy[a]);if(!f){i=!1;const b=nN[a]||a;r+=`${b}(${p}) `}n&&(e[a]=p)}}return r=r.trim(),n?r=n(e,i?"":r):i&&(r="none"),r}function oy(t,e,n){const{style:r,vars:i,transformOrigin:o}=t;let a=!1,c=!1;for(const f in e){const p=e[f];if(_c.has(f)){a=!0;continue}else if(vC(f)){i[f]=p;continue}else{const b=yC(p,iy[f]);f.startsWith("origin")?(c=!0,o[f]=b):r[f]=b}}if(e.transform||(a||n?r.transform=iN(e,t.transform,n):r.transform&&(r.transform="none")),c){const{originX:f="50%",originY:p="50%",originZ:b=0}=o;r.transformOrigin=`${f} ${p} ${b}`}}const oN={offset:"stroke-dashoffset",array:"stroke-dasharray"},sN={offset:"strokeDashoffset",array:"strokeDasharray"};function aN(t,e,n=1,r=0,i=!0){t.pathLength=1;const o=i?oN:sN;t[o.offset]=Ot.transform(-r);const a=Ot.transform(e),c=Ot.transform(n);t[o.array]=`${a} ${c}`}function Cw(t,e,n){return typeof t=="string"?t:Ot.transform(e+n*t)}function lN(t,e,n){const r=Cw(e,t.x,t.width),i=Cw(n,t.y,t.height);return`${r} ${i}`}function sy(t,{attrX:e,attrY:n,attrScale:r,originX:i,originY:o,pathLength:a,pathSpacing:c=1,pathOffset:f=0,...p},b,m){if(oy(t,p,m),b){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};const{attrs:T,style:E,dimensions:A}=t;T.transform&&(A&&(E.transform=T.transform),delete T.transform),A&&(i!==void 0||o!==void 0||E.transform)&&(E.transformOrigin=lN(A,i!==void 0?i:.5,o!==void 0?o:.5)),e!==void 0&&(T.x=e),n!==void 0&&(T.y=n),r!==void 0&&(T.scale=r),a!==void 0&&aN(T,a,c,f,!1)}const ay=()=>({style:{},transform:{},transformOrigin:{},vars:{}}),bC=()=>({...ay(),attrs:{}}),ly=t=>typeof t=="string"&&t.toLowerCase()==="svg";function wC(t,{style:e,vars:n},r,i){Object.assign(t.style,e,i&&i.getProjectionStyles(r));for(const o in n)t.style.setProperty(o,n[o])}const xC=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function SC(t,e,n,r){wC(t,e,void 0,r);for(const i in e.attrs)t.setAttribute(xC.has(i)?i:Qv(i),e.attrs[i])}const rp={};function uN(t){Object.assign(rp,t)}function TC(t,{layout:e,layoutId:n}){return _c.has(t)||t.startsWith("origin")||(e||n!==void 0)&&(!!rp[t]||t==="opacity")}function uy(t,e,n){var r;const{style:i}=t,o={};for(const a in i)(ji(i[a])||e.style&&ji(e.style[a])||TC(a,t)||((r=n==null?void 0:n.getValue(a))===null||r===void 0?void 0:r.liveStyle)!==void 0)&&(o[a]=i[a]);return o}function CC(t,e,n){const r=uy(t,e,n);for(const i in t)if(ji(t[i])||ji(e[i])){const o=Lf.indexOf(i)!==-1?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i;r[o]=t[i]}return r}function cN(t,e){try{e.dimensions=typeof t.getBBox=="function"?t.getBBox():t.getBoundingClientRect()}catch{e.dimensions={x:0,y:0,width:0,height:0}}}const Ew=["x","y","width","height","cx","cy","r"],fN={useVisualState:gC({scrapeMotionValuesFromProps:CC,createRenderState:bC,onUpdate:({props:t,prevProps:e,current:n,renderState:r,latestValues:i})=>{if(!n)return;let o=!!t.drag;if(!o){for(const c in i)if(_c.has(c)){o=!0;break}}if(!o)return;let a=!e;if(e)for(let c=0;c<Ew.length;c++){const f=Ew[c];t[f]!==e[f]&&(a=!0)}a&&Fn.read(()=>{cN(n,r),Fn.render(()=>{sy(r,i,ly(n.tagName),t.transformTemplate),SC(n,r)})})}})},dN={useVisualState:gC({scrapeMotionValuesFromProps:uy,createRenderState:ay})};function EC(t,e,n){for(const r in e)!ji(e[r])&&!TC(r,n)&&(t[r]=e[r])}function hN({transformTemplate:t},e){return q.useMemo(()=>{const n=ay();return oy(n,e,t),Object.assign({},n.vars,n.style)},[e])}function pN(t,e){const n=t.style||{},r={};return EC(r,n,t),Object.assign(r,hN(t,e)),r}function gN(t,e){const n={},r=pN(t,e);return t.drag&&t.dragListener!==!1&&(n.draggable=!1,r.userSelect=r.WebkitUserSelect=r.WebkitTouchCallout="none",r.touchAction=t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`),t.tabIndex===void 0&&(t.onTap||t.onTapStart||t.whileTap)&&(n.tabIndex=0),n.style=r,n}function mN(t,e,n,r){const i=q.useMemo(()=>{const o=bC();return sy(o,e,ly(r),t.transformTemplate),{...o.attrs,style:{...o.style}}},[e]);if(t.style){const o={};EC(o,t.style,t),i.style={...o,...i.style}}return i}function vN(t=!1){return(n,r,i,{latestValues:o},a)=>{const f=(ty(n)?mN:gN)(r,o,a,n),p=AF(r,typeof n=="string",t),b=n!==q.Fragment?{...p,...f,ref:i}:{},{children:m}=r,T=q.useMemo(()=>ji(m)?m.get():m,[m]);return q.createElement(n,{...b,children:T})}}function yN(t,e){return function(r,{forwardMotionProps:i}={forwardMotionProps:!1}){const a={...ty(r)?fN:dN,preloadedFeatures:t,useRender:vN(i),createVisualElement:e,Component:r};return VF(a)}}function kC(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}function Ap(t,e,n){const r=t.getProps();return ny(r,e,n!==void 0?n:r.custom,t)}const bN=Kv(()=>window.ScrollTimeline!==void 0);class wN{constructor(e){this.stop=()=>this.runAll("stop"),this.animations=e.filter(Boolean)}get finished(){return Promise.all(this.animations.map(e=>"finished"in e?e.finished:e))}getAll(e){return this.animations[0][e]}setAll(e,n){for(let r=0;r<this.animations.length;r++)this.animations[r][e]=n}attachTimeline(e,n){const r=this.animations.map(i=>{if(bN()&&i.attachTimeline)return i.attachTimeline(e);if(typeof n=="function")return n(i)});return()=>{r.forEach((i,o)=>{i&&i(),this.animations[o].stop()})}}get time(){return this.getAll("time")}set time(e){this.setAll("time",e)}get speed(){return this.getAll("speed")}set speed(e){this.setAll("speed",e)}get startTime(){return this.getAll("startTime")}get duration(){let e=0;for(let n=0;n<this.animations.length;n++)e=Math.max(e,this.animations[n].duration);return e}runAll(e){this.animations.forEach(n=>n[e]())}flatten(){this.runAll("flatten")}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}class xN extends wN{then(e,n){return Promise.all(this.animations).then(e).catch(n)}}function cy(t,e){return t?t[e]||t.default||t:void 0}const Bm=2e4;function DC(t){let e=0;const n=50;let r=t.next(e);for(;!r.done&&e<Bm;)e+=n,r=t.next(e);return e>=Bm?1/0:e}function fy(t){return typeof t=="function"}function kw(t,e){t.timeline=e,t.onfinish=null}const dy=t=>Array.isArray(t)&&typeof t[0]=="number",SN={linearEasing:void 0};function TN(t,e){const n=Kv(t);return()=>{var r;return(r=SN[e])!==null&&r!==void 0?r:n()}}const ip=TN(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),PC=(t,e,n=10)=>{let r="";const i=Math.max(Math.round(e/n),2);for(let o=0;o<i;o++)r+=t(kf(0,i-1,o))+", ";return`linear(${r.substring(0,r.length-2)})`};function OC(t){return!!(typeof t=="function"&&ip()||!t||typeof t=="string"&&(t in $m||ip())||dy(t)||Array.isArray(t)&&t.every(OC))}const ud=([t,e,n,r])=>`cubic-bezier(${t}, ${e}, ${n}, ${r})`,$m={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:ud([0,.65,.55,1]),circOut:ud([.55,0,1,.45]),backIn:ud([.31,.01,.66,-.59]),backOut:ud([.33,1.53,.69,.99])};function _C(t,e){if(t)return typeof t=="function"&&ip()?PC(t,e):dy(t)?ud(t):Array.isArray(t)?t.map(n=>_C(n,e)||$m.easeOut):$m[t]}const oa={x:!1,y:!1};function RC(){return oa.x||oa.y}function CN(t,e,n){var r;if(t instanceof Element)return[t];if(typeof t=="string"){let i=document;const o=(r=void 0)!==null&&r!==void 0?r:i.querySelectorAll(t);return o?Array.from(o):[]}return Array.from(t)}function AC(t,e){const n=CN(t),r=new AbortController,i={passive:!0,...e,signal:r.signal};return[n,i,()=>r.abort()]}function Dw(t){return e=>{e.pointerType==="touch"||RC()||t(e)}}function EN(t,e,n={}){const[r,i,o]=AC(t,n),a=Dw(c=>{const{target:f}=c,p=e(c);if(typeof p!="function"||!f)return;const b=Dw(m=>{p(m),f.removeEventListener("pointerleave",b)});f.addEventListener("pointerleave",b,i)});return r.forEach(c=>{c.addEventListener("pointerenter",a,i)}),o}const IC=(t,e)=>e?t===e?!0:IC(t,e.parentElement):!1,hy=t=>t.pointerType==="mouse"?typeof t.button!="number"||t.button<=0:t.isPrimary!==!1,kN=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function DN(t){return kN.has(t.tagName)||t.tabIndex!==-1}const cd=new WeakSet;function Pw(t){return e=>{e.key==="Enter"&&t(e)}}function Fg(t,e){t.dispatchEvent(new PointerEvent("pointer"+e,{isPrimary:!0,bubbles:!0}))}const PN=(t,e)=>{const n=t.currentTarget;if(!n)return;const r=Pw(()=>{if(cd.has(n))return;Fg(n,"down");const i=Pw(()=>{Fg(n,"up")}),o=()=>Fg(n,"cancel");n.addEventListener("keyup",i,e),n.addEventListener("blur",o,e)});n.addEventListener("keydown",r,e),n.addEventListener("blur",()=>n.removeEventListener("keydown",r),e)};function Ow(t){return hy(t)&&!RC()}function ON(t,e,n={}){const[r,i,o]=AC(t,n),a=c=>{const f=c.currentTarget;if(!Ow(c)||cd.has(f))return;cd.add(f);const p=e(c),b=(E,A)=>{window.removeEventListener("pointerup",m),window.removeEventListener("pointercancel",T),!(!Ow(E)||!cd.has(f))&&(cd.delete(f),typeof p=="function"&&p(E,{success:A}))},m=E=>{b(E,n.useGlobalTarget||IC(f,E.target))},T=E=>{b(E,!1)};window.addEventListener("pointerup",m,i),window.addEventListener("pointercancel",T,i)};return r.forEach(c=>{!DN(c)&&c.getAttribute("tabindex")===null&&(c.tabIndex=0),(n.useGlobalTarget?window:c).addEventListener("pointerdown",a,i),c.addEventListener("focus",p=>PN(p,i),i)}),o}function _N(t){return t==="x"||t==="y"?oa[t]?null:(oa[t]=!0,()=>{oa[t]=!1}):oa.x||oa.y?null:(oa.x=oa.y=!0,()=>{oa.x=oa.y=!1})}const MC=new Set(["width","height","top","left","right","bottom",...Lf]);let jh;function RN(){jh=void 0}const Ba={now:()=>(jh===void 0&&Ba.set(Ci.isProcessing||kF.useManualTiming?Ci.timestamp:performance.now()),jh),set:t=>{jh=t,queueMicrotask(RN)}};function py(t,e){t.indexOf(e)===-1&&t.push(e)}function gy(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}let my=class{constructor(){this.subscriptions=[]}add(e){return py(this.subscriptions,e),()=>gy(this.subscriptions,e)}notify(e,n,r){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](e,n,r);else for(let o=0;o<i;o++){const a=this.subscriptions[o];a&&a(e,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}};function LC(t,e){return e?t*(1e3/e):0}const _w=30,AN=t=>!isNaN(parseFloat(t));let IN=class{constructor(e,n={}){this.version="11.18.2",this.canTrackVelocity=null,this.events={},this.updateAndNotify=(r,i=!0)=>{const o=Ba.now();this.updatedAt!==o&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(r),this.current!==this.prev&&this.events.change&&this.events.change.notify(this.current),i&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.hasAnimated=!1,this.setCurrent(e),this.owner=n.owner}setCurrent(e){this.current=e,this.updatedAt=Ba.now(),this.canTrackVelocity===null&&e!==void 0&&(this.canTrackVelocity=AN(this.current))}setPrevFrameValue(e=this.current){this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt}onChange(e){return process.env.NODE_ENV!=="production"&&Pp(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",e)}on(e,n){this.events[e]||(this.events[e]=new my);const r=this.events[e].add(n);return e==="change"?()=>{r(),Fn.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,n){this.passiveEffect=e,this.stopPassiveEffect=n}set(e,n=!0){!n||!this.passiveEffect?this.updateAndNotify(e,n):this.passiveEffect(e,this.updateAndNotify)}setWithVelocity(e,n,r){this.set(n),this.prev=void 0,this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt-r}jump(e,n=!0){this.updateAndNotify(e),this.prev=e,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const e=Ba.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||e-this.updatedAt>_w)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,_w);return LC(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(e){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=e(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}};function Md(t,e){return new IN(t,e)}function MN(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,Md(n))}function LN(t,e){const n=Ap(t,e);let{transitionEnd:r={},transition:i={},...o}=n||{};o={...o,...r};for(const a in o){const c=GF(o[a]);MN(t,a,c)}}function FN(t){return!!(ji(t)&&t.add)}function Vm(t,e){const n=t.getValue("willChange");if(FN(n))return n.add(e)}function FC(t){return t.props[dC]}const NC=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t,NN=1e-7,jN=12;function BN(t,e,n,r,i){let o,a,c=0;do a=e+(n-e)/2,o=NC(a,r,i)-t,o>0?n=a:e=a;while(Math.abs(o)>NN&&++c<jN);return a}function Yd(t,e,n,r){if(t===e&&n===r)return _o;const i=o=>BN(o,0,1,t,n);return o=>o===0||o===1?o:NC(i(o),e,r)}const jC=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,BC=t=>e=>1-t(1-e),$C=Yd(.33,1.53,.69,.99),vy=BC($C),VC=jC(vy),HC=t=>(t*=2)<1?.5*vy(t):.5*(2-Math.pow(2,-10*(t-1))),yy=t=>1-Math.sin(Math.acos(t)),UC=BC(yy),WC=jC(yy),zC=t=>/^0[^.\s]+$/u.test(t);function $N(t){return typeof t=="number"?t===0:t!==null?t==="none"||t==="0"||zC(t):!0}const vd=t=>Math.round(t*1e5)/1e5,by=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function VN(t){return t==null}const HN=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,wy=(t,e)=>n=>!!(typeof n=="string"&&HN.test(n)&&n.startsWith(t)||e&&!VN(n)&&Object.prototype.hasOwnProperty.call(n,e)),YC=(t,e,n)=>r=>{if(typeof r!="string")return r;const[i,o,a,c]=r.match(by);return{[t]:parseFloat(i),[e]:parseFloat(o),[n]:parseFloat(a),alpha:c!==void 0?parseFloat(c):1}},UN=t=>Dl(0,255,t),Ng={...Ff,transform:t=>Math.round(UN(t))},vc={test:wy("rgb","red"),parse:YC("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:r=1})=>"rgba("+Ng.transform(t)+", "+Ng.transform(e)+", "+Ng.transform(n)+", "+vd(Id.transform(r))+")"};function WN(t){let e="",n="",r="",i="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),r=t.substring(5,7),i=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),r=t.substring(3,4),i=t.substring(4,5),e+=e,n+=n,r+=r,i+=i),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}}const Hm={test:wy("#"),parse:WN,transform:vc.transform},gf={test:wy("hsl","hue"),parse:YC("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:r=1})=>"hsla("+Math.round(t)+", "+ja.transform(vd(e))+", "+ja.transform(vd(n))+", "+vd(Id.transform(r))+")"},Ni={test:t=>vc.test(t)||Hm.test(t)||gf.test(t),parse:t=>vc.test(t)?vc.parse(t):gf.test(t)?gf.parse(t):Hm.parse(t),transform:t=>typeof t=="string"?t:t.hasOwnProperty("red")?vc.transform(t):gf.transform(t)},zN=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function YN(t){var e,n;return isNaN(t)&&typeof t=="string"&&(((e=t.match(by))===null||e===void 0?void 0:e.length)||0)+(((n=t.match(zN))===null||n===void 0?void 0:n.length)||0)>0}const GC="number",qC="color",GN="var",qN="var(",Rw="${}",XN=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function Ld(t){const e=t.toString(),n=[],r={color:[],number:[],var:[]},i=[];let o=0;const c=e.replace(XN,f=>(Ni.test(f)?(r.color.push(o),i.push(qC),n.push(Ni.parse(f))):f.startsWith(qN)?(r.var.push(o),i.push(GN),n.push(f)):(r.number.push(o),i.push(GC),n.push(parseFloat(f))),++o,Rw)).split(Rw);return{values:n,split:c,indexes:r,types:i}}function XC(t){return Ld(t).values}function KC(t){const{split:e,types:n}=Ld(t),r=e.length;return i=>{let o="";for(let a=0;a<r;a++)if(o+=e[a],i[a]!==void 0){const c=n[a];c===GC?o+=vd(i[a]):c===qC?o+=Ni.transform(i[a]):o+=i[a]}return o}}const KN=t=>typeof t=="number"?0:t;function ZN(t){const e=XC(t);return KC(t)(e.map(KN))}const bu={test:YN,parse:XC,createTransformer:KC,getAnimatableNone:ZN},JN=new Set(["brightness","contrast","saturate","opacity"]);function QN(t){const[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;const[r]=n.match(by)||[];if(!r)return t;const i=n.replace(r,"");let o=JN.has(e)?1:0;return r!==n&&(o*=100),e+"("+o+i+")"}const ej=/\b([a-z-]*)\(.*?\)/gu,Um={...bu,getAnimatableNone:t=>{const e=t.match(ej);return e?e.map(QN).join(" "):t}},tj={...iy,color:Ni,backgroundColor:Ni,outlineColor:Ni,fill:Ni,stroke:Ni,borderColor:Ni,borderTopColor:Ni,borderRightColor:Ni,borderBottomColor:Ni,borderLeftColor:Ni,filter:Um,WebkitFilter:Um},xy=t=>tj[t];function ZC(t,e){let n=xy(t);return n!==Um&&(n=bu),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const nj=new Set(["auto","none","0"]);function rj(t,e,n){let r=0,i;for(;r<t.length&&!i;){const o=t[r];typeof o=="string"&&!nj.has(o)&&Ld(o).values.length&&(i=t[r]),r++}if(i&&n)for(const o of e)t[o]=ZC(n,i)}const Aw=t=>t===Ff||t===Ot,Iw=(t,e)=>parseFloat(t.split(", ")[e]),Mw=(t,e)=>(n,{transform:r})=>{if(r==="none"||!r)return 0;const i=r.match(/^matrix3d\((.+)\)$/u);if(i)return Iw(i[1],e);{const o=r.match(/^matrix\((.+)\)$/u);return o?Iw(o[1],t):0}},ij=new Set(["x","y","z"]),oj=Lf.filter(t=>!ij.has(t));function sj(t){const e=[];return oj.forEach(n=>{const r=t.getValue(n);r!==void 0&&(e.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),e}const Pf={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:Mw(4,13),y:Mw(5,14)};Pf.translateX=Pf.x;Pf.translateY=Pf.y;const Tc=new Set;let Wm=!1,zm=!1;function JC(){if(zm){const t=Array.from(Tc).filter(r=>r.needsMeasurement),e=new Set(t.map(r=>r.element)),n=new Map;e.forEach(r=>{const i=sj(r);i.length&&(n.set(r,i),r.render())}),t.forEach(r=>r.measureInitialState()),e.forEach(r=>{r.render();const i=n.get(r);i&&i.forEach(([o,a])=>{var c;(c=r.getValue(o))===null||c===void 0||c.set(a)})}),t.forEach(r=>r.measureEndState()),t.forEach(r=>{r.suspendedScrollY!==void 0&&window.scrollTo(0,r.suspendedScrollY)})}zm=!1,Wm=!1,Tc.forEach(t=>t.complete()),Tc.clear()}function QC(){Tc.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(zm=!0)})}function aj(){QC(),JC()}class Sy{constructor(e,n,r,i,o,a=!1){this.isComplete=!1,this.isAsync=!1,this.needsMeasurement=!1,this.isScheduled=!1,this.unresolvedKeyframes=[...e],this.onComplete=n,this.name=r,this.motionValue=i,this.element=o,this.isAsync=a}scheduleResolve(){this.isScheduled=!0,this.isAsync?(Tc.add(this),Wm||(Wm=!0,Fn.read(QC),Fn.resolveKeyframes(JC))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:e,name:n,element:r,motionValue:i}=this;for(let o=0;o<e.length;o++)if(e[o]===null)if(o===0){const a=i==null?void 0:i.get(),c=e[e.length-1];if(a!==void 0)e[0]=a;else if(r&&n){const f=r.readValue(n,c);f!=null&&(e[0]=f)}e[0]===void 0&&(e[0]=c),i&&a===void 0&&i.set(e[0])}else e[o]=e[o-1]}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(){this.isComplete=!0,this.onComplete(this.unresolvedKeyframes,this.finalKeyframe),Tc.delete(this)}cancel(){this.isComplete||(this.isScheduled=!1,Tc.delete(this))}resume(){this.isComplete||this.scheduleResolve()}}const eE=t=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t),lj=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function uj(t){const e=lj.exec(t);if(!e)return[,];const[,n,r,i]=e;return[`--${n??r}`,i]}const cj=4;function tE(t,e,n=1){vu(n<=cj,`Max CSS variable fallback depth detected in property "${t}". This may indicate a circular fallback dependency.`);const[r,i]=uj(t);if(!r)return;const o=window.getComputedStyle(e).getPropertyValue(r);if(o){const a=o.trim();return eE(a)?parseFloat(a):a}return ry(i)?tE(i,e,n+1):i}const nE=t=>e=>e.test(t),fj={test:t=>t==="auto",parse:t=>t},rE=[Ff,Ot,ja,su,QF,JF,fj],Lw=t=>rE.find(nE(t));class iE extends Sy{constructor(e,n,r,i,o){super(e,n,r,i,o,!0)}readKeyframes(){const{unresolvedKeyframes:e,element:n,name:r}=this;if(!n||!n.current)return;super.readKeyframes();for(let f=0;f<e.length;f++){let p=e[f];if(typeof p=="string"&&(p=p.trim(),ry(p))){const b=tE(p,n.current);b!==void 0&&(e[f]=b),f===e.length-1&&(this.finalKeyframe=p)}}if(this.resolveNoneKeyframes(),!MC.has(r)||e.length!==2)return;const[i,o]=e,a=Lw(i),c=Lw(o);if(a!==c)if(Aw(a)&&Aw(c))for(let f=0;f<e.length;f++){const p=e[f];typeof p=="string"&&(e[f]=parseFloat(p))}else this.needsMeasurement=!0}resolveNoneKeyframes(){const{unresolvedKeyframes:e,name:n}=this,r=[];for(let i=0;i<e.length;i++)$N(e[i])&&r.push(i);r.length&&rj(e,r,n)}measureInitialState(){const{element:e,unresolvedKeyframes:n,name:r}=this;if(!e||!e.current)return;r==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=Pf[r](e.measureViewportBox(),window.getComputedStyle(e.current)),n[0]=this.measuredOrigin;const i=n[n.length-1];i!==void 0&&e.getValue(r,i).jump(i,!1)}measureEndState(){var e;const{element:n,name:r,unresolvedKeyframes:i}=this;if(!n||!n.current)return;const o=n.getValue(r);o&&o.jump(this.measuredOrigin,!1);const a=i.length-1,c=i[a];i[a]=Pf[r](n.measureViewportBox(),window.getComputedStyle(n.current)),c!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=c),!((e=this.removedTransforms)===null||e===void 0)&&e.length&&this.removedTransforms.forEach(([f,p])=>{n.getValue(f).set(p)}),this.resolveNoneKeyframes()}}const Fw=(t,e)=>e==="zIndex"?!1:!!(typeof t=="number"||Array.isArray(t)||typeof t=="string"&&(bu.test(t)||t==="0")&&!t.startsWith("url("));function dj(t){const e=t[0];if(t.length===1)return!0;for(let n=0;n<t.length;n++)if(t[n]!==e)return!0}function hj(t,e,n,r){const i=t[0];if(i===null)return!1;if(e==="display"||e==="visibility")return!0;const o=t[t.length-1],a=Fw(i,e),c=Fw(o,e);return Mf(a===c,`You are trying to animate ${e} from "${i}" to "${o}". ${i} is not an animatable value - to enable this animation set ${i} to a value animatable to ${o} via the \`style\` property.`),!a||!c?!1:dj(t)||(n==="spring"||fy(n))&&r}const pj=t=>t!==null;function Ip(t,{repeat:e,repeatType:n="loop"},r){const i=t.filter(pj),o=e&&n!=="loop"&&e%2===1?0:i.length-1;return!o||r===void 0?i[o]:r}const gj=40;class oE{constructor({autoplay:e=!0,delay:n=0,type:r="keyframes",repeat:i=0,repeatDelay:o=0,repeatType:a="loop",...c}){this.isStopped=!1,this.hasAttemptedResolve=!1,this.createdAt=Ba.now(),this.options={autoplay:e,delay:n,type:r,repeat:i,repeatDelay:o,repeatType:a,...c},this.updateFinishedPromise()}calcStartTime(){return this.resolvedAt?this.resolvedAt-this.createdAt>gj?this.resolvedAt:this.createdAt:this.createdAt}get resolved(){return!this._resolved&&!this.hasAttemptedResolve&&aj(),this._resolved}onKeyframesResolved(e,n){this.resolvedAt=Ba.now(),this.hasAttemptedResolve=!0;const{name:r,type:i,velocity:o,delay:a,onComplete:c,onUpdate:f,isGenerator:p}=this.options;if(!p&&!hj(e,r,i,o))if(a)this.options.duration=0;else{f&&f(Ip(e,this.options,n)),c&&c(),this.resolveFinishedPromise();return}const b=this.initPlayback(e,n);b!==!1&&(this._resolved={keyframes:e,finalKeyframe:n,...b},this.onPostResolved())}onPostResolved(){}then(e,n){return this.currentFinishedPromise.then(e,n)}flatten(){this.options.type="keyframes",this.options.ease="linear"}updateFinishedPromise(){this.currentFinishedPromise=new Promise(e=>{this.resolveFinishedPromise=e})}}const Kn=(t,e,n)=>t+(e-t)*n;function jg(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function mj({hue:t,saturation:e,lightness:n,alpha:r}){t/=360,e/=100,n/=100;let i=0,o=0,a=0;if(!e)i=o=a=n;else{const c=n<.5?n*(1+e):n+e-n*e,f=2*n-c;i=jg(f,c,t+1/3),o=jg(f,c,t),a=jg(f,c,t-1/3)}return{red:Math.round(i*255),green:Math.round(o*255),blue:Math.round(a*255),alpha:r}}function op(t,e){return n=>n>0?e:t}const Bg=(t,e,n)=>{const r=t*t,i=n*(e*e-r)+r;return i<0?0:Math.sqrt(i)},vj=[Hm,vc,gf],yj=t=>vj.find(e=>e.test(t));function Nw(t){const e=yj(t);if(Mf(!!e,`'${t}' is not an animatable color. Use the equivalent color code instead.`),!e)return!1;let n=e.parse(t);return e===gf&&(n=mj(n)),n}const jw=(t,e)=>{const n=Nw(t),r=Nw(e);if(!n||!r)return op(t,e);const i={...n};return o=>(i.red=Bg(n.red,r.red,o),i.green=Bg(n.green,r.green,o),i.blue=Bg(n.blue,r.blue,o),i.alpha=Kn(n.alpha,r.alpha,o),vc.transform(i))},bj=(t,e)=>n=>e(t(n)),Gd=(...t)=>t.reduce(bj),Ym=new Set(["none","hidden"]);function wj(t,e){return Ym.has(t)?n=>n<=0?t:e:n=>n>=1?e:t}function xj(t,e){return n=>Kn(t,e,n)}function Ty(t){return typeof t=="number"?xj:typeof t=="string"?ry(t)?op:Ni.test(t)?jw:Cj:Array.isArray(t)?sE:typeof t=="object"?Ni.test(t)?jw:Sj:op}function sE(t,e){const n=[...t],r=n.length,i=t.map((o,a)=>Ty(o)(o,e[a]));return o=>{for(let a=0;a<r;a++)n[a]=i[a](o);return n}}function Sj(t,e){const n={...t,...e},r={};for(const i in n)t[i]!==void 0&&e[i]!==void 0&&(r[i]=Ty(t[i])(t[i],e[i]));return i=>{for(const o in r)n[o]=r[o](i);return n}}function Tj(t,e){var n;const r=[],i={color:0,var:0,number:0};for(let o=0;o<e.values.length;o++){const a=e.types[o],c=t.indexes[a][i[a]],f=(n=t.values[c])!==null&&n!==void 0?n:0;r[o]=f,i[a]++}return r}const Cj=(t,e)=>{const n=bu.createTransformer(e),r=Ld(t),i=Ld(e);return r.indexes.var.length===i.indexes.var.length&&r.indexes.color.length===i.indexes.color.length&&r.indexes.number.length>=i.indexes.number.length?Ym.has(t)&&!i.values.length||Ym.has(e)&&!r.values.length?wj(t,e):Gd(sE(Tj(r,i),i.values),n):(Mf(!0,`Complex values '${t}' and '${e}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),op(t,e))};function aE(t,e,n){return typeof t=="number"&&typeof e=="number"&&typeof n=="number"?Kn(t,e,n):Ty(t)(t,e)}const Ej=5;function lE(t,e,n){const r=Math.max(e-Ej,0);return LC(n-t(r),e-r)}const Xn={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},Bw=.001;function kj({duration:t=Xn.duration,bounce:e=Xn.bounce,velocity:n=Xn.velocity,mass:r=Xn.mass}){let i,o;Mf(t<=Na(Xn.maxDuration),"Spring duration must be 10 seconds or less");let a=1-e;a=Dl(Xn.minDamping,Xn.maxDamping,a),t=Dl(Xn.minDuration,Xn.maxDuration,Tl(t)),a<1?(i=p=>{const b=p*a,m=b*t,T=b-n,E=Gm(p,a),A=Math.exp(-m);return Bw-T/E*A},o=p=>{const m=p*a*t,T=m*n+n,E=Math.pow(a,2)*Math.pow(p,2)*t,A=Math.exp(-m),I=Gm(Math.pow(p,2),a);return(-i(p)+Bw>0?-1:1)*((T-E)*A)/I}):(i=p=>{const b=Math.exp(-p*t),m=(p-n)*t+1;return-.001+b*m},o=p=>{const b=Math.exp(-p*t),m=(n-p)*(t*t);return b*m});const c=5/t,f=Pj(i,o,c);if(t=Na(t),isNaN(f))return{stiffness:Xn.stiffness,damping:Xn.damping,duration:t};{const p=Math.pow(f,2)*r;return{stiffness:p,damping:a*2*Math.sqrt(r*p),duration:t}}}const Dj=12;function Pj(t,e,n){let r=n;for(let i=1;i<Dj;i++)r=r-t(r)/e(r);return r}function Gm(t,e){return t*Math.sqrt(1-e*e)}const Oj=["duration","bounce"],_j=["stiffness","damping","mass"];function $w(t,e){return e.some(n=>t[n]!==void 0)}function Rj(t){let e={velocity:Xn.velocity,stiffness:Xn.stiffness,damping:Xn.damping,mass:Xn.mass,isResolvedFromDuration:!1,...t};if(!$w(t,_j)&&$w(t,Oj))if(t.visualDuration){const n=t.visualDuration,r=2*Math.PI/(n*1.2),i=r*r,o=2*Dl(.05,1,1-(t.bounce||0))*Math.sqrt(i);e={...e,mass:Xn.mass,stiffness:i,damping:o}}else{const n=kj(t);e={...e,...n,mass:Xn.mass},e.isResolvedFromDuration=!0}return e}function uE(t=Xn.visualDuration,e=Xn.bounce){const n=typeof t!="object"?{visualDuration:t,keyframes:[0,1],bounce:e}:t;let{restSpeed:r,restDelta:i}=n;const o=n.keyframes[0],a=n.keyframes[n.keyframes.length-1],c={done:!1,value:o},{stiffness:f,damping:p,mass:b,duration:m,velocity:T,isResolvedFromDuration:E}=Rj({...n,velocity:-Tl(n.velocity||0)}),A=T||0,I=p/(2*Math.sqrt(f*b)),M=a-o,_=Tl(Math.sqrt(f/b)),H=Math.abs(M)<5;r||(r=H?Xn.restSpeed.granular:Xn.restSpeed.default),i||(i=H?Xn.restDelta.granular:Xn.restDelta.default);let Y;if(I<1){const Z=Gm(_,I);Y=ce=>{const S=Math.exp(-I*_*ce);return a-S*((A+I*_*M)/Z*Math.sin(Z*ce)+M*Math.cos(Z*ce))}}else if(I===1)Y=Z=>a-Math.exp(-_*Z)*(M+(A+_*M)*Z);else{const Z=_*Math.sqrt(I*I-1);Y=ce=>{const S=Math.exp(-I*_*ce),ue=Math.min(Z*ce,300);return a-S*((A+I*_*M)*Math.sinh(ue)+Z*M*Math.cosh(ue))/Z}}const ne={calculatedDuration:E&&m||null,next:Z=>{const ce=Y(Z);if(E)c.done=Z>=m;else{let S=0;I<1&&(S=Z===0?Na(A):lE(Y,Z,ce));const ue=Math.abs(S)<=r,ae=Math.abs(a-ce)<=i;c.done=ue&&ae}return c.value=c.done?a:ce,c},toString:()=>{const Z=Math.min(DC(ne),Bm),ce=PC(S=>ne.next(Z*S).value,Z,30);return Z+"ms "+ce}};return ne}function Vw({keyframes:t,velocity:e=0,power:n=.8,timeConstant:r=325,bounceDamping:i=10,bounceStiffness:o=500,modifyTarget:a,min:c,max:f,restDelta:p=.5,restSpeed:b}){const m=t[0],T={done:!1,value:m},E=ue=>c!==void 0&&ue<c||f!==void 0&&ue>f,A=ue=>c===void 0?f:f===void 0||Math.abs(c-ue)<Math.abs(f-ue)?c:f;let I=n*e;const M=m+I,_=a===void 0?M:a(M);_!==M&&(I=_-m);const H=ue=>-I*Math.exp(-ue/r),Y=ue=>_+H(ue),ne=ue=>{const ae=H(ue),Ge=Y(ue);T.done=Math.abs(ae)<=p,T.value=T.done?_:Ge};let Z,ce;const S=ue=>{E(T.value)&&(Z=ue,ce=uE({keyframes:[T.value,A(T.value)],velocity:lE(Y,ue,T.value),damping:i,stiffness:o,restDelta:p,restSpeed:b}))};return S(0),{calculatedDuration:null,next:ue=>{let ae=!1;return!ce&&Z===void 0&&(ae=!0,ne(ue),S(ue)),Z!==void 0&&ue>=Z?ce.next(ue-Z):(!ae&&ne(ue),T)}}}const Aj=Yd(.42,0,1,1),Ij=Yd(0,0,.58,1),cE=Yd(.42,0,.58,1),Mj=t=>Array.isArray(t)&&typeof t[0]!="number",Hw={linear:_o,easeIn:Aj,easeInOut:cE,easeOut:Ij,circIn:yy,circInOut:WC,circOut:UC,backIn:vy,backInOut:VC,backOut:$C,anticipate:HC},Uw=t=>{if(dy(t)){vu(t.length===4,"Cubic bezier arrays must contain four numerical values.");const[e,n,r,i]=t;return Yd(e,n,r,i)}else if(typeof t=="string")return vu(Hw[t]!==void 0,`Invalid easing type '${t}'`),Hw[t];return t};function Lj(t,e,n){const r=[],i=n||aE,o=t.length-1;for(let a=0;a<o;a++){let c=i(t[a],t[a+1]);if(e){const f=Array.isArray(e)?e[a]||_o:e;c=Gd(f,c)}r.push(c)}return r}function Fj(t,e,{clamp:n=!0,ease:r,mixer:i}={}){const o=t.length;if(vu(o===e.length,"Both input and output ranges must be the same length"),o===1)return()=>e[0];if(o===2&&e[0]===e[1])return()=>e[1];const a=t[0]===t[1];t[0]>t[o-1]&&(t=[...t].reverse(),e=[...e].reverse());const c=Lj(e,r,i),f=c.length,p=b=>{if(a&&b<t[0])return e[0];let m=0;if(f>1)for(;m<t.length-2&&!(b<t[m+1]);m++);const T=kf(t[m],t[m+1],b);return c[m](T)};return n?b=>p(Dl(t[0],t[o-1],b)):p}function Nj(t,e){const n=t[t.length-1];for(let r=1;r<=e;r++){const i=kf(0,e,r);t.push(Kn(n,1,i))}}function jj(t){const e=[0];return Nj(e,t.length-1),e}function Bj(t,e){return t.map(n=>n*e)}function $j(t,e){return t.map(()=>e||cE).splice(0,t.length-1)}function sp({duration:t=300,keyframes:e,times:n,ease:r="easeInOut"}){const i=Mj(r)?r.map(Uw):Uw(r),o={done:!1,value:e[0]},a=Bj(n&&n.length===e.length?n:jj(e),t),c=Fj(a,e,{ease:Array.isArray(i)?i:$j(e,i)});return{calculatedDuration:t,next:f=>(o.value=c(f),o.done=f>=t,o)}}const Vj=t=>{const e=({timestamp:n})=>t(n);return{start:()=>Fn.update(e,!0),stop:()=>yu(e),now:()=>Ci.isProcessing?Ci.timestamp:Ba.now()}},Hj={decay:Vw,inertia:Vw,tween:sp,keyframes:sp,spring:uE},Uj=t=>t/100;class Cy extends oE{constructor(e){super(e),this.holdTime=null,this.cancelTime=null,this.currentTime=0,this.playbackSpeed=1,this.pendingPlayState="running",this.startTime=null,this.state="idle",this.stop=()=>{if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.teardown();const{onStop:f}=this.options;f&&f()};const{name:n,motionValue:r,element:i,keyframes:o}=this.options,a=(i==null?void 0:i.KeyframeResolver)||Sy,c=(f,p)=>this.onKeyframesResolved(f,p);this.resolver=new a(o,c,n,r,i),this.resolver.scheduleResolve()}flatten(){super.flatten(),this._resolved&&Object.assign(this._resolved,this.initPlayback(this._resolved.keyframes))}initPlayback(e){const{type:n="keyframes",repeat:r=0,repeatDelay:i=0,repeatType:o,velocity:a=0}=this.options,c=fy(n)?n:Hj[n]||sp;let f,p;c!==sp&&typeof e[0]!="number"&&(process.env.NODE_ENV!=="production"&&vu(e.length===2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${e}`),f=Gd(Uj,aE(e[0],e[1])),e=[0,100]);const b=c({...this.options,keyframes:e});o==="mirror"&&(p=c({...this.options,keyframes:[...e].reverse(),velocity:-a})),b.calculatedDuration===null&&(b.calculatedDuration=DC(b));const{calculatedDuration:m}=b,T=m+i,E=T*(r+1)-i;return{generator:b,mirroredGenerator:p,mapPercentToKeyframes:f,calculatedDuration:m,resolvedDuration:T,totalDuration:E}}onPostResolved(){const{autoplay:e=!0}=this.options;this.play(),this.pendingPlayState==="paused"||!e?this.pause():this.state=this.pendingPlayState}tick(e,n=!1){const{resolved:r}=this;if(!r){const{keyframes:ue}=this.options;return{done:!0,value:ue[ue.length-1]}}const{finalKeyframe:i,generator:o,mirroredGenerator:a,mapPercentToKeyframes:c,keyframes:f,calculatedDuration:p,totalDuration:b,resolvedDuration:m}=r;if(this.startTime===null)return o.next(0);const{delay:T,repeat:E,repeatType:A,repeatDelay:I,onUpdate:M}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,e):this.speed<0&&(this.startTime=Math.min(e-b/this.speed,this.startTime)),n?this.currentTime=e:this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=Math.round(e-this.startTime)*this.speed;const _=this.currentTime-T*(this.speed>=0?1:-1),H=this.speed>=0?_<0:_>b;this.currentTime=Math.max(_,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=b);let Y=this.currentTime,ne=o;if(E){const ue=Math.min(this.currentTime,b)/m;let ae=Math.floor(ue),Ge=ue%1;!Ge&&ue>=1&&(Ge=1),Ge===1&&ae--,ae=Math.min(ae,E+1),!!(ae%2)&&(A==="reverse"?(Ge=1-Ge,I&&(Ge-=I/m)):A==="mirror"&&(ne=a)),Y=Dl(0,1,Ge)*m}const Z=H?{done:!1,value:f[0]}:ne.next(Y);c&&(Z.value=c(Z.value));let{done:ce}=Z;!H&&p!==null&&(ce=this.speed>=0?this.currentTime>=b:this.currentTime<=0);const S=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&ce);return S&&i!==void 0&&(Z.value=Ip(f,this.options,i)),M&&M(Z.value),S&&this.finish(),Z}get duration(){const{resolved:e}=this;return e?Tl(e.calculatedDuration):0}get time(){return Tl(this.currentTime)}set time(e){e=Na(e),this.currentTime=e,this.holdTime!==null||this.speed===0?this.holdTime=e:this.driver&&(this.startTime=this.driver.now()-e/this.speed)}get speed(){return this.playbackSpeed}set speed(e){const n=this.playbackSpeed!==e;this.playbackSpeed=e,n&&(this.time=Tl(this.currentTime))}play(){if(this.resolver.isScheduled||this.resolver.resume(),!this._resolved){this.pendingPlayState="running";return}if(this.isStopped)return;const{driver:e=Vj,onPlay:n,startTime:r}=this.options;this.driver||(this.driver=e(o=>this.tick(o))),n&&n();const i=this.driver.now();this.holdTime!==null?this.startTime=i-this.holdTime:this.startTime?this.state==="finished"&&(this.startTime=i):this.startTime=r??this.calcStartTime(),this.state==="finished"&&this.updateFinishedPromise(),this.cancelTime=this.startTime,this.holdTime=null,this.state="running",this.driver.start()}pause(){var e;if(!this._resolved){this.pendingPlayState="paused";return}this.state="paused",this.holdTime=(e=this.currentTime)!==null&&e!==void 0?e:0}complete(){this.state!=="running"&&this.play(),this.pendingPlayState=this.state="finished",this.holdTime=null}finish(){this.teardown(),this.state="finished";const{onComplete:e}=this.options;e&&e()}cancel(){this.cancelTime!==null&&this.tick(this.cancelTime),this.teardown(),this.updateFinishedPromise()}teardown(){this.state="idle",this.stopDriver(),this.resolveFinishedPromise(),this.updateFinishedPromise(),this.startTime=this.cancelTime=null,this.resolver.cancel()}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(e){return this.startTime=0,this.tick(e,!0)}}const Wj=new Set(["opacity","clipPath","filter","transform"]);function zj(t,e,n,{delay:r=0,duration:i=300,repeat:o=0,repeatType:a="loop",ease:c="easeInOut",times:f}={}){const p={[e]:n};f&&(p.offset=f);const b=_C(c,i);return Array.isArray(b)&&(p.easing=b),t.animate(p,{delay:r,duration:i,easing:Array.isArray(b)?"linear":b,fill:"both",iterations:o+1,direction:a==="reverse"?"alternate":"normal"})}const Yj=Kv(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),ap=10,Gj=2e4;function qj(t){return fy(t.type)||t.type==="spring"||!OC(t.ease)}function Xj(t,e){const n=new Cy({...e,keyframes:t,repeat:0,delay:0,isGenerator:!0});let r={done:!1,value:t[0]};const i=[];let o=0;for(;!r.done&&o<Gj;)r=n.sample(o),i.push(r.value),o+=ap;return{times:void 0,keyframes:i,duration:o-ap,ease:"linear"}}const fE={anticipate:HC,backInOut:VC,circInOut:WC};function Kj(t){return t in fE}class Ww extends oE{constructor(e){super(e);const{name:n,motionValue:r,element:i,keyframes:o}=this.options;this.resolver=new iE(o,(a,c)=>this.onKeyframesResolved(a,c),n,r,i),this.resolver.scheduleResolve()}initPlayback(e,n){let{duration:r=300,times:i,ease:o,type:a,motionValue:c,name:f,startTime:p}=this.options;if(!c.owner||!c.owner.current)return!1;if(typeof o=="string"&&ip()&&Kj(o)&&(o=fE[o]),qj(this.options)){const{onComplete:m,onUpdate:T,motionValue:E,element:A,...I}=this.options,M=Xj(e,I);e=M.keyframes,e.length===1&&(e[1]=e[0]),r=M.duration,i=M.times,o=M.ease,a="keyframes"}const b=zj(c.owner.current,f,e,{...this.options,duration:r,times:i,ease:o});return b.startTime=p??this.calcStartTime(),this.pendingTimeline?(kw(b,this.pendingTimeline),this.pendingTimeline=void 0):b.onfinish=()=>{const{onComplete:m}=this.options;c.set(Ip(e,this.options,n)),m&&m(),this.cancel(),this.resolveFinishedPromise()},{animation:b,duration:r,times:i,type:a,ease:o,keyframes:e}}get duration(){const{resolved:e}=this;if(!e)return 0;const{duration:n}=e;return Tl(n)}get time(){const{resolved:e}=this;if(!e)return 0;const{animation:n}=e;return Tl(n.currentTime||0)}set time(e){const{resolved:n}=this;if(!n)return;const{animation:r}=n;r.currentTime=Na(e)}get speed(){const{resolved:e}=this;if(!e)return 1;const{animation:n}=e;return n.playbackRate}set speed(e){const{resolved:n}=this;if(!n)return;const{animation:r}=n;r.playbackRate=e}get state(){const{resolved:e}=this;if(!e)return"idle";const{animation:n}=e;return n.playState}get startTime(){const{resolved:e}=this;if(!e)return null;const{animation:n}=e;return n.startTime}attachTimeline(e){if(!this._resolved)this.pendingTimeline=e;else{const{resolved:n}=this;if(!n)return _o;const{animation:r}=n;kw(r,e)}return _o}play(){if(this.isStopped)return;const{resolved:e}=this;if(!e)return;const{animation:n}=e;n.playState==="finished"&&this.updateFinishedPromise(),n.play()}pause(){const{resolved:e}=this;if(!e)return;const{animation:n}=e;n.pause()}stop(){if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.resolveFinishedPromise(),this.updateFinishedPromise();const{resolved:e}=this;if(!e)return;const{animation:n,keyframes:r,duration:i,type:o,ease:a,times:c}=e;if(n.playState==="idle"||n.playState==="finished")return;if(this.time){const{motionValue:p,onUpdate:b,onComplete:m,element:T,...E}=this.options,A=new Cy({...E,keyframes:r,duration:i,type:o,ease:a,times:c,isGenerator:!0}),I=Na(this.time);p.setWithVelocity(A.sample(I-ap).value,A.sample(I).value,ap)}const{onStop:f}=this.options;f&&f(),this.cancel()}complete(){const{resolved:e}=this;e&&e.animation.finish()}cancel(){const{resolved:e}=this;e&&e.animation.cancel()}static supports(e){const{motionValue:n,name:r,repeatDelay:i,repeatType:o,damping:a,type:c}=e;if(!n||!n.owner||!(n.owner.current instanceof HTMLElement))return!1;const{onUpdate:f,transformTemplate:p}=n.owner.getProps();return Yj()&&r&&Wj.has(r)&&!f&&!p&&!i&&o!=="mirror"&&a!==0&&c!=="inertia"}}const Zj={type:"spring",stiffness:500,damping:25,restSpeed:10},Jj=t=>({type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}),Qj={type:"keyframes",duration:.8},eB={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},tB=(t,{keyframes:e})=>e.length>2?Qj:_c.has(t)?t.startsWith("scale")?Jj(e[1]):Zj:eB;function nB({when:t,delay:e,delayChildren:n,staggerChildren:r,staggerDirection:i,repeat:o,repeatType:a,repeatDelay:c,from:f,elapsed:p,...b}){return!!Object.keys(b).length}const Ey=(t,e,n,r={},i,o)=>a=>{const c=cy(r,t)||{},f=c.delay||r.delay||0;let{elapsed:p=0}=r;p=p-Na(f);let b={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:e.getVelocity(),...c,delay:-p,onUpdate:T=>{e.set(T),c.onUpdate&&c.onUpdate(T)},onComplete:()=>{a(),c.onComplete&&c.onComplete()},name:t,motionValue:e,element:o?void 0:i};nB(c)||(b={...b,...tB(t,b)}),b.duration&&(b.duration=Na(b.duration)),b.repeatDelay&&(b.repeatDelay=Na(b.repeatDelay)),b.from!==void 0&&(b.keyframes[0]=b.from);let m=!1;if((b.type===!1||b.duration===0&&!b.repeatDelay)&&(b.duration=0,b.delay===0&&(m=!0)),m&&!o&&e.get()!==void 0){const T=Ip(b.keyframes,c);if(T!==void 0)return Fn.update(()=>{b.onUpdate(T),b.onComplete()}),new xN([])}return!o&&Ww.supports(b)?new Ww(b):new Cy(b)};function rB({protectedKeys:t,needsAnimating:e},n){const r=t.hasOwnProperty(n)&&e[n]!==!0;return e[n]=!1,r}function dE(t,e,{delay:n=0,transitionOverride:r,type:i}={}){var o;let{transition:a=t.getDefaultTransition(),transitionEnd:c,...f}=e;r&&(a=r);const p=[],b=i&&t.animationState&&t.animationState.getState()[i];for(const m in f){const T=t.getValue(m,(o=t.latestValues[m])!==null&&o!==void 0?o:null),E=f[m];if(E===void 0||b&&rB(b,m))continue;const A={delay:n,...cy(a||{},m)};let I=!1;if(window.MotionHandoffAnimation){const _=FC(t);if(_){const H=window.MotionHandoffAnimation(_,m,Fn);H!==null&&(A.startTime=H,I=!0)}}Vm(t,m),T.start(Ey(m,T,E,t.shouldReduceMotion&&MC.has(m)?{type:!1}:A,t,I));const M=T.animation;M&&p.push(M)}return c&&Promise.all(p).then(()=>{Fn.update(()=>{c&&LN(t,c)})}),p}function qm(t,e,n={}){var r;const i=Ap(t,e,n.type==="exit"?(r=t.presenceContext)===null||r===void 0?void 0:r.custom:void 0);let{transition:o=t.getDefaultTransition()||{}}=i||{};n.transitionOverride&&(o=n.transitionOverride);const a=i?()=>Promise.all(dE(t,i,n)):()=>Promise.resolve(),c=t.variantChildren&&t.variantChildren.size?(p=0)=>{const{delayChildren:b=0,staggerChildren:m,staggerDirection:T}=o;return iB(t,e,b+p,m,T,n)}:()=>Promise.resolve(),{when:f}=o;if(f){const[p,b]=f==="beforeChildren"?[a,c]:[c,a];return p().then(()=>b())}else return Promise.all([a(),c(n.delay)])}function iB(t,e,n=0,r=0,i=1,o){const a=[],c=(t.variantChildren.size-1)*r,f=i===1?(p=0)=>p*r:(p=0)=>c-p*r;return Array.from(t.variantChildren).sort(oB).forEach((p,b)=>{p.notify("AnimationStart",e),a.push(qm(p,e,{...o,delay:n+f(b)}).then(()=>p.notify("AnimationComplete",e)))}),Promise.all(a)}function oB(t,e){return t.sortNodePosition(e)}function sB(t,e,n={}){t.notify("AnimationStart",e);let r;if(Array.isArray(e)){const i=e.map(o=>qm(t,o,n));r=Promise.all(i)}else if(typeof e=="string")r=qm(t,e,n);else{const i=typeof e=="function"?Ap(t,e,n.custom):e;r=Promise.all(dE(t,i,n))}return r.then(()=>{t.notify("AnimationComplete",e)})}const aB=Jv.length;function hE(t){if(!t)return;if(!t.isControllingVariants){const n=t.parent?hE(t.parent)||{}:{};return t.props.initial!==void 0&&(n.initial=t.props.initial),n}const e={};for(let n=0;n<aB;n++){const r=Jv[n],i=t.props[r];(Ad(i)||i===!1)&&(e[r]=i)}return e}const lB=[...Zv].reverse(),uB=Zv.length;function cB(t){return e=>Promise.all(e.map(({animation:n,options:r})=>sB(t,n,r)))}function fB(t){let e=cB(t),n=zw(),r=!0;const i=f=>(p,b)=>{var m;const T=Ap(t,b,f==="exit"?(m=t.presenceContext)===null||m===void 0?void 0:m.custom:void 0);if(T){const{transition:E,transitionEnd:A,...I}=T;p={...p,...I,...A}}return p};function o(f){e=f(t)}function a(f){const{props:p}=t,b=hE(t.parent)||{},m=[],T=new Set;let E={},A=1/0;for(let M=0;M<uB;M++){const _=lB[M],H=n[_],Y=p[_]!==void 0?p[_]:b[_],ne=Ad(Y),Z=_===f?H.isActive:null;Z===!1&&(A=M);let ce=Y===b[_]&&Y!==p[_]&≠if(ce&&r&&t.manuallyAnimateOnMount&&(ce=!1),H.protectedKeys={...E},!H.isActive&&Z===null||!Y&&!H.prevProp||_p(Y)||typeof Y=="boolean")continue;const S=dB(H.prevProp,Y);let ue=S||_===f&&H.isActive&&!ce&&ne||M>A&&ne,ae=!1;const Ge=Array.isArray(Y)?Y:[Y];let Le=Ge.reduce(i(_),{});Z===!1&&(Le={});const{prevResolvedValues:Me={}}=H,$e={...Me,...Le},Ue=Pe=>{ue=!0,T.has(Pe)&&(ae=!0,T.delete(Pe)),H.needsAnimating[Pe]=!0;const Ne=t.getValue(Pe);Ne&&(Ne.liveStyle=!1)};for(const Pe in $e){const Ne=Le[Pe],tt=Me[Pe];if(E.hasOwnProperty(Pe))continue;let me=!1;jm(Ne)&&jm(tt)?me=!kC(Ne,tt):me=Ne!==tt,me?Ne!=null?Ue(Pe):T.add(Pe):Ne!==void 0&&T.has(Pe)?Ue(Pe):H.protectedKeys[Pe]=!0}H.prevProp=Y,H.prevResolvedValues=Le,H.isActive&&(E={...E,...Le}),r&&t.blockInitialAnimation&&(ue=!1),ue&&(!(ce&&S)||ae)&&m.push(...Ge.map(Pe=>({animation:Pe,options:{type:_}})))}if(T.size){const M={};T.forEach(_=>{const H=t.getBaseTarget(_),Y=t.getValue(_);Y&&(Y.liveStyle=!0),M[_]=H??null}),m.push({animation:M})}let I=!!m.length;return r&&(p.initial===!1||p.initial===p.animate)&&!t.manuallyAnimateOnMount&&(I=!1),r=!1,I?e(m):Promise.resolve()}function c(f,p){var b;if(n[f].isActive===p)return Promise.resolve();(b=t.variantChildren)===null||b===void 0||b.forEach(T=>{var E;return(E=T.animationState)===null||E===void 0?void 0:E.setActive(f,p)}),n[f].isActive=p;const m=a(f);for(const T in n)n[T].protectedKeys={};return m}return{animateChanges:a,setActive:c,setAnimateFunction:o,getState:()=>n,reset:()=>{n=zw(),r=!0}}}function dB(t,e){return typeof e=="string"?e!==t:Array.isArray(e)?!kC(e,t):!1}function sc(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function zw(){return{animate:sc(!0),whileInView:sc(),whileHover:sc(),whileTap:sc(),whileDrag:sc(),whileFocus:sc(),exit:sc()}}let Eu=class{constructor(e){this.isMounted=!1,this.node=e}update(){}},hB=class extends Eu{constructor(e){super(e),e.animationState||(e.animationState=fB(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();_p(e)&&(this.unmountControls=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:n}=this.node.prevProps||{};e!==n&&this.updateAnimationControlsSubscription()}unmount(){var e;this.node.animationState.reset(),(e=this.unmountControls)===null||e===void 0||e.call(this)}},pB=0,gB=class extends Eu{constructor(){super(...arguments),this.id=pB++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:n}=this.node.presenceContext,{isPresent:r}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===r)return;const i=this.node.animationState.setActive("exit",!e);n&&!e&&i.then(()=>n(this.id))}mount(){const{register:e}=this.node.presenceContext||{};e&&(this.unmount=e(this.id))}unmount(){}};const mB={animation:{Feature:hB},exit:{Feature:gB}};function Fd(t,e,n,r={passive:!0}){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n)}function qd(t){return{point:{x:t.pageX,y:t.pageY}}}const vB=t=>e=>hy(e)&&t(e,qd(e));function yd(t,e,n,r){return Fd(t,e,vB(n),r)}const Yw=(t,e)=>Math.abs(t-e);function yB(t,e){const n=Yw(t.x,e.x),r=Yw(t.y,e.y);return Math.sqrt(n**2+r**2)}let pE=class{constructor(e,n,{transformPagePoint:r,contextWindow:i,dragSnapToOrigin:o=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const m=Vg(this.lastMoveEventInfo,this.history),T=this.startEvent!==null,E=yB(m.offset,{x:0,y:0})>=3;if(!T&&!E)return;const{point:A}=m,{timestamp:I}=Ci;this.history.push({...A,timestamp:I});const{onStart:M,onMove:_}=this.handlers;T||(M&&M(this.lastMoveEvent,m),this.startEvent=this.lastMoveEvent),_&&_(this.lastMoveEvent,m)},this.handlePointerMove=(m,T)=>{this.lastMoveEvent=m,this.lastMoveEventInfo=$g(T,this.transformPagePoint),Fn.update(this.updatePoint,!0)},this.handlePointerUp=(m,T)=>{this.end();const{onEnd:E,onSessionEnd:A,resumeAnimation:I}=this.handlers;if(this.dragSnapToOrigin&&I&&I(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const M=Vg(m.type==="pointercancel"?this.lastMoveEventInfo:$g(T,this.transformPagePoint),this.history);this.startEvent&&E&&E(m,M),A&&A(m,M)},!hy(e))return;this.dragSnapToOrigin=o,this.handlers=n,this.transformPagePoint=r,this.contextWindow=i||window;const a=qd(e),c=$g(a,this.transformPagePoint),{point:f}=c,{timestamp:p}=Ci;this.history=[{...f,timestamp:p}];const{onSessionStart:b}=n;b&&b(e,Vg(c,this.history)),this.removeListeners=Gd(yd(this.contextWindow,"pointermove",this.handlePointerMove),yd(this.contextWindow,"pointerup",this.handlePointerUp),yd(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),yu(this.updatePoint)}};function $g(t,e){return e?{point:e(t.point)}:t}function Gw(t,e){return{x:t.x-e.x,y:t.y-e.y}}function Vg({point:t},e){return{point:t,delta:Gw(t,gE(e)),offset:Gw(t,bB(e)),velocity:wB(e,.1)}}function bB(t){return t[0]}function gE(t){return t[t.length-1]}function wB(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,r=null;const i=gE(t);for(;n>=0&&(r=t[n],!(i.timestamp-r.timestamp>Na(e)));)n--;if(!r)return{x:0,y:0};const o=Tl(i.timestamp-r.timestamp);if(o===0)return{x:0,y:0};const a={x:(i.x-r.x)/o,y:(i.y-r.y)/o};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}const mE=1e-4,xB=1-mE,SB=1+mE,vE=.01,TB=0-vE,CB=0+vE;function Qo(t){return t.max-t.min}function EB(t,e,n){return Math.abs(t-e)<=n}function qw(t,e,n,r=.5){t.origin=r,t.originPoint=Kn(e.min,e.max,t.origin),t.scale=Qo(n)/Qo(e),t.translate=Kn(n.min,n.max,t.origin)-t.originPoint,(t.scale>=xB&&t.scale<=SB||isNaN(t.scale))&&(t.scale=1),(t.translate>=TB&&t.translate<=CB||isNaN(t.translate))&&(t.translate=0)}function bd(t,e,n,r){qw(t.x,e.x,n.x,r?r.originX:void 0),qw(t.y,e.y,n.y,r?r.originY:void 0)}function Xw(t,e,n){t.min=n.min+e.min,t.max=t.min+Qo(e)}function kB(t,e,n){Xw(t.x,e.x,n.x),Xw(t.y,e.y,n.y)}function Kw(t,e,n){t.min=e.min-n.min,t.max=t.min+Qo(e)}function wd(t,e,n){Kw(t.x,e.x,n.x),Kw(t.y,e.y,n.y)}function DB(t,{min:e,max:n},r){return e!==void 0&&t<e?t=r?Kn(e,t,r.min):Math.max(t,e):n!==void 0&&t>n&&(t=r?Kn(n,t,r.max):Math.min(t,n)),t}function Zw(t,e,n){return{min:e!==void 0?t.min+e:void 0,max:n!==void 0?t.max+n-(t.max-t.min):void 0}}function PB(t,{top:e,left:n,bottom:r,right:i}){return{x:Zw(t.x,n,i),y:Zw(t.y,e,r)}}function Jw(t,e){let n=e.min-t.min,r=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,r]=[r,n]),{min:n,max:r}}function OB(t,e){return{x:Jw(t.x,e.x),y:Jw(t.y,e.y)}}function _B(t,e){let n=.5;const r=Qo(t),i=Qo(e);return i>r?n=kf(e.min,e.max-r,t.min):r>i&&(n=kf(t.min,t.max-i,e.min)),Dl(0,1,n)}function RB(t,e){const n={};return e.min!==void 0&&(n.min=e.min-t.min),e.max!==void 0&&(n.max=e.max-t.min),n}const Xm=.35;function AB(t=Xm){return t===!1?t=0:t===!0&&(t=Xm),{x:Qw(t,"left","right"),y:Qw(t,"top","bottom")}}function Qw(t,e,n){return{min:ex(t,e),max:ex(t,n)}}function ex(t,e){return typeof t=="number"?t:t[e]||0}const tx=()=>({translate:0,scale:1,origin:0,originPoint:0}),mf=()=>({x:tx(),y:tx()}),nx=()=>({min:0,max:0}),gr=()=>({x:nx(),y:nx()});function Ds(t){return[t("x"),t("y")]}function yE({top:t,left:e,right:n,bottom:r}){return{x:{min:e,max:n},y:{min:t,max:r}}}function IB({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}function MB(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),r=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function Hg(t){return t===void 0||t===1}function Km({scale:t,scaleX:e,scaleY:n}){return!Hg(t)||!Hg(e)||!Hg(n)}function cc(t){return Km(t)||bE(t)||t.z||t.rotate||t.rotateX||t.rotateY||t.skewX||t.skewY}function bE(t){return rx(t.x)||rx(t.y)}function rx(t){return t&&t!=="0%"}function lp(t,e,n){const r=t-n,i=e*r;return n+i}function ix(t,e,n,r,i){return i!==void 0&&(t=lp(t,i,r)),lp(t,n,r)+e}function Zm(t,e=0,n=1,r,i){t.min=ix(t.min,e,n,r,i),t.max=ix(t.max,e,n,r,i)}function wE(t,{x:e,y:n}){Zm(t.x,e.translate,e.scale,e.originPoint),Zm(t.y,n.translate,n.scale,n.originPoint)}const ox=.999999999999,sx=1.0000000000001;function LB(t,e,n,r=!1){const i=n.length;if(!i)return;e.x=e.y=1;let o,a;for(let c=0;c<i;c++){o=n[c],a=o.projectionDelta;const{visualElement:f}=o.options;f&&f.props.style&&f.props.style.display==="contents"||(r&&o.options.layoutScroll&&o.scroll&&o!==o.root&&yf(t,{x:-o.scroll.offset.x,y:-o.scroll.offset.y}),a&&(e.x*=a.x.scale,e.y*=a.y.scale,wE(t,a)),r&&cc(o.latestValues)&&yf(t,o.latestValues))}e.x<sx&&e.x>ox&&(e.x=1),e.y<sx&&e.y>ox&&(e.y=1)}function vf(t,e){t.min=t.min+e,t.max=t.max+e}function ax(t,e,n,r,i=.5){const o=Kn(t.min,t.max,i);Zm(t,e,n,o,r)}function yf(t,e){ax(t.x,e.x,e.scaleX,e.scale,e.originX),ax(t.y,e.y,e.scaleY,e.scale,e.originY)}function xE(t,e){return yE(MB(t.getBoundingClientRect(),e))}function FB(t,e,n){const r=xE(t,n),{scroll:i}=e;return i&&(vf(r.x,i.offset.x),vf(r.y,i.offset.y)),r}const SE=({current:t})=>t?t.ownerDocument.defaultView:null,NB=new WeakMap;let jB=class{constructor(e){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=gr(),this.visualElement=e}start(e,{snapToCursor:n=!1}={}){const{presenceContext:r}=this.visualElement;if(r&&r.isPresent===!1)return;const i=b=>{const{dragSnapToOrigin:m}=this.getProps();m?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(qd(b).point)},o=(b,m)=>{const{drag:T,dragPropagation:E,onDragStart:A}=this.getProps();if(T&&!E&&(this.openDragLock&&this.openDragLock(),this.openDragLock=_N(T),!this.openDragLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),Ds(M=>{let _=this.getAxisMotionValue(M).get()||0;if(ja.test(_)){const{projection:H}=this.visualElement;if(H&&H.layout){const Y=H.layout.layoutBox[M];Y&&(_=Qo(Y)*(parseFloat(_)/100))}}this.originPoint[M]=_}),A&&Fn.postRender(()=>A(b,m)),Vm(this.visualElement,"transform");const{animationState:I}=this.visualElement;I&&I.setActive("whileDrag",!0)},a=(b,m)=>{const{dragPropagation:T,dragDirectionLock:E,onDirectionLock:A,onDrag:I}=this.getProps();if(!T&&!this.openDragLock)return;const{offset:M}=m;if(E&&this.currentDirection===null){this.currentDirection=BB(M),this.currentDirection!==null&&A&&A(this.currentDirection);return}this.updateAxis("x",m.point,M),this.updateAxis("y",m.point,M),this.visualElement.render(),I&&I(b,m)},c=(b,m)=>this.stop(b,m),f=()=>Ds(b=>{var m;return this.getAnimationState(b)==="paused"&&((m=this.getAxisMotionValue(b).animation)===null||m===void 0?void 0:m.play())}),{dragSnapToOrigin:p}=this.getProps();this.panSession=new pE(e,{onSessionStart:i,onStart:o,onMove:a,onSessionEnd:c,resumeAnimation:f},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:p,contextWindow:SE(this.visualElement)})}stop(e,n){const r=this.isDragging;if(this.cancel(),!r)return;const{velocity:i}=n;this.startAnimation(i);const{onDragEnd:o}=this.getProps();o&&Fn.postRender(()=>o(e,n))}cancel(){this.isDragging=!1;const{projection:e,animationState:n}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(e,n,r){const{drag:i}=this.getProps();if(!r||!Ch(e,i,this.currentDirection))return;const o=this.getAxisMotionValue(e);let a=this.originPoint[e]+r[e];this.constraints&&this.constraints[e]&&(a=DB(a,this.constraints[e],this.elastic[e])),o.set(a)}resolveConstraints(){var e;const{dragConstraints:n,dragElastic:r}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(e=this.visualElement.projection)===null||e===void 0?void 0:e.layout,o=this.constraints;n&&pf(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&i?this.constraints=PB(i.layoutBox,n):this.constraints=!1,this.elastic=AB(r),o!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&Ds(a=>{this.constraints!==!1&&this.getAxisMotionValue(a)&&(this.constraints[a]=RB(i.layoutBox[a],this.constraints[a]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:n}=this.getProps();if(!e||!pf(e))return!1;const r=e.current;vu(r!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const o=FB(r,i.root,this.visualElement.getTransformPagePoint());let a=OB(i.layout.layoutBox,o);if(n){const c=n(IB(a));this.hasMutatedConstraints=!!c,c&&(a=yE(c))}return a}startAnimation(e){const{drag:n,dragMomentum:r,dragElastic:i,dragTransition:o,dragSnapToOrigin:a,onDragTransitionEnd:c}=this.getProps(),f=this.constraints||{},p=Ds(b=>{if(!Ch(b,n,this.currentDirection))return;let m=f&&f[b]||{};a&&(m={min:0,max:0});const T=i?200:1e6,E=i?40:1e7,A={type:"inertia",velocity:r?e[b]:0,bounceStiffness:T,bounceDamping:E,timeConstant:750,restDelta:1,restSpeed:10,...o,...m};return this.startAxisValueAnimation(b,A)});return Promise.all(p).then(c)}startAxisValueAnimation(e,n){const r=this.getAxisMotionValue(e);return Vm(this.visualElement,e),r.start(Ey(e,r,0,n,this.visualElement,!1))}stopAnimation(){Ds(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){Ds(e=>{var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.pause()})}getAnimationState(e){var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.state}getAxisMotionValue(e){const n=`_drag${e.toUpperCase()}`,r=this.visualElement.getProps(),i=r[n];return i||this.visualElement.getValue(e,(r.initial?r.initial[e]:void 0)||0)}snapToCursor(e){Ds(n=>{const{drag:r}=this.getProps();if(!Ch(n,r,this.currentDirection))return;const{projection:i}=this.visualElement,o=this.getAxisMotionValue(n);if(i&&i.layout){const{min:a,max:c}=i.layout.layoutBox[n];o.set(e[n]-Kn(a,c,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!pf(n)||!r||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};Ds(a=>{const c=this.getAxisMotionValue(a);if(c&&this.constraints!==!1){const f=c.get();i[a]=_B({min:f,max:f},this.constraints[a])}});const{transformTemplate:o}=this.visualElement.getProps();this.visualElement.current.style.transform=o?o({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),Ds(a=>{if(!Ch(a,e,null))return;const c=this.getAxisMotionValue(a),{min:f,max:p}=this.constraints[a];c.set(Kn(f,p,i[a]))})}addListeners(){if(!this.visualElement.current)return;NB.set(this.visualElement,this);const e=this.visualElement.current,n=yd(e,"pointerdown",f=>{const{drag:p,dragListener:b=!0}=this.getProps();p&&b&&this.start(f)}),r=()=>{const{dragConstraints:f}=this.getProps();pf(f)&&f.current&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,o=i.addEventListener("measure",r);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),Fn.read(r);const a=Fd(window,"resize",()=>this.scalePositionWithinConstraints()),c=i.addEventListener("didUpdate",({delta:f,hasLayoutChanged:p})=>{this.isDragging&&p&&(Ds(b=>{const m=this.getAxisMotionValue(b);m&&(this.originPoint[b]+=f[b].translate,m.set(m.get()+f[b].translate))}),this.visualElement.render())});return()=>{a(),n(),o(),c&&c()}}getProps(){const e=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:i=!1,dragConstraints:o=!1,dragElastic:a=Xm,dragMomentum:c=!0}=e;return{...e,drag:n,dragDirectionLock:r,dragPropagation:i,dragConstraints:o,dragElastic:a,dragMomentum:c}}};function Ch(t,e,n){return(e===!0||e===t)&&(n===null||n===t)}function BB(t,e=10){let n=null;return Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x"),n}let $B=class extends Eu{constructor(e){super(e),this.removeGroupControls=_o,this.removeListeners=_o,this.controls=new jB(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||_o}unmount(){this.removeGroupControls(),this.removeListeners()}};const lx=t=>(e,n)=>{t&&Fn.postRender(()=>t(e,n))};let VB=class extends Eu{constructor(){super(...arguments),this.removePointerDownListener=_o}onPointerDown(e){this.session=new pE(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:SE(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:n,onPan:r,onPanEnd:i}=this.node.getProps();return{onSessionStart:lx(e),onStart:lx(n),onMove:r,onEnd:(o,a)=>{delete this.session,i&&Fn.postRender(()=>i(o,a))}}}mount(){this.removePointerDownListener=yd(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}};const Bh={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function ux(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const id={correct:(t,e)=>{if(!e.target)return t;if(typeof t=="string")if(Ot.test(t))t=parseFloat(t);else return t;const n=ux(t,e.target.x),r=ux(t,e.target.y);return`${n}% ${r}%`}},HB={correct:(t,{treeScale:e,projectionDelta:n})=>{const r=t,i=bu.parse(t);if(i.length>5)return r;const o=bu.createTransformer(t),a=typeof i[0]!="number"?1:0,c=n.x.scale*e.x,f=n.y.scale*e.y;i[0+a]/=c,i[1+a]/=f;const p=Kn(c,f,.5);return typeof i[2+a]=="number"&&(i[2+a]/=p),typeof i[3+a]=="number"&&(i[3+a]/=p),o(i)}};let UB=class extends q.Component{componentDidMount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r,layoutId:i}=this.props,{projection:o}=e;uN(WB),o&&(n.group&&n.group.add(o),r&&r.register&&i&&r.register(o),o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),Bh.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:n,visualElement:r,drag:i,isPresent:o}=this.props,a=r.projection;return a&&(a.isPresent=o,i||e.layoutDependency!==n||n===void 0?a.willUpdate():this.safeToRemove(),e.isPresent!==o&&(o?a.promote():a.relegate()||Fn.postRender(()=>{const c=a.getStack();(!c||!c.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),ey.postRender(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:i}=e;i&&(i.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(i),r&&r.deregister&&r.deregister(i))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}};function TE(t){const[e,n]=CF(),r=q.useContext(sC);return _e.jsx(UB,{...t,layoutGroup:r,switchLayoutGroup:q.useContext(hC),isPresent:e,safeToRemove:n})}const WB={borderRadius:{...id,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:id,borderTopRightRadius:id,borderBottomLeftRadius:id,borderBottomRightRadius:id,boxShadow:HB};function zB(t,e,n){const r=ji(t)?t:Md(t);return r.start(Ey("",r,e,n)),r.animation}function YB(t){return t instanceof SVGElement&&t.tagName!=="svg"}const GB=(t,e)=>t.depth-e.depth;let qB=class{constructor(){this.children=[],this.isDirty=!1}add(e){py(this.children,e),this.isDirty=!0}remove(e){gy(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(GB),this.isDirty=!1,this.children.forEach(e)}};function XB(t,e){const n=Ba.now(),r=({timestamp:i})=>{const o=i-n;o>=e&&(yu(r),t(o-e))};return Fn.read(r,!0),()=>yu(r)}const CE=["TopLeft","TopRight","BottomLeft","BottomRight"],KB=CE.length,cx=t=>typeof t=="string"?parseFloat(t):t,fx=t=>typeof t=="number"||Ot.test(t);function ZB(t,e,n,r,i,o){i?(t.opacity=Kn(0,n.opacity!==void 0?n.opacity:1,JB(r)),t.opacityExit=Kn(e.opacity!==void 0?e.opacity:1,0,QB(r))):o&&(t.opacity=Kn(e.opacity!==void 0?e.opacity:1,n.opacity!==void 0?n.opacity:1,r));for(let a=0;a<KB;a++){const c=`border${CE[a]}Radius`;let f=dx(e,c),p=dx(n,c);if(f===void 0&&p===void 0)continue;f||(f=0),p||(p=0),f===0||p===0||fx(f)===fx(p)?(t[c]=Math.max(Kn(cx(f),cx(p),r),0),(ja.test(p)||ja.test(f))&&(t[c]+="%")):t[c]=p}(e.rotate||n.rotate)&&(t.rotate=Kn(e.rotate||0,n.rotate||0,r))}function dx(t,e){return t[e]!==void 0?t[e]:t.borderRadius}const JB=EE(0,.5,UC),QB=EE(.5,.95,_o);function EE(t,e,n){return r=>r<t?0:r>e?1:n(kf(t,e,r))}function hx(t,e){t.min=e.min,t.max=e.max}function Ts(t,e){hx(t.x,e.x),hx(t.y,e.y)}function px(t,e){t.translate=e.translate,t.scale=e.scale,t.originPoint=e.originPoint,t.origin=e.origin}function gx(t,e,n,r,i){return t-=e,t=lp(t,1/n,r),i!==void 0&&(t=lp(t,1/i,r)),t}function e$(t,e=0,n=1,r=.5,i,o=t,a=t){if(ja.test(e)&&(e=parseFloat(e),e=Kn(a.min,a.max,e/100)-a.min),typeof e!="number")return;let c=Kn(o.min,o.max,r);t===o&&(c-=e),t.min=gx(t.min,e,n,c,i),t.max=gx(t.max,e,n,c,i)}function mx(t,e,[n,r,i],o,a){e$(t,e[n],e[r],e[i],e.scale,o,a)}const t$=["x","scaleX","originX"],n$=["y","scaleY","originY"];function vx(t,e,n,r){mx(t.x,e,t$,n?n.x:void 0,r?r.x:void 0),mx(t.y,e,n$,n?n.y:void 0,r?r.y:void 0)}function yx(t){return t.translate===0&&t.scale===1}function kE(t){return yx(t.x)&&yx(t.y)}function bx(t,e){return t.min===e.min&&t.max===e.max}function r$(t,e){return bx(t.x,e.x)&&bx(t.y,e.y)}function wx(t,e){return Math.round(t.min)===Math.round(e.min)&&Math.round(t.max)===Math.round(e.max)}function DE(t,e){return wx(t.x,e.x)&&wx(t.y,e.y)}function xx(t){return Qo(t.x)/Qo(t.y)}function Sx(t,e){return t.translate===e.translate&&t.scale===e.scale&&t.originPoint===e.originPoint}let i$=class{constructor(){this.members=[]}add(e){py(this.members,e),e.scheduleRender()}remove(e){if(gy(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(e){const n=this.members.findIndex(i=>e===i);if(n===0)return!1;let r;for(let i=n;i>=0;i--){const o=this.members[i];if(o.isPresent!==!1){r=o;break}}return r?(this.promote(r),!0):!1}promote(e,n){const r=this.lead;if(e!==r&&(this.prevLead=r,this.lead=e,e.show(),r)){r.instance&&r.scheduleRender(),e.scheduleRender(),e.resumeFrom=r,n&&(e.resumeFrom.preserveOpacity=!0),r.snapshot&&(e.snapshot=r.snapshot,e.snapshot.latestValues=r.animationValues||r.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:i}=e.options;i===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:n,resumingFrom:r}=e;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}};function o$(t,e,n){let r="";const i=t.x.translate/e.x,o=t.y.translate/e.y,a=(n==null?void 0:n.z)||0;if((i||o||a)&&(r=`translate3d(${i}px, ${o}px, ${a}px) `),(e.x!==1||e.y!==1)&&(r+=`scale(${1/e.x}, ${1/e.y}) `),n){const{transformPerspective:p,rotate:b,rotateX:m,rotateY:T,skewX:E,skewY:A}=n;p&&(r=`perspective(${p}px) ${r}`),b&&(r+=`rotate(${b}deg) `),m&&(r+=`rotateX(${m}deg) `),T&&(r+=`rotateY(${T}deg) `),E&&(r+=`skewX(${E}deg) `),A&&(r+=`skewY(${A}deg) `)}const c=t.x.scale*e.x,f=t.y.scale*e.y;return(c!==1||f!==1)&&(r+=`scale(${c}, ${f})`),r||"none"}const fc={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0},fd=typeof window<"u"&&window.MotionDebug!==void 0,Ug=["","X","Y","Z"],s$={visibility:"hidden"},Tx=1e3;let a$=0;function Wg(t,e,n,r){const{latestValues:i}=e;i[t]&&(n[t]=i[t],e.setStaticValue(t,0),r&&(r[t]=0))}function PE(t){if(t.hasCheckedOptimisedAppear=!0,t.root===t)return;const{visualElement:e}=t.options;if(!e)return;const n=FC(e);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:i,layoutId:o}=t.options;window.MotionCancelOptimisedAnimation(n,"transform",Fn,!(i||o))}const{parent:r}=t;r&&!r.hasCheckedOptimisedAppear&&PE(r)}function OE({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:r,resetTransform:i}){return class{constructor(a={},c=e==null?void 0:e()){this.id=a$++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,fd&&(fc.totalNodes=fc.resolvedTargetDeltas=fc.recalculatedProjection=0),this.nodes.forEach(c$),this.nodes.forEach(g$),this.nodes.forEach(m$),this.nodes.forEach(f$),fd&&window.MotionDebug.record(fc)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=a,this.root=c?c.root||c:this,this.path=c?[...c.path,c]:[],this.parent=c,this.depth=c?c.depth+1:0;for(let f=0;f<this.path.length;f++)this.path[f].shouldResetTransform=!0;this.root===this&&(this.nodes=new qB)}addEventListener(a,c){return this.eventHandlers.has(a)||this.eventHandlers.set(a,new my),this.eventHandlers.get(a).add(c)}notifyListeners(a,...c){const f=this.eventHandlers.get(a);f&&f.notify(...c)}hasListeners(a){return this.eventHandlers.has(a)}mount(a,c=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=YB(a),this.instance=a;const{layoutId:f,layout:p,visualElement:b}=this.options;if(b&&!b.current&&b.mount(a),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),c&&(p||f)&&(this.isLayoutDirty=!0),t){let m;const T=()=>this.root.updateBlockedByResize=!1;t(a,()=>{this.root.updateBlockedByResize=!0,m&&m(),m=XB(T,250),Bh.hasAnimatedSinceResize&&(Bh.hasAnimatedSinceResize=!1,this.nodes.forEach(Ex))})}f&&this.root.registerSharedNode(f,this),this.options.animate!==!1&&b&&(f||p)&&this.addEventListener("didUpdate",({delta:m,hasLayoutChanged:T,hasRelativeTargetChanged:E,layout:A})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const I=this.options.transition||b.getDefaultTransition()||x$,{onLayoutAnimationStart:M,onLayoutAnimationComplete:_}=b.getProps(),H=!this.targetLayout||!DE(this.targetLayout,A)||E,Y=!T&&E;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||Y||T&&(H||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(m,Y);const ne={...cy(I,"layout"),onPlay:M,onComplete:_};(b.shouldReduceMotion||this.options.layoutRoot)&&(ne.delay=0,ne.type=!1),this.startAnimation(ne)}else T||Ex(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=A})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const a=this.getStack();a&&a.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,yu(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(v$),this.animationId++)}getTransformTemplate(){const{visualElement:a}=this.options;return a&&a.getProps().transformTemplate}willUpdate(a=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&PE(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let b=0;b<this.path.length;b++){const m=this.path[b];m.shouldResetTransform=!0,m.updateScroll("snapshot"),m.options.layoutRoot&&m.willUpdate(!1)}const{layoutId:c,layout:f}=this.options;if(c===void 0&&!f)return;const p=this.getTransformTemplate();this.prevTransformTemplateValue=p?p(this.latestValues,""):void 0,this.updateSnapshot(),a&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(Cx);return}this.isUpdating||this.nodes.forEach(h$),this.isUpdating=!1,this.nodes.forEach(p$),this.nodes.forEach(l$),this.nodes.forEach(u$),this.clearAllSnapshots();const c=Ba.now();Ci.delta=Dl(0,1e3/60,c-Ci.timestamp),Ci.timestamp=c,Ci.isProcessing=!0,Lg.update.process(Ci),Lg.preRender.process(Ci),Lg.render.process(Ci),Ci.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,ey.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(d$),this.sharedNodes.forEach(y$)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,Fn.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){Fn.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let f=0;f<this.path.length;f++)this.path[f].updateScroll();const a=this.layout;this.layout=this.measure(!1),this.layoutCorrected=gr(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:c}=this.options;c&&c.notify("LayoutMeasure",this.layout.layoutBox,a?a.layoutBox:void 0)}updateScroll(a="measure"){let c=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===a&&(c=!1),c){const f=r(this.instance);this.scroll={animationId:this.root.animationId,phase:a,isRoot:f,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:f}}}resetTransform(){if(!i)return;const a=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,c=this.projectionDelta&&!kE(this.projectionDelta),f=this.getTransformTemplate(),p=f?f(this.latestValues,""):void 0,b=p!==this.prevTransformTemplateValue;a&&(c||cc(this.latestValues)||b)&&(i(this.instance,p),this.shouldResetTransform=!1,this.scheduleRender())}measure(a=!0){const c=this.measurePageBox();let f=this.removeElementScroll(c);return a&&(f=this.removeTransform(f)),S$(f),{animationId:this.root.animationId,measuredBox:c,layoutBox:f,latestValues:{},source:this.id}}measurePageBox(){var a;const{visualElement:c}=this.options;if(!c)return gr();const f=c.measureViewportBox();if(!(((a=this.scroll)===null||a===void 0?void 0:a.wasRoot)||this.path.some(T$))){const{scroll:b}=this.root;b&&(vf(f.x,b.offset.x),vf(f.y,b.offset.y))}return f}removeElementScroll(a){var c;const f=gr();if(Ts(f,a),!((c=this.scroll)===null||c===void 0)&&c.wasRoot)return f;for(let p=0;p<this.path.length;p++){const b=this.path[p],{scroll:m,options:T}=b;b!==this.root&&m&&T.layoutScroll&&(m.wasRoot&&Ts(f,a),vf(f.x,m.offset.x),vf(f.y,m.offset.y))}return f}applyTransform(a,c=!1){const f=gr();Ts(f,a);for(let p=0;p<this.path.length;p++){const b=this.path[p];!c&&b.options.layoutScroll&&b.scroll&&b!==b.root&&yf(f,{x:-b.scroll.offset.x,y:-b.scroll.offset.y}),cc(b.latestValues)&&yf(f,b.latestValues)}return cc(this.latestValues)&&yf(f,this.latestValues),f}removeTransform(a){const c=gr();Ts(c,a);for(let f=0;f<this.path.length;f++){const p=this.path[f];if(!p.instance||!cc(p.latestValues))continue;Km(p.latestValues)&&p.updateSnapshot();const b=gr(),m=p.measurePageBox();Ts(b,m),vx(c,p.latestValues,p.snapshot?p.snapshot.layoutBox:void 0,b)}return cc(this.latestValues)&&vx(c,this.latestValues),c}setTargetDelta(a){this.targetDelta=a,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(a){this.options={...this.options,...a,crossfade:a.crossfade!==void 0?a.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==Ci.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(a=!1){var c;const f=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=f.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=f.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=f.isSharedProjectionDirty);const p=!!this.resumingFrom||this!==f;if(!(a||p&&this.isSharedProjectionDirty||this.isProjectionDirty||!((c=this.parent)===null||c===void 0)&&c.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:m,layoutId:T}=this.options;if(!(!this.layout||!(m||T))){if(this.resolvedRelativeTargetAt=Ci.timestamp,!this.targetDelta&&!this.relativeTarget){const E=this.getClosestProjectingParent();E&&E.layout&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=gr(),this.relativeTargetOrigin=gr(),wd(this.relativeTargetOrigin,this.layout.layoutBox,E.layout.layoutBox),Ts(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=gr(),this.targetWithTransforms=gr()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),kB(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):Ts(this.target,this.layout.layoutBox),wE(this.target,this.targetDelta)):Ts(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const E=this.getClosestProjectingParent();E&&!!E.resumingFrom==!!this.resumingFrom&&!E.options.layoutScroll&&E.target&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=gr(),this.relativeTargetOrigin=gr(),wd(this.relativeTargetOrigin,this.target,E.target),Ts(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}fd&&fc.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||Km(this.parent.latestValues)||bE(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var a;const c=this.getLead(),f=!!this.resumingFrom||this!==c;let p=!0;if((this.isProjectionDirty||!((a=this.parent)===null||a===void 0)&&a.isProjectionDirty)&&(p=!1),f&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(p=!1),this.resolvedRelativeTargetAt===Ci.timestamp&&(p=!1),p)return;const{layout:b,layoutId:m}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(b||m))return;Ts(this.layoutCorrected,this.layout.layoutBox);const T=this.treeScale.x,E=this.treeScale.y;LB(this.layoutCorrected,this.treeScale,this.path,f),c.layout&&!c.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(c.target=c.layout.layoutBox,c.targetWithTransforms=gr());const{target:A}=c;if(!A){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(px(this.prevProjectionDelta.x,this.projectionDelta.x),px(this.prevProjectionDelta.y,this.projectionDelta.y)),bd(this.projectionDelta,this.layoutCorrected,A,this.latestValues),(this.treeScale.x!==T||this.treeScale.y!==E||!Sx(this.projectionDelta.x,this.prevProjectionDelta.x)||!Sx(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",A)),fd&&fc.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(a=!0){var c;if((c=this.options.visualElement)===null||c===void 0||c.scheduleRender(),a){const f=this.getStack();f&&f.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=mf(),this.projectionDelta=mf(),this.projectionDeltaWithTransform=mf()}setAnimationOrigin(a,c=!1){const f=this.snapshot,p=f?f.latestValues:{},b={...this.latestValues},m=mf();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!c;const T=gr(),E=f?f.source:void 0,A=this.layout?this.layout.source:void 0,I=E!==A,M=this.getStack(),_=!M||M.members.length<=1,H=!!(I&&!_&&this.options.crossfade===!0&&!this.path.some(w$));this.animationProgress=0;let Y;this.mixTargetDelta=ne=>{const Z=ne/1e3;kx(m.x,a.x,Z),kx(m.y,a.y,Z),this.setTargetDelta(m),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(wd(T,this.layout.layoutBox,this.relativeParent.layout.layoutBox),b$(this.relativeTarget,this.relativeTargetOrigin,T,Z),Y&&r$(this.relativeTarget,Y)&&(this.isProjectionDirty=!1),Y||(Y=gr()),Ts(Y,this.relativeTarget)),I&&(this.animationValues=b,ZB(b,p,this.latestValues,Z,H,_)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=Z},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(a){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(yu(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=Fn.update(()=>{Bh.hasAnimatedSinceResize=!0,this.currentAnimation=zB(0,Tx,{...a,onUpdate:c=>{this.mixTargetDelta(c),a.onUpdate&&a.onUpdate(c)},onComplete:()=>{a.onComplete&&a.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const a=this.getStack();a&&a.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(Tx),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const a=this.getLead();let{targetWithTransforms:c,target:f,layout:p,latestValues:b}=a;if(!(!c||!f||!p)){if(this!==a&&this.layout&&p&&_E(this.options.animationType,this.layout.layoutBox,p.layoutBox)){f=this.target||gr();const m=Qo(this.layout.layoutBox.x);f.x.min=a.target.x.min,f.x.max=f.x.min+m;const T=Qo(this.layout.layoutBox.y);f.y.min=a.target.y.min,f.y.max=f.y.min+T}Ts(c,f),yf(c,b),bd(this.projectionDeltaWithTransform,this.layoutCorrected,c,b)}}registerSharedNode(a,c){this.sharedNodes.has(a)||this.sharedNodes.set(a,new i$),this.sharedNodes.get(a).add(c);const p=c.options.initialPromotionConfig;c.promote({transition:p?p.transition:void 0,preserveFollowOpacity:p&&p.shouldPreserveFollowOpacity?p.shouldPreserveFollowOpacity(c):void 0})}isLead(){const a=this.getStack();return a?a.lead===this:!0}getLead(){var a;const{layoutId:c}=this.options;return c?((a=this.getStack())===null||a===void 0?void 0:a.lead)||this:this}getPrevLead(){var a;const{layoutId:c}=this.options;return c?(a=this.getStack())===null||a===void 0?void 0:a.prevLead:void 0}getStack(){const{layoutId:a}=this.options;if(a)return this.root.sharedNodes.get(a)}promote({needsReset:a,transition:c,preserveFollowOpacity:f}={}){const p=this.getStack();p&&p.promote(this,f),a&&(this.projectionDelta=void 0,this.needsReset=!0),c&&this.setOptions({transition:c})}relegate(){const a=this.getStack();return a?a.relegate(this):!1}resetSkewAndRotation(){const{visualElement:a}=this.options;if(!a)return;let c=!1;const{latestValues:f}=a;if((f.z||f.rotate||f.rotateX||f.rotateY||f.rotateZ||f.skewX||f.skewY)&&(c=!0),!c)return;const p={};f.z&&Wg("z",a,p,this.animationValues);for(let b=0;b<Ug.length;b++)Wg(`rotate${Ug[b]}`,a,p,this.animationValues),Wg(`skew${Ug[b]}`,a,p,this.animationValues);a.render();for(const b in p)a.setStaticValue(b,p[b]),this.animationValues&&(this.animationValues[b]=p[b]);a.scheduleRender()}getProjectionStyles(a){var c,f;if(!this.instance||this.isSVG)return;if(!this.isVisible)return s$;const p={visibility:""},b=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,p.opacity="",p.pointerEvents=Nh(a==null?void 0:a.pointerEvents)||"",p.transform=b?b(this.latestValues,""):"none",p;const m=this.getLead();if(!this.projectionDelta||!this.layout||!m.target){const I={};return this.options.layoutId&&(I.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,I.pointerEvents=Nh(a==null?void 0:a.pointerEvents)||""),this.hasProjected&&!cc(this.latestValues)&&(I.transform=b?b({},""):"none",this.hasProjected=!1),I}const T=m.animationValues||m.latestValues;this.applyTransformsToTarget(),p.transform=o$(this.projectionDeltaWithTransform,this.treeScale,T),b&&(p.transform=b(T,p.transform));const{x:E,y:A}=this.projectionDelta;p.transformOrigin=`${E.origin*100}% ${A.origin*100}% 0`,m.animationValues?p.opacity=m===this?(f=(c=T.opacity)!==null&&c!==void 0?c:this.latestValues.opacity)!==null&&f!==void 0?f:1:this.preserveOpacity?this.latestValues.opacity:T.opacityExit:p.opacity=m===this?T.opacity!==void 0?T.opacity:"":T.opacityExit!==void 0?T.opacityExit:0;for(const I in rp){if(T[I]===void 0)continue;const{correct:M,applyTo:_}=rp[I],H=p.transform==="none"?T[I]:M(T[I],m);if(_){const Y=_.length;for(let ne=0;ne<Y;ne++)p[_[ne]]=H}else p[I]=H}return this.options.layoutId&&(p.pointerEvents=m===this?Nh(a==null?void 0:a.pointerEvents)||"":"none"),p}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(a=>{var c;return(c=a.currentAnimation)===null||c===void 0?void 0:c.stop()}),this.root.nodes.forEach(Cx),this.root.sharedNodes.clear()}}}function l$(t){t.updateLayout()}function u$(t){var e;const n=((e=t.resumeFrom)===null||e===void 0?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&n&&t.hasListeners("didUpdate")){const{layoutBox:r,measuredBox:i}=t.layout,{animationType:o}=t.options,a=n.source!==t.layout.source;o==="size"?Ds(m=>{const T=a?n.measuredBox[m]:n.layoutBox[m],E=Qo(T);T.min=r[m].min,T.max=T.min+E}):_E(o,n.layoutBox,r)&&Ds(m=>{const T=a?n.measuredBox[m]:n.layoutBox[m],E=Qo(r[m]);T.max=T.min+E,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[m].max=t.relativeTarget[m].min+E)});const c=mf();bd(c,r,n.layoutBox);const f=mf();a?bd(f,t.applyTransform(i,!0),n.measuredBox):bd(f,r,n.layoutBox);const p=!kE(c);let b=!1;if(!t.resumeFrom){const m=t.getClosestProjectingParent();if(m&&!m.resumeFrom){const{snapshot:T,layout:E}=m;if(T&&E){const A=gr();wd(A,n.layoutBox,T.layoutBox);const I=gr();wd(I,r,E.layoutBox),DE(A,I)||(b=!0),m.options.layoutRoot&&(t.relativeTarget=I,t.relativeTargetOrigin=A,t.relativeParent=m)}}}t.notifyListeners("didUpdate",{layout:r,snapshot:n,delta:f,layoutDelta:c,hasLayoutChanged:p,hasRelativeTargetChanged:b})}else if(t.isLead()){const{onExitComplete:r}=t.options;r&&r()}t.options.transition=void 0}function c$(t){fd&&fc.totalNodes++,t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function f$(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function d$(t){t.clearSnapshot()}function Cx(t){t.clearMeasurements()}function h$(t){t.isLayoutDirty=!1}function p$(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function Ex(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function g$(t){t.resolveTargetDelta()}function m$(t){t.calcProjection()}function v$(t){t.resetSkewAndRotation()}function y$(t){t.removeLeadSnapshot()}function kx(t,e,n){t.translate=Kn(e.translate,0,n),t.scale=Kn(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function Dx(t,e,n,r){t.min=Kn(e.min,n.min,r),t.max=Kn(e.max,n.max,r)}function b$(t,e,n,r){Dx(t.x,e.x,n.x,r),Dx(t.y,e.y,n.y,r)}function w$(t){return t.animationValues&&t.animationValues.opacityExit!==void 0}const x$={duration:.45,ease:[.4,0,.1,1]},Px=t=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),Ox=Px("applewebkit/")&&!Px("chrome/")?Math.round:_o;function _x(t){t.min=Ox(t.min),t.max=Ox(t.max)}function S$(t){_x(t.x),_x(t.y)}function _E(t,e,n){return t==="position"||t==="preserve-aspect"&&!EB(xx(e),xx(n),.2)}function T$(t){var e;return t!==t.root&&((e=t.scroll)===null||e===void 0?void 0:e.wasRoot)}const C$=OE({attachResizeListener:(t,e)=>Fd(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),zg={current:void 0},RE=OE({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!zg.current){const t=new C$({});t.mount(window),t.setOptions({layoutScroll:!0}),zg.current=t}return zg.current},resetTransform:(t,e)=>{t.style.transform=e!==void 0?e:"none"},checkIsScrollRoot:t=>window.getComputedStyle(t).position==="fixed"}),E$={pan:{Feature:VB},drag:{Feature:$B,ProjectionNode:RE,MeasureLayout:TE}};function Rx(t,e,n){const{props:r}=t;t.animationState&&r.whileHover&&t.animationState.setActive("whileHover",n==="Start");const i="onHover"+n,o=r[i];o&&Fn.postRender(()=>o(e,qd(e)))}let k$=class extends Eu{mount(){const{current:e}=this.node;e&&(this.unmount=EN(e,n=>(Rx(this.node,n,"Start"),r=>Rx(this.node,r,"End"))))}unmount(){}},D$=class extends Eu{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch{e=!0}!e||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Gd(Fd(this.node.current,"focus",()=>this.onFocus()),Fd(this.node.current,"blur",()=>this.onBlur()))}unmount(){}};function Ax(t,e,n){const{props:r}=t;t.animationState&&r.whileTap&&t.animationState.setActive("whileTap",n==="Start");const i="onTap"+(n==="End"?"":n),o=r[i];o&&Fn.postRender(()=>o(e,qd(e)))}let P$=class extends Eu{mount(){const{current:e}=this.node;e&&(this.unmount=ON(e,n=>(Ax(this.node,n,"Start"),(r,{success:i})=>Ax(this.node,r,i?"End":"Cancel")),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}};const Jm=new WeakMap,Yg=new WeakMap,O$=t=>{const e=Jm.get(t.target);e&&e(t)},_$=t=>{t.forEach(O$)};function R$({root:t,...e}){const n=t||document;Yg.has(n)||Yg.set(n,{});const r=Yg.get(n),i=JSON.stringify(e);return r[i]||(r[i]=new IntersectionObserver(_$,{root:t,...e})),r[i]}function A$(t,e,n){const r=R$(e);return Jm.set(t,n),r.observe(t),()=>{Jm.delete(t),r.unobserve(t)}}const I$={some:0,all:1};let M$=class extends Eu{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:n,margin:r,amount:i="some",once:o}=e,a={root:n?n.current:void 0,rootMargin:r,threshold:typeof i=="number"?i:I$[i]},c=f=>{const{isIntersecting:p}=f;if(this.isInView===p||(this.isInView=p,o&&!p&&this.hasEnteredView))return;p&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",p);const{onViewportEnter:b,onViewportLeave:m}=this.node.getProps(),T=p?b:m;T&&T(f)};return A$(this.node.current,a,c)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:e,prevProps:n}=this.node;["amount","margin","root"].some(L$(e,n))&&this.startObserver()}unmount(){}};function L$({viewport:t={}},{viewport:e={}}={}){return n=>t[n]!==e[n]}const F$={inView:{Feature:M$},tap:{Feature:P$},focus:{Feature:D$},hover:{Feature:k$}},N$={layout:{ProjectionNode:RE,MeasureLayout:TE}},Qm={current:null},AE={current:!1};function j$(){if(AE.current=!0,!!Xv)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>Qm.current=t.matches;t.addListener(e),e()}else Qm.current=!1}const B$=[...rE,Ni,bu],$$=t=>B$.find(nE(t)),Ix=new WeakMap;function V$(t,e,n){for(const r in e){const i=e[r],o=n[r];if(ji(i))t.addValue(r,i),process.env.NODE_ENV==="development"&&Pp(i.version==="11.18.2",`Attempting to mix Motion versions ${i.version} with 11.18.2 may not work as expected.`);else if(ji(o))t.addValue(r,Md(i,{owner:t}));else if(o!==i)if(t.hasValue(r)){const a=t.getValue(r);a.liveStyle===!0?a.jump(i):a.hasAnimated||a.set(i)}else{const a=t.getStaticValue(r);t.addValue(r,Md(a!==void 0?a:i,{owner:t}))}}for(const r in n)e[r]===void 0&&t.removeValue(r);return e}const Mx=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];let H$=class{scrapeMotionValuesFromProps(e,n,r){return{}}constructor({parent:e,props:n,presenceContext:r,reducedMotionConfig:i,blockInitialAnimation:o,visualState:a},c={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=Sy,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const E=Ba.now();this.renderScheduledAt<E&&(this.renderScheduledAt=E,Fn.render(this.render,!1,!0))};const{latestValues:f,renderState:p,onUpdate:b}=a;this.onUpdate=b,this.latestValues=f,this.baseTarget={...f},this.initialValues=n.initial?{...f}:{},this.renderState=p,this.parent=e,this.props=n,this.presenceContext=r,this.depth=e?e.depth+1:0,this.reducedMotionConfig=i,this.options=c,this.blockInitialAnimation=!!o,this.isControllingVariants=Rp(n),this.isVariantNode=fC(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(e&&e.current);const{willChange:m,...T}=this.scrapeMotionValuesFromProps(n,{},this);for(const E in T){const A=T[E];f[E]!==void 0&&ji(A)&&A.set(f[E],!1)}}mount(e){this.current=e,Ix.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,r)=>this.bindToMotionValue(r,n)),AE.current||j$(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:Qm.current,process.env.NODE_ENV!=="production"&&Pp(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected."),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){Ix.delete(this.current),this.projection&&this.projection.unmount(),yu(this.notifyUpdate),yu(this.render),this.valueSubscriptions.forEach(e=>e()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features){const n=this.features[e];n&&(n.unmount(),n.isMounted=!1)}this.current=null}bindToMotionValue(e,n){this.valueSubscriptions.has(e)&&this.valueSubscriptions.get(e)();const r=_c.has(e),i=n.on("change",c=>{this.latestValues[e]=c,this.props.onUpdate&&Fn.preRender(this.notifyUpdate),r&&this.projection&&(this.projection.isTransformDirty=!0)}),o=n.on("renderRequest",this.scheduleRender);let a;window.MotionCheckAppearSync&&(a=window.MotionCheckAppearSync(this,e,n)),this.valueSubscriptions.set(e,()=>{i(),o(),a&&a(),n.owner&&n.stop()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}updateFeatures(){let e="animation";for(e in Df){const n=Df[e];if(!n)continue;const{isEnabled:r,Feature:i}=n;if(!this.features[e]&&i&&r(this.props)&&(this.features[e]=new i(this)),this.features[e]){const o=this.features[e];o.isMounted?o.update():(o.mount(),o.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):gr()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,n){this.latestValues[e]=n}update(e,n){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<Mx.length;r++){const i=Mx[r];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const o="on"+i,a=e[o];a&&(this.propEventSubscriptions[i]=this.on(i,a))}this.prevMotionValues=V$(this,this.scrapeMotionValuesFromProps(e,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue(),this.onUpdate&&this.onUpdate(this)}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(e){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(e),()=>n.variantChildren.delete(e)}addValue(e,n){const r=this.values.get(e);n!==r&&(r&&this.removeValue(e),this.bindToMotionValue(e,n),this.values.set(e,n),this.latestValues[e]=n.get())}removeValue(e){this.values.delete(e);const n=this.valueSubscriptions.get(e);n&&(n(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,n){if(this.props.values&&this.props.values[e])return this.props.values[e];let r=this.values.get(e);return r===void 0&&n!==void 0&&(r=Md(n===null?void 0:n,{owner:this}),this.addValue(e,r)),r}readValue(e,n){var r;let i=this.latestValues[e]!==void 0||!this.current?this.latestValues[e]:(r=this.getBaseTargetFromProps(this.props,e))!==null&&r!==void 0?r:this.readValueFromInstance(this.current,e,this.options);return i!=null&&(typeof i=="string"&&(eE(i)||zC(i))?i=parseFloat(i):!$$(i)&&bu.test(n)&&(i=ZC(e,n)),this.setBaseTarget(e,ji(i)?i.get():i)),ji(i)?i.get():i}setBaseTarget(e,n){this.baseTarget[e]=n}getBaseTarget(e){var n;const{initial:r}=this.props;let i;if(typeof r=="string"||typeof r=="object"){const a=ny(this.props,r,(n=this.presenceContext)===null||n===void 0?void 0:n.custom);a&&(i=a[e])}if(r&&i!==void 0)return i;const o=this.getBaseTargetFromProps(this.props,e);return o!==void 0&&!ji(o)?o:this.initialValues[e]!==void 0&&i===void 0?void 0:this.baseTarget[e]}on(e,n){return this.events[e]||(this.events[e]=new my),this.events[e].add(n)}notify(e,...n){this.events[e]&&this.events[e].notify(...n)}},IE=class extends H${constructor(){super(...arguments),this.KeyframeResolver=iE}sortInstanceNodePosition(e,n){return e.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(e,n){return e.style?e.style[n]:void 0}removeValueFromRenderState(e,{vars:n,style:r}){delete n[e],delete r[e]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;ji(e)&&(this.childSubscription=e.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}};function U$(t){return window.getComputedStyle(t)}let W$=class extends IE{constructor(){super(...arguments),this.type="html",this.renderInstance=wC}readValueFromInstance(e,n){if(_c.has(n)){const r=xy(n);return r&&r.default||0}else{const r=U$(e),i=(vC(n)?r.getPropertyValue(n):r[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(e,{transformPagePoint:n}){return xE(e,n)}build(e,n,r){oy(e,n,r.transformTemplate)}scrapeMotionValuesFromProps(e,n,r){return uy(e,n,r)}},z$=class extends IE{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=gr}getBaseTargetFromProps(e,n){return e[n]}readValueFromInstance(e,n){if(_c.has(n)){const r=xy(n);return r&&r.default||0}return n=xC.has(n)?n:Qv(n),e.getAttribute(n)}scrapeMotionValuesFromProps(e,n,r){return CC(e,n,r)}build(e,n,r){sy(e,n,this.isSVGTag,r.transformTemplate)}renderInstance(e,n,r,i){SC(e,n,r,i)}mount(e){this.isSVGTag=ly(e.tagName),super.mount(e)}};const Y$=(t,e)=>ty(t)?new z$(e):new W$(e,{allowProjection:t!==q.Fragment}),G$=yN({...mB,...F$,...E$,...N$},Y$),q$=IF(G$);function ev(t,e,n){var r,i,o,a,c;e==null&&(e=100);function f(){var b=Date.now()-a;b<e&&b>=0?r=setTimeout(f,e-b):(r=null,n||(c=t.apply(o,i),o=i=null))}var p=function(){o=this,i=arguments,a=Date.now();var b=n&&!r;return r||(r=setTimeout(f,e)),b&&(c=t.apply(o,i),o=i=null),c};return p.clear=function(){r&&(clearTimeout(r),r=null)},p.flush=function(){r&&(c=t.apply(o,i),o=i=null,clearTimeout(r),r=null)},p}ev.debounce=ev;var X$=ev;const Lx=Cu(X$);function K$(t){let{debounce:e,scroll:n,polyfill:r,offsetSize:i}=t===void 0?{debounce:0,scroll:!1,offsetSize:!1}:t;const o=r||(typeof window>"u"?class{}:window.ResizeObserver);if(!o)throw new Error("This browser does not support ResizeObserver out of the box. See: https://github.com/react-spring/react-use-measure/#resize-observer-polyfills");const[a,c]=q.useState({left:0,top:0,width:0,height:0,bottom:0,right:0,x:0,y:0}),f=q.useRef({element:null,scrollContainers:null,resizeObserver:null,lastBounds:a}),p=e?typeof e=="number"?e:e.scroll:null,b=e?typeof e=="number"?e:e.resize:null,m=q.useRef(!1);q.useEffect(()=>(m.current=!0,()=>void(m.current=!1)));const[T,E,A]=q.useMemo(()=>{const H=()=>{if(!f.current.element)return;const{left:Y,top:ne,width:Z,height:ce,bottom:S,right:ue,x:ae,y:Ge}=f.current.element.getBoundingClientRect(),Le={left:Y,top:ne,width:Z,height:ce,bottom:S,right:ue,x:ae,y:Ge};f.current.element instanceof HTMLElement&&i&&(Le.height=f.current.element.offsetHeight,Le.width=f.current.element.offsetWidth),Object.freeze(Le),m.current&&!eV(f.current.lastBounds,Le)&&c(f.current.lastBounds=Le)};return[H,b?Lx(H,b):H,p?Lx(H,p):H]},[c,i,p,b]);function I(){f.current.scrollContainers&&(f.current.scrollContainers.forEach(H=>H.removeEventListener("scroll",A,!0)),f.current.scrollContainers=null),f.current.resizeObserver&&(f.current.resizeObserver.disconnect(),f.current.resizeObserver=null)}function M(){f.current.element&&(f.current.resizeObserver=new o(A),f.current.resizeObserver.observe(f.current.element),n&&f.current.scrollContainers&&f.current.scrollContainers.forEach(H=>H.addEventListener("scroll",A,{capture:!0,passive:!0})))}const _=H=>{!H||H===f.current.element||(I(),f.current.element=H,f.current.scrollContainers=ME(H),M())};return J$(A,!!n),Z$(E),q.useEffect(()=>{I(),M()},[n,A,E]),q.useEffect(()=>I,[]),[_,a,T]}function Z$(t){q.useEffect(()=>{const e=t;return window.addEventListener("resize",e),()=>void window.removeEventListener("resize",e)},[t])}function J$(t,e){q.useEffect(()=>{if(e){const n=t;return window.addEventListener("scroll",n,{capture:!0,passive:!0}),()=>void window.removeEventListener("scroll",n,!0)}},[t,e])}function ME(t){const e=[];if(!t||t===document.body)return e;const{overflow:n,overflowX:r,overflowY:i}=window.getComputedStyle(t);return[n,r,i].some(o=>o==="auto"||o==="scroll")&&e.push(t),[...e,...ME(t.parentElement)]}const Q$=["x","y","top","bottom","left","right","width","height"],eV=(t,e)=>Q$.every(n=>t[n]===e[n]),LE=q.createContext({dragDropManager:void 0});function Cs(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var Fx=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Nx=function(){return Math.random().toString(36).substring(7).split("").join(".")},jx={INIT:"@@redux/INIT"+Nx(),REPLACE:"@@redux/REPLACE"+Nx()};function tV(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function nV(t){if(t===void 0)return"undefined";if(t===null)return"null";var e=typeof t;switch(e){case"boolean":case"string":case"number":case"symbol":case"function":return e}if(Array.isArray(t))return"array";if(oV(t))return"date";if(iV(t))return"error";var n=rV(t);switch(n){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return n}return e.slice(8,-1).toLowerCase().replace(/\s/g,"")}function rV(t){return typeof t.constructor=="function"?t.constructor.name:null}function iV(t){return t instanceof Error||typeof t.message=="string"&&t.constructor&&typeof t.constructor.stackTraceLimit=="number"}function oV(t){return t instanceof Date?!0:typeof t.toDateString=="function"&&typeof t.getDate=="function"&&typeof t.setDate=="function"}function uf(t){var e=typeof t;return process.env.NODE_ENV!=="production"&&(e=nV(t)),e}function FE(t,e,n){var r;if(typeof e=="function"&&typeof n=="function"||typeof n=="function"&&typeof arguments[3]=="function")throw new Error(process.env.NODE_ENV==="production"?Cs(0):"It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");if(typeof e=="function"&&typeof n>"u"&&(n=e,e=void 0),typeof n<"u"){if(typeof n!="function")throw new Error(process.env.NODE_ENV==="production"?Cs(1):"Expected the enhancer to be a function. Instead, received: '"+uf(n)+"'");return n(FE)(t,e)}if(typeof t!="function")throw new Error(process.env.NODE_ENV==="production"?Cs(2):"Expected the root reducer to be a function. Instead, received: '"+uf(t)+"'");var i=t,o=e,a=[],c=a,f=!1;function p(){c===a&&(c=a.slice())}function b(){if(f)throw new Error(process.env.NODE_ENV==="production"?Cs(3):"You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return o}function m(I){if(typeof I!="function")throw new Error(process.env.NODE_ENV==="production"?Cs(4):"Expected the listener to be a function. Instead, received: '"+uf(I)+"'");if(f)throw new Error(process.env.NODE_ENV==="production"?Cs(5):"You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");var M=!0;return p(),c.push(I),function(){if(M){if(f)throw new Error(process.env.NODE_ENV==="production"?Cs(6):"You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");M=!1,p();var H=c.indexOf(I);c.splice(H,1),a=null}}}function T(I){if(!tV(I))throw new Error(process.env.NODE_ENV==="production"?Cs(7):"Actions must be plain objects. Instead, the actual type was: '"+uf(I)+"'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.");if(typeof I.type>"u")throw new Error(process.env.NODE_ENV==="production"?Cs(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if(f)throw new Error(process.env.NODE_ENV==="production"?Cs(9):"Reducers may not dispatch actions.");try{f=!0,o=i(o,I)}finally{f=!1}for(var M=a=c,_=0;_<M.length;_++){var H=M[_];H()}return I}function E(I){if(typeof I!="function")throw new Error(process.env.NODE_ENV==="production"?Cs(10):"Expected the nextReducer to be a function. Instead, received: '"+uf(I));i=I,T({type:jx.REPLACE})}function A(){var I,M=m;return I={subscribe:function(H){if(typeof H!="object"||H===null)throw new Error(process.env.NODE_ENV==="production"?Cs(11):"Expected the observer to be an object. Instead, received: '"+uf(H)+"'");function Y(){H.next&&H.next(b())}Y();var ne=M(Y);return{unsubscribe:ne}}},I[Fx]=function(){return this},I}return T({type:jx.INIT}),r={dispatch:T,subscribe:m,getState:b,replaceReducer:E},r[Fx]=A,r}function Ut(t,e,...n){if(sV()&&e===void 0)throw new Error("invariant requires an error message argument");if(!t){let r;if(e===void 0)r=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{let i=0;r=new Error(e.replace(/%s/g,function(){return n[i++]})),r.name="Invariant Violation"}throw r.framesToPop=1,r}}function sV(){return typeof process<"u"&&process.env.NODE_ENV==="production"}function aV(t,e,n){return e.split(".").reduce((r,i)=>r&&r[i]?r[i]:n||null,t)}function lV(t,e){return t.filter(n=>n!==e)}function NE(t){return typeof t=="object"}function uV(t,e){const n=new Map,r=o=>{n.set(o,n.has(o)?n.get(o)+1:1)};t.forEach(r),e.forEach(r);const i=[];return n.forEach((o,a)=>{o===1&&i.push(a)}),i}function cV(t,e){return t.filter(n=>e.indexOf(n)>-1)}const ky="dnd-core/INIT_COORDS",Mp="dnd-core/BEGIN_DRAG",Dy="dnd-core/PUBLISH_DRAG_SOURCE",Lp="dnd-core/HOVER",Fp="dnd-core/DROP",Np="dnd-core/END_DRAG";function Bx(t,e){return{type:ky,payload:{sourceClientOffset:e||null,clientOffset:t||null}}}const fV={type:ky,payload:{clientOffset:null,sourceClientOffset:null}};function dV(t){return function(n=[],r={publishSource:!0}){const{publishSource:i=!0,clientOffset:o,getSourceClientOffset:a}=r,c=t.getMonitor(),f=t.getRegistry();t.dispatch(Bx(o)),hV(n,c,f);const p=mV(n,c);if(p==null){t.dispatch(fV);return}let b=null;if(o){if(!a)throw new Error("getSourceClientOffset must be defined");pV(a),b=a(p)}t.dispatch(Bx(o,b));const T=f.getSource(p).beginDrag(c,p);if(T==null)return;gV(T),f.pinSource(p);const E=f.getSourceType(p);return{type:Mp,payload:{itemType:E,item:T,sourceId:p,clientOffset:o||null,sourceClientOffset:b||null,isSourcePublic:!!i}}}}function hV(t,e,n){Ut(!e.isDragging(),"Cannot call beginDrag while dragging."),t.forEach(function(r){Ut(n.getSource(r),"Expected sourceIds to be registered.")})}function pV(t){Ut(typeof t=="function","When clientOffset is provided, getSourceClientOffset must be a function.")}function gV(t){Ut(NE(t),"Item must be an object.")}function mV(t,e){let n=null;for(let r=t.length-1;r>=0;r--)if(e.canDragSource(t[r])){n=t[r];break}return n}function vV(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function yV(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){vV(t,i,n[i])})}return t}function bV(t){return function(n={}){const r=t.getMonitor(),i=t.getRegistry();wV(r),TV(r).forEach((a,c)=>{const f=xV(a,c,i,r),p={type:Fp,payload:{dropResult:yV({},n,f)}};t.dispatch(p)})}}function wV(t){Ut(t.isDragging(),"Cannot call drop while not dragging."),Ut(!t.didDrop(),"Cannot call drop twice during one drag operation.")}function xV(t,e,n,r){const i=n.getTarget(t);let o=i?i.drop(r,t):void 0;return SV(o),typeof o>"u"&&(o=e===0?{}:r.getDropResult()),o}function SV(t){Ut(typeof t>"u"||NE(t),"Drop result must either be an object or undefined.")}function TV(t){const e=t.getTargetIds().filter(t.canDropOnTarget,t);return e.reverse(),e}function CV(t){return function(){const n=t.getMonitor(),r=t.getRegistry();EV(n);const i=n.getSourceId();return i!=null&&(r.getSource(i,!0).endDrag(n,i),r.unpinSource()),{type:Np}}}function EV(t){Ut(t.isDragging(),"Cannot call endDrag while not dragging.")}function tv(t,e){return e===null?t===null:Array.isArray(t)?t.some(n=>n===e):t===e}function kV(t){return function(n,{clientOffset:r}={}){DV(n);const i=n.slice(0),o=t.getMonitor(),a=t.getRegistry(),c=o.getItemType();return OV(i,a,c),PV(i,o,a),_V(i,o,a),{type:Lp,payload:{targetIds:i,clientOffset:r||null}}}}function DV(t){Ut(Array.isArray(t),"Expected targetIds to be an array.")}function PV(t,e,n){Ut(e.isDragging(),"Cannot call hover while not dragging."),Ut(!e.didDrop(),"Cannot call hover after drop.");for(let r=0;r<t.length;r++){const i=t[r];Ut(t.lastIndexOf(i)===r,"Expected targetIds to be unique in the passed array.");const o=n.getTarget(i);Ut(o,"Expected targetIds to be registered.")}}function OV(t,e,n){for(let r=t.length-1;r>=0;r--){const i=t[r],o=e.getTargetType(i);tv(o,n)||t.splice(r,1)}}function _V(t,e,n){t.forEach(function(r){n.getTarget(r).hover(e,r)})}function RV(t){return function(){if(t.getMonitor().isDragging())return{type:Dy}}}function AV(t){return{beginDrag:dV(t),publishDragSource:RV(t),hover:kV(t),drop:bV(t),endDrag:CV(t)}}class IV{receiveBackend(e){this.backend=e}getMonitor(){return this.monitor}getBackend(){return this.backend}getRegistry(){return this.monitor.registry}getActions(){const e=this,{dispatch:n}=this.store;function r(o){return(...a)=>{const c=o.apply(e,a);typeof c<"u"&&n(c)}}const i=AV(this);return Object.keys(i).reduce((o,a)=>{const c=i[a];return o[a]=r(c),o},{})}dispatch(e){this.store.dispatch(e)}constructor(e,n){this.isSetUp=!1,this.handleRefCountChange=()=>{const r=this.store.getState().refCount>0;this.backend&&(r&&!this.isSetUp?(this.backend.setup(),this.isSetUp=!0):!r&&this.isSetUp&&(this.backend.teardown(),this.isSetUp=!1))},this.store=e,this.monitor=n,e.subscribe(this.handleRefCountChange)}}function MV(t,e){return{x:t.x+e.x,y:t.y+e.y}}function jE(t,e){return{x:t.x-e.x,y:t.y-e.y}}function LV(t){const{clientOffset:e,initialClientOffset:n,initialSourceClientOffset:r}=t;return!e||!n||!r?null:jE(MV(e,r),n)}function FV(t){const{clientOffset:e,initialClientOffset:n}=t;return!e||!n?null:jE(e,n)}const xd=[],Py=[];xd.__IS_NONE__=!0;Py.__IS_ALL__=!0;function NV(t,e){return t===xd?!1:t===Py||typeof e>"u"?!0:cV(e,t).length>0}class jV{subscribeToStateChange(e,n={}){const{handlerIds:r}=n;Ut(typeof e=="function","listener must be a function."),Ut(typeof r>"u"||Array.isArray(r),"handlerIds, when specified, must be an array of strings.");let i=this.store.getState().stateId;const o=()=>{const a=this.store.getState(),c=a.stateId;try{c===i||c===i+1&&!NV(a.dirtyHandlerIds,r)||e()}finally{i=c}};return this.store.subscribe(o)}subscribeToOffsetChange(e){Ut(typeof e=="function","listener must be a function.");let n=this.store.getState().dragOffset;const r=()=>{const i=this.store.getState().dragOffset;i!==n&&(n=i,e())};return this.store.subscribe(r)}canDragSource(e){if(!e)return!1;const n=this.registry.getSource(e);return Ut(n,`Expected to find a valid source. sourceId=${e}`),this.isDragging()?!1:n.canDrag(this,e)}canDropOnTarget(e){if(!e)return!1;const n=this.registry.getTarget(e);if(Ut(n,`Expected to find a valid target. targetId=${e}`),!this.isDragging()||this.didDrop())return!1;const r=this.registry.getTargetType(e),i=this.getItemType();return tv(r,i)&&n.canDrop(this,e)}isDragging(){return!!this.getItemType()}isDraggingSource(e){if(!e)return!1;const n=this.registry.getSource(e,!0);if(Ut(n,`Expected to find a valid source. sourceId=${e}`),!this.isDragging()||!this.isSourcePublic())return!1;const r=this.registry.getSourceType(e),i=this.getItemType();return r!==i?!1:n.isDragging(this,e)}isOverTarget(e,n={shallow:!1}){if(!e)return!1;const{shallow:r}=n;if(!this.isDragging())return!1;const i=this.registry.getTargetType(e),o=this.getItemType();if(o&&!tv(i,o))return!1;const a=this.getTargetIds();if(!a.length)return!1;const c=a.indexOf(e);return r?c===a.length-1:c>-1}getItemType(){return this.store.getState().dragOperation.itemType}getItem(){return this.store.getState().dragOperation.item}getSourceId(){return this.store.getState().dragOperation.sourceId}getTargetIds(){return this.store.getState().dragOperation.targetIds}getDropResult(){return this.store.getState().dragOperation.dropResult}didDrop(){return this.store.getState().dragOperation.didDrop}isSourcePublic(){return!!this.store.getState().dragOperation.isSourcePublic}getInitialClientOffset(){return this.store.getState().dragOffset.initialClientOffset}getInitialSourceClientOffset(){return this.store.getState().dragOffset.initialSourceClientOffset}getClientOffset(){return this.store.getState().dragOffset.clientOffset}getSourceClientOffset(){return LV(this.store.getState().dragOffset)}getDifferenceFromInitialOffset(){return FV(this.store.getState().dragOffset)}constructor(e,n){this.store=e,this.registry=n}}const $x=typeof global<"u"?global:self,BE=$x.MutationObserver||$x.WebKitMutationObserver;function $E(t){return function(){const n=setTimeout(i,0),r=setInterval(i,50);function i(){clearTimeout(n),clearInterval(r),t()}}}function BV(t){let e=1;const n=new BE(t),r=document.createTextNode("");return n.observe(r,{characterData:!0}),function(){e=-e,r.data=e}}const $V=typeof BE=="function"?BV:$E;class VV{enqueueTask(e){const{queue:n,requestFlush:r}=this;n.length||(r(),this.flushing=!0),n[n.length]=e}constructor(){this.queue=[],this.pendingErrors=[],this.flushing=!1,this.index=0,this.capacity=1024,this.flush=()=>{const{queue:e}=this;for(;this.index<e.length;){const n=this.index;if(this.index++,e[n].call(),this.index>this.capacity){for(let r=0,i=e.length-this.index;r<i;r++)e[r]=e[r+this.index];e.length-=this.index,this.index=0}}e.length=0,this.index=0,this.flushing=!1},this.registerPendingError=e=>{this.pendingErrors.push(e),this.requestErrorThrow()},this.requestFlush=$V(this.flush),this.requestErrorThrow=$E(()=>{if(this.pendingErrors.length)throw this.pendingErrors.shift()})}}class HV{call(){try{this.task&&this.task()}catch(e){this.onError(e)}finally{this.task=null,this.release(this)}}constructor(e,n){this.onError=e,this.release=n,this.task=null}}class UV{create(e){const n=this.freeTasks,r=n.length?n.pop():new HV(this.onError,i=>n[n.length]=i);return r.task=e,r}constructor(e){this.onError=e,this.freeTasks=[]}}const VE=new VV,WV=new UV(VE.registerPendingError);function zV(t){VE.enqueueTask(WV.create(t))}const Oy="dnd-core/ADD_SOURCE",_y="dnd-core/ADD_TARGET",Ry="dnd-core/REMOVE_SOURCE",jp="dnd-core/REMOVE_TARGET";function YV(t){return{type:Oy,payload:{sourceId:t}}}function GV(t){return{type:_y,payload:{targetId:t}}}function qV(t){return{type:Ry,payload:{sourceId:t}}}function XV(t){return{type:jp,payload:{targetId:t}}}function KV(t){Ut(typeof t.canDrag=="function","Expected canDrag to be a function."),Ut(typeof t.beginDrag=="function","Expected beginDrag to be a function."),Ut(typeof t.endDrag=="function","Expected endDrag to be a function.")}function ZV(t){Ut(typeof t.canDrop=="function","Expected canDrop to be a function."),Ut(typeof t.hover=="function","Expected hover to be a function."),Ut(typeof t.drop=="function","Expected beginDrag to be a function.")}function nv(t,e){if(e&&Array.isArray(t)){t.forEach(n=>nv(n,!1));return}Ut(typeof t=="string"||typeof t=="symbol",e?"Type can only be a string, a symbol, or an array of either.":"Type can only be a string or a symbol.")}var Os;(function(t){t.SOURCE="SOURCE",t.TARGET="TARGET"})(Os||(Os={}));let JV=0;function QV(){return JV++}function e3(t){const e=QV().toString();switch(t){case Os.SOURCE:return`S${e}`;case Os.TARGET:return`T${e}`;default:throw new Error(`Unknown Handler Role: ${t}`)}}function Vx(t){switch(t[0]){case"S":return Os.SOURCE;case"T":return Os.TARGET;default:throw new Error(`Cannot parse handler ID: ${t}`)}}function Hx(t,e){const n=t.entries();let r=!1;do{const{done:i,value:[,o]}=n.next();if(o===e)return!0;r=!!i}while(!r);return!1}class t3{addSource(e,n){nv(e),KV(n);const r=this.addHandler(Os.SOURCE,e,n);return this.store.dispatch(YV(r)),r}addTarget(e,n){nv(e,!0),ZV(n);const r=this.addHandler(Os.TARGET,e,n);return this.store.dispatch(GV(r)),r}containsHandler(e){return Hx(this.dragSources,e)||Hx(this.dropTargets,e)}getSource(e,n=!1){return Ut(this.isSourceId(e),"Expected a valid source ID."),n&&e===this.pinnedSourceId?this.pinnedSource:this.dragSources.get(e)}getTarget(e){return Ut(this.isTargetId(e),"Expected a valid target ID."),this.dropTargets.get(e)}getSourceType(e){return Ut(this.isSourceId(e),"Expected a valid source ID."),this.types.get(e)}getTargetType(e){return Ut(this.isTargetId(e),"Expected a valid target ID."),this.types.get(e)}isSourceId(e){return Vx(e)===Os.SOURCE}isTargetId(e){return Vx(e)===Os.TARGET}removeSource(e){Ut(this.getSource(e),"Expected an existing source."),this.store.dispatch(qV(e)),zV(()=>{this.dragSources.delete(e),this.types.delete(e)})}removeTarget(e){Ut(this.getTarget(e),"Expected an existing target."),this.store.dispatch(XV(e)),this.dropTargets.delete(e),this.types.delete(e)}pinSource(e){const n=this.getSource(e);Ut(n,"Expected an existing source."),this.pinnedSourceId=e,this.pinnedSource=n}unpinSource(){Ut(this.pinnedSource,"No source is pinned at the time."),this.pinnedSourceId=null,this.pinnedSource=null}addHandler(e,n,r){const i=e3(e);return this.types.set(i,n),e===Os.SOURCE?this.dragSources.set(i,r):e===Os.TARGET&&this.dropTargets.set(i,r),i}constructor(e){this.types=new Map,this.dragSources=new Map,this.dropTargets=new Map,this.pinnedSourceId=null,this.pinnedSource=null,this.store=e}}const n3=(t,e)=>t===e;function r3(t,e){return!t&&!e?!0:!t||!e?!1:t.x===e.x&&t.y===e.y}function i3(t,e,n=n3){if(t.length!==e.length)return!1;for(let r=0;r<t.length;++r)if(!n(t[r],e[r]))return!1;return!0}function o3(t=xd,e){switch(e.type){case Lp:break;case Oy:case _y:case jp:case Ry:return xd;case Mp:case Dy:case Np:case Fp:default:return Py}const{targetIds:n=[],prevTargetIds:r=[]}=e.payload,i=uV(n,r);if(!(i.length>0||!i3(n,r)))return xd;const a=r[r.length-1],c=n[n.length-1];return a!==c&&(a&&i.push(a),c&&i.push(c)),i}function s3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function a3(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){s3(t,i,n[i])})}return t}const Ux={initialSourceClientOffset:null,initialClientOffset:null,clientOffset:null};function l3(t=Ux,e){const{payload:n}=e;switch(e.type){case ky:case Mp:return{initialSourceClientOffset:n.sourceClientOffset,initialClientOffset:n.clientOffset,clientOffset:n.clientOffset};case Lp:return r3(t.clientOffset,n.clientOffset)?t:a3({},t,{clientOffset:n.clientOffset});case Np:case Fp:return Ux;default:return t}}function u3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function cf(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){u3(t,i,n[i])})}return t}const c3={itemType:null,item:null,sourceId:null,targetIds:[],dropResult:null,didDrop:!1,isSourcePublic:null};function f3(t=c3,e){const{payload:n}=e;switch(e.type){case Mp:return cf({},t,{itemType:n.itemType,item:n.item,sourceId:n.sourceId,isSourcePublic:n.isSourcePublic,dropResult:null,didDrop:!1});case Dy:return cf({},t,{isSourcePublic:!0});case Lp:return cf({},t,{targetIds:n.targetIds});case jp:return t.targetIds.indexOf(n.targetId)===-1?t:cf({},t,{targetIds:lV(t.targetIds,n.targetId)});case Fp:return cf({},t,{dropResult:n.dropResult,didDrop:!0,targetIds:[]});case Np:return cf({},t,{itemType:null,item:null,sourceId:null,dropResult:null,didDrop:!1,isSourcePublic:null,targetIds:[]});default:return t}}function d3(t=0,e){switch(e.type){case Oy:case _y:return t+1;case Ry:case jp:return t-1;default:return t}}function h3(t=0){return t+1}function p3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function g3(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){p3(t,i,n[i])})}return t}function m3(t={},e){return{dirtyHandlerIds:o3(t.dirtyHandlerIds,{type:e.type,payload:g3({},e.payload,{prevTargetIds:aV(t,"dragOperation.targetIds",[])})}),dragOffset:l3(t.dragOffset,e),refCount:d3(t.refCount,e),dragOperation:f3(t.dragOperation,e),stateId:h3(t.stateId)}}function v3(t,e=void 0,n={},r=!1){const i=y3(r),o=new jV(i,new t3(i)),a=new IV(i,o),c=t(a,e,n);return a.receiveBackend(c),a}function y3(t){const e=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__;return FE(m3,t&&e&&e({name:"dnd-core",instanceId:"dnd-core"}))}function b3(t,e){if(t==null)return{};var n=w3(t,e),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(i=0;i<o.length;i++)r=o[i],!(e.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(t,r)&&(n[r]=t[r])}return n}function w3(t,e){if(t==null)return{};var n={},r=Object.keys(t),i,o;for(o=0;o<r.length;o++)i=r[o],!(e.indexOf(i)>=0)&&(n[i]=t[i]);return n}let Wx=0;const $h=Symbol.for("__REACT_DND_CONTEXT_INSTANCE__");var HE=q.memo(function(e){var{children:n}=e,r=b3(e,["children"]);const[i,o]=x3(r);return q.useEffect(()=>{if(o){const a=UE();return++Wx,()=>{--Wx===0&&(a[$h]=null)}}},[]),_e.jsx(LE.Provider,{value:i,children:n})});function x3(t){if("manager"in t)return[{dragDropManager:t.manager},!1];const e=S3(t.backend,t.context,t.options,t.debugMode),n=!t.context;return[e,n]}function S3(t,e=UE(),n,r){const i=e;return i[$h]||(i[$h]={dragDropManager:v3(t,e,n,r)}),i[$h]}function UE(){return typeof global<"u"?global:window}var T3=function t(e,n){if(e===n)return!0;if(e&&n&&typeof e=="object"&&typeof n=="object"){if(e.constructor!==n.constructor)return!1;var r,i,o;if(Array.isArray(e)){if(r=e.length,r!=n.length)return!1;for(i=r;i--!==0;)if(!t(e[i],n[i]))return!1;return!0}if(e.constructor===RegExp)return e.source===n.source&&e.flags===n.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===n.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===n.toString();if(o=Object.keys(e),r=o.length,r!==Object.keys(n).length)return!1;for(i=r;i--!==0;)if(!Object.prototype.hasOwnProperty.call(n,o[i]))return!1;for(i=r;i--!==0;){var a=o[i];if(!t(e[a],n[a]))return!1}return!0}return e!==e&&n!==n};const C3=Cu(T3),Ec=typeof window<"u"?q.useLayoutEffect:q.useEffect;function WE(t,e,n){const[r,i]=q.useState(()=>e(t)),o=q.useCallback(()=>{const a=e(t);C3(r,a)||(i(a),n&&n())},[r,t,n]);return Ec(o),[r,o]}function E3(t,e,n){const[r,i]=WE(t,e,n);return Ec(function(){const a=t.getHandlerId();if(a!=null)return t.subscribeToStateChange(i,{handlerIds:[a]})},[t,i]),r}function zE(t,e,n){return E3(e,t||(()=>({})),()=>n.reconnect())}function YE(t,e){const n=[...e||[]];return e==null&&typeof t!="function"&&n.push(t),q.useMemo(()=>typeof t=="function"?t():t,n)}function k3(t){return q.useMemo(()=>t.hooks.dragSource(),[t])}function D3(t){return q.useMemo(()=>t.hooks.dragPreview(),[t])}let Gg=!1,qg=!1;class P3{receiveHandlerId(e){this.sourceId=e}getHandlerId(){return this.sourceId}canDrag(){Ut(!Gg,"You may not call monitor.canDrag() inside your canDrag() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return Gg=!0,this.internalMonitor.canDragSource(this.sourceId)}finally{Gg=!1}}isDragging(){if(!this.sourceId)return!1;Ut(!qg,"You may not call monitor.isDragging() inside your isDragging() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return qg=!0,this.internalMonitor.isDraggingSource(this.sourceId)}finally{qg=!1}}subscribeToStateChange(e,n){return this.internalMonitor.subscribeToStateChange(e,n)}isDraggingSource(e){return this.internalMonitor.isDraggingSource(e)}isOverTarget(e,n){return this.internalMonitor.isOverTarget(e,n)}getTargetIds(){return this.internalMonitor.getTargetIds()}isSourcePublic(){return this.internalMonitor.isSourcePublic()}getSourceId(){return this.internalMonitor.getSourceId()}subscribeToOffsetChange(e){return this.internalMonitor.subscribeToOffsetChange(e)}canDragSource(e){return this.internalMonitor.canDragSource(e)}canDropOnTarget(e){return this.internalMonitor.canDropOnTarget(e)}getItemType(){return this.internalMonitor.getItemType()}getItem(){return this.internalMonitor.getItem()}getDropResult(){return this.internalMonitor.getDropResult()}didDrop(){return this.internalMonitor.didDrop()}getInitialClientOffset(){return this.internalMonitor.getInitialClientOffset()}getInitialSourceClientOffset(){return this.internalMonitor.getInitialSourceClientOffset()}getSourceClientOffset(){return this.internalMonitor.getSourceClientOffset()}getClientOffset(){return this.internalMonitor.getClientOffset()}getDifferenceFromInitialOffset(){return this.internalMonitor.getDifferenceFromInitialOffset()}constructor(e){this.sourceId=null,this.internalMonitor=e.getMonitor()}}let Xg=!1;class O3{receiveHandlerId(e){this.targetId=e}getHandlerId(){return this.targetId}subscribeToStateChange(e,n){return this.internalMonitor.subscribeToStateChange(e,n)}canDrop(){if(!this.targetId)return!1;Ut(!Xg,"You may not call monitor.canDrop() inside your canDrop() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target-monitor");try{return Xg=!0,this.internalMonitor.canDropOnTarget(this.targetId)}finally{Xg=!1}}isOver(e){return this.targetId?this.internalMonitor.isOverTarget(this.targetId,e):!1}getItemType(){return this.internalMonitor.getItemType()}getItem(){return this.internalMonitor.getItem()}getDropResult(){return this.internalMonitor.getDropResult()}didDrop(){return this.internalMonitor.didDrop()}getInitialClientOffset(){return this.internalMonitor.getInitialClientOffset()}getInitialSourceClientOffset(){return this.internalMonitor.getInitialSourceClientOffset()}getSourceClientOffset(){return this.internalMonitor.getSourceClientOffset()}getClientOffset(){return this.internalMonitor.getClientOffset()}getDifferenceFromInitialOffset(){return this.internalMonitor.getDifferenceFromInitialOffset()}constructor(e){this.targetId=null,this.internalMonitor=e.getMonitor()}}function _3(t,e,n){const r=n.getRegistry(),i=r.addTarget(t,e);return[i,()=>r.removeTarget(i)]}function R3(t,e,n){const r=n.getRegistry(),i=r.addSource(t,e);return[i,()=>r.removeSource(i)]}function rv(t,e,n,r){let i;if(i!==void 0)return!!i;if(t===e)return!0;if(typeof t!="object"||!t||typeof e!="object"||!e)return!1;const o=Object.keys(t),a=Object.keys(e);if(o.length!==a.length)return!1;const c=Object.prototype.hasOwnProperty.bind(e);for(let f=0;f<o.length;f++){const p=o[f];if(!c(p))return!1;const b=t[p],m=e[p];if(i=void 0,i===!1||i===void 0&&b!==m)return!1}return!0}function iv(t){return t!==null&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function A3(t){if(typeof t.type=="string")return;const e=t.type.displayName||t.type.name||"the component";throw new Error(`Only native element nodes can now be passed to React DnD connectors.You can either wrap ${e} into a <div>, or turn it into a drag source or a drop target itself.`)}function I3(t){return(e=null,n=null)=>{if(!q.isValidElement(e)){const o=e;return t(o,n),o}const r=e;return A3(r),M3(r,n?o=>t(o,n):t)}}function GE(t){const e={};return Object.keys(t).forEach(n=>{const r=t[n];if(n.endsWith("Ref"))e[n]=t[n];else{const i=I3(r);e[n]=()=>i}}),e}function zx(t,e){typeof t=="function"?t(e):t.current=e}function M3(t,e){const n=t.ref;return Ut(typeof n!="string","Cannot connect React DnD to an element with an existing string ref. Please convert it to use a callback ref instead, or wrap it into a <span> or <div>. Read more: https://reactjs.org/docs/refs-and-the-dom.html#callback-refs"),n?q.cloneElement(t,{ref:r=>{zx(n,r),zx(e,r)}}):q.cloneElement(t,{ref:e})}class L3{receiveHandlerId(e){this.handlerId!==e&&(this.handlerId=e,this.reconnect())}get connectTarget(){return this.dragSource}get dragSourceOptions(){return this.dragSourceOptionsInternal}set dragSourceOptions(e){this.dragSourceOptionsInternal=e}get dragPreviewOptions(){return this.dragPreviewOptionsInternal}set dragPreviewOptions(e){this.dragPreviewOptionsInternal=e}reconnect(){const e=this.reconnectDragSource();this.reconnectDragPreview(e)}reconnectDragSource(){const e=this.dragSource,n=this.didHandlerIdChange()||this.didConnectedDragSourceChange()||this.didDragSourceOptionsChange();return n&&this.disconnectDragSource(),this.handlerId?e?(n&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragSource=e,this.lastConnectedDragSourceOptions=this.dragSourceOptions,this.dragSourceUnsubscribe=this.backend.connectDragSource(this.handlerId,e,this.dragSourceOptions)),n):(this.lastConnectedDragSource=e,n):n}reconnectDragPreview(e=!1){const n=this.dragPreview,r=e||this.didHandlerIdChange()||this.didConnectedDragPreviewChange()||this.didDragPreviewOptionsChange();if(r&&this.disconnectDragPreview(),!!this.handlerId){if(!n){this.lastConnectedDragPreview=n;return}r&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragPreview=n,this.lastConnectedDragPreviewOptions=this.dragPreviewOptions,this.dragPreviewUnsubscribe=this.backend.connectDragPreview(this.handlerId,n,this.dragPreviewOptions))}}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didConnectedDragSourceChange(){return this.lastConnectedDragSource!==this.dragSource}didConnectedDragPreviewChange(){return this.lastConnectedDragPreview!==this.dragPreview}didDragSourceOptionsChange(){return!rv(this.lastConnectedDragSourceOptions,this.dragSourceOptions)}didDragPreviewOptionsChange(){return!rv(this.lastConnectedDragPreviewOptions,this.dragPreviewOptions)}disconnectDragSource(){this.dragSourceUnsubscribe&&(this.dragSourceUnsubscribe(),this.dragSourceUnsubscribe=void 0)}disconnectDragPreview(){this.dragPreviewUnsubscribe&&(this.dragPreviewUnsubscribe(),this.dragPreviewUnsubscribe=void 0,this.dragPreviewNode=null,this.dragPreviewRef=null)}get dragSource(){return this.dragSourceNode||this.dragSourceRef&&this.dragSourceRef.current}get dragPreview(){return this.dragPreviewNode||this.dragPreviewRef&&this.dragPreviewRef.current}clearDragSource(){this.dragSourceNode=null,this.dragSourceRef=null}clearDragPreview(){this.dragPreviewNode=null,this.dragPreviewRef=null}constructor(e){this.hooks=GE({dragSource:(n,r)=>{this.clearDragSource(),this.dragSourceOptions=r||null,iv(n)?this.dragSourceRef=n:this.dragSourceNode=n,this.reconnectDragSource()},dragPreview:(n,r)=>{this.clearDragPreview(),this.dragPreviewOptions=r||null,iv(n)?this.dragPreviewRef=n:this.dragPreviewNode=n,this.reconnectDragPreview()}}),this.handlerId=null,this.dragSourceRef=null,this.dragSourceOptionsInternal=null,this.dragPreviewRef=null,this.dragPreviewOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDragSource=null,this.lastConnectedDragSourceOptions=null,this.lastConnectedDragPreview=null,this.lastConnectedDragPreviewOptions=null,this.backend=e}}class F3{get connectTarget(){return this.dropTarget}reconnect(){const e=this.didHandlerIdChange()||this.didDropTargetChange()||this.didOptionsChange();e&&this.disconnectDropTarget();const n=this.dropTarget;if(this.handlerId){if(!n){this.lastConnectedDropTarget=n;return}e&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDropTarget=n,this.lastConnectedDropTargetOptions=this.dropTargetOptions,this.unsubscribeDropTarget=this.backend.connectDropTarget(this.handlerId,n,this.dropTargetOptions))}}receiveHandlerId(e){e!==this.handlerId&&(this.handlerId=e,this.reconnect())}get dropTargetOptions(){return this.dropTargetOptionsInternal}set dropTargetOptions(e){this.dropTargetOptionsInternal=e}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didDropTargetChange(){return this.lastConnectedDropTarget!==this.dropTarget}didOptionsChange(){return!rv(this.lastConnectedDropTargetOptions,this.dropTargetOptions)}disconnectDropTarget(){this.unsubscribeDropTarget&&(this.unsubscribeDropTarget(),this.unsubscribeDropTarget=void 0)}get dropTarget(){return this.dropTargetNode||this.dropTargetRef&&this.dropTargetRef.current}clearDropTarget(){this.dropTargetRef=null,this.dropTargetNode=null}constructor(e){this.hooks=GE({dropTarget:(n,r)=>{this.clearDropTarget(),this.dropTargetOptions=r,iv(n)?this.dropTargetRef=n:this.dropTargetNode=n,this.reconnect()}}),this.handlerId=null,this.dropTargetRef=null,this.dropTargetOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDropTarget=null,this.lastConnectedDropTargetOptions=null,this.backend=e}}function _l(){const{dragDropManager:t}=q.useContext(LE);return Ut(t!=null,"Expected drag drop context"),t}function N3(t,e){const n=_l(),r=q.useMemo(()=>new L3(n.getBackend()),[n]);return Ec(()=>(r.dragSourceOptions=t||null,r.reconnect(),()=>r.disconnectDragSource()),[r,t]),Ec(()=>(r.dragPreviewOptions=e||null,r.reconnect(),()=>r.disconnectDragPreview()),[r,e]),r}function j3(){const t=_l();return q.useMemo(()=>new P3(t),[t])}class B3{beginDrag(){const e=this.spec,n=this.monitor;let r=null;return typeof e.item=="object"?r=e.item:typeof e.item=="function"?r=e.item(n):r={},r??null}canDrag(){const e=this.spec,n=this.monitor;return typeof e.canDrag=="boolean"?e.canDrag:typeof e.canDrag=="function"?e.canDrag(n):!0}isDragging(e,n){const r=this.spec,i=this.monitor,{isDragging:o}=r;return o?o(i):n===e.getSourceId()}endDrag(){const e=this.spec,n=this.monitor,r=this.connector,{end:i}=e;i&&i(n.getItem(),n),r.reconnect()}constructor(e,n,r){this.spec=e,this.monitor=n,this.connector=r}}function $3(t,e,n){const r=q.useMemo(()=>new B3(t,e,n),[e,n]);return q.useEffect(()=>{r.spec=t},[t]),r}function V3(t){return q.useMemo(()=>{const e=t.type;return Ut(e!=null,"spec.type must be defined"),e},[t])}function H3(t,e,n){const r=_l(),i=$3(t,e,n),o=V3(t);Ec(function(){if(o!=null){const[c,f]=R3(o,i,r);return e.receiveHandlerId(c),n.receiveHandlerId(c),f}},[r,e,n,i,o])}function qE(t,e){const n=YE(t,e);Ut(!n.begin,"useDrag::spec.begin was deprecated in v14. Replace spec.begin() with spec.item(). (see more here - https://react-dnd.github.io/react-dnd/docs/api/use-drag)");const r=j3(),i=N3(n.options,n.previewOptions);return H3(n,r,i),[zE(n.collect,r,i),k3(i),D3(i)]}function U3(t){const n=_l().getMonitor(),[r,i]=WE(n,t);return q.useEffect(()=>n.subscribeToOffsetChange(i)),q.useEffect(()=>n.subscribeToStateChange(i)),r}function W3(t){return q.useMemo(()=>t.hooks.dropTarget(),[t])}function z3(t){const e=_l(),n=q.useMemo(()=>new F3(e.getBackend()),[e]);return Ec(()=>(n.dropTargetOptions=t||null,n.reconnect(),()=>n.disconnectDropTarget()),[t]),n}function Y3(){const t=_l();return q.useMemo(()=>new O3(t),[t])}function G3(t){const{accept:e}=t;return q.useMemo(()=>(Ut(t.accept!=null,"accept must be defined"),Array.isArray(e)?e:[e]),[e])}class q3{canDrop(){const e=this.spec,n=this.monitor;return e.canDrop?e.canDrop(n.getItem(),n):!0}hover(){const e=this.spec,n=this.monitor;e.hover&&e.hover(n.getItem(),n)}drop(){const e=this.spec,n=this.monitor;if(e.drop)return e.drop(n.getItem(),n)}constructor(e,n){this.spec=e,this.monitor=n}}function X3(t,e){const n=q.useMemo(()=>new q3(t,e),[e]);return q.useEffect(()=>{n.spec=t},[t]),n}function K3(t,e,n){const r=_l(),i=X3(t,e),o=G3(t);Ec(function(){const[c,f]=_3(o,i,r);return e.receiveHandlerId(c),n.receiveHandlerId(c),f},[r,e,i,n,o.map(a=>a.toString()).join("|")])}function up(t,e){const n=YE(t,e),r=Y3(),i=z3(n.options);return K3(n,r,i),[zE(n.collect,r,i),W3(i)]}var XE=t=>{throw TypeError(t)},KE=(t,e,n)=>e.has(t)||XE("Cannot "+n),Nt=(t,e,n)=>(KE(t,e,"read from private field"),n?n.call(t):e.get(t)),ks=(t,e,n)=>e.has(t)?XE("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),dc=(t,e,n,r)=>(KE(t,e,"write to private field"),e.set(t,n),n),au,Z3=class{constructor(){ks(this,au),this.register=t=>{Nt(this,au).push(t)},this.unregister=t=>{for(;Nt(this,au).indexOf(t)!==-1;)Nt(this,au).splice(Nt(this,au).indexOf(t),1)},this.backendChanged=t=>{for(let e of Nt(this,au))e.backendChanged(t)},dc(this,au,[])}};au=new WeakMap;var qo,dd,Xo,vl,hc,ov,sv,av,Vh,Hh,hd,ZE=class Uh{constructor(e,n,r){if(ks(this,qo),ks(this,dd),ks(this,Xo),ks(this,vl),ks(this,hc),ks(this,ov,(i,o,a)=>{if(!a.backend)throw new Error(`You must specify a 'backend' property in your Backend entry: ${JSON.stringify(a)}`);let c=a.backend(i,o,a.options),f=a.id,p=!a.id&&c&&c.constructor;if(p&&(f=c.constructor.name),!f)throw new Error(`You must specify an 'id' property in your Backend entry: ${JSON.stringify(a)}
|
|
5
|
+
see this guide: https://github.com/louisbrunner/dnd-multi-backend/tree/master/packages/react-dnd-multi-backend#migrating-from-5xx`);if(p&&console.warn(`Deprecation notice: You are using a pipeline which doesn't include backends' 'id'.
|
|
6
|
+
This might be unsupported in the future, please specify 'id' explicitely for every backend.`),Nt(this,Xo)[f])throw new Error(`You must specify a unique 'id' property in your Backend entry:
|
|
7
|
+
${JSON.stringify(a)} (conflicts with: ${JSON.stringify(Nt(this,Xo)[f])})`);return{id:f,instance:c,preview:a.preview??!1,transition:a.transition,skipDispatchOnTransition:a.skipDispatchOnTransition??!1}}),this.setup=()=>{if(!(typeof window>"u")){if(Uh.isSetUp)throw new Error("Cannot have two MultiBackends at the same time.");Uh.isSetUp=!0,Nt(this,sv).call(this,window),Nt(this,Xo)[Nt(this,qo)].instance.setup()}},this.teardown=()=>{typeof window>"u"||(Uh.isSetUp=!1,Nt(this,av).call(this,window),Nt(this,Xo)[Nt(this,qo)].instance.teardown())},this.connectDragSource=(i,o,a)=>Nt(this,hd).call(this,"connectDragSource",i,o,a),this.connectDragPreview=(i,o,a)=>Nt(this,hd).call(this,"connectDragPreview",i,o,a),this.connectDropTarget=(i,o,a)=>Nt(this,hd).call(this,"connectDropTarget",i,o,a),this.profile=()=>Nt(this,Xo)[Nt(this,qo)].instance.profile(),this.previewEnabled=()=>Nt(this,Xo)[Nt(this,qo)].preview,this.previewsList=()=>Nt(this,dd),this.backendsList=()=>Nt(this,vl),ks(this,sv,i=>{for(let o of Nt(this,vl))o.transition&&i.addEventListener(o.transition.event,Nt(this,Vh))}),ks(this,av,i=>{for(let o of Nt(this,vl))o.transition&&i.removeEventListener(o.transition.event,Nt(this,Vh))}),ks(this,Vh,i=>{var a;let o=Nt(this,qo);if(Nt(this,vl).some(c=>c.id!==Nt(this,qo)&&c.transition&&c.transition.check(i)?(dc(this,qo,c.id),!0):!1),Nt(this,qo)!==o){Nt(this,Xo)[o].instance.teardown();for(let[b,m]of Object.entries(Nt(this,hc)))m.unsubscribe(),m.unsubscribe=Nt(this,Hh).call(this,m.func,...m.args);Nt(this,dd).backendChanged(this);let c=Nt(this,Xo)[Nt(this,qo)];if(c.instance.setup(),c.skipDispatchOnTransition)return;let f=i.constructor,p=new f(i.type,i);(a=i.target)==null||a.dispatchEvent(p)}}),ks(this,Hh,(i,o,a,c)=>Nt(this,Xo)[Nt(this,qo)].instance[i](o,a,c)),ks(this,hd,(i,o,a,c)=>{let f=`${i}_${o}`,p=Nt(this,Hh).call(this,i,o,a,c);return Nt(this,hc)[f]={func:i,args:[o,a,c],unsubscribe:p},()=>{Nt(this,hc)[f].unsubscribe(),delete Nt(this,hc)[f]}}),!r||!r.backends||r.backends.length<1)throw new Error(`You must specify at least one Backend, if you are coming from 2.x.x (or don't understand this error)
|
|
8
|
+
see this guide: https://github.com/louisbrunner/dnd-multi-backend/tree/master/packages/react-dnd-multi-backend#migrating-from-2xx`);dc(this,dd,new Z3),dc(this,Xo,{}),dc(this,vl,[]);for(let i of r.backends){let o=Nt(this,ov).call(this,e,n,i);Nt(this,Xo)[o.id]=o,Nt(this,vl).push(o)}dc(this,qo,Nt(this,vl)[0].id),dc(this,hc,{})}};qo=new WeakMap,dd=new WeakMap,Xo=new WeakMap,vl=new WeakMap,hc=new WeakMap,ov=new WeakMap,sv=new WeakMap,av=new WeakMap,Vh=new WeakMap,Hh=new WeakMap,hd=new WeakMap,ZE.isSetUp=!1;var J3=ZE,Q3=(t,e,n)=>new J3(t,e,n),JE=(t,e)=>({event:t,check:e}),eH=JE("touchstart",t=>{let e=t;return e.touches!==null&&e.touches!==void 0}),tH=JE("pointerdown",t=>t.pointerType==="mouse"),fu;(function(t){t.mouse="mouse",t.touch="touch",t.keyboard="keyboard"})(fu||(fu={}));class nH{get delay(){var e;return(e=this.args.delay)!==null&&e!==void 0?e:0}get scrollAngleRanges(){return this.args.scrollAngleRanges}get getDropTargetElementsAtPoint(){return this.args.getDropTargetElementsAtPoint}get ignoreContextMenu(){var e;return(e=this.args.ignoreContextMenu)!==null&&e!==void 0?e:!1}get enableHoverOutsideTarget(){var e;return(e=this.args.enableHoverOutsideTarget)!==null&&e!==void 0?e:!1}get enableKeyboardEvents(){var e;return(e=this.args.enableKeyboardEvents)!==null&&e!==void 0?e:!1}get enableMouseEvents(){var e;return(e=this.args.enableMouseEvents)!==null&&e!==void 0?e:!1}get enableTouchEvents(){var e;return(e=this.args.enableTouchEvents)!==null&&e!==void 0?e:!0}get touchSlop(){return this.args.touchSlop||0}get delayTouchStart(){var e,n,r,i;return(i=(r=(e=this.args)===null||e===void 0?void 0:e.delayTouchStart)!==null&&r!==void 0?r:(n=this.args)===null||n===void 0?void 0:n.delay)!==null&&i!==void 0?i:0}get delayMouseStart(){var e,n,r,i;return(i=(r=(e=this.args)===null||e===void 0?void 0:e.delayMouseStart)!==null&&r!==void 0?r:(n=this.args)===null||n===void 0?void 0:n.delay)!==null&&i!==void 0?i:0}get window(){if(this.context&&this.context.window)return this.context.window;if(typeof window<"u")return window}get document(){var e;if(!((e=this.context)===null||e===void 0)&&e.document)return this.context.document;if(this.window)return this.window.document}get rootElement(){var e;return((e=this.args)===null||e===void 0?void 0:e.rootElement)||this.document}constructor(e,n){this.args=e,this.context=n}}function rH(t,e,n,r){return Math.sqrt(Math.pow(Math.abs(n-t),2)+Math.pow(Math.abs(r-e),2))}function iH(t,e,n,r,i){if(!i)return!1;const o=Math.atan2(r-e,n-t)*180/Math.PI+180;for(let a=0;a<i.length;++a){const c=i[a];if(c&&(c.start==null||o>=c.start)&&(c.end==null||o<=c.end))return!0}return!1}const oH={Left:1},sH={Left:0};function Kg(t){return t.button===void 0||t.button===sH.Left}function aH(t){return t.buttons===void 0||(t.buttons&oH.Left)===0}function QE(t){return!!t.targetTouches}const lH=1;function uH(t){const e=t.nodeType===lH?t:t.parentElement;if(!e)return;const{top:n,left:r}=e.getBoundingClientRect();return{x:r,y:n}}function cH(t,e){if(t.targetTouches.length===1)return cp(t.targetTouches[0]);if(e&&t.touches.length===1&&t.touches[0].target===e.target)return cp(t.touches[0])}function cp(t,e){return QE(t)?cH(t,e):{x:t.clientX,y:t.clientY}}const Yx=(()=>{let t=!1;try{addEventListener("test",()=>{},Object.defineProperty({},"passive",{get(){return t=!0,!0}}))}catch{}return t})(),od={[fu.mouse]:{start:"mousedown",move:"mousemove",end:"mouseup",contextmenu:"contextmenu"},[fu.touch]:{start:"touchstart",move:"touchmove",end:"touchend"},[fu.keyboard]:{keydown:"keydown"}};class Sd{profile(){var e;return{sourceNodes:this.sourceNodes.size,sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,targetNodes:this.targetNodes.size,dragOverTargetIds:((e=this.dragOverTargetIds)===null||e===void 0?void 0:e.length)||0}}get document(){return this.options.document}setup(){const e=this.options.rootElement;e&&(Ut(!Sd.isSetUp,"Cannot have two Touch backends at the same time."),Sd.isSetUp=!0,this.addEventListener(e,"start",this.getTopMoveStartHandler()),this.addEventListener(e,"start",this.handleTopMoveStartCapture,!0),this.addEventListener(e,"move",this.handleTopMove),this.addEventListener(e,"move",this.handleTopMoveCapture,!0),this.addEventListener(e,"end",this.handleTopMoveEndCapture,!0),this.options.enableMouseEvents&&!this.options.ignoreContextMenu&&this.addEventListener(e,"contextmenu",this.handleTopMoveEndCapture),this.options.enableKeyboardEvents&&this.addEventListener(e,"keydown",this.handleCancelOnEscape,!0))}teardown(){const e=this.options.rootElement;e&&(Sd.isSetUp=!1,this._mouseClientOffset={},this.removeEventListener(e,"start",this.handleTopMoveStartCapture,!0),this.removeEventListener(e,"start",this.handleTopMoveStart),this.removeEventListener(e,"move",this.handleTopMoveCapture,!0),this.removeEventListener(e,"move",this.handleTopMove),this.removeEventListener(e,"end",this.handleTopMoveEndCapture,!0),this.options.enableMouseEvents&&!this.options.ignoreContextMenu&&this.removeEventListener(e,"contextmenu",this.handleTopMoveEndCapture),this.options.enableKeyboardEvents&&this.removeEventListener(e,"keydown",this.handleCancelOnEscape,!0),this.uninstallSourceNodeRemovalObserver())}addEventListener(e,n,r,i=!1){const o=Yx?{capture:i,passive:!1}:i;this.listenerTypes.forEach(function(a){const c=od[a][n];c&&e.addEventListener(c,r,o)})}removeEventListener(e,n,r,i=!1){const o=Yx?{capture:i,passive:!1}:i;this.listenerTypes.forEach(function(a){const c=od[a][n];c&&e.removeEventListener(c,r,o)})}connectDragSource(e,n){const r=this.handleMoveStart.bind(this,e);return this.sourceNodes.set(e,n),this.addEventListener(n,"start",r),()=>{this.sourceNodes.delete(e),this.removeEventListener(n,"start",r)}}connectDragPreview(e,n,r){return this.sourcePreviewNodeOptions.set(e,r),this.sourcePreviewNodes.set(e,n),()=>{this.sourcePreviewNodes.delete(e),this.sourcePreviewNodeOptions.delete(e)}}connectDropTarget(e,n){const r=this.options.rootElement;if(!this.document||!r)return()=>{};const i=o=>{if(!this.document||!r||!this.monitor.isDragging())return;let a;switch(o.type){case od.mouse.move:a={x:o.clientX,y:o.clientY};break;case od.touch.move:var c,f;a={x:((c=o.touches[0])===null||c===void 0?void 0:c.clientX)||0,y:((f=o.touches[0])===null||f===void 0?void 0:f.clientY)||0};break}const p=a!=null?this.document.elementFromPoint(a.x,a.y):void 0,b=p&&n.contains(p);if(p===n||b)return this.handleMove(o,e)};return this.addEventListener(this.document.body,"move",i),this.targetNodes.set(e,n),()=>{this.document&&(this.targetNodes.delete(e),this.removeEventListener(this.document.body,"move",i))}}getTopMoveStartHandler(){return!this.options.delayTouchStart&&!this.options.delayMouseStart?this.handleTopMoveStart:this.handleTopMoveStartDelay}installSourceNodeRemovalObserver(e){this.uninstallSourceNodeRemovalObserver(),this.draggedSourceNode=e,this.draggedSourceNodeRemovalObserver=new MutationObserver(()=>{e&&!e.parentElement&&(this.resurrectSourceNode(),this.uninstallSourceNodeRemovalObserver())}),!(!e||!e.parentElement)&&this.draggedSourceNodeRemovalObserver.observe(e.parentElement,{childList:!0})}resurrectSourceNode(){this.document&&this.draggedSourceNode&&(this.draggedSourceNode.style.display="none",this.draggedSourceNode.removeAttribute("data-reactid"),this.document.body.appendChild(this.draggedSourceNode))}uninstallSourceNodeRemovalObserver(){this.draggedSourceNodeRemovalObserver&&this.draggedSourceNodeRemovalObserver.disconnect(),this.draggedSourceNodeRemovalObserver=void 0,this.draggedSourceNode=void 0}constructor(e,n,r){this.getSourceClientOffset=i=>{const o=this.sourceNodes.get(i);return o&&uH(o)},this.handleTopMoveStartCapture=i=>{Kg(i)&&(this.moveStartSourceIds=[])},this.handleMoveStart=i=>{Array.isArray(this.moveStartSourceIds)&&this.moveStartSourceIds.unshift(i)},this.handleTopMoveStart=i=>{if(!Kg(i))return;const o=cp(i);o&&(QE(i)&&(this.lastTargetTouchFallback=i.targetTouches[0]),this._mouseClientOffset=o),this.waitingForDelay=!1},this.handleTopMoveStartDelay=i=>{if(!Kg(i))return;const o=i.type===od.touch.start?this.options.delayTouchStart:this.options.delayMouseStart;this.timeout=setTimeout(this.handleTopMoveStart.bind(this,i),o),this.waitingForDelay=!0},this.handleTopMoveCapture=()=>{this.dragOverTargetIds=[]},this.handleMove=(i,o)=>{this.dragOverTargetIds&&this.dragOverTargetIds.unshift(o)},this.handleTopMove=i=>{if(this.timeout&&clearTimeout(this.timeout),!this.document||this.waitingForDelay)return;const{moveStartSourceIds:o,dragOverTargetIds:a}=this,c=this.options.enableHoverOutsideTarget,f=cp(i,this.lastTargetTouchFallback);if(!f)return;if(this._isScrolling||!this.monitor.isDragging()&&iH(this._mouseClientOffset.x||0,this._mouseClientOffset.y||0,f.x,f.y,this.options.scrollAngleRanges)){this._isScrolling=!0;return}if(!this.monitor.isDragging()&&this._mouseClientOffset.hasOwnProperty("x")&&o&&rH(this._mouseClientOffset.x||0,this._mouseClientOffset.y||0,f.x,f.y)>(this.options.touchSlop?this.options.touchSlop:0)&&(this.moveStartSourceIds=void 0,this.actions.beginDrag(o,{clientOffset:this._mouseClientOffset,getSourceClientOffset:this.getSourceClientOffset,publishSource:!1})),!this.monitor.isDragging())return;const p=this.sourceNodes.get(this.monitor.getSourceId());this.installSourceNodeRemovalObserver(p),this.actions.publishDragSource(),i.cancelable&&i.preventDefault();const b=(a||[]).map(A=>this.targetNodes.get(A)).filter(A=>!!A),m=this.options.getDropTargetElementsAtPoint?this.options.getDropTargetElementsAtPoint(f.x,f.y,b):this.document.elementsFromPoint(f.x,f.y),T=[];for(const A in m){if(!m.hasOwnProperty(A))continue;let I=m[A];for(I!=null&&T.push(I);I;)I=I.parentElement,I&&T.indexOf(I)===-1&&T.push(I)}const E=T.filter(A=>b.indexOf(A)>-1).map(A=>this._getDropTargetId(A)).filter(A=>!!A).filter((A,I,M)=>M.indexOf(A)===I);if(c)for(const A in this.targetNodes){const I=this.targetNodes.get(A);if(p&&I&&I.contains(p)&&E.indexOf(A)===-1){E.unshift(A);break}}E.reverse(),this.actions.hover(E,{clientOffset:f})},this._getDropTargetId=i=>{const o=this.targetNodes.keys();let a=o.next();for(;a.done===!1;){const c=a.value;if(i===this.targetNodes.get(c))return c;a=o.next()}},this.handleTopMoveEndCapture=i=>{if(this._isScrolling=!1,this.lastTargetTouchFallback=void 0,!!aH(i)){if(!this.monitor.isDragging()||this.monitor.didDrop()){this.moveStartSourceIds=void 0;return}i.cancelable&&i.preventDefault(),this._mouseClientOffset={},this.uninstallSourceNodeRemovalObserver(),this.actions.drop(),this.actions.endDrag()}},this.handleCancelOnEscape=i=>{i.key==="Escape"&&this.monitor.isDragging()&&(this._mouseClientOffset={},this.uninstallSourceNodeRemovalObserver(),this.actions.endDrag())},this.options=new nH(r,n),this.actions=e.getActions(),this.monitor=e.getMonitor(),this.sourceNodes=new Map,this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.targetNodes=new Map,this.listenerTypes=[],this._mouseClientOffset={},this._isScrolling=!1,this.options.enableMouseEvents&&this.listenerTypes.push(fu.mouse),this.options.enableTouchEvents&&this.listenerTypes.push(fu.touch),this.options.enableKeyboardEvents&&this.listenerTypes.push(fu.keyboard)}}const fH=function(e,n={},r={}){return new Sd(e,n,r)};var Is=function(){return Is=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},Is.apply(this,arguments)};function io(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,o;r<i;r++)(o||!(r in e))&&(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))}function dH(t){var e=t.isVisible,n=t.ease,r=n===void 0?"easeIn":n,i=t.duration,o=t.variants,a=o===void 0?{open:{opacity:1,height:"auto"},close:{opacity:0,height:0}}:o,c=t.children,f=K$({polyfill:SF}),p=f[0],b=f[1].height,m=q.useState(e),T=m[0],E=m[1],A=q.useState(e),I=A[0],M=A[1],_=q.useState(!1),H=_[0],Y=_[1],ne=function(){Y(!1),e||E(!1)};q.useEffect(function(){Y(!0),e?E(!0):M(!1)},[e]);var Z=b===0;return q.useEffect(function(){T&&M(!0)},[Z]),q.createElement(q$.div,{style:H?{overflow:"hidden"}:void 0,onAnimationComplete:ne,initial:I?"open":"close",animate:I?"open":"close",inherit:!1,variants:a,transition:{ease:r,duration:hH(b,i)}},q.createElement("div",{ref:p},T&&c))}function hH(t,e){if(e)return e;if(!t)return 0;var n=t/36;return Math.round((4+10*Math.pow(n,.25)+n/5)*10)/1500}var ek=q.createContext({}),pH={isLock:!1},gH=function(t){var e=q.useState(pH.isLock),n=e[0],r=e[1];return q.createElement(ek.Provider,{value:{isLock:n,lock:function(){return r(!0)},unlock:function(){return r(!1)}}},t.children)},Xd=q.createContext({}),Eh={dropTargetId:void 0,index:void 0},mH=function(t){var e=q.useState(Eh.dropTargetId),n=e[0],r=e[1],i=q.useState(Eh.index),o=i[0],a=i[1],c=function(p,b){r(p),a(b)},f=function(){r(Eh.dropTargetId),a(Eh.index)};return q.createElement(Xd.Provider,{value:{dropTargetId:n,index:o,showPlaceholder:c,hidePlaceholder:f}},t.children)},vH=function(t,e){return t.text>e.text?1:t.text<e.text?-1:0},sd=function(t,e){return t.find(function(n){return n.id===e})},tk=function(t,e,n){if(n===0)return!1;var r=t.find(function(i){return i.id===n});return r===void 0?!1:r.parent===e?!0:tk(t,e,r.parent)},Ay=function(t){return typeof t=="object"&&t!==null&&"id"in t&&"parent"in t&&"text"in t},wu=function(t,e,n){var r=n.tree,i=n.rootId,o=n.canDrop;if(t===null){if(e===i)return!0;var a=r.find(function(b){return b.id===e});return!!(a&&a.droppable)}else{var c=Ay(t)?t.id:null;if(o){var f=o(c,e);if(f!==void 0)return f}if(c===e)return!1;var p=r.find(function(m){return m.id===c}),a=r.find(function(m){return m.id===e});return p===void 0||c===null?e===i||!!(a!=null&&a.droppable):a===void 0?p.parent!==0:p.parent===e||!a.droppable?!1:!tk(r,c,e)}},yH=function(t,e,n){return t.map(function(r){return r.id===e?Is(Is({},r),{parent:n}):r})},nk=function(t,e,n){if(n===0)return 0;var r=t.filter(function(i){return i.parent===e});return r[n]?t.findIndex(function(i){return i.id===r[n].id}):t.findIndex(function(i){return i.id===r[n-1].id})+1},bH=function(t,e){return t.findIndex(function(n){return n.id===e})},rk=function(t,e,n,r){var i=bH(t,e),o=nk(t,n,r);return o=o>i?o-1:o,[i,o]},wH=function(t,e,n){var r=e<0?t.length+e:e;if(r>=0&&r<t.length){var i=n<0?t.length+n:n,o=t.splice(e,1)[0];t.splice(i,0,o)}},xH=function(t,e,n,r){var i=rk(t,e,n,r),o=i[0],a=i[1],c=io([],t,!0);return wH(c,o,a),c.map(function(f){return f.id===e?Is(Is({},f),{parent:n}):f})},SH=function(t,e){var n=t.getBoundingClientRect(),r=n.top+n.height/2;return e>r?"down":"up"},lv=function(t,e){var n="",r=0;return t.forEach(function(i,o){var a,c=SH(i,((a=e.getClientOffset())===null||a===void 0?void 0:a.y)||0);n===""?n=c:n!==c&&(n=c,r=o),o===t.length-1&&c==="down"&&(r=o+1)}),r},Gx=function(t,e,n){var r=e.closest('[role="list"]'),i=r==null?void 0:r.querySelectorAll(':scope > [role="listitem"]');return i?lv(i,n):null},TH=function(t,e,n){var r=t.getBoundingClientRect(),i=n.dropTargetOffset,o=r.top+i,a=r.bottom-i;return e>a?"lower":e<o?"upper":"middle"},uv=function(t,e,n,r){var i;if(!e)return null;if(t===null){var o=e.querySelectorAll(':scope > [role="listitem"]');return{id:r.rootId,index:lv(o,n)}}var a=n.getItem(),c=e.querySelector('[role="list"]'),f=TH(e,((i=n.getClientOffset())===null||i===void 0?void 0:i.y)||0,r);if(c){if(f==="upper")if(wu(a,t.parent,r)){var p=Gx(t,e,n);return p===null?null:{id:t.parent,index:p}}else return{id:t.id,index:0};var o=c.querySelectorAll(':scope > [role="listitem"]');return{id:t.id,index:lv(o,n)}}else{if(f==="middle")return{id:t.id,index:0};if(wu(a,t.parent,r)){var p=Gx(t,e,n);return p===null?null:{id:t.parent,index:p}}return null}},CH=function(t){return t===void 0&&(t={}),{backends:[{id:"html5",backend:QT,options:t.html5,transition:tH},{id:"touch",backend:fH,options:t.touch||{enableMouseEvents:!0},preview:!0,transition:eH}]}},Wh=function(t,e){return t.some(function(n){return n.parent===e})},ik=q.createContext({}),EH=function(t){var e=AH(t.tree,t.initialOpen),n=e[0],r=e[1],i=r.handleToggle,o=r.handleCloseAll,a=r.handleOpenAll,c=r.handleOpen,f=r.handleClose;q.useImperativeHandle(t.treeRef,function(){return{open:function(E){return c(E,t.onChangeOpen)},close:function(E){return f(E,t.onChangeOpen)},openAll:function(){return a(t.onChangeOpen)},closeAll:function(){return o(t.onChangeOpen)}}});var p=_l().getMonitor(),b=t.canDrop,m=t.canDrag,T=Is(Is({extraAcceptTypes:[],listComponent:"ul",listItemComponent:"li",placeholderComponent:"li",sort:!0,insertDroppableFirst:!0,enableAnimateExpand:!1,dropTargetOffset:0,initialOpen:!1},t),{openIds:n,onDrop:function(E,A,I){if(E){var M={dragSourceId:E.id,dropTargetId:A,dragSource:E,dropTarget:sd(t.tree,A),monitor:p},_=t.tree;if(sd(_,E.id)||(_=io(io([],_,!0),[E],!1)),t.sort===!1){var H=rk(_,E.id,A,I),Y=H[1];M.destinationIndex=Y,M.relativeIndex=I,t.onDrop(xH(_,E.id,A,I),M);return}t.onDrop(yH(_,E.id,A),M)}else{var M={dropTargetId:A,dropTarget:sd(t.tree,A),monitor:p};t.sort===!1&&(M.destinationIndex=nk(t.tree,A,I),M.relativeIndex=I),t.onDrop(t.tree,M)}},canDrop:b?function(E,A){return b(t.tree,{dragSourceId:E??void 0,dropTargetId:A,dragSource:p.getItem(),dropTarget:sd(t.tree,A),monitor:p})}:void 0,canDrag:m?function(E){return m(sd(t.tree,E))}:void 0,onToggle:function(E){return i(E,t.onChangeOpen)}});return q.createElement(ik.Provider,{value:T},t.children)},kH=function(t){return q.createElement(EH,Is({},t),q.createElement(gH,null,q.createElement(mH,null,t.children)))},DH=function(t){var e=q.useContext(ek);q.useEffect(function(){if(t.current){var n=t.current,r=function(b){var m=b.target;(m instanceof HTMLInputElement||m instanceof HTMLTextAreaElement)&&e.lock()},i=function(b){var m=b.target;(m instanceof HTMLInputElement||m instanceof HTMLTextAreaElement)&&e.unlock()},o=function(b){return r(b)},a=function(b){return i(b)},c=function(b){return r(b)},f=function(b){return i(b)},p=new MutationObserver(function(){document.activeElement===document.body&&e.unlock()});return p.observe(n,{subtree:!0,childList:!0}),n.addEventListener("mouseover",o),n.addEventListener("mouseout",a),n.addEventListener("focusin",c),n.addEventListener("focusout",f),function(){p.disconnect(),n.removeEventListener("mouseover",o),n.removeEventListener("mouseout",a),n.removeEventListener("focusin",c),n.removeEventListener("focusout",f)}}},[t,e]),q.useEffect(function(){var n;(n=t.current)===null||n===void 0||n.setAttribute("draggable",e.isLock?"false":"true")},[t,e.isLock])},Bp={TREE_ITEM:Symbol()},ok=null,sk=function(t){var e=t.target;if(e instanceof HTMLElement){var n=e.closest('[role="listitem"]');t.currentTarget===n&&(ok=n)}},qx=function(t){return sk(t)},Xx=function(t){return sk(t)},PH=function(t,e){var n=ku();q.useEffect(function(){var c=e.current;return c==null||c.addEventListener("dragstart",qx),c==null||c.addEventListener("touchstart",Xx,{passive:!0}),function(){c==null||c.removeEventListener("dragstart",qx),c==null||c.removeEventListener("touchstart",Xx)}},[e]);var r=qE({type:Bp.TREE_ITEM,item:function(c){var f=Is({ref:e},t);return n.onDragStart&&n.onDragStart(f,c),f},end:function(c,f){var p=c;n.onDragEnd&&n.onDragEnd(p,f)},canDrag:function(){var c=n.canDrag;return ok!==e.current?!1:c?c(t.id):!0},collect:function(c){return{isDragging:c.isDragging()}}}),i=r[0].isDragging,o=r[1],a=r[2];return[i,o,a]},OH=function(t,e,n){var r=q.useRef(0),i=q.useRef(0),o=function(){r.current+=1,r.current===1&&!e&&(i.current=window.setTimeout(function(){return n(t)},500))},a=function(){r.current-=1,r.current===0&&window.clearTimeout(i.current)},c=function(){i.current>0&&window.clearTimeout(i.current),r.current=0,i.current=0};return{onDragEnter:o,onDragLeave:a,onDrop:c}},_H=function(t){var e=ku(),n=q.useContext(Xd),r=up({accept:io([Bp.TREE_ITEM],e.extraAcceptTypes,!0),drop:function(f,p){var b=e.rootId,m=e.onDrop,T=n.dropTargetId,E=n.index;p.isOver({shallow:!0})&&T!==void 0&&E!==void 0&&m(Ay(f)?f:null,b,E),n.hidePlaceholder()},canDrop:function(f,p){var b=e.rootId;return p.isOver({shallow:!0})?f===void 0?!1:wu(f,b,e):!1},hover:function(f,p){if(p.isOver({shallow:!0})){var b=e.rootId,m=n.dropTargetId,T=n.index,E=n.showPlaceholder,A=n.hidePlaceholder,I=uv(null,t.current,p,e);if(I===null||!wu(f,b,e)){A();return}(I.id!==m||I.index!==T)&&E(I.id,I.index)}},collect:function(f){var p=f.getItem();return{isOver:f.isOver({shallow:!0})&&f.canDrop(),dragSource:p}}}),i=r[0],o=i.isOver,a=i.dragSource,c=r[1];return[o,a,c]},RH=function(t,e){var n=ku(),r=q.useContext(Xd),i=up({accept:io([Bp.TREE_ITEM],n.extraAcceptTypes,!0),drop:function(p,b){var m=r.dropTargetId,T=r.index;b.isOver({shallow:!0})&&m!==void 0&&T!==void 0&&n.onDrop(Ay(p)?p:null,m,T),r.hidePlaceholder()},canDrop:function(p,b){if(b.isOver({shallow:!0})){var m=uv(t,e.current,b,n);return m===null?!1:wu(p,m.id,n)}return!1},hover:function(p,b){if(b.isOver({shallow:!0})){var m=r.dropTargetId,T=r.index,E=r.showPlaceholder,A=r.hidePlaceholder,I=uv(t,e.current,b,n);if(I===null||!wu(p,I.id,n)){A();return}(I.id!==m||I.index!==T)&&E(I.id,I.index)}},collect:function(p){var b=p.getItem();return{isOver:p.isOver({shallow:!0})&&p.canDrop(),dragSource:b}}}),o=i[0],a=o.isOver,c=o.dragSource,f=i[1];return[a,c,f]},AH=function(t,e){var n=q.useMemo(function(){return e===!0?t.filter(function(m){return Wh(t,m.id)}).map(function(m){return m.id}):Array.isArray(e)?e:[]},[e]),r=q.useState(n),i=r[0],o=r[1];q.useEffect(function(){return o(n)},[n]);var a=function(m,T){var E=i.includes(m)?i.filter(function(A){return A!==m}):io(io([],i,!0),[m],!1);o(E),T&&T(E)},c=function(m){o([]),m&&m([])},f=function(m){var T=t.filter(function(E){return Wh(t,E.id)}).map(function(E){return E.id});o(T),m&&m(T)},p=function(m,T){var E=[];if(Array.isArray(m)){var A=t.filter(function(I){return m.includes(I.id)&&Wh(t,I.id)});E=io(io([],i,!0),A.map(function(I){return I.id}),!0).filter(function(I,M,_){return _.indexOf(I)===M})}else E=i.includes(m)?i:io(io([],i,!0),[m],!1);o(E),T&&T(E)},b=function(m,T){var E=i.filter(function(A){return Array.isArray(m)?!m.includes(A):A!==m});o(E),T&&T(E)};return[i,{handleToggle:a,handleCloseAll:c,handleOpenAll:f,handleOpen:p,handleClose:b}]},IH=function(){return U3(function(t){var e=t.getItemType();return{item:t.getItem(),clientOffset:t.getClientOffset(),isDragging:t.isDragging()&&e===Bp.TREE_ITEM}})},ku=function(){var t=q.useContext(ik);if(!t)throw new Error("useTreeContext must be used under TreeProvider");return t},MH=function(t,e){var n=ku(),r=n.rootId,i=n.rootProps,o=n.classes,a=(o==null?void 0:o.container)||"";return e&&(o!=null&&o.dropTarget)&&(a="".concat(a," ").concat(o.dropTarget)),t===r&&(o!=null&&o.root)&&(a="".concat(a," ").concat(o.root)),t===r&&(i!=null&&i.className)&&(a="".concat(a," ").concat(i.className)),a=a.trim(),a},LH=function(t,e,n){e.current?n(e):n(t),q.useEffect(function(){e.current?n(e):n(t)},[e.current])},FH=function(t){var e=ku(),n=q.useContext(Xd),r=q.useRef(null),i=q.useRef(null),o=e.tree.find(function(ue){return ue.id===t.id}),a=e.openIds,c=e.classes,f=e.enableAnimateExpand,p=a.includes(t.id),b=PH(o,r),m=b[0],T=b[1],E=b[2],A=RH(o,r),I=A[0],M=A[1],_=A[2];LH(r,i,T),wu(M,t.id,e)&&_(r),q.useEffect(function(){e.dragPreviewRender?E(tF(),{captureDraggingState:!0}):i.current&&E(r)},[E,e.dragPreviewRender]),DH(r);var H=function(){return e.onToggle(o.id)},Y=e.listItemComponent,ne=e.canDrag?e.canDrag(t.id):!0,Z=n.dropTargetId===t.id,ce={depth:t.depth,isOpen:p,isDragging:m,isDropTarget:Z,draggable:ne,hasChild:Wh(e.tree,t.id),containerRef:r,handleRef:i,onToggle:H},S="";return c!=null&&c.listItem&&(S=typeof c.listItem=="string"?c.listItem:c.listItem(o,ce)),I&&(c!=null&&c.dropTarget)&&(S="".concat(S," ").concat(c.dropTarget)),m&&(c!=null&&c.draggingSource)&&(S="".concat(S," ").concat(c.draggingSource)),q.createElement(Y,{ref:r,className:S,role:"listitem"},e.render(o,ce),f&&ce.hasChild&&q.createElement(dH,{isVisible:p},q.createElement(cv,{parentId:t.id,depth:t.depth+1})),!f&&ce.hasChild&&p&&q.createElement(cv,{parentId:t.id,depth:t.depth+1}))},Kx=function(t){var e=ku(),n=e.placeholderRender,r=e.placeholderComponent,i=e.classes,o=q.useContext(Xd),a=_l(),c=a.getMonitor(),f=c.getItem();if(!n||!f)return null;var p=t.dropTargetId===o.dropTargetId&&(t.index===o.index||t.index===void 0&&t.listCount===o.index),b=c.getTargetIds();return!p||!b.length?null:q.createElement(r,{className:(i==null?void 0:i.placeholder)||""},n(f,{depth:t.depth}))},cv=function(t){var e=ku(),n=q.useRef(null),r=e.tree.filter(function(I){return I.parent===t.parentId}),i=r,o=typeof e.sort=="function"?e.sort:vH;if(e.insertDroppableFirst){var a=r.filter(function(I){return I.droppable}),c=r.filter(function(I){return!I.droppable});e.sort===!1?i=io(io([],a,!0),c,!0):(a=a.sort(o),c=c.sort(o),i=io(io([],a,!0),c,!0))}else e.sort!==!1&&(i=r.sort(o));var f=_H(n),p=f[0],b=f[1],m=f[2];t.parentId===e.rootId&&wu(b,e.rootId,e)&&m(n);var T=MH(t.parentId,p),E=e.rootProps||{},A=e.listComponent;return q.createElement(A,Is({ref:n,role:"list"},E,{className:T}),i.map(function(I,M){return q.createElement(q.Fragment,{key:I.id},q.createElement(Kx,{depth:t.depth,listCount:i.length,dropTargetId:t.parentId,index:M}),q.createElement(FH,{id:I.id,depth:t.depth}))}),q.createElement(Kx,{depth:t.depth,listCount:i.length,dropTargetId:t.parentId}))},NH={height:"100%",left:0,pointerEvents:"none",position:"fixed",top:0,width:"100%",zIndex:100},jH=function(t){var e=t.clientOffset;if(!e)return{};var n=e.x,r=e.y,i="translate(".concat(n,"px, ").concat(r,"px)");return{pointerEvents:"none",transform:i}},BH=function(){var t=ku(),e=IH(),n=e.isDragging,r=e.clientOffset;return!n||!r?null:q.createElement("div",{style:NH},q.createElement("div",{style:jH(e)},t.dragPreviewRender&&t.dragPreviewRender(e)))};function $H(t,e){return q.createElement(kH,Is({},t,{treeRef:e}),t.dragPreviewRender&&q.createElement(BH,null),q.createElement(cv,{parentId:t.rootId,depth:0}))}var VH=q.forwardRef($H);const ak=q.createContext({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"}),$p=q.createContext({}),Iy=q.createContext(null),Vp=typeof document<"u",HH=Vp?q.useLayoutEffect:q.useEffect,lk=q.createContext({strict:!1}),My=t=>t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),UH="framerAppearId",uk="data-"+My(UH);function WH(t,e,n,r){const{visualElement:i}=q.useContext($p),o=q.useContext(lk),a=q.useContext(Iy),c=q.useContext(ak).reducedMotion,f=q.useRef();r=r||o.renderer,!f.current&&r&&(f.current=r(t,{visualState:e,parent:i,props:n,presenceContext:a,blockInitialAnimation:a?a.initial===!1:!1,reducedMotionConfig:c}));const p=f.current;q.useInsertionEffect(()=>{p&&p.update(n,a)});const b=q.useRef(!!(n[uk]&&!window.HandoffComplete));return HH(()=>{p&&(p.render(),b.current&&p.animationState&&p.animationState.animateChanges())}),q.useEffect(()=>{p&&(p.updateFeatures(),!b.current&&p.animationState&&p.animationState.animateChanges(),b.current&&(b.current=!1,window.HandoffComplete=!0))}),p}function bf(t){return t&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function zH(t,e,n){return q.useCallback(r=>{r&&t.mount&&t.mount(r),e&&(r?e.mount(r):e.unmount()),n&&(typeof n=="function"?n(r):bf(n)&&(n.current=r))},[e])}function Nd(t){return typeof t=="string"||Array.isArray(t)}function Hp(t){return t!==null&&typeof t=="object"&&typeof t.start=="function"}const Ly=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],Fy=["initial",...Ly];function Up(t){return Hp(t.animate)||Fy.some(e=>Nd(t[e]))}function ck(t){return!!(Up(t)||t.variants)}function YH(t,e){if(Up(t)){const{initial:n,animate:r}=t;return{initial:n===!1||Nd(n)?n:void 0,animate:Nd(r)?r:void 0}}return t.inherit!==!1?e:{}}function GH(t){const{initial:e,animate:n}=YH(t,q.useContext($p));return q.useMemo(()=>({initial:e,animate:n}),[Zx(e),Zx(n)])}function Zx(t){return Array.isArray(t)?t.join(" "):t}const Jx={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},jd={};for(const t in Jx)jd[t]={isEnabled:e=>Jx[t].some(n=>!!e[n])};function qH(t){for(const e in t)jd[e]={...jd[e],...t[e]}}const fk=q.createContext({}),dk=q.createContext({}),XH=Symbol.for("motionComponentSymbol");function KH({preloadedFeatures:t,createVisualElement:e,useRender:n,useVisualState:r,Component:i}){t&&qH(t);function o(c,f){let p;const b={...q.useContext(ak),...c,layoutId:ZH(c)},{isStatic:m}=b,T=GH(c),E=r(c,m);if(!m&&Vp){T.visualElement=WH(i,E,b,e);const A=q.useContext(dk),I=q.useContext(lk).strict;T.visualElement&&(p=T.visualElement.loadFeatures(b,I,t,A))}return kn.createElement($p.Provider,{value:T},p&&T.visualElement?kn.createElement(p,{visualElement:T.visualElement,...b}):null,n(i,c,zH(E,T.visualElement,f),E,m,T.visualElement))}const a=q.forwardRef(o);return a[XH]=i,a}function ZH({layoutId:t}){const e=q.useContext(fk).id;return e&&t!==void 0?e+"-"+t:t}function JH(t){function e(r,i={}){return KH(t(r,i))}if(typeof Proxy>"u")return e;const n=new Map;return new Proxy(e,{get:(r,i)=>(n.has(i)||n.set(i,e(i)),n.get(i))})}const QH=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function Ny(t){return typeof t!="string"||t.includes("-")?!1:!!(QH.indexOf(t)>-1||/[A-Z]/.test(t))}const fp={};function eU(t){Object.assign(fp,t)}const Kd=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Rc=new Set(Kd);function hk(t,{layout:e,layoutId:n}){return Rc.has(t)||t.startsWith("origin")||(e||n!==void 0)&&(!!fp[t]||t==="opacity")}const Ro=t=>!!(t&&t.getVelocity),tU={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},nU=Kd.length;function rU(t,{enableHardwareAcceleration:e=!0,allowTransformNone:n=!0},r,i){let o="";for(let a=0;a<nU;a++){const c=Kd[a];if(t[c]!==void 0){const f=tU[c]||c;o+=`${f}(${t[c]}) `}}return e&&!t.z&&(o+="translateZ(0)"),o=o.trim(),i?o=i(t,r?"":o):n&&r&&(o="none"),o}const pk=t=>e=>typeof e=="string"&&e.startsWith(t),gk=pk("--"),fv=pk("var(--"),iU=/var\s*\(\s*--[\w-]+(\s*,\s*(?:(?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)+)?\s*\)/g,oU=(t,e)=>e&&typeof t=="number"?e.transform(t):t,xu=(t,e,n)=>Math.min(Math.max(n,t),e),Ac={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},Td={...Ac,transform:t=>xu(0,1,t)},kh={...Ac,default:1},Cd=t=>Math.round(t*1e5)/1e5,Wp=/(-)?([\d]*\.?[\d])+/g,mk=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,sU=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function Zd(t){return typeof t=="string"}const Jd=t=>({test:e=>Zd(e)&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),lu=Jd("deg"),$a=Jd("%"),Rt=Jd("px"),aU=Jd("vh"),lU=Jd("vw"),Qx={...$a,parse:t=>$a.parse(t)/100,transform:t=>$a.transform(t*100)},eS={...Ac,transform:Math.round},vk={borderWidth:Rt,borderTopWidth:Rt,borderRightWidth:Rt,borderBottomWidth:Rt,borderLeftWidth:Rt,borderRadius:Rt,radius:Rt,borderTopLeftRadius:Rt,borderTopRightRadius:Rt,borderBottomRightRadius:Rt,borderBottomLeftRadius:Rt,width:Rt,maxWidth:Rt,height:Rt,maxHeight:Rt,size:Rt,top:Rt,right:Rt,bottom:Rt,left:Rt,padding:Rt,paddingTop:Rt,paddingRight:Rt,paddingBottom:Rt,paddingLeft:Rt,margin:Rt,marginTop:Rt,marginRight:Rt,marginBottom:Rt,marginLeft:Rt,rotate:lu,rotateX:lu,rotateY:lu,rotateZ:lu,scale:kh,scaleX:kh,scaleY:kh,scaleZ:kh,skew:lu,skewX:lu,skewY:lu,distance:Rt,translateX:Rt,translateY:Rt,translateZ:Rt,x:Rt,y:Rt,z:Rt,perspective:Rt,transformPerspective:Rt,opacity:Td,originX:Qx,originY:Qx,originZ:Rt,zIndex:eS,fillOpacity:Td,strokeOpacity:Td,numOctaves:eS};function jy(t,e,n,r){const{style:i,vars:o,transform:a,transformOrigin:c}=t;let f=!1,p=!1,b=!0;for(const m in e){const T=e[m];if(gk(m)){o[m]=T;continue}const E=vk[m],A=oU(T,E);if(Rc.has(m)){if(f=!0,a[m]=A,!b)continue;T!==(E.default||0)&&(b=!1)}else m.startsWith("origin")?(p=!0,c[m]=A):i[m]=A}if(e.transform||(f||r?i.transform=rU(t.transform,n,b,r):i.transform&&(i.transform="none")),p){const{originX:m="50%",originY:T="50%",originZ:E=0}=c;i.transformOrigin=`${m} ${T} ${E}`}}const By=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function yk(t,e,n){for(const r in e)!Ro(e[r])&&!hk(r,n)&&(t[r]=e[r])}function uU({transformTemplate:t},e,n){return q.useMemo(()=>{const r=By();return jy(r,e,{enableHardwareAcceleration:!n},t),Object.assign({},r.vars,r.style)},[e])}function cU(t,e,n){const r=t.style||{},i={};return yk(i,r,t),Object.assign(i,uU(t,e,n)),t.transformValues?t.transformValues(i):i}function fU(t,e,n){const r={},i=cU(t,e,n);return t.drag&&t.dragListener!==!1&&(r.draggable=!1,i.userSelect=i.WebkitUserSelect=i.WebkitTouchCallout="none",i.touchAction=t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`),t.tabIndex===void 0&&(t.onTap||t.onTapStart||t.whileTap)&&(r.tabIndex=0),r.style=i,r}const dU=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function dp(t){return t.startsWith("while")||t.startsWith("drag")&&t!=="draggable"||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||dU.has(t)}let bk=t=>!dp(t);function hU(t){t&&(bk=e=>e.startsWith("on")?!dp(e):t(e))}try{hU(require("@emotion/is-prop-valid").default)}catch{}function pU(t,e,n){const r={};for(const i in t)i==="values"&&typeof t.values=="object"||(bk(i)||n===!0&&dp(i)||!e&&!dp(i)||t.draggable&&i.startsWith("onDrag"))&&(r[i]=t[i]);return r}function tS(t,e,n){return typeof t=="string"?t:Rt.transform(e+n*t)}function gU(t,e,n){const r=tS(e,t.x,t.width),i=tS(n,t.y,t.height);return`${r} ${i}`}const mU={offset:"stroke-dashoffset",array:"stroke-dasharray"},vU={offset:"strokeDashoffset",array:"strokeDasharray"};function yU(t,e,n=1,r=0,i=!0){t.pathLength=1;const o=i?mU:vU;t[o.offset]=Rt.transform(-r);const a=Rt.transform(e),c=Rt.transform(n);t[o.array]=`${a} ${c}`}function $y(t,{attrX:e,attrY:n,attrScale:r,originX:i,originY:o,pathLength:a,pathSpacing:c=1,pathOffset:f=0,...p},b,m,T){if(jy(t,p,b,T),m){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};const{attrs:E,style:A,dimensions:I}=t;E.transform&&(I&&(A.transform=E.transform),delete E.transform),I&&(i!==void 0||o!==void 0||A.transform)&&(A.transformOrigin=gU(I,i!==void 0?i:.5,o!==void 0?o:.5)),e!==void 0&&(E.x=e),n!==void 0&&(E.y=n),r!==void 0&&(E.scale=r),a!==void 0&&yU(E,a,c,f,!1)}const wk=()=>({...By(),attrs:{}}),Vy=t=>typeof t=="string"&&t.toLowerCase()==="svg";function bU(t,e,n,r){const i=q.useMemo(()=>{const o=wk();return $y(o,e,{enableHardwareAcceleration:!1},Vy(r),t.transformTemplate),{...o.attrs,style:{...o.style}}},[e]);if(t.style){const o={};yk(o,t.style,t),i.style={...o,...i.style}}return i}function wU(t=!1){return(n,r,i,{latestValues:o},a)=>{const f=(Ny(n)?bU:fU)(r,o,a,n),b={...pU(r,typeof n=="string",t),...f,ref:i},{children:m}=r,T=q.useMemo(()=>Ro(m)?m.get():m,[m]);return q.createElement(n,{...b,children:T})}}function xk(t,{style:e,vars:n},r,i){Object.assign(t.style,e,i&&i.getProjectionStyles(r));for(const o in n)t.style.setProperty(o,n[o])}const Sk=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function Tk(t,e,n,r){xk(t,e,void 0,r);for(const i in e.attrs)t.setAttribute(Sk.has(i)?i:My(i),e.attrs[i])}function Hy(t,e){const{style:n}=t,r={};for(const i in n)(Ro(n[i])||e.style&&Ro(e.style[i])||hk(i,t))&&(r[i]=n[i]);return r}function Ck(t,e){const n=Hy(t,e);for(const r in t)if(Ro(t[r])||Ro(e[r])){const i=Kd.indexOf(r)!==-1?"attr"+r.charAt(0).toUpperCase()+r.substring(1):r;n[i]=t[r]}return n}function Uy(t,e,n,r={},i={}){return typeof e=="function"&&(e=e(n!==void 0?n:t.custom,r,i)),typeof e=="string"&&(e=t.variants&&t.variants[e]),typeof e=="function"&&(e=e(n!==void 0?n:t.custom,r,i)),e}function xU(t){const e=q.useRef(null);return e.current===null&&(e.current=t()),e.current}const hp=t=>Array.isArray(t),SU=t=>!!(t&&typeof t=="object"&&t.mix&&t.toValue),TU=t=>hp(t)?t[t.length-1]||0:t;function zh(t){const e=Ro(t)?t.get():t;return SU(e)?e.toValue():e}function CU({scrapeMotionValuesFromProps:t,createRenderState:e,onMount:n},r,i,o){const a={latestValues:EU(r,i,o,t),renderState:e()};return n&&(a.mount=c=>n(r,c,a)),a}const Ek=t=>(e,n)=>{const r=q.useContext($p),i=q.useContext(Iy),o=()=>CU(t,e,r,i);return n?o():xU(o)};function EU(t,e,n,r){const i={},o=r(t,{});for(const T in o)i[T]=zh(o[T]);let{initial:a,animate:c}=t;const f=Up(t),p=ck(t);e&&p&&!f&&t.inherit!==!1&&(a===void 0&&(a=e.initial),c===void 0&&(c=e.animate));let b=n?n.initial===!1:!1;b=b||a===!1;const m=b?c:a;return m&&typeof m!="boolean"&&!Hp(m)&&(Array.isArray(m)?m:[m]).forEach(E=>{const A=Uy(t,E);if(!A)return;const{transitionEnd:I,transition:M,..._}=A;for(const H in _){let Y=_[H];if(Array.isArray(Y)){const ne=b?Y.length-1:0;Y=Y[ne]}Y!==null&&(i[H]=Y)}for(const H in I)i[H]=I[H]}),i}const sr=t=>t;class nS{constructor(){this.order=[],this.scheduled=new Set}add(e){if(!this.scheduled.has(e))return this.scheduled.add(e),this.order.push(e),!0}remove(e){const n=this.order.indexOf(e);n!==-1&&(this.order.splice(n,1),this.scheduled.delete(e))}clear(){this.order.length=0,this.scheduled.clear()}}function kU(t){let e=new nS,n=new nS,r=0,i=!1,o=!1;const a=new WeakSet,c={schedule:(f,p=!1,b=!1)=>{const m=b&&i,T=m?e:n;return p&&a.add(f),T.add(f)&&m&&i&&(r=e.order.length),f},cancel:f=>{n.remove(f),a.delete(f)},process:f=>{if(i){o=!0;return}if(i=!0,[e,n]=[n,e],n.clear(),r=e.order.length,r)for(let p=0;p<r;p++){const b=e.order[p];b(f),a.has(b)&&(c.schedule(b),t())}i=!1,o&&(o=!1,c.process(f))}};return c}const Dh=["prepare","read","update","preRender","render","postRender"],DU=40;function PU(t,e){let n=!1,r=!0;const i={delta:0,timestamp:0,isProcessing:!1},o=Dh.reduce((m,T)=>(m[T]=kU(()=>n=!0),m),{}),a=m=>o[m].process(i),c=()=>{const m=performance.now();n=!1,i.delta=r?1e3/60:Math.max(Math.min(m-i.timestamp,DU),1),i.timestamp=m,i.isProcessing=!0,Dh.forEach(a),i.isProcessing=!1,n&&e&&(r=!1,t(c))},f=()=>{n=!0,r=!0,i.isProcessing||t(c)};return{schedule:Dh.reduce((m,T)=>{const E=o[T];return m[T]=(A,I=!1,M=!1)=>(n||f(),E.schedule(A,I,M)),m},{}),cancel:m=>Dh.forEach(T=>o[T].cancel(m)),state:i,steps:o}}const{schedule:Ln,cancel:Pl,state:Fi,steps:Zg}=PU(typeof requestAnimationFrame<"u"?requestAnimationFrame:sr,!0),OU={useVisualState:Ek({scrapeMotionValuesFromProps:Ck,createRenderState:wk,onMount:(t,e,{renderState:n,latestValues:r})=>{Ln.read(()=>{try{n.dimensions=typeof e.getBBox=="function"?e.getBBox():e.getBoundingClientRect()}catch{n.dimensions={x:0,y:0,width:0,height:0}}}),Ln.render(()=>{$y(n,r,{enableHardwareAcceleration:!1},Vy(e.tagName),t.transformTemplate),Tk(e,n)})}})},_U={useVisualState:Ek({scrapeMotionValuesFromProps:Hy,createRenderState:By})};function RU(t,{forwardMotionProps:e=!1},n,r){return{...Ny(t)?OU:_U,preloadedFeatures:n,useRender:wU(e),createVisualElement:r,Component:t}}function wl(t,e,n,r={passive:!0}){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n)}const kk=t=>t.pointerType==="mouse"?typeof t.button!="number"||t.button<=0:t.isPrimary!==!1;function zp(t,e="page"){return{point:{x:t[e+"X"],y:t[e+"Y"]}}}const AU=t=>e=>kk(e)&&t(e,zp(e));function Cl(t,e,n,r){return wl(t,e,AU(n),r)}const IU=(t,e)=>n=>e(t(n)),du=(...t)=>t.reduce(IU);function Dk(t){let e=null;return()=>{const n=()=>{e=null};return e===null?(e=t,n):!1}}const rS=Dk("dragHorizontal"),iS=Dk("dragVertical");function Pk(t){let e=!1;if(t==="y")e=iS();else if(t==="x")e=rS();else{const n=rS(),r=iS();n&&r?e=()=>{n(),r()}:(n&&n(),r&&r())}return e}function Ok(){const t=Pk(!0);return t?(t(),!1):!0}class Du{constructor(e){this.isMounted=!1,this.node=e}update(){}}function oS(t,e){const n="pointer"+(e?"enter":"leave"),r="onHover"+(e?"Start":"End"),i=(o,a)=>{if(o.pointerType==="touch"||Ok())return;const c=t.getProps();t.animationState&&c.whileHover&&t.animationState.setActive("whileHover",e),c[r]&&Ln.update(()=>c[r](o,a))};return Cl(t.current,n,i,{passive:!t.getProps()[r]})}class MU extends Du{mount(){this.unmount=du(oS(this.node,!0),oS(this.node,!1))}unmount(){}}class LU extends Du{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch{e=!0}!e||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=du(wl(this.node.current,"focus",()=>this.onFocus()),wl(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}const _k=(t,e)=>e?t===e?!0:_k(t,e.parentElement):!1;function Jg(t,e){if(!e)return;const n=new PointerEvent("pointer"+t);e(n,zp(n))}class FU extends Du{constructor(){super(...arguments),this.removeStartListeners=sr,this.removeEndListeners=sr,this.removeAccessibleListeners=sr,this.startPointerPress=(e,n)=>{if(this.isPressing)return;this.removeEndListeners();const r=this.node.getProps(),o=Cl(window,"pointerup",(c,f)=>{if(!this.checkPressEnd())return;const{onTap:p,onTapCancel:b,globalTapTarget:m}=this.node.getProps();Ln.update(()=>{!m&&!_k(this.node.current,c.target)?b&&b(c,f):p&&p(c,f)})},{passive:!(r.onTap||r.onPointerUp)}),a=Cl(window,"pointercancel",(c,f)=>this.cancelPress(c,f),{passive:!(r.onTapCancel||r.onPointerCancel)});this.removeEndListeners=du(o,a),this.startPress(e,n)},this.startAccessiblePress=()=>{const e=o=>{if(o.key!=="Enter"||this.isPressing)return;const a=c=>{c.key!=="Enter"||!this.checkPressEnd()||Jg("up",(f,p)=>{const{onTap:b}=this.node.getProps();b&&Ln.update(()=>b(f,p))})};this.removeEndListeners(),this.removeEndListeners=wl(this.node.current,"keyup",a),Jg("down",(c,f)=>{this.startPress(c,f)})},n=wl(this.node.current,"keydown",e),r=()=>{this.isPressing&&Jg("cancel",(o,a)=>this.cancelPress(o,a))},i=wl(this.node.current,"blur",r);this.removeAccessibleListeners=du(n,i)}}startPress(e,n){this.isPressing=!0;const{onTapStart:r,whileTap:i}=this.node.getProps();i&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),r&&Ln.update(()=>r(e,n))}checkPressEnd(){return this.removeEndListeners(),this.isPressing=!1,this.node.getProps().whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!Ok()}cancelPress(e,n){if(!this.checkPressEnd())return;const{onTapCancel:r}=this.node.getProps();r&&Ln.update(()=>r(e,n))}mount(){const e=this.node.getProps(),n=Cl(e.globalTapTarget?window:this.node.current,"pointerdown",this.startPointerPress,{passive:!(e.onTapStart||e.onPointerStart)}),r=wl(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=du(n,r)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}}const dv=new WeakMap,Qg=new WeakMap,NU=t=>{const e=dv.get(t.target);e&&e(t)},jU=t=>{t.forEach(NU)};function BU({root:t,...e}){const n=t||document;Qg.has(n)||Qg.set(n,{});const r=Qg.get(n),i=JSON.stringify(e);return r[i]||(r[i]=new IntersectionObserver(jU,{root:t,...e})),r[i]}function $U(t,e,n){const r=BU(e);return dv.set(t,n),r.observe(t),()=>{dv.delete(t),r.unobserve(t)}}const VU={some:0,all:1};class HU extends Du{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:n,margin:r,amount:i="some",once:o}=e,a={root:n?n.current:void 0,rootMargin:r,threshold:typeof i=="number"?i:VU[i]},c=f=>{const{isIntersecting:p}=f;if(this.isInView===p||(this.isInView=p,o&&!p&&this.hasEnteredView))return;p&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",p);const{onViewportEnter:b,onViewportLeave:m}=this.node.getProps(),T=p?b:m;T&&T(f)};return $U(this.node.current,a,c)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:e,prevProps:n}=this.node;["amount","margin","root"].some(UU(e,n))&&this.startObserver()}unmount(){}}function UU({viewport:t={}},{viewport:e={}}={}){return n=>t[n]!==e[n]}const WU={inView:{Feature:HU},tap:{Feature:FU},focus:{Feature:LU},hover:{Feature:MU}};function Rk(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}function zU(t){const e={};return t.values.forEach((n,r)=>e[r]=n.get()),e}function YU(t){const e={};return t.values.forEach((n,r)=>e[r]=n.getVelocity()),e}function Yp(t,e,n){const r=t.getProps();return Uy(r,e,n!==void 0?n:r.custom,zU(t),YU(t))}let Qd=sr,aa=sr;process.env.NODE_ENV!=="production"&&(Qd=(t,e)=>{!t&&typeof console<"u"&&console.warn(e)},aa=(t,e)=>{if(!t)throw new Error(e)});const hu=t=>t*1e3,El=t=>t/1e3,GU={current:!1},Ak=t=>Array.isArray(t)&&typeof t[0]=="number";function Ik(t){return!!(!t||typeof t=="string"&&Mk[t]||Ak(t)||Array.isArray(t)&&t.every(Ik))}const pd=([t,e,n,r])=>`cubic-bezier(${t}, ${e}, ${n}, ${r})`,Mk={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:pd([0,.65,.55,1]),circOut:pd([.55,0,1,.45]),backIn:pd([.31,.01,.66,-.59]),backOut:pd([.33,1.53,.69,.99])};function Lk(t){if(t)return Ak(t)?pd(t):Array.isArray(t)?t.map(Lk):Mk[t]}function qU(t,e,n,{delay:r=0,duration:i,repeat:o=0,repeatType:a="loop",ease:c,times:f}={}){const p={[e]:n};f&&(p.offset=f);const b=Lk(c);return Array.isArray(b)&&(p.easing=b),t.animate(p,{delay:r,duration:i,easing:Array.isArray(b)?"linear":b,fill:"both",iterations:o+1,direction:a==="reverse"?"alternate":"normal"})}function XU(t,{repeat:e,repeatType:n="loop"}){const r=e&&n!=="loop"&&e%2===1?0:t.length-1;return t[r]}const Fk=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t,KU=1e-7,ZU=12;function JU(t,e,n,r,i){let o,a,c=0;do a=e+(n-e)/2,o=Fk(a,r,i)-t,o>0?n=a:e=a;while(Math.abs(o)>KU&&++c<ZU);return a}function eh(t,e,n,r){if(t===e&&n===r)return sr;const i=o=>JU(o,0,1,t,n);return o=>o===0||o===1?o:Fk(i(o),e,r)}const QU=eh(.42,0,1,1),eW=eh(0,0,.58,1),Nk=eh(.42,0,.58,1),tW=t=>Array.isArray(t)&&typeof t[0]!="number",jk=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,Bk=t=>e=>1-t(1-e),Wy=t=>1-Math.sin(Math.acos(t)),$k=Bk(Wy),nW=jk(Wy),Vk=eh(.33,1.53,.69,.99),zy=Bk(Vk),rW=jk(zy),iW=t=>(t*=2)<1?.5*zy(t):.5*(2-Math.pow(2,-10*(t-1))),sS={linear:sr,easeIn:QU,easeInOut:Nk,easeOut:eW,circIn:Wy,circInOut:nW,circOut:$k,backIn:zy,backInOut:rW,backOut:Vk,anticipate:iW},aS=t=>{if(Array.isArray(t)){aa(t.length===4,"Cubic bezier arrays must contain four numerical values.");const[e,n,r,i]=t;return eh(e,n,r,i)}else if(typeof t=="string")return aa(sS[t]!==void 0,`Invalid easing type '${t}'`),sS[t];return t},Yy=(t,e)=>n=>!!(Zd(n)&&sU.test(n)&&n.startsWith(t)||e&&Object.prototype.hasOwnProperty.call(n,e)),Hk=(t,e,n)=>r=>{if(!Zd(r))return r;const[i,o,a,c]=r.match(Wp);return{[t]:parseFloat(i),[e]:parseFloat(o),[n]:parseFloat(a),alpha:c!==void 0?parseFloat(c):1}},oW=t=>xu(0,255,t),em={...Ac,transform:t=>Math.round(oW(t))},yc={test:Yy("rgb","red"),parse:Hk("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:r=1})=>"rgba("+em.transform(t)+", "+em.transform(e)+", "+em.transform(n)+", "+Cd(Td.transform(r))+")"};function sW(t){let e="",n="",r="",i="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),r=t.substring(5,7),i=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),r=t.substring(3,4),i=t.substring(4,5),e+=e,n+=n,r+=r,i+=i),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}}const hv={test:Yy("#"),parse:sW,transform:yc.transform},wf={test:Yy("hsl","hue"),parse:Hk("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:r=1})=>"hsla("+Math.round(t)+", "+$a.transform(Cd(e))+", "+$a.transform(Cd(n))+", "+Cd(Td.transform(r))+")"},ro={test:t=>yc.test(t)||hv.test(t)||wf.test(t),parse:t=>yc.test(t)?yc.parse(t):wf.test(t)?wf.parse(t):hv.parse(t),transform:t=>Zd(t)?t:t.hasOwnProperty("red")?yc.transform(t):wf.transform(t)},Zn=(t,e,n)=>-n*t+n*e+t;function tm(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function aW({hue:t,saturation:e,lightness:n,alpha:r}){t/=360,e/=100,n/=100;let i=0,o=0,a=0;if(!e)i=o=a=n;else{const c=n<.5?n*(1+e):n+e-n*e,f=2*n-c;i=tm(f,c,t+1/3),o=tm(f,c,t),a=tm(f,c,t-1/3)}return{red:Math.round(i*255),green:Math.round(o*255),blue:Math.round(a*255),alpha:r}}const nm=(t,e,n)=>{const r=t*t;return Math.sqrt(Math.max(0,n*(e*e-r)+r))},lW=[hv,yc,wf],uW=t=>lW.find(e=>e.test(t));function lS(t){const e=uW(t);aa(!!e,`'${t}' is not an animatable color. Use the equivalent color code instead.`);let n=e.parse(t);return e===wf&&(n=aW(n)),n}const Uk=(t,e)=>{const n=lS(t),r=lS(e),i={...n};return o=>(i.red=nm(n.red,r.red,o),i.green=nm(n.green,r.green,o),i.blue=nm(n.blue,r.blue,o),i.alpha=Zn(n.alpha,r.alpha,o),yc.transform(i))};function cW(t){var e,n;return isNaN(t)&&Zd(t)&&(((e=t.match(Wp))===null||e===void 0?void 0:e.length)||0)+(((n=t.match(mk))===null||n===void 0?void 0:n.length)||0)>0}const Wk={regex:iU,countKey:"Vars",token:"${v}",parse:sr},zk={regex:mk,countKey:"Colors",token:"${c}",parse:ro.parse},Yk={regex:Wp,countKey:"Numbers",token:"${n}",parse:Ac.parse};function rm(t,{regex:e,countKey:n,token:r,parse:i}){const o=t.tokenised.match(e);o&&(t["num"+n]=o.length,t.tokenised=t.tokenised.replace(e,r),t.values.push(...o.map(i)))}function pp(t){const e=t.toString(),n={value:e,tokenised:e,values:[],numVars:0,numColors:0,numNumbers:0};return n.value.includes("var(--")&&rm(n,Wk),rm(n,zk),rm(n,Yk),n}function Gk(t){return pp(t).values}function qk(t){const{values:e,numColors:n,numVars:r,tokenised:i}=pp(t),o=e.length;return a=>{let c=i;for(let f=0;f<o;f++)f<r?c=c.replace(Wk.token,a[f]):f<r+n?c=c.replace(zk.token,ro.transform(a[f])):c=c.replace(Yk.token,Cd(a[f]));return c}}const fW=t=>typeof t=="number"?0:t;function dW(t){const e=Gk(t);return qk(t)(e.map(fW))}const Su={test:cW,parse:Gk,createTransformer:qk,getAnimatableNone:dW},Xk=(t,e)=>n=>`${n>0?e:t}`;function Kk(t,e){return typeof t=="number"?n=>Zn(t,e,n):ro.test(t)?Uk(t,e):t.startsWith("var(")?Xk(t,e):Jk(t,e)}const Zk=(t,e)=>{const n=[...t],r=n.length,i=t.map((o,a)=>Kk(o,e[a]));return o=>{for(let a=0;a<r;a++)n[a]=i[a](o);return n}},hW=(t,e)=>{const n={...t,...e},r={};for(const i in n)t[i]!==void 0&&e[i]!==void 0&&(r[i]=Kk(t[i],e[i]));return i=>{for(const o in r)n[o]=r[o](i);return n}},Jk=(t,e)=>{const n=Su.createTransformer(e),r=pp(t),i=pp(e);return r.numVars===i.numVars&&r.numColors===i.numColors&&r.numNumbers>=i.numNumbers?du(Zk(r.values,i.values),n):(Qd(!0,`Complex values '${t}' and '${e}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),Xk(t,e))},Bd=(t,e,n)=>{const r=e-t;return r===0?1:(n-t)/r},uS=(t,e)=>n=>Zn(t,e,n);function pW(t){return typeof t=="number"?uS:typeof t=="string"?ro.test(t)?Uk:Jk:Array.isArray(t)?Zk:typeof t=="object"?hW:uS}function gW(t,e,n){const r=[],i=n||pW(t[0]),o=t.length-1;for(let a=0;a<o;a++){let c=i(t[a],t[a+1]);if(e){const f=Array.isArray(e)?e[a]||sr:e;c=du(f,c)}r.push(c)}return r}function Qk(t,e,{clamp:n=!0,ease:r,mixer:i}={}){const o=t.length;if(aa(o===e.length,"Both input and output ranges must be the same length"),o===1)return()=>e[0];t[0]>t[o-1]&&(t=[...t].reverse(),e=[...e].reverse());const a=gW(e,r,i),c=a.length,f=p=>{let b=0;if(c>1)for(;b<t.length-2&&!(p<t[b+1]);b++);const m=Bd(t[b],t[b+1],p);return a[b](m)};return n?p=>f(xu(t[0],t[o-1],p)):f}function mW(t,e){const n=t[t.length-1];for(let r=1;r<=e;r++){const i=Bd(0,e,r);t.push(Zn(n,1,i))}}function vW(t){const e=[0];return mW(e,t.length-1),e}function yW(t,e){return t.map(n=>n*e)}function bW(t,e){return t.map(()=>e||Nk).splice(0,t.length-1)}function gp({duration:t=300,keyframes:e,times:n,ease:r="easeInOut"}){const i=tW(r)?r.map(aS):aS(r),o={done:!1,value:e[0]},a=yW(n&&n.length===e.length?n:vW(e),t),c=Qk(a,e,{ease:Array.isArray(i)?i:bW(e,i)});return{calculatedDuration:t,next:f=>(o.value=c(f),o.done=f>=t,o)}}function eD(t,e){return e?t*(1e3/e):0}const wW=5;function tD(t,e,n){const r=Math.max(e-wW,0);return eD(n-t(r),e-r)}const cS=.001,xW=.01,fS=10,SW=.05,TW=1;function CW({duration:t=800,bounce:e=.25,velocity:n=0,mass:r=1}){let i,o;Qd(t<=hu(fS),"Spring duration must be 10 seconds or less");let a=1-e;a=xu(SW,TW,a),t=xu(xW,fS,El(t)),a<1?(i=p=>{const b=p*a,m=b*t,T=b-n,E=pv(p,a),A=Math.exp(-m);return cS-T/E*A},o=p=>{const m=p*a*t,T=m*n+n,E=Math.pow(a,2)*Math.pow(p,2)*t,A=Math.exp(-m),I=pv(Math.pow(p,2),a);return(-i(p)+cS>0?-1:1)*((T-E)*A)/I}):(i=p=>{const b=Math.exp(-p*t),m=(p-n)*t+1;return-.001+b*m},o=p=>{const b=Math.exp(-p*t),m=(n-p)*(t*t);return b*m});const c=5/t,f=kW(i,o,c);if(t=hu(t),isNaN(f))return{stiffness:100,damping:10,duration:t};{const p=Math.pow(f,2)*r;return{stiffness:p,damping:a*2*Math.sqrt(r*p),duration:t}}}const EW=12;function kW(t,e,n){let r=n;for(let i=1;i<EW;i++)r=r-t(r)/e(r);return r}function pv(t,e){return t*Math.sqrt(1-e*e)}const DW=["duration","bounce"],PW=["stiffness","damping","mass"];function dS(t,e){return e.some(n=>t[n]!==void 0)}function OW(t){let e={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...t};if(!dS(t,PW)&&dS(t,DW)){const n=CW(t);e={...e,...n,mass:1},e.isResolvedFromDuration=!0}return e}function nD({keyframes:t,restDelta:e,restSpeed:n,...r}){const i=t[0],o=t[t.length-1],a={done:!1,value:i},{stiffness:c,damping:f,mass:p,duration:b,velocity:m,isResolvedFromDuration:T}=OW({...r,velocity:-El(r.velocity||0)}),E=m||0,A=f/(2*Math.sqrt(c*p)),I=o-i,M=El(Math.sqrt(c/p)),_=Math.abs(I)<5;n||(n=_?.01:2),e||(e=_?.005:.5);let H;if(A<1){const Y=pv(M,A);H=ne=>{const Z=Math.exp(-A*M*ne);return o-Z*((E+A*M*I)/Y*Math.sin(Y*ne)+I*Math.cos(Y*ne))}}else if(A===1)H=Y=>o-Math.exp(-M*Y)*(I+(E+M*I)*Y);else{const Y=M*Math.sqrt(A*A-1);H=ne=>{const Z=Math.exp(-A*M*ne),ce=Math.min(Y*ne,300);return o-Z*((E+A*M*I)*Math.sinh(ce)+Y*I*Math.cosh(ce))/Y}}return{calculatedDuration:T&&b||null,next:Y=>{const ne=H(Y);if(T)a.done=Y>=b;else{let Z=E;Y!==0&&(A<1?Z=tD(H,Y,ne):Z=0);const ce=Math.abs(Z)<=n,S=Math.abs(o-ne)<=e;a.done=ce&&S}return a.value=a.done?o:ne,a}}}function hS({keyframes:t,velocity:e=0,power:n=.8,timeConstant:r=325,bounceDamping:i=10,bounceStiffness:o=500,modifyTarget:a,min:c,max:f,restDelta:p=.5,restSpeed:b}){const m=t[0],T={done:!1,value:m},E=ue=>c!==void 0&&ue<c||f!==void 0&&ue>f,A=ue=>c===void 0?f:f===void 0||Math.abs(c-ue)<Math.abs(f-ue)?c:f;let I=n*e;const M=m+I,_=a===void 0?M:a(M);_!==M&&(I=_-m);const H=ue=>-I*Math.exp(-ue/r),Y=ue=>_+H(ue),ne=ue=>{const ae=H(ue),Ge=Y(ue);T.done=Math.abs(ae)<=p,T.value=T.done?_:Ge};let Z,ce;const S=ue=>{E(T.value)&&(Z=ue,ce=nD({keyframes:[T.value,A(T.value)],velocity:tD(Y,ue,T.value),damping:i,stiffness:o,restDelta:p,restSpeed:b}))};return S(0),{calculatedDuration:null,next:ue=>{let ae=!1;return!ce&&Z===void 0&&(ae=!0,ne(ue),S(ue)),Z!==void 0&&ue>Z?ce.next(ue-Z):(!ae&&ne(ue),T)}}}const _W=t=>{const e=({timestamp:n})=>t(n);return{start:()=>Ln.update(e,!0),stop:()=>Pl(e),now:()=>Fi.isProcessing?Fi.timestamp:performance.now()}},pS=2e4;function gS(t){let e=0;const n=50;let r=t.next(e);for(;!r.done&&e<pS;)e+=n,r=t.next(e);return e>=pS?1/0:e}const RW={decay:hS,inertia:hS,tween:gp,keyframes:gp,spring:nD};function mp({autoplay:t=!0,delay:e=0,driver:n=_W,keyframes:r,type:i="keyframes",repeat:o=0,repeatDelay:a=0,repeatType:c="loop",onPlay:f,onStop:p,onComplete:b,onUpdate:m,...T}){let E=1,A=!1,I,M;const _=()=>{M=new Promise(ke=>{I=ke})};_();let H;const Y=RW[i]||gp;let ne;Y!==gp&&typeof r[0]!="number"&&(process.env.NODE_ENV!=="production"&&aa(r.length===2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${r}`),ne=Qk([0,100],r,{clamp:!1}),r=[0,100]);const Z=Y({...T,keyframes:r});let ce;c==="mirror"&&(ce=Y({...T,keyframes:[...r].reverse(),velocity:-(T.velocity||0)}));let S="idle",ue=null,ae=null,Ge=null;Z.calculatedDuration===null&&o&&(Z.calculatedDuration=gS(Z));const{calculatedDuration:Le}=Z;let Me=1/0,$e=1/0;Le!==null&&(Me=Le+a,$e=Me*(o+1)-a);let Ue=0;const he=ke=>{if(ae===null)return;E>0&&(ae=Math.min(ae,ke)),E<0&&(ae=Math.min(ke-$e/E,ae)),ue!==null?Ue=ue:Ue=Math.round(ke-ae)*E;const We=Ue-e*(E>=0?1:-1),et=E>=0?We<0:We>$e;Ue=Math.max(We,0),S==="finished"&&ue===null&&(Ue=$e);let qe=Ue,Je=Z;if(o){const pt=Math.min(Ue,$e)/Me;let ft=Math.floor(pt),yt=pt%1;!yt&&pt>=1&&(yt=1),yt===1&&ft--,ft=Math.min(ft,o+1),!!(ft%2)&&(c==="reverse"?(yt=1-yt,a&&(yt-=a/Me)):c==="mirror"&&(Je=ce)),qe=xu(0,1,yt)*Me}const Ke=et?{done:!1,value:r[0]}:Je.next(qe);ne&&(Ke.value=ne(Ke.value));let{done:ot}=Ke;!et&&Le!==null&&(ot=E>=0?Ue>=$e:Ue<=0);const ct=ue===null&&(S==="finished"||S==="running"&&ot);return m&&m(Ke.value),ct&&Ne(),Ke},Ce=()=>{H&&H.stop(),H=void 0},Pe=()=>{S="idle",Ce(),I(),_(),ae=Ge=null},Ne=()=>{S="finished",b&&b(),Ce(),I()},tt=()=>{if(A)return;H||(H=n(he));const ke=H.now();f&&f(),ue!==null?ae=ke-ue:(!ae||S==="finished")&&(ae=ke),S==="finished"&&_(),Ge=ae,ue=null,S="running",H.start()};t&&tt();const me={then(ke,We){return M.then(ke,We)},get time(){return El(Ue)},set time(ke){ke=hu(ke),Ue=ke,ue!==null||!H||E===0?ue=ke:ae=H.now()-ke/E},get duration(){const ke=Z.calculatedDuration===null?gS(Z):Z.calculatedDuration;return El(ke)},get speed(){return E},set speed(ke){ke===E||!H||(E=ke,me.time=El(Ue))},get state(){return S},play:tt,pause:()=>{S="paused",ue=Ue},stop:()=>{A=!0,S!=="idle"&&(S="idle",p&&p(),Pe())},cancel:()=>{Ge!==null&&he(Ge),Pe()},complete:()=>{S="finished"},sample:ke=>(ae=0,he(ke))};return me}function AW(t){let e;return()=>(e===void 0&&(e=t()),e)}const IW=AW(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),MW=new Set(["opacity","clipPath","filter","transform","backgroundColor"]),Ph=10,LW=2e4,FW=(t,e)=>e.type==="spring"||t==="backgroundColor"||!Ik(e.ease);function NW(t,e,{onUpdate:n,onComplete:r,...i}){if(!(IW()&&MW.has(e)&&!i.repeatDelay&&i.repeatType!=="mirror"&&i.damping!==0&&i.type!=="inertia"))return!1;let a=!1,c,f,p=!1;const b=()=>{f=new Promise(Y=>{c=Y})};b();let{keyframes:m,duration:T=300,ease:E,times:A}=i;if(FW(e,i)){const Y=mp({...i,repeat:0,delay:0});let ne={done:!1,value:m[0]};const Z=[];let ce=0;for(;!ne.done&&ce<LW;)ne=Y.sample(ce),Z.push(ne.value),ce+=Ph;A=void 0,m=Z,T=ce-Ph,E="linear"}const I=qU(t.owner.current,e,m,{...i,duration:T,ease:E,times:A}),M=()=>{p=!1,I.cancel()},_=()=>{p=!0,Ln.update(M),c(),b()};return I.onfinish=()=>{p||(t.set(XU(m,i)),r&&r(),_())},{then(Y,ne){return f.then(Y,ne)},attachTimeline(Y){return I.timeline=Y,I.onfinish=null,sr},get time(){return El(I.currentTime||0)},set time(Y){I.currentTime=hu(Y)},get speed(){return I.playbackRate},set speed(Y){I.playbackRate=Y},get duration(){return El(T)},play:()=>{a||(I.play(),Pl(M))},pause:()=>I.pause(),stop:()=>{if(a=!0,I.playState==="idle")return;const{currentTime:Y}=I;if(Y){const ne=mp({...i,autoplay:!1});t.setWithVelocity(ne.sample(Y-Ph).value,ne.sample(Y).value,Ph)}_()},complete:()=>{p||I.finish()},cancel:_}}function jW({keyframes:t,delay:e,onUpdate:n,onComplete:r}){const i=()=>(n&&n(t[t.length-1]),r&&r(),{time:0,speed:1,duration:0,play:sr,pause:sr,stop:sr,then:o=>(o(),Promise.resolve()),cancel:sr,complete:sr});return e?mp({keyframes:[0,1],duration:0,delay:e,onComplete:i}):i()}const BW={type:"spring",stiffness:500,damping:25,restSpeed:10},$W=t=>({type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}),VW={type:"keyframes",duration:.8},HW={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},UW=(t,{keyframes:e})=>e.length>2?VW:Rc.has(t)?t.startsWith("scale")?$W(e[1]):BW:HW,gv=(t,e)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(Su.test(e)||e==="0")&&!e.startsWith("url(")),WW=new Set(["brightness","contrast","saturate","opacity"]);function zW(t){const[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;const[r]=n.match(Wp)||[];if(!r)return t;const i=n.replace(r,"");let o=WW.has(e)?1:0;return r!==n&&(o*=100),e+"("+o+i+")"}const YW=/([a-z-]*)\(.*?\)/g,mv={...Su,getAnimatableNone:t=>{const e=t.match(YW);return e?e.map(zW).join(" "):t}},GW={...vk,color:ro,backgroundColor:ro,outlineColor:ro,fill:ro,stroke:ro,borderColor:ro,borderTopColor:ro,borderRightColor:ro,borderBottomColor:ro,borderLeftColor:ro,filter:mv,WebkitFilter:mv},Gy=t=>GW[t];function rD(t,e){let n=Gy(t);return n!==mv&&(n=Su),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const iD=t=>/^0[^.\s]+$/.test(t);function qW(t){if(typeof t=="number")return t===0;if(t!==null)return t==="none"||t==="0"||iD(t)}function XW(t,e,n,r){const i=gv(e,n);let o;Array.isArray(n)?o=[...n]:o=[null,n];const a=r.from!==void 0?r.from:t.get();let c;const f=[];for(let p=0;p<o.length;p++)o[p]===null&&(o[p]=p===0?a:o[p-1]),qW(o[p])&&f.push(p),typeof o[p]=="string"&&o[p]!=="none"&&o[p]!=="0"&&(c=o[p]);if(i&&f.length&&c)for(let p=0;p<f.length;p++){const b=f[p];o[b]=rD(e,c)}return o}function KW({when:t,delay:e,delayChildren:n,staggerChildren:r,staggerDirection:i,repeat:o,repeatType:a,repeatDelay:c,from:f,elapsed:p,...b}){return!!Object.keys(b).length}function qy(t,e){return t[e]||t.default||t}const ZW={skipAnimations:!1},Xy=(t,e,n,r={})=>i=>{const o=qy(r,t)||{},a=o.delay||r.delay||0;let{elapsed:c=0}=r;c=c-hu(a);const f=XW(e,t,n,o),p=f[0],b=f[f.length-1],m=gv(t,p),T=gv(t,b);Qd(m===T,`You are trying to animate ${t} from "${p}" to "${b}". ${p} is not an animatable value - to enable this animation set ${p} to a value animatable to ${b} via the \`style\` property.`);let E={keyframes:f,velocity:e.getVelocity(),ease:"easeOut",...o,delay:-c,onUpdate:A=>{e.set(A),o.onUpdate&&o.onUpdate(A)},onComplete:()=>{i(),o.onComplete&&o.onComplete()}};if(KW(o)||(E={...E,...UW(t,E)}),E.duration&&(E.duration=hu(E.duration)),E.repeatDelay&&(E.repeatDelay=hu(E.repeatDelay)),!m||!T||GU.current||o.type===!1||ZW.skipAnimations)return jW(E);if(!r.isHandoff&&e.owner&&e.owner.current instanceof HTMLElement&&!e.owner.getProps().onUpdate){const A=NW(e,t,E);if(A)return A}return mp(E)};function vp(t){return!!(Ro(t)&&t.add)}const oD=t=>/^\-?\d*\.?\d+$/.test(t);function Ky(t,e){t.indexOf(e)===-1&&t.push(e)}function Zy(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}class Jy{constructor(){this.subscriptions=[]}add(e){return Ky(this.subscriptions,e),()=>Zy(this.subscriptions,e)}notify(e,n,r){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](e,n,r);else for(let o=0;o<i;o++){const a=this.subscriptions[o];a&&a(e,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const mS=new Set;function Qy(t,e,n){t||mS.has(e)||(console.warn(e),mS.add(e))}const JW=t=>!isNaN(parseFloat(t));class QW{constructor(e,n={}){this.version="10.18.0",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(r,i=!0)=>{this.prev=this.current,this.current=r;const{delta:o,timestamp:a}=Fi;this.lastUpdated!==a&&(this.timeDelta=o,this.lastUpdated=a,Ln.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),i&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>Ln.postRender(this.velocityCheck),this.velocityCheck=({timestamp:r})=>{r!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=e,this.canTrackVelocity=JW(this.current),this.owner=n.owner}onChange(e){return process.env.NODE_ENV!=="production"&&Qy(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",e)}on(e,n){this.events[e]||(this.events[e]=new Jy);const r=this.events[e].add(n);return e==="change"?()=>{r(),Ln.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,n){this.passiveEffect=e,this.stopPassiveEffect=n}set(e,n=!0){!n||!this.passiveEffect?this.updateAndNotify(e,n):this.passiveEffect(e,this.updateAndNotify)}setWithVelocity(e,n,r){this.set(n),this.prev=e,this.timeDelta=r}jump(e){this.updateAndNotify(e),this.prev=e,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?eD(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(e){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=e(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function Of(t,e){return new QW(t,e)}const sD=t=>e=>e.test(t),ez={test:t=>t==="auto",parse:t=>t},aD=[Ac,Rt,$a,lu,lU,aU,ez],ad=t=>aD.find(sD(t)),tz=[...aD,ro,Su],nz=t=>tz.find(sD(t));function rz(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,Of(n))}function iz(t,e){const n=Yp(t,e);let{transitionEnd:r={},transition:i={},...o}=n?t.makeTargetAnimatable(n,!1):{};o={...o,...r};for(const a in o){const c=TU(o[a]);rz(t,a,c)}}function oz(t,e,n){var r,i;const o=Object.keys(e).filter(c=>!t.hasValue(c)),a=o.length;if(a)for(let c=0;c<a;c++){const f=o[c],p=e[f];let b=null;Array.isArray(p)&&(b=p[0]),b===null&&(b=(i=(r=n[f])!==null&&r!==void 0?r:t.readValue(f))!==null&&i!==void 0?i:e[f]),b!=null&&(typeof b=="string"&&(oD(b)||iD(b))?b=parseFloat(b):!nz(b)&&Su.test(p)&&(b=rD(f,p)),t.addValue(f,Of(b,{owner:t})),n[f]===void 0&&(n[f]=b),b!==null&&t.setBaseTarget(f,b))}}function sz(t,e){return e?(e[t]||e.default||e).from:void 0}function az(t,e,n){const r={};for(const i in t){const o=sz(i,e);if(o!==void 0)r[i]=o;else{const a=n.getValue(i);a&&(r[i]=a.get())}}return r}function lz({protectedKeys:t,needsAnimating:e},n){const r=t.hasOwnProperty(n)&&e[n]!==!0;return e[n]=!1,r}function uz(t,e){const n=t.get();if(Array.isArray(e)){for(let r=0;r<e.length;r++)if(e[r]!==n)return!0}else return n!==e}function lD(t,e,{delay:n=0,transitionOverride:r,type:i}={}){let{transition:o=t.getDefaultTransition(),transitionEnd:a,...c}=t.makeTargetAnimatable(e);const f=t.getValue("willChange");r&&(o=r);const p=[],b=i&&t.animationState&&t.animationState.getState()[i];for(const m in c){const T=t.getValue(m),E=c[m];if(!T||E===void 0||b&&lz(b,m))continue;const A={delay:n,elapsed:0,...qy(o||{},m)};if(window.HandoffAppearAnimations){const _=t.getProps()[uk];if(_){const H=window.HandoffAppearAnimations(_,m,T,Ln);H!==null&&(A.elapsed=H,A.isHandoff=!0)}}let I=!A.isHandoff&&!uz(T,E);if(A.type==="spring"&&(T.getVelocity()||A.velocity)&&(I=!1),T.animation&&(I=!1),I)continue;T.start(Xy(m,T,E,t.shouldReduceMotion&&Rc.has(m)?{type:!1}:A));const M=T.animation;vp(f)&&(f.add(m),M.then(()=>f.remove(m))),p.push(M)}return a&&Promise.all(p).then(()=>{a&&iz(t,a)}),p}function vv(t,e,n={}){const r=Yp(t,e,n.custom);let{transition:i=t.getDefaultTransition()||{}}=r||{};n.transitionOverride&&(i=n.transitionOverride);const o=r?()=>Promise.all(lD(t,r,n)):()=>Promise.resolve(),a=t.variantChildren&&t.variantChildren.size?(f=0)=>{const{delayChildren:p=0,staggerChildren:b,staggerDirection:m}=i;return cz(t,e,p+f,b,m,n)}:()=>Promise.resolve(),{when:c}=i;if(c){const[f,p]=c==="beforeChildren"?[o,a]:[a,o];return f().then(()=>p())}else return Promise.all([o(),a(n.delay)])}function cz(t,e,n=0,r=0,i=1,o){const a=[],c=(t.variantChildren.size-1)*r,f=i===1?(p=0)=>p*r:(p=0)=>c-p*r;return Array.from(t.variantChildren).sort(fz).forEach((p,b)=>{p.notify("AnimationStart",e),a.push(vv(p,e,{...o,delay:n+f(b)}).then(()=>p.notify("AnimationComplete",e)))}),Promise.all(a)}function fz(t,e){return t.sortNodePosition(e)}function dz(t,e,n={}){t.notify("AnimationStart",e);let r;if(Array.isArray(e)){const i=e.map(o=>vv(t,o,n));r=Promise.all(i)}else if(typeof e=="string")r=vv(t,e,n);else{const i=typeof e=="function"?Yp(t,e,n.custom):e;r=Promise.all(lD(t,i,n))}return r.then(()=>t.notify("AnimationComplete",e))}const hz=[...Ly].reverse(),pz=Ly.length;function gz(t){return e=>Promise.all(e.map(({animation:n,options:r})=>dz(t,n,r)))}function mz(t){let e=gz(t);const n=yz();let r=!0;const i=(f,p)=>{const b=Yp(t,p);if(b){const{transition:m,transitionEnd:T,...E}=b;f={...f,...E,...T}}return f};function o(f){e=f(t)}function a(f,p){const b=t.getProps(),m=t.getVariantContext(!0)||{},T=[],E=new Set;let A={},I=1/0;for(let _=0;_<pz;_++){const H=hz[_],Y=n[H],ne=b[H]!==void 0?b[H]:m[H],Z=Nd(ne),ce=H===p?Y.isActive:null;ce===!1&&(I=_);let S=ne===m[H]&&ne!==b[H]&&Z;if(S&&r&&t.manuallyAnimateOnMount&&(S=!1),Y.protectedKeys={...A},!Y.isActive&&ce===null||!ne&&!Y.prevProp||Hp(ne)||typeof ne=="boolean")continue;let ae=vz(Y.prevProp,ne)||H===p&&Y.isActive&&!S&&Z||_>I&&Z,Ge=!1;const Le=Array.isArray(ne)?ne:[ne];let Me=Le.reduce(i,{});ce===!1&&(Me={});const{prevResolvedValues:$e={}}=Y,Ue={...$e,...Me},he=Ce=>{ae=!0,E.has(Ce)&&(Ge=!0,E.delete(Ce)),Y.needsAnimating[Ce]=!0};for(const Ce in Ue){const Pe=Me[Ce],Ne=$e[Ce];if(A.hasOwnProperty(Ce))continue;let tt=!1;hp(Pe)&&hp(Ne)?tt=!Rk(Pe,Ne):tt=Pe!==Ne,tt?Pe!==void 0?he(Ce):E.add(Ce):Pe!==void 0&&E.has(Ce)?he(Ce):Y.protectedKeys[Ce]=!0}Y.prevProp=ne,Y.prevResolvedValues=Me,Y.isActive&&(A={...A,...Me}),r&&t.blockInitialAnimation&&(ae=!1),ae&&(!S||Ge)&&T.push(...Le.map(Ce=>({animation:Ce,options:{type:H,...f}})))}if(E.size){const _={};E.forEach(H=>{const Y=t.getBaseTarget(H);Y!==void 0&&(_[H]=Y)}),T.push({animation:_})}let M=!!T.length;return r&&(b.initial===!1||b.initial===b.animate)&&!t.manuallyAnimateOnMount&&(M=!1),r=!1,M?e(T):Promise.resolve()}function c(f,p,b){var m;if(n[f].isActive===p)return Promise.resolve();(m=t.variantChildren)===null||m===void 0||m.forEach(E=>{var A;return(A=E.animationState)===null||A===void 0?void 0:A.setActive(f,p)}),n[f].isActive=p;const T=a(b,f);for(const E in n)n[E].protectedKeys={};return T}return{animateChanges:a,setActive:c,setAnimateFunction:o,getState:()=>n}}function vz(t,e){return typeof e=="string"?e!==t:Array.isArray(e)?!Rk(e,t):!1}function ac(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function yz(){return{animate:ac(!0),whileInView:ac(),whileHover:ac(),whileTap:ac(),whileDrag:ac(),whileFocus:ac(),exit:ac()}}class bz extends Du{constructor(e){super(e),e.animationState||(e.animationState=mz(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();this.unmount(),Hp(e)&&(this.unmount=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:n}=this.node.prevProps||{};e!==n&&this.updateAnimationControlsSubscription()}unmount(){}}let wz=0;class xz extends Du{constructor(){super(...arguments),this.id=wz++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:n,custom:r}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===i)return;const o=this.node.animationState.setActive("exit",!e,{custom:r??this.node.getProps().custom});n&&!e&&o.then(()=>n(this.id))}mount(){const{register:e}=this.node.presenceContext||{};e&&(this.unmount=e(this.id))}unmount(){}}const Sz={animation:{Feature:bz},exit:{Feature:xz}},vS=(t,e)=>Math.abs(t-e);function Tz(t,e){const n=vS(t.x,e.x),r=vS(t.y,e.y);return Math.sqrt(n**2+r**2)}class uD{constructor(e,n,{transformPagePoint:r,contextWindow:i,dragSnapToOrigin:o=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const m=om(this.lastMoveEventInfo,this.history),T=this.startEvent!==null,E=Tz(m.offset,{x:0,y:0})>=3;if(!T&&!E)return;const{point:A}=m,{timestamp:I}=Fi;this.history.push({...A,timestamp:I});const{onStart:M,onMove:_}=this.handlers;T||(M&&M(this.lastMoveEvent,m),this.startEvent=this.lastMoveEvent),_&&_(this.lastMoveEvent,m)},this.handlePointerMove=(m,T)=>{this.lastMoveEvent=m,this.lastMoveEventInfo=im(T,this.transformPagePoint),Ln.update(this.updatePoint,!0)},this.handlePointerUp=(m,T)=>{this.end();const{onEnd:E,onSessionEnd:A,resumeAnimation:I}=this.handlers;if(this.dragSnapToOrigin&&I&&I(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const M=om(m.type==="pointercancel"?this.lastMoveEventInfo:im(T,this.transformPagePoint),this.history);this.startEvent&&E&&E(m,M),A&&A(m,M)},!kk(e))return;this.dragSnapToOrigin=o,this.handlers=n,this.transformPagePoint=r,this.contextWindow=i||window;const a=zp(e),c=im(a,this.transformPagePoint),{point:f}=c,{timestamp:p}=Fi;this.history=[{...f,timestamp:p}];const{onSessionStart:b}=n;b&&b(e,om(c,this.history)),this.removeListeners=du(Cl(this.contextWindow,"pointermove",this.handlePointerMove),Cl(this.contextWindow,"pointerup",this.handlePointerUp),Cl(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),Pl(this.updatePoint)}}function im(t,e){return e?{point:e(t.point)}:t}function yS(t,e){return{x:t.x-e.x,y:t.y-e.y}}function om({point:t},e){return{point:t,delta:yS(t,cD(e)),offset:yS(t,Cz(e)),velocity:Ez(e,.1)}}function Cz(t){return t[0]}function cD(t){return t[t.length-1]}function Ez(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,r=null;const i=cD(t);for(;n>=0&&(r=t[n],!(i.timestamp-r.timestamp>hu(e)));)n--;if(!r)return{x:0,y:0};const o=El(i.timestamp-r.timestamp);if(o===0)return{x:0,y:0};const a={x:(i.x-r.x)/o,y:(i.y-r.y)/o};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}function es(t){return t.max-t.min}function yv(t,e=0,n=.01){return Math.abs(t-e)<=n}function bS(t,e,n,r=.5){t.origin=r,t.originPoint=Zn(e.min,e.max,t.origin),t.scale=es(n)/es(e),(yv(t.scale,1,1e-4)||isNaN(t.scale))&&(t.scale=1),t.translate=Zn(n.min,n.max,t.origin)-t.originPoint,(yv(t.translate)||isNaN(t.translate))&&(t.translate=0)}function Ed(t,e,n,r){bS(t.x,e.x,n.x,r?r.originX:void 0),bS(t.y,e.y,n.y,r?r.originY:void 0)}function wS(t,e,n){t.min=n.min+e.min,t.max=t.min+es(e)}function kz(t,e,n){wS(t.x,e.x,n.x),wS(t.y,e.y,n.y)}function xS(t,e,n){t.min=e.min-n.min,t.max=t.min+es(e)}function kd(t,e,n){xS(t.x,e.x,n.x),xS(t.y,e.y,n.y)}function Dz(t,{min:e,max:n},r){return e!==void 0&&t<e?t=r?Zn(e,t,r.min):Math.max(t,e):n!==void 0&&t>n&&(t=r?Zn(n,t,r.max):Math.min(t,n)),t}function SS(t,e,n){return{min:e!==void 0?t.min+e:void 0,max:n!==void 0?t.max+n-(t.max-t.min):void 0}}function Pz(t,{top:e,left:n,bottom:r,right:i}){return{x:SS(t.x,n,i),y:SS(t.y,e,r)}}function TS(t,e){let n=e.min-t.min,r=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,r]=[r,n]),{min:n,max:r}}function Oz(t,e){return{x:TS(t.x,e.x),y:TS(t.y,e.y)}}function _z(t,e){let n=.5;const r=es(t),i=es(e);return i>r?n=Bd(e.min,e.max-r,t.min):r>i&&(n=Bd(t.min,t.max-i,e.min)),xu(0,1,n)}function Rz(t,e){const n={};return e.min!==void 0&&(n.min=e.min-t.min),e.max!==void 0&&(n.max=e.max-t.min),n}const bv=.35;function Az(t=bv){return t===!1?t=0:t===!0&&(t=bv),{x:CS(t,"left","right"),y:CS(t,"top","bottom")}}function CS(t,e,n){return{min:ES(t,e),max:ES(t,n)}}function ES(t,e){return typeof t=="number"?t:t[e]||0}const kS=()=>({translate:0,scale:1,origin:0,originPoint:0}),xf=()=>({x:kS(),y:kS()}),DS=()=>({min:0,max:0}),Er=()=>({x:DS(),y:DS()});function Ps(t){return[t("x"),t("y")]}function fD({top:t,left:e,right:n,bottom:r}){return{x:{min:e,max:n},y:{min:t,max:r}}}function Iz({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}function Mz(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),r=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function sm(t){return t===void 0||t===1}function wv({scale:t,scaleX:e,scaleY:n}){return!sm(t)||!sm(e)||!sm(n)}function pc(t){return wv(t)||dD(t)||t.z||t.rotate||t.rotateX||t.rotateY}function dD(t){return PS(t.x)||PS(t.y)}function PS(t){return t&&t!=="0%"}function yp(t,e,n){const r=t-n,i=e*r;return n+i}function OS(t,e,n,r,i){return i!==void 0&&(t=yp(t,i,r)),yp(t,n,r)+e}function xv(t,e=0,n=1,r,i){t.min=OS(t.min,e,n,r,i),t.max=OS(t.max,e,n,r,i)}function hD(t,{x:e,y:n}){xv(t.x,e.translate,e.scale,e.originPoint),xv(t.y,n.translate,n.scale,n.originPoint)}function Lz(t,e,n,r=!1){const i=n.length;if(!i)return;e.x=e.y=1;let o,a;for(let c=0;c<i;c++){o=n[c],a=o.projectionDelta;const f=o.instance;f&&f.style&&f.style.display==="contents"||(r&&o.options.layoutScroll&&o.scroll&&o!==o.root&&Sf(t,{x:-o.scroll.offset.x,y:-o.scroll.offset.y}),a&&(e.x*=a.x.scale,e.y*=a.y.scale,hD(t,a)),r&&pc(o.latestValues)&&Sf(t,o.latestValues))}e.x=_S(e.x),e.y=_S(e.y)}function _S(t){return Number.isInteger(t)||t>1.0000000000001||t<.999999999999?t:1}function uu(t,e){t.min=t.min+e,t.max=t.max+e}function RS(t,e,[n,r,i]){const o=e[i]!==void 0?e[i]:.5,a=Zn(t.min,t.max,o);xv(t,e[n],e[r],a,e.scale)}const Fz=["x","scaleX","originX"],Nz=["y","scaleY","originY"];function Sf(t,e){RS(t.x,e,Fz),RS(t.y,e,Nz)}function pD(t,e){return fD(Mz(t.getBoundingClientRect(),e))}function jz(t,e,n){const r=pD(t,n),{scroll:i}=e;return i&&(uu(r.x,i.offset.x),uu(r.y,i.offset.y)),r}const gD=({current:t})=>t?t.ownerDocument.defaultView:null,Bz=new WeakMap;class $z{constructor(e){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=Er(),this.visualElement=e}start(e,{snapToCursor:n=!1}={}){const{presenceContext:r}=this.visualElement;if(r&&r.isPresent===!1)return;const i=b=>{const{dragSnapToOrigin:m}=this.getProps();m?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(zp(b,"page").point)},o=(b,m)=>{const{drag:T,dragPropagation:E,onDragStart:A}=this.getProps();if(T&&!E&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=Pk(T),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),Ps(M=>{let _=this.getAxisMotionValue(M).get()||0;if($a.test(_)){const{projection:H}=this.visualElement;if(H&&H.layout){const Y=H.layout.layoutBox[M];Y&&(_=es(Y)*(parseFloat(_)/100))}}this.originPoint[M]=_}),A&&Ln.update(()=>A(b,m),!1,!0);const{animationState:I}=this.visualElement;I&&I.setActive("whileDrag",!0)},a=(b,m)=>{const{dragPropagation:T,dragDirectionLock:E,onDirectionLock:A,onDrag:I}=this.getProps();if(!T&&!this.openGlobalLock)return;const{offset:M}=m;if(E&&this.currentDirection===null){this.currentDirection=Vz(M),this.currentDirection!==null&&A&&A(this.currentDirection);return}this.updateAxis("x",m.point,M),this.updateAxis("y",m.point,M),this.visualElement.render(),I&&I(b,m)},c=(b,m)=>this.stop(b,m),f=()=>Ps(b=>{var m;return this.getAnimationState(b)==="paused"&&((m=this.getAxisMotionValue(b).animation)===null||m===void 0?void 0:m.play())}),{dragSnapToOrigin:p}=this.getProps();this.panSession=new uD(e,{onSessionStart:i,onStart:o,onMove:a,onSessionEnd:c,resumeAnimation:f},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:p,contextWindow:gD(this.visualElement)})}stop(e,n){const r=this.isDragging;if(this.cancel(),!r)return;const{velocity:i}=n;this.startAnimation(i);const{onDragEnd:o}=this.getProps();o&&Ln.update(()=>o(e,n))}cancel(){this.isDragging=!1;const{projection:e,animationState:n}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(e,n,r){const{drag:i}=this.getProps();if(!r||!Oh(e,i,this.currentDirection))return;const o=this.getAxisMotionValue(e);let a=this.originPoint[e]+r[e];this.constraints&&this.constraints[e]&&(a=Dz(a,this.constraints[e],this.elastic[e])),o.set(a)}resolveConstraints(){var e;const{dragConstraints:n,dragElastic:r}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(e=this.visualElement.projection)===null||e===void 0?void 0:e.layout,o=this.constraints;n&&bf(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&i?this.constraints=Pz(i.layoutBox,n):this.constraints=!1,this.elastic=Az(r),o!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&Ps(a=>{this.getAxisMotionValue(a)&&(this.constraints[a]=Rz(i.layoutBox[a],this.constraints[a]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:n}=this.getProps();if(!e||!bf(e))return!1;const r=e.current;aa(r!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const o=jz(r,i.root,this.visualElement.getTransformPagePoint());let a=Oz(i.layout.layoutBox,o);if(n){const c=n(Iz(a));this.hasMutatedConstraints=!!c,c&&(a=fD(c))}return a}startAnimation(e){const{drag:n,dragMomentum:r,dragElastic:i,dragTransition:o,dragSnapToOrigin:a,onDragTransitionEnd:c}=this.getProps(),f=this.constraints||{},p=Ps(b=>{if(!Oh(b,n,this.currentDirection))return;let m=f&&f[b]||{};a&&(m={min:0,max:0});const T=i?200:1e6,E=i?40:1e7,A={type:"inertia",velocity:r?e[b]:0,bounceStiffness:T,bounceDamping:E,timeConstant:750,restDelta:1,restSpeed:10,...o,...m};return this.startAxisValueAnimation(b,A)});return Promise.all(p).then(c)}startAxisValueAnimation(e,n){const r=this.getAxisMotionValue(e);return r.start(Xy(e,r,0,n))}stopAnimation(){Ps(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){Ps(e=>{var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.pause()})}getAnimationState(e){var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.state}getAxisMotionValue(e){const n="_drag"+e.toUpperCase(),r=this.visualElement.getProps(),i=r[n];return i||this.visualElement.getValue(e,(r.initial?r.initial[e]:void 0)||0)}snapToCursor(e){Ps(n=>{const{drag:r}=this.getProps();if(!Oh(n,r,this.currentDirection))return;const{projection:i}=this.visualElement,o=this.getAxisMotionValue(n);if(i&&i.layout){const{min:a,max:c}=i.layout.layoutBox[n];o.set(e[n]-Zn(a,c,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!bf(n)||!r||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};Ps(a=>{const c=this.getAxisMotionValue(a);if(c){const f=c.get();i[a]=_z({min:f,max:f},this.constraints[a])}});const{transformTemplate:o}=this.visualElement.getProps();this.visualElement.current.style.transform=o?o({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),Ps(a=>{if(!Oh(a,e,null))return;const c=this.getAxisMotionValue(a),{min:f,max:p}=this.constraints[a];c.set(Zn(f,p,i[a]))})}addListeners(){if(!this.visualElement.current)return;Bz.set(this.visualElement,this);const e=this.visualElement.current,n=Cl(e,"pointerdown",f=>{const{drag:p,dragListener:b=!0}=this.getProps();p&&b&&this.start(f)}),r=()=>{const{dragConstraints:f}=this.getProps();bf(f)&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,o=i.addEventListener("measure",r);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),r();const a=wl(window,"resize",()=>this.scalePositionWithinConstraints()),c=i.addEventListener("didUpdate",({delta:f,hasLayoutChanged:p})=>{this.isDragging&&p&&(Ps(b=>{const m=this.getAxisMotionValue(b);m&&(this.originPoint[b]+=f[b].translate,m.set(m.get()+f[b].translate))}),this.visualElement.render())});return()=>{a(),n(),o(),c&&c()}}getProps(){const e=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:i=!1,dragConstraints:o=!1,dragElastic:a=bv,dragMomentum:c=!0}=e;return{...e,drag:n,dragDirectionLock:r,dragPropagation:i,dragConstraints:o,dragElastic:a,dragMomentum:c}}}function Oh(t,e,n){return(e===!0||e===t)&&(n===null||n===t)}function Vz(t,e=10){let n=null;return Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x"),n}class Hz extends Du{constructor(e){super(e),this.removeGroupControls=sr,this.removeListeners=sr,this.controls=new $z(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||sr}unmount(){this.removeGroupControls(),this.removeListeners()}}const AS=t=>(e,n)=>{t&&Ln.update(()=>t(e,n))};class Uz extends Du{constructor(){super(...arguments),this.removePointerDownListener=sr}onPointerDown(e){this.session=new uD(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:gD(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:n,onPan:r,onPanEnd:i}=this.node.getProps();return{onSessionStart:AS(e),onStart:AS(n),onMove:r,onEnd:(o,a)=>{delete this.session,i&&Ln.update(()=>i(o,a))}}}mount(){this.removePointerDownListener=Cl(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}function Wz(){const t=q.useContext(Iy);if(t===null)return[!0,null];const{isPresent:e,onExitComplete:n,register:r}=t,i=q.useId();return q.useEffect(()=>r(i),[]),!e&&n?[!1,()=>n&&n(i)]:[!0]}const Yh={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function IS(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const ld={correct:(t,e)=>{if(!e.target)return t;if(typeof t=="string")if(Rt.test(t))t=parseFloat(t);else return t;const n=IS(t,e.target.x),r=IS(t,e.target.y);return`${n}% ${r}%`}},zz={correct:(t,{treeScale:e,projectionDelta:n})=>{const r=t,i=Su.parse(t);if(i.length>5)return r;const o=Su.createTransformer(t),a=typeof i[0]!="number"?1:0,c=n.x.scale*e.x,f=n.y.scale*e.y;i[0+a]/=c,i[1+a]/=f;const p=Zn(c,f,.5);return typeof i[2+a]=="number"&&(i[2+a]/=p),typeof i[3+a]=="number"&&(i[3+a]/=p),o(i)}};class Yz extends q.Component{componentDidMount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r,layoutId:i}=this.props,{projection:o}=e;eU(Gz),o&&(n.group&&n.group.add(o),r&&r.register&&i&&r.register(o),o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),Yh.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:n,visualElement:r,drag:i,isPresent:o}=this.props,a=r.projection;return a&&(a.isPresent=o,i||e.layoutDependency!==n||n===void 0?a.willUpdate():this.safeToRemove(),e.isPresent!==o&&(o?a.promote():a.relegate()||Ln.postRender(()=>{const c=a.getStack();(!c||!c.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),queueMicrotask(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:i}=e;i&&(i.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(i),r&&r.deregister&&r.deregister(i))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}}function mD(t){const[e,n]=Wz(),r=q.useContext(fk);return q.createElement(Yz,{...t,layoutGroup:r,switchLayoutGroup:q.useContext(dk),isPresent:e,safeToRemove:n})}const Gz={borderRadius:{...ld,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:ld,borderTopRightRadius:ld,borderBottomLeftRadius:ld,borderBottomRightRadius:ld,boxShadow:zz},vD=["TopLeft","TopRight","BottomLeft","BottomRight"],qz=vD.length,MS=t=>typeof t=="string"?parseFloat(t):t,LS=t=>typeof t=="number"||Rt.test(t);function Xz(t,e,n,r,i,o){i?(t.opacity=Zn(0,n.opacity!==void 0?n.opacity:1,Kz(r)),t.opacityExit=Zn(e.opacity!==void 0?e.opacity:1,0,Zz(r))):o&&(t.opacity=Zn(e.opacity!==void 0?e.opacity:1,n.opacity!==void 0?n.opacity:1,r));for(let a=0;a<qz;a++){const c=`border${vD[a]}Radius`;let f=FS(e,c),p=FS(n,c);if(f===void 0&&p===void 0)continue;f||(f=0),p||(p=0),f===0||p===0||LS(f)===LS(p)?(t[c]=Math.max(Zn(MS(f),MS(p),r),0),($a.test(p)||$a.test(f))&&(t[c]+="%")):t[c]=p}(e.rotate||n.rotate)&&(t.rotate=Zn(e.rotate||0,n.rotate||0,r))}function FS(t,e){return t[e]!==void 0?t[e]:t.borderRadius}const Kz=yD(0,.5,$k),Zz=yD(.5,.95,sr);function yD(t,e,n){return r=>r<t?0:r>e?1:n(Bd(t,e,r))}function NS(t,e){t.min=e.min,t.max=e.max}function Es(t,e){NS(t.x,e.x),NS(t.y,e.y)}function jS(t,e,n,r,i){return t-=e,t=yp(t,1/n,r),i!==void 0&&(t=yp(t,1/i,r)),t}function Jz(t,e=0,n=1,r=.5,i,o=t,a=t){if($a.test(e)&&(e=parseFloat(e),e=Zn(a.min,a.max,e/100)-a.min),typeof e!="number")return;let c=Zn(o.min,o.max,r);t===o&&(c-=e),t.min=jS(t.min,e,n,c,i),t.max=jS(t.max,e,n,c,i)}function BS(t,e,[n,r,i],o,a){Jz(t,e[n],e[r],e[i],e.scale,o,a)}const Qz=["x","scaleX","originX"],e5=["y","scaleY","originY"];function $S(t,e,n,r){BS(t.x,e,Qz,n?n.x:void 0,r?r.x:void 0),BS(t.y,e,e5,n?n.y:void 0,r?r.y:void 0)}function VS(t){return t.translate===0&&t.scale===1}function bD(t){return VS(t.x)&&VS(t.y)}function t5(t,e){return t.x.min===e.x.min&&t.x.max===e.x.max&&t.y.min===e.y.min&&t.y.max===e.y.max}function wD(t,e){return Math.round(t.x.min)===Math.round(e.x.min)&&Math.round(t.x.max)===Math.round(e.x.max)&&Math.round(t.y.min)===Math.round(e.y.min)&&Math.round(t.y.max)===Math.round(e.y.max)}function HS(t){return es(t.x)/es(t.y)}class n5{constructor(){this.members=[]}add(e){Ky(this.members,e),e.scheduleRender()}remove(e){if(Zy(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(e){const n=this.members.findIndex(i=>e===i);if(n===0)return!1;let r;for(let i=n;i>=0;i--){const o=this.members[i];if(o.isPresent!==!1){r=o;break}}return r?(this.promote(r),!0):!1}promote(e,n){const r=this.lead;if(e!==r&&(this.prevLead=r,this.lead=e,e.show(),r)){r.instance&&r.scheduleRender(),e.scheduleRender(),e.resumeFrom=r,n&&(e.resumeFrom.preserveOpacity=!0),r.snapshot&&(e.snapshot=r.snapshot,e.snapshot.latestValues=r.animationValues||r.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:i}=e.options;i===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:n,resumingFrom:r}=e;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function US(t,e,n){let r="";const i=t.x.translate/e.x,o=t.y.translate/e.y;if((i||o)&&(r=`translate3d(${i}px, ${o}px, 0) `),(e.x!==1||e.y!==1)&&(r+=`scale(${1/e.x}, ${1/e.y}) `),n){const{rotate:f,rotateX:p,rotateY:b}=n;f&&(r+=`rotate(${f}deg) `),p&&(r+=`rotateX(${p}deg) `),b&&(r+=`rotateY(${b}deg) `)}const a=t.x.scale*e.x,c=t.y.scale*e.y;return(a!==1||c!==1)&&(r+=`scale(${a}, ${c})`),r||"none"}const r5=(t,e)=>t.depth-e.depth;class i5{constructor(){this.children=[],this.isDirty=!1}add(e){Ky(this.children,e),this.isDirty=!0}remove(e){Zy(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(r5),this.isDirty=!1,this.children.forEach(e)}}function o5(t,e){const n=performance.now(),r=({timestamp:i})=>{const o=i-n;o>=e&&(Pl(r),t(o-e))};return Ln.read(r,!0),()=>Pl(r)}function s5(t){window.MotionDebug&&window.MotionDebug.record(t)}function a5(t){return t instanceof SVGElement&&t.tagName!=="svg"}function l5(t,e,n){const r=Ro(t)?t:Of(t);return r.start(Xy("",r,e,n)),r.animation}const WS=["","X","Y","Z"],u5={visibility:"hidden"},zS=1e3;let c5=0;const gc={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0};function xD({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:r,resetTransform:i}){return class{constructor(a={},c=e==null?void 0:e()){this.id=c5++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,gc.totalNodes=gc.resolvedTargetDeltas=gc.recalculatedProjection=0,this.nodes.forEach(h5),this.nodes.forEach(y5),this.nodes.forEach(b5),this.nodes.forEach(p5),s5(gc)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=a,this.root=c?c.root||c:this,this.path=c?[...c.path,c]:[],this.parent=c,this.depth=c?c.depth+1:0;for(let f=0;f<this.path.length;f++)this.path[f].shouldResetTransform=!0;this.root===this&&(this.nodes=new i5)}addEventListener(a,c){return this.eventHandlers.has(a)||this.eventHandlers.set(a,new Jy),this.eventHandlers.get(a).add(c)}notifyListeners(a,...c){const f=this.eventHandlers.get(a);f&&f.notify(...c)}hasListeners(a){return this.eventHandlers.has(a)}mount(a,c=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=a5(a),this.instance=a;const{layoutId:f,layout:p,visualElement:b}=this.options;if(b&&!b.current&&b.mount(a),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),c&&(p||f)&&(this.isLayoutDirty=!0),t){let m;const T=()=>this.root.updateBlockedByResize=!1;t(a,()=>{this.root.updateBlockedByResize=!0,m&&m(),m=o5(T,250),Yh.hasAnimatedSinceResize&&(Yh.hasAnimatedSinceResize=!1,this.nodes.forEach(GS))})}f&&this.root.registerSharedNode(f,this),this.options.animate!==!1&&b&&(f||p)&&this.addEventListener("didUpdate",({delta:m,hasLayoutChanged:T,hasRelativeTargetChanged:E,layout:A})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const I=this.options.transition||b.getDefaultTransition()||C5,{onLayoutAnimationStart:M,onLayoutAnimationComplete:_}=b.getProps(),H=!this.targetLayout||!wD(this.targetLayout,A)||E,Y=!T&&E;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||Y||T&&(H||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(m,Y);const ne={...qy(I,"layout"),onPlay:M,onComplete:_};(b.shouldReduceMotion||this.options.layoutRoot)&&(ne.delay=0,ne.type=!1),this.startAnimation(ne)}else T||GS(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=A})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const a=this.getStack();a&&a.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,Pl(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(w5),this.animationId++)}getTransformTemplate(){const{visualElement:a}=this.options;return a&&a.getProps().transformTemplate}willUpdate(a=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let b=0;b<this.path.length;b++){const m=this.path[b];m.shouldResetTransform=!0,m.updateScroll("snapshot"),m.options.layoutRoot&&m.willUpdate(!1)}const{layoutId:c,layout:f}=this.options;if(c===void 0&&!f)return;const p=this.getTransformTemplate();this.prevTransformTemplateValue=p?p(this.latestValues,""):void 0,this.updateSnapshot(),a&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(YS);return}this.isUpdating||this.nodes.forEach(m5),this.isUpdating=!1,this.nodes.forEach(v5),this.nodes.forEach(f5),this.nodes.forEach(d5),this.clearAllSnapshots();const c=performance.now();Fi.delta=xu(0,1e3/60,c-Fi.timestamp),Fi.timestamp=c,Fi.isProcessing=!0,Zg.update.process(Fi),Zg.preRender.process(Fi),Zg.render.process(Fi),Fi.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,queueMicrotask(()=>this.update()))}clearAllSnapshots(){this.nodes.forEach(g5),this.sharedNodes.forEach(x5)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,Ln.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){Ln.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let f=0;f<this.path.length;f++)this.path[f].updateScroll();const a=this.layout;this.layout=this.measure(!1),this.layoutCorrected=Er(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:c}=this.options;c&&c.notify("LayoutMeasure",this.layout.layoutBox,a?a.layoutBox:void 0)}updateScroll(a="measure"){let c=!!(this.options.layoutScroll&&this.instance);this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===a&&(c=!1),c&&(this.scroll={animationId:this.root.animationId,phase:a,isRoot:r(this.instance),offset:n(this.instance)})}resetTransform(){if(!i)return;const a=this.isLayoutDirty||this.shouldResetTransform,c=this.projectionDelta&&!bD(this.projectionDelta),f=this.getTransformTemplate(),p=f?f(this.latestValues,""):void 0,b=p!==this.prevTransformTemplateValue;a&&(c||pc(this.latestValues)||b)&&(i(this.instance,p),this.shouldResetTransform=!1,this.scheduleRender())}measure(a=!0){const c=this.measurePageBox();let f=this.removeElementScroll(c);return a&&(f=this.removeTransform(f)),E5(f),{animationId:this.root.animationId,measuredBox:c,layoutBox:f,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:a}=this.options;if(!a)return Er();const c=a.measureViewportBox(),{scroll:f}=this.root;return f&&(uu(c.x,f.offset.x),uu(c.y,f.offset.y)),c}removeElementScroll(a){const c=Er();Es(c,a);for(let f=0;f<this.path.length;f++){const p=this.path[f],{scroll:b,options:m}=p;if(p!==this.root&&b&&m.layoutScroll){if(b.isRoot){Es(c,a);const{scroll:T}=this.root;T&&(uu(c.x,-T.offset.x),uu(c.y,-T.offset.y))}uu(c.x,b.offset.x),uu(c.y,b.offset.y)}}return c}applyTransform(a,c=!1){const f=Er();Es(f,a);for(let p=0;p<this.path.length;p++){const b=this.path[p];!c&&b.options.layoutScroll&&b.scroll&&b!==b.root&&Sf(f,{x:-b.scroll.offset.x,y:-b.scroll.offset.y}),pc(b.latestValues)&&Sf(f,b.latestValues)}return pc(this.latestValues)&&Sf(f,this.latestValues),f}removeTransform(a){const c=Er();Es(c,a);for(let f=0;f<this.path.length;f++){const p=this.path[f];if(!p.instance||!pc(p.latestValues))continue;wv(p.latestValues)&&p.updateSnapshot();const b=Er(),m=p.measurePageBox();Es(b,m),$S(c,p.latestValues,p.snapshot?p.snapshot.layoutBox:void 0,b)}return pc(this.latestValues)&&$S(c,this.latestValues),c}setTargetDelta(a){this.targetDelta=a,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(a){this.options={...this.options,...a,crossfade:a.crossfade!==void 0?a.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==Fi.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(a=!1){var c;const f=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=f.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=f.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=f.isSharedProjectionDirty);const p=!!this.resumingFrom||this!==f;if(!(a||p&&this.isSharedProjectionDirty||this.isProjectionDirty||!((c=this.parent)===null||c===void 0)&&c.isProjectionDirty||this.attemptToResolveRelativeTarget))return;const{layout:m,layoutId:T}=this.options;if(!(!this.layout||!(m||T))){if(this.resolvedRelativeTargetAt=Fi.timestamp,!this.targetDelta&&!this.relativeTarget){const E=this.getClosestProjectingParent();E&&E.layout&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=Er(),this.relativeTargetOrigin=Er(),kd(this.relativeTargetOrigin,this.layout.layoutBox,E.layout.layoutBox),Es(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=Er(),this.targetWithTransforms=Er()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),kz(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):Es(this.target,this.layout.layoutBox),hD(this.target,this.targetDelta)):Es(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const E=this.getClosestProjectingParent();E&&!!E.resumingFrom==!!this.resumingFrom&&!E.options.layoutScroll&&E.target&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=Er(),this.relativeTargetOrigin=Er(),kd(this.relativeTargetOrigin,this.target,E.target),Es(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}gc.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||wv(this.parent.latestValues)||dD(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var a;const c=this.getLead(),f=!!this.resumingFrom||this!==c;let p=!0;if((this.isProjectionDirty||!((a=this.parent)===null||a===void 0)&&a.isProjectionDirty)&&(p=!1),f&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(p=!1),this.resolvedRelativeTargetAt===Fi.timestamp&&(p=!1),p)return;const{layout:b,layoutId:m}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(b||m))return;Es(this.layoutCorrected,this.layout.layoutBox);const T=this.treeScale.x,E=this.treeScale.y;Lz(this.layoutCorrected,this.treeScale,this.path,f),c.layout&&!c.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(c.target=c.layout.layoutBox);const{target:A}=c;if(!A){this.projectionTransform&&(this.projectionDelta=xf(),this.projectionTransform="none",this.scheduleRender());return}this.projectionDelta||(this.projectionDelta=xf(),this.projectionDeltaWithTransform=xf());const I=this.projectionTransform;Ed(this.projectionDelta,this.layoutCorrected,A,this.latestValues),this.projectionTransform=US(this.projectionDelta,this.treeScale),(this.projectionTransform!==I||this.treeScale.x!==T||this.treeScale.y!==E)&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",A)),gc.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(a=!0){if(this.options.scheduleRender&&this.options.scheduleRender(),a){const c=this.getStack();c&&c.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}setAnimationOrigin(a,c=!1){const f=this.snapshot,p=f?f.latestValues:{},b={...this.latestValues},m=xf();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!c;const T=Er(),E=f?f.source:void 0,A=this.layout?this.layout.source:void 0,I=E!==A,M=this.getStack(),_=!M||M.members.length<=1,H=!!(I&&!_&&this.options.crossfade===!0&&!this.path.some(T5));this.animationProgress=0;let Y;this.mixTargetDelta=ne=>{const Z=ne/1e3;qS(m.x,a.x,Z),qS(m.y,a.y,Z),this.setTargetDelta(m),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(kd(T,this.layout.layoutBox,this.relativeParent.layout.layoutBox),S5(this.relativeTarget,this.relativeTargetOrigin,T,Z),Y&&t5(this.relativeTarget,Y)&&(this.isProjectionDirty=!1),Y||(Y=Er()),Es(Y,this.relativeTarget)),I&&(this.animationValues=b,Xz(b,p,this.latestValues,Z,H,_)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=Z},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(a){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(Pl(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=Ln.update(()=>{Yh.hasAnimatedSinceResize=!0,this.currentAnimation=l5(0,zS,{...a,onUpdate:c=>{this.mixTargetDelta(c),a.onUpdate&&a.onUpdate(c)},onComplete:()=>{a.onComplete&&a.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const a=this.getStack();a&&a.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(zS),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const a=this.getLead();let{targetWithTransforms:c,target:f,layout:p,latestValues:b}=a;if(!(!c||!f||!p)){if(this!==a&&this.layout&&p&&SD(this.options.animationType,this.layout.layoutBox,p.layoutBox)){f=this.target||Er();const m=es(this.layout.layoutBox.x);f.x.min=a.target.x.min,f.x.max=f.x.min+m;const T=es(this.layout.layoutBox.y);f.y.min=a.target.y.min,f.y.max=f.y.min+T}Es(c,f),Sf(c,b),Ed(this.projectionDeltaWithTransform,this.layoutCorrected,c,b)}}registerSharedNode(a,c){this.sharedNodes.has(a)||this.sharedNodes.set(a,new n5),this.sharedNodes.get(a).add(c);const p=c.options.initialPromotionConfig;c.promote({transition:p?p.transition:void 0,preserveFollowOpacity:p&&p.shouldPreserveFollowOpacity?p.shouldPreserveFollowOpacity(c):void 0})}isLead(){const a=this.getStack();return a?a.lead===this:!0}getLead(){var a;const{layoutId:c}=this.options;return c?((a=this.getStack())===null||a===void 0?void 0:a.lead)||this:this}getPrevLead(){var a;const{layoutId:c}=this.options;return c?(a=this.getStack())===null||a===void 0?void 0:a.prevLead:void 0}getStack(){const{layoutId:a}=this.options;if(a)return this.root.sharedNodes.get(a)}promote({needsReset:a,transition:c,preserveFollowOpacity:f}={}){const p=this.getStack();p&&p.promote(this,f),a&&(this.projectionDelta=void 0,this.needsReset=!0),c&&this.setOptions({transition:c})}relegate(){const a=this.getStack();return a?a.relegate(this):!1}resetRotation(){const{visualElement:a}=this.options;if(!a)return;let c=!1;const{latestValues:f}=a;if((f.rotate||f.rotateX||f.rotateY||f.rotateZ)&&(c=!0),!c)return;const p={};for(let b=0;b<WS.length;b++){const m="rotate"+WS[b];f[m]&&(p[m]=f[m],a.setStaticValue(m,0))}a.render();for(const b in p)a.setStaticValue(b,p[b]);a.scheduleRender()}getProjectionStyles(a){var c,f;if(!this.instance||this.isSVG)return;if(!this.isVisible)return u5;const p={visibility:""},b=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,p.opacity="",p.pointerEvents=zh(a==null?void 0:a.pointerEvents)||"",p.transform=b?b(this.latestValues,""):"none",p;const m=this.getLead();if(!this.projectionDelta||!this.layout||!m.target){const I={};return this.options.layoutId&&(I.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,I.pointerEvents=zh(a==null?void 0:a.pointerEvents)||""),this.hasProjected&&!pc(this.latestValues)&&(I.transform=b?b({},""):"none",this.hasProjected=!1),I}const T=m.animationValues||m.latestValues;this.applyTransformsToTarget(),p.transform=US(this.projectionDeltaWithTransform,this.treeScale,T),b&&(p.transform=b(T,p.transform));const{x:E,y:A}=this.projectionDelta;p.transformOrigin=`${E.origin*100}% ${A.origin*100}% 0`,m.animationValues?p.opacity=m===this?(f=(c=T.opacity)!==null&&c!==void 0?c:this.latestValues.opacity)!==null&&f!==void 0?f:1:this.preserveOpacity?this.latestValues.opacity:T.opacityExit:p.opacity=m===this?T.opacity!==void 0?T.opacity:"":T.opacityExit!==void 0?T.opacityExit:0;for(const I in fp){if(T[I]===void 0)continue;const{correct:M,applyTo:_}=fp[I],H=p.transform==="none"?T[I]:M(T[I],m);if(_){const Y=_.length;for(let ne=0;ne<Y;ne++)p[_[ne]]=H}else p[I]=H}return this.options.layoutId&&(p.pointerEvents=m===this?zh(a==null?void 0:a.pointerEvents)||"":"none"),p}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(a=>{var c;return(c=a.currentAnimation)===null||c===void 0?void 0:c.stop()}),this.root.nodes.forEach(YS),this.root.sharedNodes.clear()}}}function f5(t){t.updateLayout()}function d5(t){var e;const n=((e=t.resumeFrom)===null||e===void 0?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&n&&t.hasListeners("didUpdate")){const{layoutBox:r,measuredBox:i}=t.layout,{animationType:o}=t.options,a=n.source!==t.layout.source;o==="size"?Ps(m=>{const T=a?n.measuredBox[m]:n.layoutBox[m],E=es(T);T.min=r[m].min,T.max=T.min+E}):SD(o,n.layoutBox,r)&&Ps(m=>{const T=a?n.measuredBox[m]:n.layoutBox[m],E=es(r[m]);T.max=T.min+E,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[m].max=t.relativeTarget[m].min+E)});const c=xf();Ed(c,r,n.layoutBox);const f=xf();a?Ed(f,t.applyTransform(i,!0),n.measuredBox):Ed(f,r,n.layoutBox);const p=!bD(c);let b=!1;if(!t.resumeFrom){const m=t.getClosestProjectingParent();if(m&&!m.resumeFrom){const{snapshot:T,layout:E}=m;if(T&&E){const A=Er();kd(A,n.layoutBox,T.layoutBox);const I=Er();kd(I,r,E.layoutBox),wD(A,I)||(b=!0),m.options.layoutRoot&&(t.relativeTarget=I,t.relativeTargetOrigin=A,t.relativeParent=m)}}}t.notifyListeners("didUpdate",{layout:r,snapshot:n,delta:f,layoutDelta:c,hasLayoutChanged:p,hasRelativeTargetChanged:b})}else if(t.isLead()){const{onExitComplete:r}=t.options;r&&r()}t.options.transition=void 0}function h5(t){gc.totalNodes++,t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function p5(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function g5(t){t.clearSnapshot()}function YS(t){t.clearMeasurements()}function m5(t){t.isLayoutDirty=!1}function v5(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function GS(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function y5(t){t.resolveTargetDelta()}function b5(t){t.calcProjection()}function w5(t){t.resetRotation()}function x5(t){t.removeLeadSnapshot()}function qS(t,e,n){t.translate=Zn(e.translate,0,n),t.scale=Zn(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function XS(t,e,n,r){t.min=Zn(e.min,n.min,r),t.max=Zn(e.max,n.max,r)}function S5(t,e,n,r){XS(t.x,e.x,n.x,r),XS(t.y,e.y,n.y,r)}function T5(t){return t.animationValues&&t.animationValues.opacityExit!==void 0}const C5={duration:.45,ease:[.4,0,.1,1]},KS=t=>typeof navigator<"u"&&navigator.userAgent.toLowerCase().includes(t),ZS=KS("applewebkit/")&&!KS("chrome/")?Math.round:sr;function JS(t){t.min=ZS(t.min),t.max=ZS(t.max)}function E5(t){JS(t.x),JS(t.y)}function SD(t,e,n){return t==="position"||t==="preserve-aspect"&&!yv(HS(e),HS(n),.2)}const k5=xD({attachResizeListener:(t,e)=>wl(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),am={current:void 0},TD=xD({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!am.current){const t=new k5({});t.mount(window),t.setOptions({layoutScroll:!0}),am.current=t}return am.current},resetTransform:(t,e)=>{t.style.transform=e!==void 0?e:"none"},checkIsScrollRoot:t=>window.getComputedStyle(t).position==="fixed"}),D5={pan:{Feature:Uz},drag:{Feature:Hz,ProjectionNode:TD,MeasureLayout:mD}},P5=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function O5(t){const e=P5.exec(t);if(!e)return[,];const[,n,r]=e;return[n,r]}const _5=4;function Sv(t,e,n=1){aa(n<=_5,`Max CSS variable fallback depth detected in property "${t}". This may indicate a circular fallback dependency.`);const[r,i]=O5(t);if(!r)return;const o=window.getComputedStyle(e).getPropertyValue(r);if(o){const a=o.trim();return oD(a)?parseFloat(a):a}else return fv(i)?Sv(i,e,n+1):i}function R5(t,{...e},n){const r=t.current;if(!(r instanceof Element))return{target:e,transitionEnd:n};n&&(n={...n}),t.values.forEach(i=>{const o=i.get();if(!fv(o))return;const a=Sv(o,r);a&&i.set(a)});for(const i in e){const o=e[i];if(!fv(o))continue;const a=Sv(o,r);a&&(e[i]=a,n||(n={}),n[i]===void 0&&(n[i]=o))}return{target:e,transitionEnd:n}}const A5=new Set(["width","height","top","left","right","bottom","x","y","translateX","translateY"]),CD=t=>A5.has(t),I5=t=>Object.keys(t).some(CD),_h=t=>t===Ac||t===Rt,QS=(t,e)=>parseFloat(t.split(", ")[e]),e1=(t,e)=>(n,{transform:r})=>{if(r==="none"||!r)return 0;const i=r.match(/^matrix3d\((.+)\)$/);if(i)return QS(i[1],e);{const o=r.match(/^matrix\((.+)\)$/);return o?QS(o[1],t):0}},M5=new Set(["x","y","z"]),L5=Kd.filter(t=>!M5.has(t));function F5(t){const e=[];return L5.forEach(n=>{const r=t.getValue(n);r!==void 0&&(e.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),e.length&&t.render(),e}const _f={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:e1(4,13),y:e1(5,14)};_f.translateX=_f.x;_f.translateY=_f.y;const N5=(t,e,n)=>{const r=e.measureViewportBox(),i=e.current,o=getComputedStyle(i),{display:a}=o,c={};a==="none"&&e.setStaticValue("display",t.display||"block"),n.forEach(p=>{c[p]=_f[p](r,o)}),e.render();const f=e.measureViewportBox();return n.forEach(p=>{const b=e.getValue(p);b&&b.jump(c[p]),t[p]=_f[p](f,o)}),t},j5=(t,e,n={},r={})=>{e={...e},r={...r};const i=Object.keys(e).filter(CD);let o=[],a=!1;const c=[];if(i.forEach(f=>{const p=t.getValue(f);if(!t.hasValue(f))return;let b=n[f],m=ad(b);const T=e[f];let E;if(hp(T)){const A=T.length,I=T[0]===null?1:0;b=T[I],m=ad(b);for(let M=I;M<A&&T[M]!==null;M++)E?aa(ad(T[M])===E,"All keyframes must be of the same type"):(E=ad(T[M]),aa(E===m||_h(m)&&_h(E),"Keyframes must be of the same dimension as the current value"))}else E=ad(T);if(m!==E)if(_h(m)&&_h(E)){const A=p.get();typeof A=="string"&&p.set(parseFloat(A)),typeof T=="string"?e[f]=parseFloat(T):Array.isArray(T)&&E===Rt&&(e[f]=T.map(parseFloat))}else m!=null&&m.transform&&(E!=null&&E.transform)&&(b===0||T===0)?b===0?p.set(E.transform(b)):e[f]=m.transform(T):(a||(o=F5(t),a=!0),c.push(f),r[f]=r[f]!==void 0?r[f]:e[f],p.jump(T))}),c.length){const f=c.indexOf("height")>=0?window.pageYOffset:null,p=N5(e,t,c);return o.length&&o.forEach(([b,m])=>{t.getValue(b).set(m)}),t.render(),Vp&&f!==null&&window.scrollTo({top:f}),{target:p,transitionEnd:r}}else return{target:e,transitionEnd:r}};function B5(t,e,n,r){return I5(e)?j5(t,e,n,r):{target:e,transitionEnd:r}}const $5=(t,e,n,r)=>{const i=R5(t,e,r);return e=i.target,r=i.transitionEnd,B5(t,e,n,r)},Tv={current:null},ED={current:!1};function V5(){if(ED.current=!0,!!Vp)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>Tv.current=t.matches;t.addListener(e),e()}else Tv.current=!1}function H5(t,e,n){const{willChange:r}=e;for(const i in e){const o=e[i],a=n[i];if(Ro(o))t.addValue(i,o),vp(r)&&r.add(i),process.env.NODE_ENV==="development"&&Qy(o.version==="10.18.0",`Attempting to mix Framer Motion versions ${o.version} with 10.18.0 may not work as expected.`);else if(Ro(a))t.addValue(i,Of(o,{owner:t})),vp(r)&&r.remove(i);else if(a!==o)if(t.hasValue(i)){const c=t.getValue(i);!c.hasAnimated&&c.set(o)}else{const c=t.getStaticValue(i);t.addValue(i,Of(c!==void 0?c:o,{owner:t}))}}for(const i in n)e[i]===void 0&&t.removeValue(i);return e}const t1=new WeakMap,kD=Object.keys(jd),U5=kD.length,n1=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],W5=Fy.length;class z5{constructor({parent:e,props:n,presenceContext:r,reducedMotionConfig:i,visualState:o},a={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>Ln.render(this.render,!1,!0);const{latestValues:c,renderState:f}=o;this.latestValues=c,this.baseTarget={...c},this.initialValues=n.initial?{...c}:{},this.renderState=f,this.parent=e,this.props=n,this.presenceContext=r,this.depth=e?e.depth+1:0,this.reducedMotionConfig=i,this.options=a,this.isControllingVariants=Up(n),this.isVariantNode=ck(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(e&&e.current);const{willChange:p,...b}=this.scrapeMotionValuesFromProps(n,{});for(const m in b){const T=b[m];c[m]!==void 0&&Ro(T)&&(T.set(c[m],!1),vp(p)&&p.add(m))}}scrapeMotionValuesFromProps(e,n){return{}}mount(e){this.current=e,t1.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,r)=>this.bindToMotionValue(r,n)),ED.current||V5(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:Tv.current,process.env.NODE_ENV!=="production"&&Qy(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected."),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){t1.delete(this.current),this.projection&&this.projection.unmount(),Pl(this.notifyUpdate),Pl(this.render),this.valueSubscriptions.forEach(e=>e()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features)this.features[e].unmount();this.current=null}bindToMotionValue(e,n){const r=Rc.has(e),i=n.on("change",a=>{this.latestValues[e]=a,this.props.onUpdate&&Ln.update(this.notifyUpdate,!1,!0),r&&this.projection&&(this.projection.isTransformDirty=!0)}),o=n.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(e,()=>{i(),o()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}loadFeatures({children:e,...n},r,i,o){let a,c;if(process.env.NODE_ENV!=="production"&&i&&r){const f="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";n.ignoreStrict?Qd(!1,f):aa(!1,f)}for(let f=0;f<U5;f++){const p=kD[f],{isEnabled:b,Feature:m,ProjectionNode:T,MeasureLayout:E}=jd[p];T&&(a=T),b(n)&&(!this.features[p]&&m&&(this.features[p]=new m(this)),E&&(c=E))}if((this.type==="html"||this.type==="svg")&&!this.projection&&a){this.projection=new a(this.latestValues,this.parent&&this.parent.projection);const{layoutId:f,layout:p,drag:b,dragConstraints:m,layoutScroll:T,layoutRoot:E}=n;this.projection.setOptions({layoutId:f,layout:p,alwaysMeasureLayout:!!b||m&&bf(m),visualElement:this,scheduleRender:()=>this.scheduleRender(),animationType:typeof p=="string"?p:"both",initialPromotionConfig:o,layoutScroll:T,layoutRoot:E})}return c}updateFeatures(){for(const e in this.features){const n=this.features[e];n.isMounted?n.update():(n.mount(),n.isMounted=!0)}}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):Er()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,n){this.latestValues[e]=n}makeTargetAnimatable(e,n=!0){return this.makeTargetAnimatableFromInstance(e,this.props,n)}update(e,n){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<n1.length;r++){const i=n1[r];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const o=e["on"+i];o&&(this.propEventSubscriptions[i]=this.on(i,o))}this.prevMotionValues=H5(this,this.scrapeMotionValuesFromProps(e,this.prevProps),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}getVariantContext(e=!1){if(e)return this.parent?this.parent.getVariantContext():void 0;if(!this.isControllingVariants){const r=this.parent?this.parent.getVariantContext()||{}:{};return this.props.initial!==void 0&&(r.initial=this.props.initial),r}const n={};for(let r=0;r<W5;r++){const i=Fy[r],o=this.props[i];(Nd(o)||o===!1)&&(n[i]=o)}return n}addVariantChild(e){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(e),()=>n.variantChildren.delete(e)}addValue(e,n){n!==this.values.get(e)&&(this.removeValue(e),this.bindToMotionValue(e,n)),this.values.set(e,n),this.latestValues[e]=n.get()}removeValue(e){this.values.delete(e);const n=this.valueSubscriptions.get(e);n&&(n(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,n){if(this.props.values&&this.props.values[e])return this.props.values[e];let r=this.values.get(e);return r===void 0&&n!==void 0&&(r=Of(n,{owner:this}),this.addValue(e,r)),r}readValue(e){var n;return this.latestValues[e]!==void 0||!this.current?this.latestValues[e]:(n=this.getBaseTargetFromProps(this.props,e))!==null&&n!==void 0?n:this.readValueFromInstance(this.current,e,this.options)}setBaseTarget(e,n){this.baseTarget[e]=n}getBaseTarget(e){var n;const{initial:r}=this.props,i=typeof r=="string"||typeof r=="object"?(n=Uy(this.props,r))===null||n===void 0?void 0:n[e]:void 0;if(r&&i!==void 0)return i;const o=this.getBaseTargetFromProps(this.props,e);return o!==void 0&&!Ro(o)?o:this.initialValues[e]!==void 0&&i===void 0?void 0:this.baseTarget[e]}on(e,n){return this.events[e]||(this.events[e]=new Jy),this.events[e].add(n)}notify(e,...n){this.events[e]&&this.events[e].notify(...n)}}class DD extends z5{sortInstanceNodePosition(e,n){return e.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(e,n){return e.style?e.style[n]:void 0}removeValueFromRenderState(e,{vars:n,style:r}){delete n[e],delete r[e]}makeTargetAnimatableFromInstance({transition:e,transitionEnd:n,...r},{transformValues:i},o){let a=az(r,e||{},this);if(i&&(n&&(n=i(n)),r&&(r=i(r)),a&&(a=i(a))),o){oz(this,r,a);const c=$5(this,r,a,n);n=c.transitionEnd,r=c.target}return{transition:e,transitionEnd:n,...r}}}function Y5(t){return window.getComputedStyle(t)}class G5 extends DD{constructor(){super(...arguments),this.type="html"}readValueFromInstance(e,n){if(Rc.has(n)){const r=Gy(n);return r&&r.default||0}else{const r=Y5(e),i=(gk(n)?r.getPropertyValue(n):r[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(e,{transformPagePoint:n}){return pD(e,n)}build(e,n,r,i){jy(e,n,r,i.transformTemplate)}scrapeMotionValuesFromProps(e,n){return Hy(e,n)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;Ro(e)&&(this.childSubscription=e.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}renderInstance(e,n,r,i){xk(e,n,r,i)}}class q5 extends DD{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1}getBaseTargetFromProps(e,n){return e[n]}readValueFromInstance(e,n){if(Rc.has(n)){const r=Gy(n);return r&&r.default||0}return n=Sk.has(n)?n:My(n),e.getAttribute(n)}measureInstanceViewportBox(){return Er()}scrapeMotionValuesFromProps(e,n){return Ck(e,n)}build(e,n,r,i){$y(e,n,r,this.isSVGTag,i.transformTemplate)}renderInstance(e,n,r,i){Tk(e,n,r,i)}mount(e){this.isSVGTag=Vy(e.tagName),super.mount(e)}}const X5=(t,e)=>Ny(t)?new q5(e,{enableHardwareAcceleration:!1}):new G5(e,{enableHardwareAcceleration:!0}),K5={layout:{ProjectionNode:TD,MeasureLayout:mD}},Z5={...Sz,...WU,...D5,...K5},PD=JH((t,e)=>RU(t,e,Z5,X5));function OD(t){return Ep({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M463 192H315.9L271.2 58.6C269 52.1 262.9 48 256 48s-13 4.1-15.2 10.6L196.1 192H48c-8.8 0-16 7.2-16 16 0 .9.1 1.9.3 2.7.2 3.5 1.8 7.4 6.7 11.3l120.9 85.2-46.4 134.9c-2.3 6.5 0 13.8 5.5 18 2.9 2.1 5.6 3.9 9 3.9 3.3 0 7.2-1.7 10-3.6l118-84.1 118 84.1c2.8 2 6.7 3.6 10 3.6 3.4 0 6.1-1.7 8.9-3.9 5.6-4.2 7.8-11.4 5.5-18L352 307.2l119.9-86 2.9-2.5c2.6-2.8 5.2-6.6 5.2-10.7 0-8.8-8.2-16-17-16zm-127.2 92.5c-10 7.2-14.2 20.2-10.2 31.8l30.1 87.7c1.3 3.7-2.9 6.8-6.1 4.6l-77.4-55.2c-4.9-3.5-10.6-5.2-16.3-5.2-5.7 0-11.4 1.7-16.2 5.2l-77.4 55.1c-3.2 2.3-7.4-.9-6.1-4.6l30.1-87.7c4-11.8-.2-24.8-10.3-32l-81-57.1c-3.2-2.2-1.6-7.3 2.3-7.3H196c12 0 22.7-7.7 26.5-19.1l29.6-88.2c1.2-3.6 6.4-3.6 7.6 0l29.6 88.2c3.8 11.4 14.5 19.1 26.5 19.1h97.3c3.9 0 5.5 5 2.3 7.2l-79.6 57.5z"},child:[]}]})(t)}function _D(t){return Ep({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M256 372.686L380.83 448l-33.021-142.066L458 210.409l-145.267-12.475L256 64l-56.743 133.934L54 210.409l110.192 95.525L131.161 448z"},child:[]}]})(t)}function eb(t,e){return e?t:void 0}function J5(t){return _e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16",...t,children:_e.jsx("path",{fill:"currenColor",d:"M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"})})}function Q5(t){const{renderChildren:e,parentRef:n,onlyChild:r}=t,[i,o]=q.useState({top:0,left:0}),a=q.useRef(null),[c,f]=q.useState("auto");return q.useLayoutEffect(()=>{if(n.current&&a.current){const p=n.current.getBoundingClientRect(),b=a.current.getBoundingClientRect();let m=p.top;const T=p.left+p.width,E=b.height+(window.innerHeight-p.top)>window.innerHeight;E&&(console.log("overtop"),f(window.innerHeight-p.top-50)),p.top+b.height>window.innerHeight&&!E&&(m=p.top-b.height+p.height),o({top:m,left:T})}},[n,a]),r?e({maxHeight:c}):Fv.createPortal(_e.jsx("div",{ref:a,style:{position:"fixed",top:i.top,left:i.left,zIndex:1200},onDragStart:p=>{console.log("onDragStart Dropdown",p.target)},children:e({maxHeight:c})}),n.current)}function Rf(){return Rf=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)({}).hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},Rf.apply(null,arguments)}const e4=Object.freeze(Object.defineProperty({__proto__:null,get default(){return Rf}},Symbol.toStringTag,{value:"Module"}));function RD(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,qh(t,e)}function lm(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,o;r<i;r++)(o||!(r in e))&&(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))}/*!
|
|
9
|
+
* content-type
|
|
10
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
11
|
+
* MIT Licensed
|
|
12
|
+
*/var r1=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,t4=/\\([\u000b\u0020-\u00ff])/g,n4=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/,r4=i4;function i4(t){if(!t)throw new TypeError("argument string is required");var e=typeof t=="object"?o4(t):t;if(typeof e!="string")throw new TypeError("argument string is required to be a string");var n=e.indexOf(";"),r=n!==-1?e.slice(0,n).trim():e.trim();if(!n4.test(r))throw new TypeError("invalid media type");var i=new s4(r.toLowerCase());if(n!==-1){var o,a,c;for(r1.lastIndex=n;a=r1.exec(e);){if(a.index!==n)throw new TypeError("invalid parameter format");n+=a[0].length,o=a[1].toLowerCase(),c=a[2],c.charCodeAt(0)===34&&(c=c.slice(1,-1),c.indexOf("\\")!==-1&&(c=c.replace(t4,"$1"))),i.parameters[o]=c}if(n!==e.length)throw new TypeError("invalid parameter format")}return i}function o4(t){var e;if(typeof t.getHeader=="function"?e=t.getHeader("content-type"):typeof t.headers=="object"&&(e=t.headers&&t.headers["content-type"]),typeof e!="string")throw new TypeError("content-type header is missing from object");return e}function s4(t){this.parameters=Object.create(null),this.type=t}var df=new Map,AD=function(e){return e.cloneNode(!0)},i1=function(){return window.location.protocol==="file:"},ID=function(e,n,r){var i=new XMLHttpRequest;i.onreadystatechange=function(){try{if(!/\.svg/i.test(e)&&i.readyState===2){var o=i.getResponseHeader("Content-Type");if(!o)throw new Error("Content type not found");var a=r4(o).type;if(!(a==="image/svg+xml"||a==="text/plain"))throw new Error("Invalid content type: ".concat(a))}if(i.readyState===4){if(i.status===404||i.responseXML===null)throw new Error(i1()?"Note: SVG injection ajax calls do not work locally without adjusting security settings in your browser. Or consider using a local webserver.":"Unable to load SVG file: "+e);if(i.status===200||i1()&&i.status===0)r(null,i);else throw new Error("There was a problem injecting the SVG: "+i.status+" "+i.statusText)}}catch(c){if(i.abort(),c instanceof Error)r(c,i);else throw c}},i.open("GET",e),i.withCredentials=n,i.overrideMimeType&&i.overrideMimeType("text/xml"),i.send()},cu={},o1=function(e,n){cu[e]=cu[e]||[],cu[e].push(n)},a4=function(e){for(var n=function(a,c){setTimeout(function(){if(Array.isArray(cu[e])){var f=df.get(e),p=cu[e][a];f instanceof SVGSVGElement&&p(null,AD(f)),f instanceof Error&&p(f),a===cu[e].length-1&&delete cu[e]}},0)},r=0,i=cu[e].length;r<i;r++)n(r)},l4=function(e,n,r){if(df.has(e)){var i=df.get(e);if(i===void 0){o1(e,r);return}if(i instanceof SVGSVGElement){r(null,AD(i));return}}df.set(e,void 0),o1(e,r),ID(e,n,function(o,a){var c;o?df.set(e,o):((c=a.responseXML)===null||c===void 0?void 0:c.documentElement)instanceof SVGSVGElement&&df.set(e,a.responseXML.documentElement),a4(e)})},u4=function(e,n,r){ID(e,n,function(i,o){var a;i?r(i):((a=o.responseXML)===null||a===void 0?void 0:a.documentElement)instanceof SVGSVGElement&&r(null,o.responseXML.documentElement)})},c4=0,f4=function(){return++c4},La=[],s1={},d4="http://www.w3.org/2000/svg",um="http://www.w3.org/1999/xlink",a1=function(e,n,r,i,o,a,c){var f=e.getAttribute("data-src")||e.getAttribute("src");if(!f){c(new Error("Invalid data-src or src attribute"));return}if(La.indexOf(e)!==-1){La.splice(La.indexOf(e),1),e=null;return}La.push(e),e.setAttribute("src","");var p=i?l4:u4;p(f,o,function(b,m){if(!m){La.splice(La.indexOf(e),1),e=null,c(b);return}var T=e.getAttribute("id");T&&m.setAttribute("id",T);var E=e.getAttribute("title");E&&m.setAttribute("title",E);var A=e.getAttribute("width");A&&m.setAttribute("width",A);var I=e.getAttribute("height");I&&m.setAttribute("height",I);var M=Array.from(new Set(lm(lm(lm([],(m.getAttribute("class")||"").split(" "),!0),["injected-svg"],!1),(e.getAttribute("class")||"").split(" "),!0))).join(" ").trim();m.setAttribute("class",M);var _=e.getAttribute("style");_&&m.setAttribute("style",_),m.setAttribute("data-src",f);var H=[].filter.call(e.attributes,function(Ne){return/^data-\w[\w-]*$/.test(Ne.name)});if(Array.prototype.forEach.call(H,function(Ne){Ne.name&&Ne.value&&m.setAttribute(Ne.name,Ne.value)}),r){var Y={clipPath:["clip-path"],"color-profile":["color-profile"],cursor:["cursor"],filter:["filter"],linearGradient:["fill","stroke"],marker:["marker","marker-start","marker-mid","marker-end"],mask:["mask"],path:[],pattern:["fill","stroke"],radialGradient:["fill","stroke"]},ne,Z,ce,S,ue;Object.keys(Y).forEach(function(Ne){ne=Ne,ce=Y[Ne],Z=m.querySelectorAll(ne+"[id]");for(var tt=function(et,qe){S=Z[et].id,ue=S+"-"+f4();var Je;Array.prototype.forEach.call(ce,function(At){Je=m.querySelectorAll("["+At+'*="'+S+'"]');for(var Mt=0,Vn=Je.length;Mt<Vn;Mt++){var mr=Je[Mt].getAttribute(At);mr&&!mr.match(new RegExp('url\\("?#'+S+'"?\\)'))||Je[Mt].setAttribute(At,"url(#"+ue+")")}});for(var Ke=m.querySelectorAll("[*|href]"),ot=[],ct=0,pt=Ke.length;ct<pt;ct++){var ft=Ke[ct].getAttributeNS(um,"href");ft&&ft.toString()==="#"+Z[et].id&&ot.push(Ke[ct])}for(var yt=0,Qe=ot.length;yt<Qe;yt++)ot[yt].setAttributeNS(um,"href","#"+ue);Z[et].id=ue},me=0,ke=Z.length;me<ke;me++)tt(me)})}m.removeAttribute("xmlns:a");for(var ae=m.querySelectorAll("script"),Ge=[],Le,Me,$e=0,Ue=ae.length;$e<Ue;$e++)Me=ae[$e].getAttribute("type"),(!Me||Me==="application/ecmascript"||Me==="application/javascript"||Me==="text/javascript")&&(Le=ae[$e].innerText||ae[$e].textContent,Le&&Ge.push(Le),m.removeChild(ae[$e]));if(Ge.length>0&&(n==="always"||n==="once"&&!s1[f])){for(var he=0,Ce=Ge.length;he<Ce;he++)new Function(Ge[he])(window);s1[f]=!0}var Pe=m.querySelectorAll("style");if(Array.prototype.forEach.call(Pe,function(Ne){Ne.textContent+=""}),m.setAttribute("xmlns",d4),m.setAttribute("xmlns:xlink",um),a(m),!e.parentNode){La.splice(La.indexOf(e),1),e=null,c(new Error("Parent node is null"));return}e.parentNode.replaceChild(m,e),La.splice(La.indexOf(e),1),e=null,c(null,m)})},h4=function(e,n){var r=n===void 0?{}:n,i=r.afterAll,o=i===void 0?function(){}:i,a=r.afterEach,c=a===void 0?function(){}:a,f=r.beforeEach,p=f===void 0?function(){}:f,b=r.cacheRequests,m=b===void 0?!0:b,T=r.evalScripts,E=T===void 0?"never":T,A=r.httpRequestWithCredentials,I=A===void 0?!1:A,M=r.renumerateIRIElements,_=M===void 0?!0:M;if(e&&"length"in e)for(var H=0,Y=0,ne=e.length;Y<ne;Y++)a1(e[Y],E,_,m,I,p,function(Z,ce){c(Z,ce),e&&"length"in e&&e.length===++H&&o(H)});else e?a1(e,E,_,m,I,p,function(Z,ce){c(Z,ce),o(1),e=null}):o(0)},Cv={exports:{}},Rh={exports:{}},mn={};/** @license React v16.13.1
|
|
13
|
+
* react-is.production.min.js
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
16
|
+
*
|
|
17
|
+
* This source code is licensed under the MIT license found in the
|
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
|
19
|
+
*/var l1;function p4(){if(l1)return mn;l1=1;var t=typeof Symbol=="function"&&Symbol.for,e=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,r=t?Symbol.for("react.fragment"):60107,i=t?Symbol.for("react.strict_mode"):60108,o=t?Symbol.for("react.profiler"):60114,a=t?Symbol.for("react.provider"):60109,c=t?Symbol.for("react.context"):60110,f=t?Symbol.for("react.async_mode"):60111,p=t?Symbol.for("react.concurrent_mode"):60111,b=t?Symbol.for("react.forward_ref"):60112,m=t?Symbol.for("react.suspense"):60113,T=t?Symbol.for("react.suspense_list"):60120,E=t?Symbol.for("react.memo"):60115,A=t?Symbol.for("react.lazy"):60116,I=t?Symbol.for("react.block"):60121,M=t?Symbol.for("react.fundamental"):60117,_=t?Symbol.for("react.responder"):60118,H=t?Symbol.for("react.scope"):60119;function Y(Z){if(typeof Z=="object"&&Z!==null){var ce=Z.$$typeof;switch(ce){case e:switch(Z=Z.type,Z){case f:case p:case r:case o:case i:case m:return Z;default:switch(Z=Z&&Z.$$typeof,Z){case c:case b:case A:case E:case a:return Z;default:return ce}}case n:return ce}}}function ne(Z){return Y(Z)===p}return mn.AsyncMode=f,mn.ConcurrentMode=p,mn.ContextConsumer=c,mn.ContextProvider=a,mn.Element=e,mn.ForwardRef=b,mn.Fragment=r,mn.Lazy=A,mn.Memo=E,mn.Portal=n,mn.Profiler=o,mn.StrictMode=i,mn.Suspense=m,mn.isAsyncMode=function(Z){return ne(Z)||Y(Z)===f},mn.isConcurrentMode=ne,mn.isContextConsumer=function(Z){return Y(Z)===c},mn.isContextProvider=function(Z){return Y(Z)===a},mn.isElement=function(Z){return typeof Z=="object"&&Z!==null&&Z.$$typeof===e},mn.isForwardRef=function(Z){return Y(Z)===b},mn.isFragment=function(Z){return Y(Z)===r},mn.isLazy=function(Z){return Y(Z)===A},mn.isMemo=function(Z){return Y(Z)===E},mn.isPortal=function(Z){return Y(Z)===n},mn.isProfiler=function(Z){return Y(Z)===o},mn.isStrictMode=function(Z){return Y(Z)===i},mn.isSuspense=function(Z){return Y(Z)===m},mn.isValidElementType=function(Z){return typeof Z=="string"||typeof Z=="function"||Z===r||Z===p||Z===o||Z===i||Z===m||Z===T||typeof Z=="object"&&Z!==null&&(Z.$$typeof===A||Z.$$typeof===E||Z.$$typeof===a||Z.$$typeof===c||Z.$$typeof===b||Z.$$typeof===M||Z.$$typeof===_||Z.$$typeof===H||Z.$$typeof===I)},mn.typeOf=Y,mn}var vn={};/** @license React v16.13.1
|
|
20
|
+
* react-is.development.js
|
|
21
|
+
*
|
|
22
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
23
|
+
*
|
|
24
|
+
* This source code is licensed under the MIT license found in the
|
|
25
|
+
* LICENSE file in the root directory of this source tree.
|
|
26
|
+
*/var u1;function g4(){return u1||(u1=1,process.env.NODE_ENV!=="production"&&function(){var t=typeof Symbol=="function"&&Symbol.for,e=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,r=t?Symbol.for("react.fragment"):60107,i=t?Symbol.for("react.strict_mode"):60108,o=t?Symbol.for("react.profiler"):60114,a=t?Symbol.for("react.provider"):60109,c=t?Symbol.for("react.context"):60110,f=t?Symbol.for("react.async_mode"):60111,p=t?Symbol.for("react.concurrent_mode"):60111,b=t?Symbol.for("react.forward_ref"):60112,m=t?Symbol.for("react.suspense"):60113,T=t?Symbol.for("react.suspense_list"):60120,E=t?Symbol.for("react.memo"):60115,A=t?Symbol.for("react.lazy"):60116,I=t?Symbol.for("react.block"):60121,M=t?Symbol.for("react.fundamental"):60117,_=t?Symbol.for("react.responder"):60118,H=t?Symbol.for("react.scope"):60119;function Y(Qe){return typeof Qe=="string"||typeof Qe=="function"||Qe===r||Qe===p||Qe===o||Qe===i||Qe===m||Qe===T||typeof Qe=="object"&&Qe!==null&&(Qe.$$typeof===A||Qe.$$typeof===E||Qe.$$typeof===a||Qe.$$typeof===c||Qe.$$typeof===b||Qe.$$typeof===M||Qe.$$typeof===_||Qe.$$typeof===H||Qe.$$typeof===I)}function ne(Qe){if(typeof Qe=="object"&&Qe!==null){var At=Qe.$$typeof;switch(At){case e:var Mt=Qe.type;switch(Mt){case f:case p:case r:case o:case i:case m:return Mt;default:var Vn=Mt&&Mt.$$typeof;switch(Vn){case c:case b:case A:case E:case a:return Vn;default:return At}}case n:return At}}}var Z=f,ce=p,S=c,ue=a,ae=e,Ge=b,Le=r,Me=A,$e=E,Ue=n,he=o,Ce=i,Pe=m,Ne=!1;function tt(Qe){return Ne||(Ne=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),me(Qe)||ne(Qe)===f}function me(Qe){return ne(Qe)===p}function ke(Qe){return ne(Qe)===c}function We(Qe){return ne(Qe)===a}function et(Qe){return typeof Qe=="object"&&Qe!==null&&Qe.$$typeof===e}function qe(Qe){return ne(Qe)===b}function Je(Qe){return ne(Qe)===r}function Ke(Qe){return ne(Qe)===A}function ot(Qe){return ne(Qe)===E}function ct(Qe){return ne(Qe)===n}function pt(Qe){return ne(Qe)===o}function ft(Qe){return ne(Qe)===i}function yt(Qe){return ne(Qe)===m}vn.AsyncMode=Z,vn.ConcurrentMode=ce,vn.ContextConsumer=S,vn.ContextProvider=ue,vn.Element=ae,vn.ForwardRef=Ge,vn.Fragment=Le,vn.Lazy=Me,vn.Memo=$e,vn.Portal=Ue,vn.Profiler=he,vn.StrictMode=Ce,vn.Suspense=Pe,vn.isAsyncMode=tt,vn.isConcurrentMode=me,vn.isContextConsumer=ke,vn.isContextProvider=We,vn.isElement=et,vn.isForwardRef=qe,vn.isFragment=Je,vn.isLazy=Ke,vn.isMemo=ot,vn.isPortal=ct,vn.isProfiler=pt,vn.isStrictMode=ft,vn.isSuspense=yt,vn.isValidElementType=Y,vn.typeOf=ne}()),vn}var c1;function MD(){return c1||(c1=1,process.env.NODE_ENV==="production"?Rh.exports=p4():Rh.exports=g4()),Rh.exports}/*
|
|
27
|
+
object-assign
|
|
28
|
+
(c) Sindre Sorhus
|
|
29
|
+
@license MIT
|
|
30
|
+
*/var cm,f1;function m4(){if(f1)return cm;f1=1;var t=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(o){if(o==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(o)}function i(){try{if(!Object.assign)return!1;var o=new String("abc");if(o[5]="de",Object.getOwnPropertyNames(o)[0]==="5")return!1;for(var a={},c=0;c<10;c++)a["_"+String.fromCharCode(c)]=c;var f=Object.getOwnPropertyNames(a).map(function(b){return a[b]});if(f.join("")!=="0123456789")return!1;var p={};return"abcdefghijklmnopqrst".split("").forEach(function(b){p[b]=b}),Object.keys(Object.assign({},p)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return cm=i()?Object.assign:function(o,a){for(var c,f=r(o),p,b=1;b<arguments.length;b++){c=Object(arguments[b]);for(var m in c)e.call(c,m)&&(f[m]=c[m]);if(t){p=t(c);for(var T=0;T<p.length;T++)n.call(c,p[T])&&(f[p[T]]=c[p[T]])}}return f},cm}var fm,d1;function tb(){if(d1)return fm;d1=1;var t="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return fm=t,fm}var dm,h1;function LD(){return h1||(h1=1,dm=Function.call.bind(Object.prototype.hasOwnProperty)),dm}var hm,p1;function v4(){if(p1)return hm;p1=1;var t=function(){};if(process.env.NODE_ENV!=="production"){var e=tb(),n={},r=LD();t=function(o){var a="Warning: "+o;typeof console<"u"&&console.error(a);try{throw new Error(a)}catch{}}}function i(o,a,c,f,p){if(process.env.NODE_ENV!=="production"){for(var b in o)if(r(o,b)){var m;try{if(typeof o[b]!="function"){var T=Error((f||"React class")+": "+c+" type `"+b+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[b]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw T.name="Invariant Violation",T}m=o[b](a,b,f,c,null,e)}catch(A){m=A}if(m&&!(m instanceof Error)&&t((f||"React class")+": type specification of "+c+" `"+b+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof m+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),m instanceof Error&&!(m.message in n)){n[m.message]=!0;var E=p?p():"";t("Failed "+c+" type: "+m.message+(E??""))}}}}return i.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},hm=i,hm}var pm,g1;function y4(){if(g1)return pm;g1=1;var t=MD(),e=m4(),n=tb(),r=LD(),i=v4(),o=function(){};process.env.NODE_ENV!=="production"&&(o=function(c){var f="Warning: "+c;typeof console<"u"&&console.error(f);try{throw new Error(f)}catch{}});function a(){return null}return pm=function(c,f){var p=typeof Symbol=="function"&&Symbol.iterator,b="@@iterator";function m(me){var ke=me&&(p&&me[p]||me[b]);if(typeof ke=="function")return ke}var T="<<anonymous>>",E={array:_("array"),bigint:_("bigint"),bool:_("boolean"),func:_("function"),number:_("number"),object:_("object"),string:_("string"),symbol:_("symbol"),any:H(),arrayOf:Y,element:ne(),elementType:Z(),instanceOf:ce,node:Ge(),objectOf:ue,oneOf:S,oneOfType:ae,shape:Me,exact:$e};function A(me,ke){return me===ke?me!==0||1/me===1/ke:me!==me&&ke!==ke}function I(me,ke){this.message=me,this.data=ke&&typeof ke=="object"?ke:{},this.stack=""}I.prototype=Error.prototype;function M(me){if(process.env.NODE_ENV!=="production")var ke={},We=0;function et(Je,Ke,ot,ct,pt,ft,yt){if(ct=ct||T,ft=ft||ot,yt!==n){if(f){var Qe=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw Qe.name="Invariant Violation",Qe}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var At=ct+":"+ot;!ke[At]&&We<3&&(o("You are manually calling a React.PropTypes validation function for the `"+ft+"` prop on `"+ct+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),ke[At]=!0,We++)}}return Ke[ot]==null?Je?Ke[ot]===null?new I("The "+pt+" `"+ft+"` is marked as required "+("in `"+ct+"`, but its value is `null`.")):new I("The "+pt+" `"+ft+"` is marked as required in "+("`"+ct+"`, but its value is `undefined`.")):null:me(Ke,ot,ct,pt,ft)}var qe=et.bind(null,!1);return qe.isRequired=et.bind(null,!0),qe}function _(me){function ke(We,et,qe,Je,Ke,ot){var ct=We[et],pt=Ce(ct);if(pt!==me){var ft=Pe(ct);return new I("Invalid "+Je+" `"+Ke+"` of type "+("`"+ft+"` supplied to `"+qe+"`, expected ")+("`"+me+"`."),{expectedType:me})}return null}return M(ke)}function H(){return M(a)}function Y(me){function ke(We,et,qe,Je,Ke){if(typeof me!="function")return new I("Property `"+Ke+"` of component `"+qe+"` has invalid PropType notation inside arrayOf.");var ot=We[et];if(!Array.isArray(ot)){var ct=Ce(ot);return new I("Invalid "+Je+" `"+Ke+"` of type "+("`"+ct+"` supplied to `"+qe+"`, expected an array."))}for(var pt=0;pt<ot.length;pt++){var ft=me(ot,pt,qe,Je,Ke+"["+pt+"]",n);if(ft instanceof Error)return ft}return null}return M(ke)}function ne(){function me(ke,We,et,qe,Je){var Ke=ke[We];if(!c(Ke)){var ot=Ce(Ke);return new I("Invalid "+qe+" `"+Je+"` of type "+("`"+ot+"` supplied to `"+et+"`, expected a single ReactElement."))}return null}return M(me)}function Z(){function me(ke,We,et,qe,Je){var Ke=ke[We];if(!t.isValidElementType(Ke)){var ot=Ce(Ke);return new I("Invalid "+qe+" `"+Je+"` of type "+("`"+ot+"` supplied to `"+et+"`, expected a single ReactElement type."))}return null}return M(me)}function ce(me){function ke(We,et,qe,Je,Ke){if(!(We[et]instanceof me)){var ot=me.name||T,ct=tt(We[et]);return new I("Invalid "+Je+" `"+Ke+"` of type "+("`"+ct+"` supplied to `"+qe+"`, expected ")+("instance of `"+ot+"`."))}return null}return M(ke)}function S(me){if(!Array.isArray(me))return process.env.NODE_ENV!=="production"&&(arguments.length>1?o("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):o("Invalid argument supplied to oneOf, expected an array.")),a;function ke(We,et,qe,Je,Ke){for(var ot=We[et],ct=0;ct<me.length;ct++)if(A(ot,me[ct]))return null;var pt=JSON.stringify(me,function(yt,Qe){var At=Pe(Qe);return At==="symbol"?String(Qe):Qe});return new I("Invalid "+Je+" `"+Ke+"` of value `"+String(ot)+"` "+("supplied to `"+qe+"`, expected one of "+pt+"."))}return M(ke)}function ue(me){function ke(We,et,qe,Je,Ke){if(typeof me!="function")return new I("Property `"+Ke+"` of component `"+qe+"` has invalid PropType notation inside objectOf.");var ot=We[et],ct=Ce(ot);if(ct!=="object")return new I("Invalid "+Je+" `"+Ke+"` of type "+("`"+ct+"` supplied to `"+qe+"`, expected an object."));for(var pt in ot)if(r(ot,pt)){var ft=me(ot,pt,qe,Je,Ke+"."+pt,n);if(ft instanceof Error)return ft}return null}return M(ke)}function ae(me){if(!Array.isArray(me))return process.env.NODE_ENV!=="production"&&o("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var ke=0;ke<me.length;ke++){var We=me[ke];if(typeof We!="function")return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+Ne(We)+" at index "+ke+"."),a}function et(qe,Je,Ke,ot,ct){for(var pt=[],ft=0;ft<me.length;ft++){var yt=me[ft],Qe=yt(qe,Je,Ke,ot,ct,n);if(Qe==null)return null;Qe.data&&r(Qe.data,"expectedType")&&pt.push(Qe.data.expectedType)}var At=pt.length>0?", expected one of type ["+pt.join(", ")+"]":"";return new I("Invalid "+ot+" `"+ct+"` supplied to "+("`"+Ke+"`"+At+"."))}return M(et)}function Ge(){function me(ke,We,et,qe,Je){return Ue(ke[We])?null:new I("Invalid "+qe+" `"+Je+"` supplied to "+("`"+et+"`, expected a ReactNode."))}return M(me)}function Le(me,ke,We,et,qe){return new I((me||"React class")+": "+ke+" type `"+We+"."+et+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+qe+"`.")}function Me(me){function ke(We,et,qe,Je,Ke){var ot=We[et],ct=Ce(ot);if(ct!=="object")return new I("Invalid "+Je+" `"+Ke+"` of type `"+ct+"` "+("supplied to `"+qe+"`, expected `object`."));for(var pt in me){var ft=me[pt];if(typeof ft!="function")return Le(qe,Je,Ke,pt,Pe(ft));var yt=ft(ot,pt,qe,Je,Ke+"."+pt,n);if(yt)return yt}return null}return M(ke)}function $e(me){function ke(We,et,qe,Je,Ke){var ot=We[et],ct=Ce(ot);if(ct!=="object")return new I("Invalid "+Je+" `"+Ke+"` of type `"+ct+"` "+("supplied to `"+qe+"`, expected `object`."));var pt=e({},We[et],me);for(var ft in pt){var yt=me[ft];if(r(me,ft)&&typeof yt!="function")return Le(qe,Je,Ke,ft,Pe(yt));if(!yt)return new I("Invalid "+Je+" `"+Ke+"` key `"+ft+"` supplied to `"+qe+"`.\nBad object: "+JSON.stringify(We[et],null," ")+`
|
|
31
|
+
Valid keys: `+JSON.stringify(Object.keys(me),null," "));var Qe=yt(ot,ft,qe,Je,Ke+"."+ft,n);if(Qe)return Qe}return null}return M(ke)}function Ue(me){switch(typeof me){case"number":case"string":case"undefined":return!0;case"boolean":return!me;case"object":if(Array.isArray(me))return me.every(Ue);if(me===null||c(me))return!0;var ke=m(me);if(ke){var We=ke.call(me),et;if(ke!==me.entries){for(;!(et=We.next()).done;)if(!Ue(et.value))return!1}else for(;!(et=We.next()).done;){var qe=et.value;if(qe&&!Ue(qe[1]))return!1}}else return!1;return!0;default:return!1}}function he(me,ke){return me==="symbol"?!0:ke?ke["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&ke instanceof Symbol:!1}function Ce(me){var ke=typeof me;return Array.isArray(me)?"array":me instanceof RegExp?"object":he(ke,me)?"symbol":ke}function Pe(me){if(typeof me>"u"||me===null)return""+me;var ke=Ce(me);if(ke==="object"){if(me instanceof Date)return"date";if(me instanceof RegExp)return"regexp"}return ke}function Ne(me){var ke=Pe(me);switch(ke){case"array":case"object":return"an "+ke;case"boolean":case"date":case"regexp":return"a "+ke;default:return ke}}function tt(me){return!me.constructor||!me.constructor.name?T:me.constructor.name}return E.checkPropTypes=i,E.resetWarningCache=i.resetWarningCache,E.PropTypes=E,E},pm}var gm,m1;function b4(){if(m1)return gm;m1=1;var t=tb();function e(){}function n(){}return n.resetWarningCache=e,gm=function(){function r(a,c,f,p,b,m){if(m!==t){var T=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw T.name="Invariant Violation",T}}r.isRequired=r;function i(){return r}var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:e};return o.PropTypes=o,o},gm}if(process.env.NODE_ENV!=="production"){var w4=MD(),x4=!0;Cv.exports=y4()(w4.isElement,x4)}else Cv.exports=b4()();var Cr=Cv.exports;const _s=Cu(Cr);var S4=function(e){var n=(e==null?void 0:e.ownerDocument)||document;return n.defaultView||window},T4=function(e,n){for(var r in e)if(!(r in n))return!0;for(var i in n)if(e[i]!==n[i])return!0;return!1},C4=["afterInjection","beforeInjection","desc","evalScripts","fallback","httpRequestWithCredentials","loading","renumerateIRIElements","src","title","useRequestCache","wrapper"],Ah="http://www.w3.org/2000/svg",v1="http://www.w3.org/1999/xlink",Gp=function(t){function e(){for(var r,i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return r=t.call.apply(t,[this].concat(o))||this,r.initialState={hasError:!1,isLoading:!0},r.state=r.initialState,r._isMounted=!1,r.reactWrapper=void 0,r.nonReactWrapper=void 0,r.refCallback=function(c){r.reactWrapper=c},r}RD(e,t);var n=e.prototype;return n.renderSVG=function(){var i=this;if(this.reactWrapper instanceof S4(this.reactWrapper).Node){var o=this.props,a=o.desc,c=o.evalScripts,f=o.httpRequestWithCredentials,p=o.renumerateIRIElements,b=o.src,m=o.title,T=o.useRequestCache,E=this.props.onError,A=this.props.beforeInjection,I=this.props.afterInjection,M=this.props.wrapper,_,H;M==="svg"?(_=document.createElementNS(Ah,M),_.setAttribute("xmlns",Ah),_.setAttribute("xmlns:xlink",v1),H=document.createElementNS(Ah,M)):(_=document.createElement(M),H=document.createElement(M)),_.appendChild(H),H.dataset.src=b,this.nonReactWrapper=this.reactWrapper.appendChild(_);var Y=function(S){if(i.removeSVG(),!i._isMounted){E(S);return}i.setState(function(){return{hasError:!0,isLoading:!1}},function(){E(S)})},ne=function(S,ue){if(S){Y(S);return}i._isMounted&&i.setState(function(){return{isLoading:!1}},function(){try{I(ue)}catch(ae){Y(ae)}})},Z=function(S){if(S.setAttribute("role","img"),a){var ue=S.querySelector(":scope > desc");ue&&S.removeChild(ue);var ae=document.createElement("desc");ae.innerHTML=a,S.prepend(ae)}if(m){var Ge=S.querySelector(":scope > title");Ge&&S.removeChild(Ge);var Le=document.createElement("title");Le.innerHTML=m,S.prepend(Le)}try{A(S)}catch(Me){Y(Me)}};h4(H,{afterEach:ne,beforeEach:Z,cacheRequests:T,evalScripts:c,httpRequestWithCredentials:f,renumerateIRIElements:p})}},n.removeSVG=function(){var i;(i=this.nonReactWrapper)!=null&&i.parentNode&&(this.nonReactWrapper.parentNode.removeChild(this.nonReactWrapper),this.nonReactWrapper=null)},n.componentDidMount=function(){this._isMounted=!0,this.renderSVG()},n.componentDidUpdate=function(i){var o=this;T4(Rf({},i),this.props)&&this.setState(function(){return o.initialState},function(){o.removeSVG(),o.renderSVG()})},n.componentWillUnmount=function(){this._isMounted=!1,this.removeSVG()},n.render=function(){var i=this.props;i.afterInjection,i.beforeInjection,i.desc,i.evalScripts;var o=i.fallback;i.httpRequestWithCredentials;var a=i.loading;i.renumerateIRIElements,i.src,i.title,i.useRequestCache;var c=i.wrapper,f=Bv(i,C4),p=c;return kn.createElement(p,Rf({},f,{ref:this.refCallback},c==="svg"?{xmlns:Ah,xmlnsXlink:v1}:{}),this.state.isLoading&&a&&kn.createElement(a,null),this.state.hasError&&o&&kn.createElement(o,null))},e}(kn.Component);Gp.defaultProps={afterInjection:function(){},beforeInjection:function(){},desc:"",evalScripts:"never",fallback:null,httpRequestWithCredentials:!1,loading:null,onError:function(){},renumerateIRIElements:!0,title:"",useRequestCache:!0,wrapper:"div"};Gp.propTypes={afterInjection:Cr.func,beforeInjection:Cr.func,desc:Cr.string,evalScripts:Cr.oneOf(["always","once","never"]),fallback:Cr.oneOfType([Cr.func,Cr.object,Cr.string]),httpRequestWithCredentials:Cr.bool,loading:Cr.oneOfType([Cr.func,Cr.object,Cr.string]),onError:Cr.func,renumerateIRIElements:Cr.bool,src:Cr.string.isRequired,title:Cr.string,useRequestCache:Cr.bool,wrapper:Cr.oneOf(["div","span","svg"])};const Af=new Map;Af.set("text",t=>{var e,n;return _e.jsx("div",{style:{width:24,height:24,backgroundColor:"#dadada",borderRadius:"5px",display:"flex",justifyContent:"center",alignItems:"center",lineHeight:"24px"},children:(n=(e=t==null?void 0:t.name)==null?void 0:e.trim().at(0))==null?void 0:n.toUpperCase()})});Af.set("svgHtml",t=>{function e(n){function r(o){const c=new DOMParser().parseFromString(o,"image/svg+xml").querySelector("svg");return c?(c.querySelectorAll("path").forEach(p=>{p.hasAttribute("fill")&&p.setAttribute("fill","currentColor"),p.hasAttribute("stroke")&&p.setAttribute("stroke","currentColor")}),c.outerHTML):""}const i=r(n.svgString);return _e.jsx("div",{dangerouslySetInnerHTML:{__html:i},style:{width:24,height:24,margin:"0 auto"}})}return _e.jsx(e,{svgString:t.icon})});Af.set("svgHttp",t=>_e.jsx(Gp,{src:t.icon,beforeInjection:e=>{e.setAttribute("style","margin: 0 auto;"),e.querySelectorAll("path").forEach(r=>{r.hasAttribute("fill")&&r.setAttribute("fill","currentColor"),r.hasAttribute("stroke")&&r.setAttribute("stroke","currentColor")})}}));Af.set("img",t=>_e.jsx("img",{src:t.icon||"/",alt:t.name,style:{height:24,maxHeight:24,maxWidth:24}}));function E4(t){return t.icon=(t.icon||"").trim(),t.icon?t.icon.startsWith("<svg")?"svgHtml":t.icon.endsWith(".svg")?"svgHttp":"img":"text"}function FD({item:t}){return(Af.get(E4(t))||Af.get("text"))(t)}function k4(t){return _e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16",...t,children:_e.jsx("path",{fill:"currenColor",d:"M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"})})}function D4(t){const{renderChildren:e,parentRef:n,onlyChild:r,dropdownLevel:i}=t,[o,a]=q.useState({top:0,left:0}),c=q.useRef(null),[f,p]=q.useState("auto");return q.useLayoutEffect(()=>{if(n.current&&c.current){const b=n.current.getBoundingClientRect(),m=c.current.getBoundingClientRect();let T,E;if(i===1)T=b.bottom,E=b.left,m.height+T>window.innerHeight?(p(window.innerHeight-T-50),T=b.bottom-m.height):T=b.bottom;else if(i>1){T=b.top,E=b.left+b.width;const A=m.height+(window.innerHeight-b.top)>window.innerHeight;A&&(console.log("DropDown-fav overtop"),p(window.innerHeight-b.top-50)),b.top+m.height>window.innerHeight&&!A&&(T=b.top-m.height+b.height)}a({top:T-64,left:E})}},[n,c,i]),r?e({maxHeight:f}):Fv.createPortal(_e.jsx("div",{ref:c,style:{position:"fixed",top:o.top,left:`calc(${o.left}px - var(--global-menu-width))`,zIndex:1200},children:e({maxHeight:f})}),n.current)}const If=new Map;If.set("text",t=>{var e,n;return _e.jsx("div",{style:{width:24,height:24,backgroundColor:"#dadada",borderRadius:"5px",display:"flex",justifyContent:"center",alignItems:"center",lineHeight:"24px"},children:(n=(e=t==null?void 0:t.name)==null?void 0:e.trim().at(0))==null?void 0:n.toUpperCase()})});If.set("svgHtml",t=>{function e(n){function r(o){const c=new DOMParser().parseFromString(o,"image/svg+xml").querySelector("svg");return c?(c.querySelectorAll("path").forEach(p=>{p.hasAttribute("fill")&&p.setAttribute("fill","currentColor"),p.hasAttribute("stroke")&&p.setAttribute("stroke","currentColor")}),c.outerHTML):""}const i=r(n.svgString);return _e.jsx("div",{dangerouslySetInnerHTML:{__html:i},style:{width:24,height:24,margin:"0 auto"}})}return _e.jsx(e,{svgString:t.icon})});If.set("svgHttp",t=>_e.jsx(Gp,{src:t.icon,beforeInjection:e=>{e.setAttribute("style","margin: 0 auto;"),e.querySelectorAll("path").forEach(r=>{r.hasAttribute("fill")&&r.setAttribute("fill","currentColor"),r.hasAttribute("stroke")&&r.setAttribute("stroke","currentColor")})}}));If.set("img",t=>_e.jsx("img",{src:t.icon||"/",alt:t.name,style:{height:24,maxHeight:24,maxWidth:24}}));function P4(t){return t.icon=(t.icon||"").trim(),t.icon?t.icon.startsWith("<svg")?"svgHtml":t.icon.endsWith(".svg")?"svgHttp":"img":"text"}function O4({item:t}){return(If.get(P4(t))||If.get("text"))(t)}function ND({...t}){var ae,Ge,Le;const e=t.item,n=t.level||0,r=!!((ae=t.item.children)!=null&&ae.length),i=`level-${n}`,o=(Me,$e=i)=>`${Me} ${$e} `,[a,c]=q.useState(!1),[f,p]=q.useState(e.isFavorite||!1),b=q.useRef(),m=q.useRef();m!=null&&m.current&&((Ge=m==null?void 0:m.current)==null?void 0:Ge.scrollWidth)>((Le=m==null?void 0:m.current)==null?void 0:Le.clientWidth);const T=window.location.origin,E=e.path&&e.path.includes("http")?new URL(e.path):{origin:"",pathname:""},A=window.location.pathname.split("/")[1],I=E.pathname.split("/")[1],M=t.item.redirectUrl||t.ssr||!T.includes("local")&&T!==E.origin||I!==A,_=r||n===0?"div":M?"a":Sp.Link,H=e.redirectUrl||e.path||"#",Y=n+1,ne=r&&a&&n>0,Z=()=>{c(!0)},ce=()=>{c(!1)},S="/global-menu-config/api/v1/menu-items/user/set-favorite",ue=T!==E.origin||t.item.redirectUrl?"_blank":"_self";return _e.jsxs("div",{ref:b,className:o("menu-item__wrapper tree-node"),style:{borderRadius:"8px",transition:"all 0.3s"},onMouseOver:Z,onMouseOut:ce,onDragStart:Me=>{n>1&&Me.preventDefault()},children:[_e.jsxs(_,{target:ue,to:H,href:H,draggable:"true",className:o("menu-item__link"),style:{width:"100%",transition:"all 0.3s"},onDragStart:Me=>{console.log("onDragStart component",Me.target)},children:[_e.jsx(_4,{cls:o,item:e}),_e.jsx("span",{className:o("menu-item__label"),ref:m,children:e.name}),_e.jsx(R4,{menuLevel:n,hasChildren:r,isHovered:a,isFavorite:f,onClick:Me=>{const $e={menuConfigId:e.id,isFavorite:Me},Ue=t.baseUrl+S;As.post(Ue,$e).then(he=>{var Ce;p(Me),Yv("Set favorite menu item successfully"),(Ce=t.onSetFavoriteSuccess)==null||Ce.call(t,t.item.id,Me)}).catch(he=>{var Ce,Pe;Wd(((Pe=(Ce=he.response)==null?void 0:Ce.data)==null?void 0:Pe.errorMessage)||"Have error when set favorite menu item")})}}),r&&_e.jsx("div",{className:o("menu-item__icon-arrow__wrapper"),children:_e.jsx(k4,{className:o("menu-item__icon-arrow__icon")})})]}),ne&&_e.jsx(D4,{parentRef:b,onlyChild:Y<2,dropdownLevel:n,renderChildren:({maxHeight:Me})=>{var $e;return _e.jsx(PD.div,{className:o("menu-item__dropdown dropdown-favorite ? 'menu-item__dropdown--open' : 'menu-item__dropdown--close'}",`level-${Y}`),style:eb({maxHeight:Me,overflowY:"auto",paddingRight:3},Me!=="auto"&&!!Y),children:($e=e.children)==null?void 0:$e.map(Ue=>q.createElement(ND,{...t,key:Ue.id,item:Ue,level:Y}))})}})]})}function _4({item:t,cls:e}){return _e.jsx("div",{className:e("menu-item__icon"),children:_e.jsx(O4,{item:t})})}function R4(t){const e={marginRight:t.hasChildren?10:0,fontSize:22,fill:ki.warning,minWidth:16};if(t.menuLevel!==0)return _e.jsxs(_e.Fragment,{children:[t.isHovered&&!t.isFavorite&&_e.jsx(sa.Tooltip,{title:"Add to favorites",children:_e.jsx(OD,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!0)}})}),t.isFavorite&&_e.jsx(sa.Tooltip,{title:"Remove from favorites",children:_e.jsx(_D,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!1)}})})]})}const A4='.flex-col-center{display:flex;flex-direction:column;justify-content:center}.wrap-section{transition:all .3s;padding:0 4px}.favorite-menu{display:flex;height:56px;border-right:1px solid #ddd;background-color:#fafafa;transition:all .3s;width:100%}.scrollbar-hidden::-webkit-scrollbar{width:2px;background:transparent}.favorite-menu__wrap-btn-logout,.favorite-menu__btn-logout{margin:40px 0}.favorite-menu__logout-btn__text{margin-left:12px;font-size:.875rem;opacity:0;transition:ease-in-out .2s;transition-delay:.15s}.favorite-menu__wrapper-toggle-btn{display:flex;flex-direction:row;justify-content:flex-end;transition:all .3s;margin-right:-8px;margin-top:40px;justify-content:center;width:100%}.favorite-menu__toggle-btn{margin-top:-6px;color:#85858a}.favorite-menu__logout-btn{width:100%;text-align:left;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 18.6665px;min-height:48px;border-radius:.375rem;overflow:hidden;transition:all .3s ease-in-out;background-color:initial}.favorite-menu__logout-btn:hover{background-color:#919eab14}.favorite-menu__icon-logout{flex-shrink:0}.menu-item__wrapper{display:flex;position:relative;width:100%}.menu-item__link{display:flex;flex-direction:row;border-radius:.375rem;align-items:center;padding:.5rem;position:relative;height:48px;cursor:pointer;color:#85858a}.menu-item__link:hover{background-color:#919eab14}.menu-item__link.active{background-color:#009d4f1a;color:inherit}.menu-item__link.active.level-2,.menu-item__link.active.level-3,.menu-item__link.active.level-4,.menu-item__link.active.level-5,.menu-item__link.active.level-6,.menu-item__link.active.level-7,.menu-item__link.active.level-8,.menu-item__link.active.level-9,.menu-item__link.active.level-10{background-color:inherit;color:inherit}.menu-item__link.active.level-2:hover,.menu-item__link.active.level-3:hover,.menu-item__link.active.level-4:hover,.menu-item__link.active.level-5:hover,.menu-item__link.active.level-6:hover,.menu-item__link.active.level-7:hover,.menu-item__link.active.level-8:hover,.menu-item__link.active.level-9:hover,.menu-item__link.active.level-10:hover{background-color:#919eab14}.menu-item__link.menu-item__link.level-0{padding:0;background-color:#919eab14;transition:all .15s}.menu-item__icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:grid;place-items:center}.menu-item__icon.level-1>*{margin:0 auto}.menu-item__label{font-size:.875rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex-shrink:1;margin-left:12px;padding-right:12px;color:#292929;opacity:1}.menu-item__label.level-1{text-overflow:unset}.menu-item__label.active{color:inherit}.menu-item__label{margin-left:8px;font-size:.75rem;line-height:1rem}.menu-item__label.level-0,.menu-item__label.level-1{font-size:.875rem;transition-delay:.15s}.menu-item__label.level-0{color:#85858a;margin-left:8px}.menu-item__icon-arrow__wrapper{display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);right:0}.menu-item__icon-arrow__wrapper.level-0{display:none}.menu-item__icon-arrow__icon{transition:all .3s!important;transform:rotate(-90deg)!important}.menu-item__icon-arrow__icon.active{color:inherit}.menu-item__icon-arrow__icon.open{transform:rotate(0)!important}.menu-item__dropdown{background-color:#fafafa;border:1px solid #ddd;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;border-radius:4px;width:210px;max-width:210px;padding:4px;z-index:1200}.menu-item__dropdown.dropdown-favorite{width:auto;min-width:180px;max-width:350px}.menu-item__dropdown::-webkit-scrollbar{width:4px}.menu-item__dropdown::-webkit-scrollbar-thumb{background-color:#9b9b9b99;border-radius:2px}.menu-item__dropdown,.menu-item__dropdown>*{margin-top:4px}.menu-item__dropdown:first-of-type{margin-top:0}.menu-item__dropdown>*:first-child{margin-top:0}.menu-item__dropdown .menu-item__link{height:40px}.menu-item__dropdown .menu-item__link.level-1{height:48px}.menu-item__dropdown.level-1{width:auto;max-width:unset;box-shadow:none;border:none;padding:0;background-color:unset}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background-color:transparent;transition:background-color .3s ease;border:none}.icon-btn:hover{background-color:var(--btn-bg-hover)}.simplebar-scrollbar:before{background-color:#0000002d}.favorite-menu__menu .simplebar-track.simplebar-vertical{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.treeFavorited{display:flex;align-items:center;margin:0 -5px}.treeFavorited li{margin:0 5px}.item.hover-on:before{content:"";position:absolute;top:0;left:0;height:100%;width:2px;background-color:var(--primary300)}';var lc={};/**
|
|
32
|
+
* @license React
|
|
33
|
+
* react-dom-server-legacy.browser.production.min.js
|
|
34
|
+
*
|
|
35
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
36
|
+
*
|
|
37
|
+
* This source code is licensed under the MIT license found in the
|
|
38
|
+
* LICENSE file in the root directory of this source tree.
|
|
39
|
+
*/var y1;function I4(){if(y1)return lc;y1=1;var t=q;function e(k){for(var N="https://reactjs.org/docs/error-decoder.html?invariant="+k,G=1;G<arguments.length;G++)N+="&args[]="+encodeURIComponent(arguments[G]);return"Minified React error #"+k+"; visit "+N+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var n=Object.prototype.hasOwnProperty,r=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,i={},o={};function a(k){return n.call(o,k)?!0:n.call(i,k)?!1:r.test(k)?o[k]=!0:(i[k]=!0,!1)}function c(k,N,G,ee,Te,ge,Oe){this.acceptsBooleans=N===2||N===3||N===4,this.attributeName=ee,this.attributeNamespace=Te,this.mustUseProperty=G,this.propertyName=k,this.type=N,this.sanitizeURL=ge,this.removeEmptyString=Oe}var f={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(k){f[k]=new c(k,0,!1,k,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(k){var N=k[0];f[N]=new c(N,1,!1,k[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(k){f[k]=new c(k,2,!1,k.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(k){f[k]=new c(k,2,!1,k,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(k){f[k]=new c(k,3,!1,k.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(k){f[k]=new c(k,3,!0,k,null,!1,!1)}),["capture","download"].forEach(function(k){f[k]=new c(k,4,!1,k,null,!1,!1)}),["cols","rows","size","span"].forEach(function(k){f[k]=new c(k,6,!1,k,null,!1,!1)}),["rowSpan","start"].forEach(function(k){f[k]=new c(k,5,!1,k.toLowerCase(),null,!1,!1)});var p=/[\-:]([a-z])/g;function b(k){return k[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(k){var N=k.replace(p,b);f[N]=new c(N,1,!1,k,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(k){var N=k.replace(p,b);f[N]=new c(N,1,!1,k,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(k){var N=k.replace(p,b);f[N]=new c(N,1,!1,k,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(k){f[k]=new c(k,1,!1,k.toLowerCase(),null,!1,!1)}),f.xlinkHref=new c("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(k){f[k]=new c(k,1,!1,k.toLowerCase(),null,!0,!0)});var m={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},T=["Webkit","ms","Moz","O"];Object.keys(m).forEach(function(k){T.forEach(function(N){N=N+k.charAt(0).toUpperCase()+k.substring(1),m[N]=m[k]})});var E=/["'&<>]/;function A(k){if(typeof k=="boolean"||typeof k=="number")return""+k;k=""+k;var N=E.exec(k);if(N){var G="",ee,Te=0;for(ee=N.index;ee<k.length;ee++){switch(k.charCodeAt(ee)){case 34:N=""";break;case 38:N="&";break;case 39:N="'";break;case 60:N="<";break;case 62:N=">";break;default:continue}Te!==ee&&(G+=k.substring(Te,ee)),Te=ee+1,G+=N}k=Te!==ee?G+k.substring(Te,ee):G}return k}var I=/([A-Z])/g,M=/^ms-/,_=Array.isArray;function H(k,N){return{insertionMode:k,selectedValue:N}}function Y(k,N,G){switch(N){case"select":return H(1,G.value!=null?G.value:G.defaultValue);case"svg":return H(2,null);case"math":return H(3,null);case"foreignObject":return H(1,null);case"table":return H(4,null);case"thead":case"tbody":case"tfoot":return H(5,null);case"colgroup":return H(7,null);case"tr":return H(6,null)}return 4<=k.insertionMode||k.insertionMode===0?H(1,null):k}var ne=new Map;function Z(k,N,G){if(typeof G!="object")throw Error(e(62));N=!0;for(var ee in G)if(n.call(G,ee)){var Te=G[ee];if(Te!=null&&typeof Te!="boolean"&&Te!==""){if(ee.indexOf("--")===0){var ge=A(ee);Te=A((""+Te).trim())}else{ge=ee;var Oe=ne.get(ge);Oe!==void 0||(Oe=A(ge.replace(I,"-$1").toLowerCase().replace(M,"-ms-")),ne.set(ge,Oe)),ge=Oe,Te=typeof Te=="number"?Te===0||n.call(m,ee)?""+Te:Te+"px":A((""+Te).trim())}N?(N=!1,k.push(' style="',ge,":",Te)):k.push(";",ge,":",Te)}}N||k.push('"')}function ce(k,N,G,ee){switch(G){case"style":Z(k,N,ee);return;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<G.length)||G[0]!=="o"&&G[0]!=="O"||G[1]!=="n"&&G[1]!=="N"){if(N=f.hasOwnProperty(G)?f[G]:null,N!==null){switch(typeof ee){case"function":case"symbol":return;case"boolean":if(!N.acceptsBooleans)return}switch(G=N.attributeName,N.type){case 3:ee&&k.push(" ",G,'=""');break;case 4:ee===!0?k.push(" ",G,'=""'):ee!==!1&&k.push(" ",G,'="',A(ee),'"');break;case 5:isNaN(ee)||k.push(" ",G,'="',A(ee),'"');break;case 6:!isNaN(ee)&&1<=ee&&k.push(" ",G,'="',A(ee),'"');break;default:N.sanitizeURL&&(ee=""+ee),k.push(" ",G,'="',A(ee),'"')}}else if(a(G)){switch(typeof ee){case"function":case"symbol":return;case"boolean":if(N=G.toLowerCase().slice(0,5),N!=="data-"&&N!=="aria-")return}k.push(" ",G,'="',A(ee),'"')}}}function S(k,N,G){if(N!=null){if(G!=null)throw Error(e(60));if(typeof N!="object"||!("__html"in N))throw Error(e(61));N=N.__html,N!=null&&k.push(""+N)}}function ue(k){var N="";return t.Children.forEach(k,function(G){G!=null&&(N+=G)}),N}function ae(k,N,G,ee){k.push(Me(G));var Te=G=null,ge;for(ge in N)if(n.call(N,ge)){var Oe=N[ge];if(Oe!=null)switch(ge){case"children":G=Oe;break;case"dangerouslySetInnerHTML":Te=Oe;break;default:ce(k,ee,ge,Oe)}}return k.push(">"),S(k,Te,G),typeof G=="string"?(k.push(A(G)),null):G}var Ge=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Le=new Map;function Me(k){var N=Le.get(k);if(N===void 0){if(!Ge.test(k))throw Error(e(65,k));N="<"+k,Le.set(k,N)}return N}function $e(k,N,G,ee,Te){switch(N){case"select":k.push(Me("select"));var ge=null,Oe=null;for(dt in G)if(n.call(G,dt)){var Xe=G[dt];if(Xe!=null)switch(dt){case"children":ge=Xe;break;case"dangerouslySetInnerHTML":Oe=Xe;break;case"defaultValue":case"value":break;default:ce(k,ee,dt,Xe)}}return k.push(">"),S(k,Oe,ge),ge;case"option":Oe=Te.selectedValue,k.push(Me("option"));var gt=Xe=null,mt=null,dt=null;for(ge in G)if(n.call(G,ge)){var Ft=G[ge];if(Ft!=null)switch(ge){case"children":Xe=Ft;break;case"selected":mt=Ft;break;case"dangerouslySetInnerHTML":dt=Ft;break;case"value":gt=Ft;default:ce(k,ee,ge,Ft)}}if(Oe!=null)if(G=gt!==null?""+gt:ue(Xe),_(Oe)){for(ee=0;ee<Oe.length;ee++)if(""+Oe[ee]===G){k.push(' selected=""');break}}else""+Oe===G&&k.push(' selected=""');else mt&&k.push(' selected=""');return k.push(">"),S(k,dt,Xe),Xe;case"textarea":k.push(Me("textarea")),dt=Oe=ge=null;for(Xe in G)if(n.call(G,Xe)&&(gt=G[Xe],gt!=null))switch(Xe){case"children":dt=gt;break;case"value":ge=gt;break;case"defaultValue":Oe=gt;break;case"dangerouslySetInnerHTML":throw Error(e(91));default:ce(k,ee,Xe,gt)}if(ge===null&&Oe!==null&&(ge=Oe),k.push(">"),dt!=null){if(ge!=null)throw Error(e(92));if(_(dt)&&1<dt.length)throw Error(e(93));ge=""+dt}return typeof ge=="string"&&ge[0]===`
|
|
40
|
+
`&&k.push(`
|
|
41
|
+
`),ge!==null&&k.push(A(""+ge)),null;case"input":k.push(Me("input")),gt=dt=Xe=ge=null;for(Oe in G)if(n.call(G,Oe)&&(mt=G[Oe],mt!=null))switch(Oe){case"children":case"dangerouslySetInnerHTML":throw Error(e(399,"input"));case"defaultChecked":gt=mt;break;case"defaultValue":Xe=mt;break;case"checked":dt=mt;break;case"value":ge=mt;break;default:ce(k,ee,Oe,mt)}return dt!==null?ce(k,ee,"checked",dt):gt!==null&&ce(k,ee,"checked",gt),ge!==null?ce(k,ee,"value",ge):Xe!==null&&ce(k,ee,"value",Xe),k.push("/>"),null;case"menuitem":k.push(Me("menuitem"));for(var Bn in G)if(n.call(G,Bn)&&(ge=G[Bn],ge!=null))switch(Bn){case"children":case"dangerouslySetInnerHTML":throw Error(e(400));default:ce(k,ee,Bn,ge)}return k.push(">"),null;case"title":k.push(Me("title")),ge=null;for(Ft in G)if(n.call(G,Ft)&&(Oe=G[Ft],Oe!=null))switch(Ft){case"children":ge=Oe;break;case"dangerouslySetInnerHTML":throw Error(e(434));default:ce(k,ee,Ft,Oe)}return k.push(">"),ge;case"listing":case"pre":k.push(Me(N)),Oe=ge=null;for(gt in G)if(n.call(G,gt)&&(Xe=G[gt],Xe!=null))switch(gt){case"children":ge=Xe;break;case"dangerouslySetInnerHTML":Oe=Xe;break;default:ce(k,ee,gt,Xe)}if(k.push(">"),Oe!=null){if(ge!=null)throw Error(e(60));if(typeof Oe!="object"||!("__html"in Oe))throw Error(e(61));G=Oe.__html,G!=null&&(typeof G=="string"&&0<G.length&&G[0]===`
|
|
42
|
+
`?k.push(`
|
|
43
|
+
`,G):k.push(""+G))}return typeof ge=="string"&&ge[0]===`
|
|
44
|
+
`&&k.push(`
|
|
45
|
+
`),ge;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":k.push(Me(N));for(var zn in G)if(n.call(G,zn)&&(ge=G[zn],ge!=null))switch(zn){case"children":case"dangerouslySetInnerHTML":throw Error(e(399,N));default:ce(k,ee,zn,ge)}return k.push("/>"),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return ae(k,G,N,ee);case"html":return Te.insertionMode===0&&k.push("<!DOCTYPE html>"),ae(k,G,N,ee);default:if(N.indexOf("-")===-1&&typeof G.is!="string")return ae(k,G,N,ee);k.push(Me(N)),Oe=ge=null;for(mt in G)if(n.call(G,mt)&&(Xe=G[mt],Xe!=null))switch(mt){case"children":ge=Xe;break;case"dangerouslySetInnerHTML":Oe=Xe;break;case"style":Z(k,ee,Xe);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:a(mt)&&typeof Xe!="function"&&typeof Xe!="symbol"&&k.push(" ",mt,'="',A(Xe),'"')}return k.push(">"),S(k,Oe,ge),ge}}function Ue(k,N,G){if(k.push('<!--$?--><template id="'),G===null)throw Error(e(395));return k.push(G),k.push('"></template>')}function he(k,N,G,ee){switch(G.insertionMode){case 0:case 1:return k.push('<div hidden id="'),k.push(N.segmentPrefix),N=ee.toString(16),k.push(N),k.push('">');case 2:return k.push('<svg aria-hidden="true" style="display:none" id="'),k.push(N.segmentPrefix),N=ee.toString(16),k.push(N),k.push('">');case 3:return k.push('<math aria-hidden="true" style="display:none" id="'),k.push(N.segmentPrefix),N=ee.toString(16),k.push(N),k.push('">');case 4:return k.push('<table hidden id="'),k.push(N.segmentPrefix),N=ee.toString(16),k.push(N),k.push('">');case 5:return k.push('<table hidden><tbody id="'),k.push(N.segmentPrefix),N=ee.toString(16),k.push(N),k.push('">');case 6:return k.push('<table hidden><tr id="'),k.push(N.segmentPrefix),N=ee.toString(16),k.push(N),k.push('">');case 7:return k.push('<table hidden><colgroup id="'),k.push(N.segmentPrefix),N=ee.toString(16),k.push(N),k.push('">');default:throw Error(e(397))}}function Ce(k,N){switch(N.insertionMode){case 0:case 1:return k.push("</div>");case 2:return k.push("</svg>");case 3:return k.push("</math>");case 4:return k.push("</table>");case 5:return k.push("</tbody></table>");case 6:return k.push("</tr></table>");case 7:return k.push("</colgroup></table>");default:throw Error(e(397))}}var Pe=/[<\u2028\u2029]/g;function Ne(k){return JSON.stringify(k).replace(Pe,function(N){switch(N){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function tt(k,N){return N=N===void 0?"":N,{bootstrapChunks:[],startInlineScript:"<script>",placeholderPrefix:N+"P:",segmentPrefix:N+"S:",boundaryPrefix:N+"B:",idPrefix:N,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1,generateStaticMarkup:k}}function me(k,N,G,ee){return G.generateStaticMarkup?(k.push(A(N)),!1):(N===""?k=ee:(ee&&k.push("<!-- -->"),k.push(A(N)),k=!0),k)}var ke=Object.assign,We=Symbol.for("react.element"),et=Symbol.for("react.portal"),qe=Symbol.for("react.fragment"),Je=Symbol.for("react.strict_mode"),Ke=Symbol.for("react.profiler"),ot=Symbol.for("react.provider"),ct=Symbol.for("react.context"),pt=Symbol.for("react.forward_ref"),ft=Symbol.for("react.suspense"),yt=Symbol.for("react.suspense_list"),Qe=Symbol.for("react.memo"),At=Symbol.for("react.lazy"),Mt=Symbol.for("react.scope"),Vn=Symbol.for("react.debug_trace_mode"),mr=Symbol.for("react.legacy_hidden"),Hn=Symbol.for("react.default_value"),Sn=Symbol.iterator;function $i(k){if(k==null)return null;if(typeof k=="function")return k.displayName||k.name||null;if(typeof k=="string")return k;switch(k){case qe:return"Fragment";case et:return"Portal";case Ke:return"Profiler";case Je:return"StrictMode";case ft:return"Suspense";case yt:return"SuspenseList"}if(typeof k=="object")switch(k.$$typeof){case ct:return(k.displayName||"Context")+".Consumer";case ot:return(k._context.displayName||"Context")+".Provider";case pt:var N=k.render;return k=k.displayName,k||(k=N.displayName||N.name||"",k=k!==""?"ForwardRef("+k+")":"ForwardRef"),k;case Qe:return N=k.displayName||null,N!==null?N:$i(k.type)||"Memo";case At:N=k._payload,k=k._init;try{return $i(k(N))}catch{}}return null}var kr={};function Jn(k,N){if(k=k.contextTypes,!k)return kr;var G={},ee;for(ee in k)G[ee]=N[ee];return G}var sn=null;function fn(k,N){if(k!==N){k.context._currentValue2=k.parentValue,k=k.parent;var G=N.parent;if(k===null){if(G!==null)throw Error(e(401))}else{if(G===null)throw Error(e(401));fn(k,G)}N.context._currentValue2=N.value}}function dn(k){k.context._currentValue2=k.parentValue,k=k.parent,k!==null&&dn(k)}function ut(k){var N=k.parent;N!==null&&ut(N),k.context._currentValue2=k.value}function Dn(k,N){if(k.context._currentValue2=k.parentValue,k=k.parent,k===null)throw Error(e(402));k.depth===N.depth?fn(k,N):Dn(k,N)}function oi(k,N){var G=N.parent;if(G===null)throw Error(e(402));k.depth===G.depth?fn(k,G):oi(k,G),N.context._currentValue2=N.value}function on(k){var N=sn;N!==k&&(N===null?ut(k):k===null?dn(N):N.depth===k.depth?fn(N,k):N.depth>k.depth?Dn(N,k):oi(N,k),sn=k)}var Vi={isMounted:function(){return!1},enqueueSetState:function(k,N){k=k._reactInternals,k.queue!==null&&k.queue.push(N)},enqueueReplaceState:function(k,N){k=k._reactInternals,k.replace=!0,k.queue=[N]},enqueueForceUpdate:function(){}};function Hi(k,N,G,ee){var Te=k.state!==void 0?k.state:null;k.updater=Vi,k.props=G,k.state=Te;var ge={queue:[],replace:!1};k._reactInternals=ge;var Oe=N.contextType;if(k.context=typeof Oe=="object"&&Oe!==null?Oe._currentValue2:ee,Oe=N.getDerivedStateFromProps,typeof Oe=="function"&&(Oe=Oe(G,Te),Te=Oe==null?Te:ke({},Te,Oe),k.state=Te),typeof N.getDerivedStateFromProps!="function"&&typeof k.getSnapshotBeforeUpdate!="function"&&(typeof k.UNSAFE_componentWillMount=="function"||typeof k.componentWillMount=="function"))if(N=k.state,typeof k.componentWillMount=="function"&&k.componentWillMount(),typeof k.UNSAFE_componentWillMount=="function"&&k.UNSAFE_componentWillMount(),N!==k.state&&Vi.enqueueReplaceState(k,k.state,null),ge.queue!==null&&0<ge.queue.length)if(N=ge.queue,Oe=ge.replace,ge.queue=null,ge.replace=!1,Oe&&N.length===1)k.state=N[0];else{for(ge=Oe?N[0]:k.state,Te=!0,Oe=Oe?1:0;Oe<N.length;Oe++){var Xe=N[Oe];Xe=typeof Xe=="function"?Xe.call(k,ge,G,ee):Xe,Xe!=null&&(Te?(Te=!1,ge=ke({},ge,Xe)):ke(ge,Xe))}k.state=ge}else ge.queue=null}var Ui={id:1,overflow:""};function Dr(k,N,G){var ee=k.id;k=k.overflow;var Te=32-Nn(ee)-1;ee&=~(1<<Te),G+=1;var ge=32-Nn(N)+Te;if(30<ge){var Oe=Te-Te%5;return ge=(ee&(1<<Oe)-1).toString(32),ee>>=Oe,Te-=Oe,{id:1<<32-Nn(N)+Te|G<<Te|ee,overflow:ge+k}}return{id:1<<ge|G<<Te|ee,overflow:k}}var Nn=Math.clz32?Math.clz32:zr,Pr=Math.log,vr=Math.LN2;function zr(k){return k>>>=0,k===0?32:31-(Pr(k)/vr|0)|0}function Yr(k,N){return k===N&&(k!==0||1/k===1/N)||k!==k&&N!==N}var Ao=typeof Object.is=="function"?Object.is:Yr,Un=null,Gr=null,Qn=null,Wt=null,si=!1,Wi=!1,Pn=0,hn=null,ai=0;function li(){if(Un===null)throw Error(e(321));return Un}function Tn(){if(0<ai)throw Error(e(312));return{memoizedState:null,queue:null,next:null}}function so(){return Wt===null?Qn===null?(si=!1,Qn=Wt=Tn()):(si=!0,Wt=Qn):Wt.next===null?(si=!1,Wt=Wt.next=Tn()):(si=!0,Wt=Wt.next),Wt}function yr(){Gr=Un=null,Wi=!1,Qn=null,ai=0,Wt=hn=null}function ui(k,N){return typeof N=="function"?N(k):N}function an(k,N,G){if(Un=li(),Wt=so(),si){var ee=Wt.queue;if(N=ee.dispatch,hn!==null&&(G=hn.get(ee),G!==void 0)){hn.delete(ee),ee=Wt.memoizedState;do ee=k(ee,G.action),G=G.next;while(G!==null);return Wt.memoizedState=ee,[ee,N]}return[Wt.memoizedState,N]}return k=k===ui?typeof N=="function"?N():N:G!==void 0?G(N):N,Wt.memoizedState=k,k=Wt.queue={last:null,dispatch:null},k=k.dispatch=Ms.bind(null,Un,k),[Wt.memoizedState,k]}function Di(k,N){if(Un=li(),Wt=so(),N=N===void 0?null:N,Wt!==null){var G=Wt.memoizedState;if(G!==null&&N!==null){var ee=G[1];e:if(ee===null)ee=!1;else{for(var Te=0;Te<ee.length&&Te<N.length;Te++)if(!Ao(N[Te],ee[Te])){ee=!1;break e}ee=!0}if(ee)return G[0]}}return k=k(),Wt.memoizedState=[k,N],k}function Ms(k,N,G){if(25<=ai)throw Error(e(301));if(k===Un)if(Wi=!0,k={action:G,next:null},hn===null&&(hn=new Map),G=hn.get(N),G===void 0)hn.set(N,k);else{for(N=G;N.next!==null;)N=N.next;N.next=k}}function Ls(){throw Error(e(394))}function qr(){}var ao={readContext:function(k){return k._currentValue2},useContext:function(k){return li(),k._currentValue2},useMemo:Di,useReducer:an,useRef:function(k){Un=li(),Wt=so();var N=Wt.memoizedState;return N===null?(k={current:k},Wt.memoizedState=k):N},useState:function(k){return an(ui,k)},useInsertionEffect:qr,useLayoutEffect:function(){},useCallback:function(k,N){return Di(function(){return k},N)},useImperativeHandle:qr,useEffect:qr,useDebugValue:qr,useDeferredValue:function(k){return li(),k},useTransition:function(){return li(),[!1,Ls]},useId:function(){var k=Gr.treeContext,N=k.overflow;k=k.id,k=(k&~(1<<32-Nn(k)-1)).toString(32)+N;var G=lo;if(G===null)throw Error(e(404));return N=Pn++,k=":"+G.idPrefix+"R"+k,0<N&&(k+="H"+N.toString(32)),k+":"},useMutableSource:function(k,N){return li(),N(k._source)},useSyncExternalStore:function(k,N,G){if(G===void 0)throw Error(e(407));return G()}},lo=null,Pi=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function er(k){return console.error(k),null}function Or(){}function _r(k,N,G,ee,Te,ge,Oe,Xe,gt){var mt=[],dt=new Set;return N={destination:null,responseState:N,progressiveChunkSize:ee===void 0?12800:ee,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:dt,pingedTasks:mt,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:Te===void 0?er:Te,onAllReady:Or,onShellReady:Oe===void 0?Or:Oe,onShellError:Or,onFatalError:Or},G=Xr(N,0,null,G,!1,!1),G.parentFlushed=!0,k=ci(N,k,null,G,dt,kr,null,Ui),mt.push(k),N}function ci(k,N,G,ee,Te,ge,Oe,Xe){k.allPendingTasks++,G===null?k.pendingRootTasks++:G.pendingTasks++;var gt={node:N,ping:function(){var mt=k.pingedTasks;mt.push(gt),mt.length===1&&Wn(k)},blockedBoundary:G,blockedSegment:ee,abortSet:Te,legacyContext:ge,context:Oe,treeContext:Xe};return Te.add(gt),gt}function Xr(k,N,G,ee,Te,ge){return{status:0,id:-1,index:N,parentFlushed:!1,chunks:[],children:[],formatContext:ee,boundary:G,lastPushedText:Te,textEmbedded:ge}}function br(k,N){if(k=k.onError(N),k!=null&&typeof k!="string")throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof k+'" instead');return k}function Rr(k,N){var G=k.onShellError;G(N),G=k.onFatalError,G(N),k.destination!==null?(k.status=2,k.destination.destroy(N)):(k.status=1,k.fatalError=N)}function tr(k,N,G,ee,Te){for(Un={},Gr=N,Pn=0,k=G(ee,Te);Wi;)Wi=!1,Pn=0,ai+=1,Wt=null,k=G(ee,Te);return yr(),k}function zi(k,N,G,ee){var Te=G.render(),ge=ee.childContextTypes;if(ge!=null){var Oe=N.legacyContext;if(typeof G.getChildContext!="function")ee=Oe;else{G=G.getChildContext();for(var Xe in G)if(!(Xe in ge))throw Error(e(108,$i(ee)||"Unknown",Xe));ee=ke({},Oe,G)}N.legacyContext=ee,yn(k,N,Te),N.legacyContext=Oe}else yn(k,N,Te)}function Oi(k,N){if(k&&k.defaultProps){N=ke({},N),k=k.defaultProps;for(var G in k)N[G]===void 0&&(N[G]=k[G]);return N}return N}function ar(k,N,G,ee,Te){if(typeof G=="function")if(G.prototype&&G.prototype.isReactComponent){Te=Jn(G,N.legacyContext);var ge=G.contextType;ge=new G(ee,typeof ge=="object"&&ge!==null?ge._currentValue2:Te),Hi(ge,G,ee,Te),zi(k,N,ge,G)}else{ge=Jn(G,N.legacyContext),Te=tr(k,N,G,ee,ge);var Oe=Pn!==0;if(typeof Te=="object"&&Te!==null&&typeof Te.render=="function"&&Te.$$typeof===void 0)Hi(Te,G,ee,ge),zi(k,N,Te,G);else if(Oe){ee=N.treeContext,N.treeContext=Dr(ee,1,0);try{yn(k,N,Te)}finally{N.treeContext=ee}}else yn(k,N,Te)}else if(typeof G=="string"){switch(Te=N.blockedSegment,ge=$e(Te.chunks,G,ee,k.responseState,Te.formatContext),Te.lastPushedText=!1,Oe=Te.formatContext,Te.formatContext=Y(Oe,G,ee),Ir(k,N,ge),Te.formatContext=Oe,G){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:Te.chunks.push("</",G,">")}Te.lastPushedText=!1}else{switch(G){case mr:case Vn:case Je:case Ke:case qe:yn(k,N,ee.children);return;case yt:yn(k,N,ee.children);return;case Mt:throw Error(e(343));case ft:e:{G=N.blockedBoundary,Te=N.blockedSegment,ge=ee.fallback,ee=ee.children,Oe=new Set;var Xe={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:Oe,errorDigest:null},gt=Xr(k,Te.chunks.length,Xe,Te.formatContext,!1,!1);Te.children.push(gt),Te.lastPushedText=!1;var mt=Xr(k,0,null,Te.formatContext,!1,!1);mt.parentFlushed=!0,N.blockedBoundary=Xe,N.blockedSegment=mt;try{if(Ir(k,N,ee),k.responseState.generateStaticMarkup||mt.lastPushedText&&mt.textEmbedded&&mt.chunks.push("<!-- -->"),mt.status=1,wr(Xe,mt),Xe.pendingTasks===0)break e}catch(dt){mt.status=4,Xe.forceClientRender=!0,Xe.errorDigest=br(k,dt)}finally{N.blockedBoundary=G,N.blockedSegment=Te}N=ci(k,ge,G,gt,Oe,N.legacyContext,N.context,N.treeContext),k.pingedTasks.push(N)}return}if(typeof G=="object"&&G!==null)switch(G.$$typeof){case pt:if(ee=tr(k,N,G.render,ee,Te),Pn!==0){G=N.treeContext,N.treeContext=Dr(G,1,0);try{yn(k,N,ee)}finally{N.treeContext=G}}else yn(k,N,ee);return;case Qe:G=G.type,ee=Oi(G,ee),ar(k,N,G,ee,Te);return;case ot:if(Te=ee.children,G=G._context,ee=ee.value,ge=G._currentValue2,G._currentValue2=ee,Oe=sn,sn=ee={parent:Oe,depth:Oe===null?0:Oe.depth+1,context:G,parentValue:ge,value:ee},N.context=ee,yn(k,N,Te),k=sn,k===null)throw Error(e(403));ee=k.parentValue,k.context._currentValue2=ee===Hn?k.context._defaultValue:ee,k=sn=k.parent,N.context=k;return;case ct:ee=ee.children,ee=ee(G._currentValue2),yn(k,N,ee);return;case At:Te=G._init,G=Te(G._payload),ee=Oi(G,ee),ar(k,N,G,ee,void 0);return}throw Error(e(130,G==null?G:typeof G,""))}}function yn(k,N,G){if(N.node=G,typeof G=="object"&&G!==null){switch(G.$$typeof){case We:ar(k,N,G.type,G.props,G.ref);return;case et:throw Error(e(257));case At:var ee=G._init;G=ee(G._payload),yn(k,N,G);return}if(_(G)){Ar(k,N,G);return}if(G===null||typeof G!="object"?ee=null:(ee=Sn&&G[Sn]||G["@@iterator"],ee=typeof ee=="function"?ee:null),ee&&(ee=ee.call(G))){if(G=ee.next(),!G.done){var Te=[];do Te.push(G.value),G=ee.next();while(!G.done);Ar(k,N,Te)}return}throw k=Object.prototype.toString.call(G),Error(e(31,k==="[object Object]"?"object with keys {"+Object.keys(G).join(", ")+"}":k))}typeof G=="string"?(ee=N.blockedSegment,ee.lastPushedText=me(N.blockedSegment.chunks,G,k.responseState,ee.lastPushedText)):typeof G=="number"&&(ee=N.blockedSegment,ee.lastPushedText=me(N.blockedSegment.chunks,""+G,k.responseState,ee.lastPushedText))}function Ar(k,N,G){for(var ee=G.length,Te=0;Te<ee;Te++){var ge=N.treeContext;N.treeContext=Dr(ge,ee,Te);try{Ir(k,N,G[Te])}finally{N.treeContext=ge}}}function Ir(k,N,G){var ee=N.blockedSegment.formatContext,Te=N.legacyContext,ge=N.context;try{return yn(k,N,G)}catch(gt){if(yr(),typeof gt=="object"&>!==null&&typeof gt.then=="function"){G=gt;var Oe=N.blockedSegment,Xe=Xr(k,Oe.chunks.length,null,Oe.formatContext,Oe.lastPushedText,!0);Oe.children.push(Xe),Oe.lastPushedText=!1,k=ci(k,N.node,N.blockedBoundary,Xe,N.abortSet,N.legacyContext,N.context,N.treeContext).ping,G.then(k,k),N.blockedSegment.formatContext=ee,N.legacyContext=Te,N.context=ge,on(ge)}else throw N.blockedSegment.formatContext=ee,N.legacyContext=Te,N.context=ge,on(ge),gt}}function fi(k){var N=k.blockedBoundary;k=k.blockedSegment,k.status=3,Kr(this,N,k)}function di(k,N,G){var ee=k.blockedBoundary;k.blockedSegment.status=3,ee===null?(N.allPendingTasks--,N.status!==2&&(N.status=2,N.destination!==null&&N.destination.push(null))):(ee.pendingTasks--,ee.forceClientRender||(ee.forceClientRender=!0,k=G===void 0?Error(e(432)):G,ee.errorDigest=N.onError(k),ee.parentFlushed&&N.clientRenderedBoundaries.push(ee)),ee.fallbackAbortableTasks.forEach(function(Te){return di(Te,N,G)}),ee.fallbackAbortableTasks.clear(),N.allPendingTasks--,N.allPendingTasks===0&&(ee=N.onAllReady,ee()))}function wr(k,N){if(N.chunks.length===0&&N.children.length===1&&N.children[0].boundary===null){var G=N.children[0];G.id=N.id,G.parentFlushed=!0,G.status===1&&wr(k,G)}else k.completedSegments.push(N)}function Kr(k,N,G){if(N===null){if(G.parentFlushed){if(k.completedRootSegment!==null)throw Error(e(389));k.completedRootSegment=G}k.pendingRootTasks--,k.pendingRootTasks===0&&(k.onShellError=Or,N=k.onShellReady,N())}else N.pendingTasks--,N.forceClientRender||(N.pendingTasks===0?(G.parentFlushed&&G.status===1&&wr(N,G),N.parentFlushed&&k.completedBoundaries.push(N),N.fallbackAbortableTasks.forEach(fi,k),N.fallbackAbortableTasks.clear()):G.parentFlushed&&G.status===1&&(wr(N,G),N.completedSegments.length===1&&N.parentFlushed&&k.partialBoundaries.push(N)));k.allPendingTasks--,k.allPendingTasks===0&&(k=k.onAllReady,k())}function Wn(k){if(k.status!==2){var N=sn,G=Pi.current;Pi.current=ao;var ee=lo;lo=k.responseState;try{var Te=k.pingedTasks,ge;for(ge=0;ge<Te.length;ge++){var Oe=Te[ge],Xe=k,gt=Oe.blockedSegment;if(gt.status===0){on(Oe.context);try{yn(Xe,Oe,Oe.node),Xe.responseState.generateStaticMarkup||gt.lastPushedText&>.textEmbedded&>.chunks.push("<!-- -->"),Oe.abortSet.delete(Oe),gt.status=1,Kr(Xe,Oe.blockedBoundary,gt)}catch(En){if(yr(),typeof En=="object"&&En!==null&&typeof En.then=="function"){var mt=Oe.ping;En.then(mt,mt)}else{Oe.abortSet.delete(Oe),gt.status=4;var dt=Oe.blockedBoundary,Ft=En,Bn=br(Xe,Ft);if(dt===null?Rr(Xe,Ft):(dt.pendingTasks--,dt.forceClientRender||(dt.forceClientRender=!0,dt.errorDigest=Bn,dt.parentFlushed&&Xe.clientRenderedBoundaries.push(dt))),Xe.allPendingTasks--,Xe.allPendingTasks===0){var zn=Xe.onAllReady;zn()}}}finally{}}}Te.splice(0,ge),k.destination!==null&&Cn(k,k.destination)}catch(En){br(k,En),Rr(k,En)}finally{lo=ee,Pi.current=G,G===ao&&on(N)}}}function hi(k,N,G){switch(G.parentFlushed=!0,G.status){case 0:var ee=G.id=k.nextSegmentId++;return G.lastPushedText=!1,G.textEmbedded=!1,k=k.responseState,N.push('<template id="'),N.push(k.placeholderPrefix),k=ee.toString(16),N.push(k),N.push('"></template>');case 1:G.status=2;var Te=!0;ee=G.chunks;var ge=0;G=G.children;for(var Oe=0;Oe<G.length;Oe++){for(Te=G[Oe];ge<Te.index;ge++)N.push(ee[ge]);Te=pi(k,N,Te)}for(;ge<ee.length-1;ge++)N.push(ee[ge]);return ge<ee.length&&(Te=N.push(ee[ge])),Te;default:throw Error(e(390))}}function pi(k,N,G){var ee=G.boundary;if(ee===null)return hi(k,N,G);if(ee.parentFlushed=!0,ee.forceClientRender)return k.responseState.generateStaticMarkup||(ee=ee.errorDigest,N.push("<!--$!-->"),N.push("<template"),ee&&(N.push(' data-dgst="'),ee=A(ee),N.push(ee),N.push('"')),N.push("></template>")),hi(k,N,G),k=k.responseState.generateStaticMarkup?!0:N.push("<!--/$-->"),k;if(0<ee.pendingTasks){ee.rootSegmentID=k.nextSegmentId++,0<ee.completedSegments.length&&k.partialBoundaries.push(ee);var Te=k.responseState,ge=Te.nextSuspenseID++;return Te=Te.boundaryPrefix+ge.toString(16),ee=ee.id=Te,Ue(N,k.responseState,ee),hi(k,N,G),N.push("<!--/$-->")}if(ee.byteSize>k.progressiveChunkSize)return ee.rootSegmentID=k.nextSegmentId++,k.completedBoundaries.push(ee),Ue(N,k.responseState,ee.id),hi(k,N,G),N.push("<!--/$-->");if(k.responseState.generateStaticMarkup||N.push("<!--$-->"),G=ee.completedSegments,G.length!==1)throw Error(e(391));return pi(k,N,G[0]),k=k.responseState.generateStaticMarkup?!0:N.push("<!--/$-->"),k}function _i(k,N,G){return he(N,k.responseState,G.formatContext,G.id),pi(k,N,G),Ce(N,G.formatContext)}function nn(k,N,G){for(var ee=G.completedSegments,Te=0;Te<ee.length;Te++)jn(k,N,G,ee[Te]);if(ee.length=0,k=k.responseState,ee=G.id,G=G.rootSegmentID,N.push(k.startInlineScript),k.sentCompleteBoundaryFunction?N.push('$RC("'):(k.sentCompleteBoundaryFunction=!0,N.push('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("')),ee===null)throw Error(e(395));return G=G.toString(16),N.push(ee),N.push('","'),N.push(k.segmentPrefix),N.push(G),N.push('")<\/script>')}function jn(k,N,G,ee){if(ee.status===2)return!0;var Te=ee.id;if(Te===-1){if((ee.id=G.rootSegmentID)===-1)throw Error(e(392));return _i(k,N,ee)}return _i(k,N,ee),k=k.responseState,N.push(k.startInlineScript),k.sentCompleteSegmentFunction?N.push('$RS("'):(k.sentCompleteSegmentFunction=!0,N.push('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')),N.push(k.segmentPrefix),Te=Te.toString(16),N.push(Te),N.push('","'),N.push(k.placeholderPrefix),N.push(Te),N.push('")<\/script>')}function Cn(k,N){try{var G=k.completedRootSegment;if(G!==null&&k.pendingRootTasks===0){pi(k,N,G),k.completedRootSegment=null;var ee=k.responseState.bootstrapChunks;for(G=0;G<ee.length-1;G++)N.push(ee[G]);G<ee.length&&N.push(ee[G])}var Te=k.clientRenderedBoundaries,ge;for(ge=0;ge<Te.length;ge++){var Oe=Te[ge];ee=N;var Xe=k.responseState,gt=Oe.id,mt=Oe.errorDigest,dt=Oe.errorMessage,Ft=Oe.errorComponentStack;if(ee.push(Xe.startInlineScript),Xe.sentClientRenderFunction?ee.push('$RX("'):(Xe.sentClientRenderFunction=!0,ee.push('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("')),gt===null)throw Error(e(395));if(ee.push(gt),ee.push('"'),mt||dt||Ft){ee.push(",");var Bn=Ne(mt||"");ee.push(Bn)}if(dt||Ft){ee.push(",");var zn=Ne(dt||"");ee.push(zn)}if(Ft){ee.push(",");var En=Ne(Ft);ee.push(En)}if(!ee.push(")<\/script>")){k.destination=null,ge++,Te.splice(0,ge);return}}Te.splice(0,ge);var Zr=k.completedBoundaries;for(ge=0;ge<Zr.length;ge++)if(!nn(k,N,Zr[ge])){k.destination=null,ge++,Zr.splice(0,ge);return}Zr.splice(0,ge);var lr=k.partialBoundaries;for(ge=0;ge<lr.length;ge++){var Yi=lr[ge];e:{Te=k,Oe=N;var gi=Yi.completedSegments;for(Xe=0;Xe<gi.length;Xe++)if(!jn(Te,Oe,Yi,gi[Xe])){Xe++,gi.splice(0,Xe);var Gi=!1;break e}gi.splice(0,Xe),Gi=!0}if(!Gi){k.destination=null,ge++,lr.splice(0,ge);return}}lr.splice(0,ge);var Mr=k.completedBoundaries;for(ge=0;ge<Mr.length;ge++)if(!nn(k,N,Mr[ge])){k.destination=null,ge++,Mr.splice(0,ge);return}Mr.splice(0,ge)}finally{k.allPendingTasks===0&&k.pingedTasks.length===0&&k.clientRenderedBoundaries.length===0&&k.completedBoundaries.length===0&&N.push(null)}}function uo(k,N){try{var G=k.abortableTasks;G.forEach(function(ee){return di(ee,k,N)}),G.clear(),k.destination!==null&&Cn(k,k.destination)}catch(ee){br(k,ee),Rr(k,ee)}}function On(){}function _n(k,N,G,ee){var Te=!1,ge=null,Oe="",Xe={push:function(mt){return mt!==null&&(Oe+=mt),!0},destroy:function(mt){Te=!0,ge=mt}},gt=!1;if(k=_r(k,tt(G,N?N.identifierPrefix:void 0),{insertionMode:1,selectedValue:null},1/0,On,void 0,function(){gt=!0}),Wn(k),uo(k,ee),k.status===1)k.status=2,Xe.destroy(k.fatalError);else if(k.status!==2&&k.destination===null){k.destination=Xe;try{Cn(k,Xe)}catch(mt){br(k,mt),Rr(k,mt)}}if(Te)throw ge;if(!gt)throw Error(e(426));return Oe}return lc.renderToNodeStream=function(){throw Error(e(207))},lc.renderToStaticMarkup=function(k,N){return _n(k,N,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},lc.renderToStaticNodeStream=function(){throw Error(e(208))},lc.renderToString=function(k,N){return _n(k,N,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},lc.version="18.3.1",lc}var Ih={};/**
|
|
46
|
+
* @license React
|
|
47
|
+
* react-dom-server.browser.production.min.js
|
|
48
|
+
*
|
|
49
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
50
|
+
*
|
|
51
|
+
* This source code is licensed under the MIT license found in the
|
|
52
|
+
* LICENSE file in the root directory of this source tree.
|
|
53
|
+
*/var b1;function M4(){if(b1)return Ih;b1=1;var t=q;function e(D){for(var L="https://reactjs.org/docs/error-decoder.html?invariant="+D,U=1;U<arguments.length;U++)L+="&args[]="+encodeURIComponent(arguments[U]);return"Minified React error #"+D+"; visit "+L+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var n=null,r=0;function i(D,L){if(L.length!==0)if(512<L.length)0<r&&(D.enqueue(new Uint8Array(n.buffer,0,r)),n=new Uint8Array(512),r=0),D.enqueue(L);else{var U=n.length-r;U<L.length&&(U===0?D.enqueue(n):(n.set(L.subarray(0,U),r),D.enqueue(n),L=L.subarray(U)),n=new Uint8Array(512),r=0),n.set(L,r),r+=L.length}}function o(D,L){return i(D,L),!0}function a(D){n&&0<r&&(D.enqueue(new Uint8Array(n.buffer,0,r)),n=null,r=0)}var c=new TextEncoder;function f(D){return c.encode(D)}function p(D){return c.encode(D)}function b(D,L){typeof D.error=="function"?D.error(L):D.close()}var m=Object.prototype.hasOwnProperty,T=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,E={},A={};function I(D){return m.call(A,D)?!0:m.call(E,D)?!1:T.test(D)?A[D]=!0:(E[D]=!0,!1)}function M(D,L,U,Q,ye,be,Ie){this.acceptsBooleans=L===2||L===3||L===4,this.attributeName=Q,this.attributeNamespace=ye,this.mustUseProperty=U,this.propertyName=D,this.type=L,this.sanitizeURL=be,this.removeEmptyString=Ie}var _={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(D){_[D]=new M(D,0,!1,D,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(D){var L=D[0];_[L]=new M(L,1,!1,D[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(D){_[D]=new M(D,2,!1,D.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(D){_[D]=new M(D,2,!1,D,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(D){_[D]=new M(D,3,!1,D.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(D){_[D]=new M(D,3,!0,D,null,!1,!1)}),["capture","download"].forEach(function(D){_[D]=new M(D,4,!1,D,null,!1,!1)}),["cols","rows","size","span"].forEach(function(D){_[D]=new M(D,6,!1,D,null,!1,!1)}),["rowSpan","start"].forEach(function(D){_[D]=new M(D,5,!1,D.toLowerCase(),null,!1,!1)});var H=/[\-:]([a-z])/g;function Y(D){return D[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(D){var L=D.replace(H,Y);_[L]=new M(L,1,!1,D,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(D){var L=D.replace(H,Y);_[L]=new M(L,1,!1,D,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(D){var L=D.replace(H,Y);_[L]=new M(L,1,!1,D,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(D){_[D]=new M(D,1,!1,D.toLowerCase(),null,!1,!1)}),_.xlinkHref=new M("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(D){_[D]=new M(D,1,!1,D.toLowerCase(),null,!0,!0)});var ne={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Z=["Webkit","ms","Moz","O"];Object.keys(ne).forEach(function(D){Z.forEach(function(L){L=L+D.charAt(0).toUpperCase()+D.substring(1),ne[L]=ne[D]})});var ce=/["'&<>]/;function S(D){if(typeof D=="boolean"||typeof D=="number")return""+D;D=""+D;var L=ce.exec(D);if(L){var U="",Q,ye=0;for(Q=L.index;Q<D.length;Q++){switch(D.charCodeAt(Q)){case 34:L=""";break;case 38:L="&";break;case 39:L="'";break;case 60:L="<";break;case 62:L=">";break;default:continue}ye!==Q&&(U+=D.substring(ye,Q)),ye=Q+1,U+=L}D=ye!==Q?U+D.substring(ye,Q):U}return D}var ue=/([A-Z])/g,ae=/^ms-/,Ge=Array.isArray,Le=p("<script>"),Me=p("<\/script>"),$e=p('<script src="'),Ue=p('<script type="module" src="'),he=p('" async=""><\/script>'),Ce=/(<\/|<)(s)(cript)/gi;function Pe(D,L,U,Q){return""+L+(U==="s"?"\\u0073":"\\u0053")+Q}function Ne(D,L,U,Q,ye){D=D===void 0?"":D,L=L===void 0?Le:p('<script nonce="'+S(L)+'">');var be=[];if(U!==void 0&&be.push(L,f((""+U).replace(Ce,Pe)),Me),Q!==void 0)for(U=0;U<Q.length;U++)be.push($e,f(S(Q[U])),he);if(ye!==void 0)for(Q=0;Q<ye.length;Q++)be.push(Ue,f(S(ye[Q])),he);return{bootstrapChunks:be,startInlineScript:L,placeholderPrefix:p(D+"P:"),segmentPrefix:p(D+"S:"),boundaryPrefix:D+"B:",idPrefix:D,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}function tt(D,L){return{insertionMode:D,selectedValue:L}}function me(D){return tt(D==="http://www.w3.org/2000/svg"?2:D==="http://www.w3.org/1998/Math/MathML"?3:0,null)}function ke(D,L,U){switch(L){case"select":return tt(1,U.value!=null?U.value:U.defaultValue);case"svg":return tt(2,null);case"math":return tt(3,null);case"foreignObject":return tt(1,null);case"table":return tt(4,null);case"thead":case"tbody":case"tfoot":return tt(5,null);case"colgroup":return tt(7,null);case"tr":return tt(6,null)}return 4<=D.insertionMode||D.insertionMode===0?tt(1,null):D}var We=p("<!-- -->");function et(D,L,U,Q){return L===""?Q:(Q&&D.push(We),D.push(f(S(L))),!0)}var qe=new Map,Je=p(' style="'),Ke=p(":"),ot=p(";");function ct(D,L,U){if(typeof U!="object")throw Error(e(62));L=!0;for(var Q in U)if(m.call(U,Q)){var ye=U[Q];if(ye!=null&&typeof ye!="boolean"&&ye!==""){if(Q.indexOf("--")===0){var be=f(S(Q));ye=f(S((""+ye).trim()))}else{be=Q;var Ie=qe.get(be);Ie!==void 0||(Ie=p(S(be.replace(ue,"-$1").toLowerCase().replace(ae,"-ms-"))),qe.set(be,Ie)),be=Ie,ye=typeof ye=="number"?ye===0||m.call(ne,Q)?f(""+ye):f(ye+"px"):f(S((""+ye).trim()))}L?(L=!1,D.push(Je,be,Ke,ye)):D.push(ot,be,Ke,ye)}}L||D.push(yt)}var pt=p(" "),ft=p('="'),yt=p('"'),Qe=p('=""');function At(D,L,U,Q){switch(U){case"style":ct(D,L,Q);return;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<U.length)||U[0]!=="o"&&U[0]!=="O"||U[1]!=="n"&&U[1]!=="N"){if(L=_.hasOwnProperty(U)?_[U]:null,L!==null){switch(typeof Q){case"function":case"symbol":return;case"boolean":if(!L.acceptsBooleans)return}switch(U=f(L.attributeName),L.type){case 3:Q&&D.push(pt,U,Qe);break;case 4:Q===!0?D.push(pt,U,Qe):Q!==!1&&D.push(pt,U,ft,f(S(Q)),yt);break;case 5:isNaN(Q)||D.push(pt,U,ft,f(S(Q)),yt);break;case 6:!isNaN(Q)&&1<=Q&&D.push(pt,U,ft,f(S(Q)),yt);break;default:L.sanitizeURL&&(Q=""+Q),D.push(pt,U,ft,f(S(Q)),yt)}}else if(I(U)){switch(typeof Q){case"function":case"symbol":return;case"boolean":if(L=U.toLowerCase().slice(0,5),L!=="data-"&&L!=="aria-")return}D.push(pt,f(U),ft,f(S(Q)),yt)}}}var Mt=p(">"),Vn=p("/>");function mr(D,L,U){if(L!=null){if(U!=null)throw Error(e(60));if(typeof L!="object"||!("__html"in L))throw Error(e(61));L=L.__html,L!=null&&D.push(f(""+L))}}function Hn(D){var L="";return t.Children.forEach(D,function(U){U!=null&&(L+=U)}),L}var Sn=p(' selected=""');function $i(D,L,U,Q){D.push(fn(U));var ye=U=null,be;for(be in L)if(m.call(L,be)){var Ie=L[be];if(Ie!=null)switch(be){case"children":U=Ie;break;case"dangerouslySetInnerHTML":ye=Ie;break;default:At(D,Q,be,Ie)}}return D.push(Mt),mr(D,ye,U),typeof U=="string"?(D.push(f(S(U))),null):U}var kr=p(`
|
|
54
|
+
`),Jn=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,sn=new Map;function fn(D){var L=sn.get(D);if(L===void 0){if(!Jn.test(D))throw Error(e(65,D));L=p("<"+D),sn.set(D,L)}return L}var dn=p("<!DOCTYPE html>");function ut(D,L,U,Q,ye){switch(L){case"select":D.push(fn("select"));var be=null,Ie=null;for(St in U)if(m.call(U,St)){var ze=U[St];if(ze!=null)switch(St){case"children":be=ze;break;case"dangerouslySetInnerHTML":Ie=ze;break;case"defaultValue":case"value":break;default:At(D,Q,St,ze)}}return D.push(Mt),mr(D,Ie,be),be;case"option":Ie=ye.selectedValue,D.push(fn("option"));var ht=ze=null,_t=null,St=null;for(be in U)if(m.call(U,be)){var vt=U[be];if(vt!=null)switch(be){case"children":ze=vt;break;case"selected":_t=vt;break;case"dangerouslySetInnerHTML":St=vt;break;case"value":ht=vt;default:At(D,Q,be,vt)}}if(Ie!=null)if(U=ht!==null?""+ht:Hn(ze),Ge(Ie)){for(Q=0;Q<Ie.length;Q++)if(""+Ie[Q]===U){D.push(Sn);break}}else""+Ie===U&&D.push(Sn);else _t&&D.push(Sn);return D.push(Mt),mr(D,St,ze),ze;case"textarea":D.push(fn("textarea")),St=Ie=be=null;for(ze in U)if(m.call(U,ze)&&(ht=U[ze],ht!=null))switch(ze){case"children":St=ht;break;case"value":be=ht;break;case"defaultValue":Ie=ht;break;case"dangerouslySetInnerHTML":throw Error(e(91));default:At(D,Q,ze,ht)}if(be===null&&Ie!==null&&(be=Ie),D.push(Mt),St!=null){if(be!=null)throw Error(e(92));if(Ge(St)&&1<St.length)throw Error(e(93));be=""+St}return typeof be=="string"&&be[0]===`
|
|
55
|
+
`&&D.push(kr),be!==null&&D.push(f(S(""+be))),null;case"input":D.push(fn("input")),ht=St=ze=be=null;for(Ie in U)if(m.call(U,Ie)&&(_t=U[Ie],_t!=null))switch(Ie){case"children":case"dangerouslySetInnerHTML":throw Error(e(399,"input"));case"defaultChecked":ht=_t;break;case"defaultValue":ze=_t;break;case"checked":St=_t;break;case"value":be=_t;break;default:At(D,Q,Ie,_t)}return St!==null?At(D,Q,"checked",St):ht!==null&&At(D,Q,"checked",ht),be!==null?At(D,Q,"value",be):ze!==null&&At(D,Q,"value",ze),D.push(Vn),null;case"menuitem":D.push(fn("menuitem"));for(var An in U)if(m.call(U,An)&&(be=U[An],be!=null))switch(An){case"children":case"dangerouslySetInnerHTML":throw Error(e(400));default:At(D,Q,An,be)}return D.push(Mt),null;case"title":D.push(fn("title")),be=null;for(vt in U)if(m.call(U,vt)&&(Ie=U[vt],Ie!=null))switch(vt){case"children":be=Ie;break;case"dangerouslySetInnerHTML":throw Error(e(434));default:At(D,Q,vt,Ie)}return D.push(Mt),be;case"listing":case"pre":D.push(fn(L)),Ie=be=null;for(ht in U)if(m.call(U,ht)&&(ze=U[ht],ze!=null))switch(ht){case"children":be=ze;break;case"dangerouslySetInnerHTML":Ie=ze;break;default:At(D,Q,ht,ze)}if(D.push(Mt),Ie!=null){if(be!=null)throw Error(e(60));if(typeof Ie!="object"||!("__html"in Ie))throw Error(e(61));U=Ie.__html,U!=null&&(typeof U=="string"&&0<U.length&&U[0]===`
|
|
56
|
+
`?D.push(kr,f(U)):D.push(f(""+U)))}return typeof be=="string"&&be[0]===`
|
|
57
|
+
`&&D.push(kr),be;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":D.push(fn(L));for(var bn in U)if(m.call(U,bn)&&(be=U[bn],be!=null))switch(bn){case"children":case"dangerouslySetInnerHTML":throw Error(e(399,L));default:At(D,Q,bn,be)}return D.push(Vn),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return $i(D,U,L,Q);case"html":return ye.insertionMode===0&&D.push(dn),$i(D,U,L,Q);default:if(L.indexOf("-")===-1&&typeof U.is!="string")return $i(D,U,L,Q);D.push(fn(L)),Ie=be=null;for(_t in U)if(m.call(U,_t)&&(ze=U[_t],ze!=null))switch(_t){case"children":be=ze;break;case"dangerouslySetInnerHTML":Ie=ze;break;case"style":ct(D,Q,ze);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:I(_t)&&typeof ze!="function"&&typeof ze!="symbol"&&D.push(pt,f(_t),ft,f(S(ze)),yt)}return D.push(Mt),mr(D,Ie,be),be}}var Dn=p("</"),oi=p(">"),on=p('<template id="'),Vi=p('"></template>'),Hi=p("<!--$-->"),Ui=p('<!--$?--><template id="'),Dr=p('"></template>'),Nn=p("<!--$!-->"),Pr=p("<!--/$-->"),vr=p("<template"),zr=p('"'),Yr=p(' data-dgst="');p(' data-msg="'),p(' data-stck="');var Ao=p("></template>");function Un(D,L,U){if(i(D,Ui),U===null)throw Error(e(395));return i(D,U),o(D,Dr)}var Gr=p('<div hidden id="'),Qn=p('">'),Wt=p("</div>"),si=p('<svg aria-hidden="true" style="display:none" id="'),Wi=p('">'),Pn=p("</svg>"),hn=p('<math aria-hidden="true" style="display:none" id="'),ai=p('">'),li=p("</math>"),Tn=p('<table hidden id="'),so=p('">'),yr=p("</table>"),ui=p('<table hidden><tbody id="'),an=p('">'),Di=p("</tbody></table>"),Ms=p('<table hidden><tr id="'),Ls=p('">'),qr=p("</tr></table>"),ao=p('<table hidden><colgroup id="'),lo=p('">'),Pi=p("</colgroup></table>");function er(D,L,U,Q){switch(U.insertionMode){case 0:case 1:return i(D,Gr),i(D,L.segmentPrefix),i(D,f(Q.toString(16))),o(D,Qn);case 2:return i(D,si),i(D,L.segmentPrefix),i(D,f(Q.toString(16))),o(D,Wi);case 3:return i(D,hn),i(D,L.segmentPrefix),i(D,f(Q.toString(16))),o(D,ai);case 4:return i(D,Tn),i(D,L.segmentPrefix),i(D,f(Q.toString(16))),o(D,so);case 5:return i(D,ui),i(D,L.segmentPrefix),i(D,f(Q.toString(16))),o(D,an);case 6:return i(D,Ms),i(D,L.segmentPrefix),i(D,f(Q.toString(16))),o(D,Ls);case 7:return i(D,ao),i(D,L.segmentPrefix),i(D,f(Q.toString(16))),o(D,lo);default:throw Error(e(397))}}function Or(D,L){switch(L.insertionMode){case 0:case 1:return o(D,Wt);case 2:return o(D,Pn);case 3:return o(D,li);case 4:return o(D,yr);case 5:return o(D,Di);case 6:return o(D,qr);case 7:return o(D,Pi);default:throw Error(e(397))}}var _r=p('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),ci=p('$RS("'),Xr=p('","'),br=p('")<\/script>'),Rr=p('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'),tr=p('$RC("'),zi=p('","'),Oi=p('")<\/script>'),ar=p('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("'),yn=p('$RX("'),Ar=p('"'),Ir=p(")<\/script>"),fi=p(","),di=/[<\u2028\u2029]/g;function wr(D){return JSON.stringify(D).replace(di,function(L){switch(L){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var Kr=Object.assign,Wn=Symbol.for("react.element"),hi=Symbol.for("react.portal"),pi=Symbol.for("react.fragment"),_i=Symbol.for("react.strict_mode"),nn=Symbol.for("react.profiler"),jn=Symbol.for("react.provider"),Cn=Symbol.for("react.context"),uo=Symbol.for("react.forward_ref"),On=Symbol.for("react.suspense"),_n=Symbol.for("react.suspense_list"),k=Symbol.for("react.memo"),N=Symbol.for("react.lazy"),G=Symbol.for("react.scope"),ee=Symbol.for("react.debug_trace_mode"),Te=Symbol.for("react.legacy_hidden"),ge=Symbol.for("react.default_value"),Oe=Symbol.iterator;function Xe(D){if(D==null)return null;if(typeof D=="function")return D.displayName||D.name||null;if(typeof D=="string")return D;switch(D){case pi:return"Fragment";case hi:return"Portal";case nn:return"Profiler";case _i:return"StrictMode";case On:return"Suspense";case _n:return"SuspenseList"}if(typeof D=="object")switch(D.$$typeof){case Cn:return(D.displayName||"Context")+".Consumer";case jn:return(D._context.displayName||"Context")+".Provider";case uo:var L=D.render;return D=D.displayName,D||(D=L.displayName||L.name||"",D=D!==""?"ForwardRef("+D+")":"ForwardRef"),D;case k:return L=D.displayName||null,L!==null?L:Xe(D.type)||"Memo";case N:L=D._payload,D=D._init;try{return Xe(D(L))}catch{}}return null}var gt={};function mt(D,L){if(D=D.contextTypes,!D)return gt;var U={},Q;for(Q in D)U[Q]=L[Q];return U}var dt=null;function Ft(D,L){if(D!==L){D.context._currentValue=D.parentValue,D=D.parent;var U=L.parent;if(D===null){if(U!==null)throw Error(e(401))}else{if(U===null)throw Error(e(401));Ft(D,U)}L.context._currentValue=L.value}}function Bn(D){D.context._currentValue=D.parentValue,D=D.parent,D!==null&&Bn(D)}function zn(D){var L=D.parent;L!==null&&zn(L),D.context._currentValue=D.value}function En(D,L){if(D.context._currentValue=D.parentValue,D=D.parent,D===null)throw Error(e(402));D.depth===L.depth?Ft(D,L):En(D,L)}function Zr(D,L){var U=L.parent;if(U===null)throw Error(e(402));D.depth===U.depth?Ft(D,U):Zr(D,U),L.context._currentValue=L.value}function lr(D){var L=dt;L!==D&&(L===null?zn(D):D===null?Bn(L):L.depth===D.depth?Ft(L,D):L.depth>D.depth?En(L,D):Zr(L,D),dt=D)}var Yi={isMounted:function(){return!1},enqueueSetState:function(D,L){D=D._reactInternals,D.queue!==null&&D.queue.push(L)},enqueueReplaceState:function(D,L){D=D._reactInternals,D.replace=!0,D.queue=[L]},enqueueForceUpdate:function(){}};function gi(D,L,U,Q){var ye=D.state!==void 0?D.state:null;D.updater=Yi,D.props=U,D.state=ye;var be={queue:[],replace:!1};D._reactInternals=be;var Ie=L.contextType;if(D.context=typeof Ie=="object"&&Ie!==null?Ie._currentValue:Q,Ie=L.getDerivedStateFromProps,typeof Ie=="function"&&(Ie=Ie(U,ye),ye=Ie==null?ye:Kr({},ye,Ie),D.state=ye),typeof L.getDerivedStateFromProps!="function"&&typeof D.getSnapshotBeforeUpdate!="function"&&(typeof D.UNSAFE_componentWillMount=="function"||typeof D.componentWillMount=="function"))if(L=D.state,typeof D.componentWillMount=="function"&&D.componentWillMount(),typeof D.UNSAFE_componentWillMount=="function"&&D.UNSAFE_componentWillMount(),L!==D.state&&Yi.enqueueReplaceState(D,D.state,null),be.queue!==null&&0<be.queue.length)if(L=be.queue,Ie=be.replace,be.queue=null,be.replace=!1,Ie&&L.length===1)D.state=L[0];else{for(be=Ie?L[0]:D.state,ye=!0,Ie=Ie?1:0;Ie<L.length;Ie++){var ze=L[Ie];ze=typeof ze=="function"?ze.call(D,be,U,Q):ze,ze!=null&&(ye?(ye=!1,be=Kr({},be,ze)):Kr(be,ze))}D.state=be}else be.queue=null}var Gi={id:1,overflow:""};function Mr(D,L,U){var Q=D.id;D=D.overflow;var ye=32-qi(Q)-1;Q&=~(1<<ye),U+=1;var be=32-qi(L)+ye;if(30<be){var Ie=ye-ye%5;return be=(Q&(1<<Ie)-1).toString(32),Q>>=Ie,ye-=Ie,{id:1<<32-qi(L)+ye|U<<ye|Q,overflow:be+D}}return{id:1<<be|U<<ye|Q,overflow:D}}var qi=Math.clz32?Math.clz32:rs,Ua=Math.log,Fs=Math.LN2;function rs(D){return D>>>=0,D===0?32:31-(Ua(D)/Fs|0)|0}function xr(D,L){return D===L&&(D!==0||1/D===1/L)||D!==D&&L!==L}var Wa=typeof Object.is=="function"?Object.is:xr,mi=null,Ns=null,is=null,rn=null,Gt=!1,Kt=!1,Ri=0,Jr=null,Io=0;function vi(){if(mi===null)throw Error(e(321));return mi}function ur(){if(0<Io)throw Error(e(312));return{memoizedState:null,queue:null,next:null}}function js(){return rn===null?is===null?(Gt=!1,is=rn=ur()):(Gt=!0,rn=is):rn.next===null?(Gt=!1,rn=rn.next=ur()):(Gt=!0,rn=rn.next),rn}function co(){Ns=mi=null,Kt=!1,is=null,Io=0,rn=Jr=null}function la(D,L){return typeof L=="function"?L(D):L}function ln(D,L,U){if(mi=vi(),rn=js(),Gt){var Q=rn.queue;if(L=Q.dispatch,Jr!==null&&(U=Jr.get(Q),U!==void 0)){Jr.delete(Q),Q=rn.memoizedState;do Q=D(Q,U.action),U=U.next;while(U!==null);return rn.memoizedState=Q,[Q,L]}return[rn.memoizedState,L]}return D=D===la?typeof L=="function"?L():L:U!==void 0?U(L):L,rn.memoizedState=D,D=rn.queue={last:null,dispatch:null},D=D.dispatch=yi.bind(null,mi,D),[rn.memoizedState,D]}function Mo(D,L){if(mi=vi(),rn=js(),L=L===void 0?null:L,rn!==null){var U=rn.memoizedState;if(U!==null&&L!==null){var Q=U[1];e:if(Q===null)Q=!1;else{for(var ye=0;ye<Q.length&&ye<L.length;ye++)if(!Wa(L[ye],Q[ye])){Q=!1;break e}Q=!0}if(Q)return U[0]}}return D=D(),rn.memoizedState=[D,L],D}function yi(D,L,U){if(25<=Io)throw Error(e(301));if(D===mi)if(Kt=!0,D={action:U,next:null},Jr===null&&(Jr=new Map),U=Jr.get(L),U===void 0)Jr.set(L,D);else{for(L=U;L.next!==null;)L=L.next;L.next=D}}function ua(){throw Error(e(394))}function fo(){}var cr={readContext:function(D){return D._currentValue},useContext:function(D){return vi(),D._currentValue},useMemo:Mo,useReducer:ln,useRef:function(D){mi=vi(),rn=js();var L=rn.memoizedState;return L===null?(D={current:D},rn.memoizedState=D):L},useState:function(D){return ln(la,D)},useInsertionEffect:fo,useLayoutEffect:function(){},useCallback:function(D,L){return Mo(function(){return D},L)},useImperativeHandle:fo,useEffect:fo,useDebugValue:fo,useDeferredValue:function(D){return vi(),D},useTransition:function(){return vi(),[!1,ua]},useId:function(){var D=Ns.treeContext,L=D.overflow;D=D.id,D=(D&~(1<<32-qi(D)-1)).toString(32)+L;var U=h;if(U===null)throw Error(e(404));return L=Ri++,D=":"+U.idPrefix+"R"+D,0<L&&(D+="H"+L.toString(32)),D+":"},useMutableSource:function(D,L){return vi(),L(D._source)},useSyncExternalStore:function(D,L,U){if(U===void 0)throw Error(e(407));return U()}},h=null,y=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function C(D){return console.error(D),null}function P(){}function F(D,L,U,Q,ye,be,Ie,ze,ht){var _t=[],St=new Set;return L={destination:null,responseState:L,progressiveChunkSize:Q===void 0?12800:Q,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:St,pingedTasks:_t,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:ye===void 0?C:ye,onAllReady:be===void 0?P:be,onShellReady:Ie===void 0?P:Ie,onShellError:ze===void 0?P:ze,onFatalError:ht===void 0?P:ht},U=V(L,0,null,U,!1,!1),U.parentFlushed=!0,D=j(L,D,null,U,St,gt,null,Gi),_t.push(D),L}function j(D,L,U,Q,ye,be,Ie,ze){D.allPendingTasks++,U===null?D.pendingRootTasks++:U.pendingTasks++;var ht={node:L,ping:function(){var _t=D.pingedTasks;_t.push(ht),_t.length===1&&Fr(D)},blockedBoundary:U,blockedSegment:Q,abortSet:ye,legacyContext:be,context:Ie,treeContext:ze};return ye.add(ht),ht}function V(D,L,U,Q,ye,be){return{status:0,id:-1,index:L,parentFlushed:!1,chunks:[],children:[],formatContext:Q,boundary:U,lastPushedText:ye,textEmbedded:be}}function oe(D,L){if(D=D.onError(L),D!=null&&typeof D!="string")throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof D+'" instead');return D}function te(D,L){var U=D.onShellError;U(L),U=D.onFatalError,U(L),D.destination!==null?(D.status=2,b(D.destination,L)):(D.status=1,D.fatalError=L)}function pe(D,L,U,Q,ye){for(mi={},Ns=L,Ri=0,D=U(Q,ye);Kt;)Kt=!1,Ri=0,Io+=1,rn=null,D=U(Q,ye);return co(),D}function De(D,L,U,Q){var ye=U.render(),be=Q.childContextTypes;if(be!=null){var Ie=L.legacyContext;if(typeof U.getChildContext!="function")Q=Ie;else{U=U.getChildContext();for(var ze in U)if(!(ze in be))throw Error(e(108,Xe(Q)||"Unknown",ze));Q=Kr({},Ie,U)}L.legacyContext=Q,Be(D,L,ye),L.legacyContext=Ie}else Be(D,L,ye)}function Re(D,L){if(D&&D.defaultProps){L=Kr({},L),D=D.defaultProps;for(var U in D)L[U]===void 0&&(L[U]=D[U]);return L}return L}function xe(D,L,U,Q,ye){if(typeof U=="function")if(U.prototype&&U.prototype.isReactComponent){ye=mt(U,L.legacyContext);var be=U.contextType;be=new U(Q,typeof be=="object"&&be!==null?be._currentValue:ye),gi(be,U,Q,ye),De(D,L,be,U)}else{be=mt(U,L.legacyContext),ye=pe(D,L,U,Q,be);var Ie=Ri!==0;if(typeof ye=="object"&&ye!==null&&typeof ye.render=="function"&&ye.$$typeof===void 0)gi(ye,U,Q,be),De(D,L,ye,U);else if(Ie){Q=L.treeContext,L.treeContext=Mr(Q,1,0);try{Be(D,L,ye)}finally{L.treeContext=Q}}else Be(D,L,ye)}else if(typeof U=="string"){switch(ye=L.blockedSegment,be=ut(ye.chunks,U,Q,D.responseState,ye.formatContext),ye.lastPushedText=!1,Ie=ye.formatContext,ye.formatContext=ke(Ie,U,Q),Tt(D,L,be),ye.formatContext=Ie,U){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:ye.chunks.push(Dn,f(U),oi)}ye.lastPushedText=!1}else{switch(U){case Te:case ee:case _i:case nn:case pi:Be(D,L,Q.children);return;case _n:Be(D,L,Q.children);return;case G:throw Error(e(343));case On:e:{U=L.blockedBoundary,ye=L.blockedSegment,be=Q.fallback,Q=Q.children,Ie=new Set;var ze={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:Ie,errorDigest:null},ht=V(D,ye.chunks.length,ze,ye.formatContext,!1,!1);ye.children.push(ht),ye.lastPushedText=!1;var _t=V(D,0,null,ye.formatContext,!1,!1);_t.parentFlushed=!0,L.blockedBoundary=ze,L.blockedSegment=_t;try{if(Tt(D,L,Q),_t.lastPushedText&&_t.textEmbedded&&_t.chunks.push(We),_t.status=1,un(ze,_t),ze.pendingTasks===0)break e}catch(St){_t.status=4,ze.forceClientRender=!0,ze.errorDigest=oe(D,St)}finally{L.blockedBoundary=U,L.blockedSegment=ye}L=j(D,be,U,ht,Ie,L.legacyContext,L.context,L.treeContext),D.pingedTasks.push(L)}return}if(typeof U=="object"&&U!==null)switch(U.$$typeof){case uo:if(Q=pe(D,L,U.render,Q,ye),Ri!==0){U=L.treeContext,L.treeContext=Mr(U,1,0);try{Be(D,L,Q)}finally{L.treeContext=U}}else Be(D,L,Q);return;case k:U=U.type,Q=Re(U,Q),xe(D,L,U,Q,ye);return;case jn:if(ye=Q.children,U=U._context,Q=Q.value,be=U._currentValue,U._currentValue=Q,Ie=dt,dt=Q={parent:Ie,depth:Ie===null?0:Ie.depth+1,context:U,parentValue:be,value:Q},L.context=Q,Be(D,L,ye),D=dt,D===null)throw Error(e(403));Q=D.parentValue,D.context._currentValue=Q===ge?D.context._defaultValue:Q,D=dt=D.parent,L.context=D;return;case Cn:Q=Q.children,Q=Q(U._currentValue),Be(D,L,Q);return;case N:ye=U._init,U=ye(U._payload),Q=Re(U,Q),xe(D,L,U,Q,void 0);return}throw Error(e(130,U==null?U:typeof U,""))}}function Be(D,L,U){if(L.node=U,typeof U=="object"&&U!==null){switch(U.$$typeof){case Wn:xe(D,L,U.type,U.props,U.ref);return;case hi:throw Error(e(257));case N:var Q=U._init;U=Q(U._payload),Be(D,L,U);return}if(Ge(U)){it(D,L,U);return}if(U===null||typeof U!="object"?Q=null:(Q=Oe&&U[Oe]||U["@@iterator"],Q=typeof Q=="function"?Q:null),Q&&(Q=Q.call(U))){if(U=Q.next(),!U.done){var ye=[];do ye.push(U.value),U=Q.next();while(!U.done);it(D,L,ye)}return}throw D=Object.prototype.toString.call(U),Error(e(31,D==="[object Object]"?"object with keys {"+Object.keys(U).join(", ")+"}":D))}typeof U=="string"?(Q=L.blockedSegment,Q.lastPushedText=et(L.blockedSegment.chunks,U,D.responseState,Q.lastPushedText)):typeof U=="number"&&(Q=L.blockedSegment,Q.lastPushedText=et(L.blockedSegment.chunks,""+U,D.responseState,Q.lastPushedText))}function it(D,L,U){for(var Q=U.length,ye=0;ye<Q;ye++){var be=L.treeContext;L.treeContext=Mr(be,Q,ye);try{Tt(D,L,U[ye])}finally{L.treeContext=be}}}function Tt(D,L,U){var Q=L.blockedSegment.formatContext,ye=L.legacyContext,be=L.context;try{return Be(D,L,U)}catch(ht){if(co(),typeof ht=="object"&&ht!==null&&typeof ht.then=="function"){U=ht;var Ie=L.blockedSegment,ze=V(D,Ie.chunks.length,null,Ie.formatContext,Ie.lastPushedText,!0);Ie.children.push(ze),Ie.lastPushedText=!1,D=j(D,L.node,L.blockedBoundary,ze,L.abortSet,L.legacyContext,L.context,L.treeContext).ping,U.then(D,D),L.blockedSegment.formatContext=Q,L.legacyContext=ye,L.context=be,lr(be)}else throw L.blockedSegment.formatContext=Q,L.legacyContext=ye,L.context=be,lr(be),ht}}function Et(D){var L=D.blockedBoundary;D=D.blockedSegment,D.status=3,Lr(this,L,D)}function Rn(D,L,U){var Q=D.blockedBoundary;D.blockedSegment.status=3,Q===null?(L.allPendingTasks--,L.status!==2&&(L.status=2,L.destination!==null&&L.destination.close())):(Q.pendingTasks--,Q.forceClientRender||(Q.forceClientRender=!0,D=U===void 0?Error(e(432)):U,Q.errorDigest=L.onError(D),Q.parentFlushed&&L.clientRenderedBoundaries.push(Q)),Q.fallbackAbortableTasks.forEach(function(ye){return Rn(ye,L,U)}),Q.fallbackAbortableTasks.clear(),L.allPendingTasks--,L.allPendingTasks===0&&(Q=L.onAllReady,Q()))}function un(D,L){if(L.chunks.length===0&&L.children.length===1&&L.children[0].boundary===null){var U=L.children[0];U.id=L.id,U.parentFlushed=!0,U.status===1&&un(D,U)}else D.completedSegments.push(L)}function Lr(D,L,U){if(L===null){if(U.parentFlushed){if(D.completedRootSegment!==null)throw Error(e(389));D.completedRootSegment=U}D.pendingRootTasks--,D.pendingRootTasks===0&&(D.onShellError=P,L=D.onShellReady,L())}else L.pendingTasks--,L.forceClientRender||(L.pendingTasks===0?(U.parentFlushed&&U.status===1&&un(L,U),L.parentFlushed&&D.completedBoundaries.push(L),L.fallbackAbortableTasks.forEach(Et,D),L.fallbackAbortableTasks.clear()):U.parentFlushed&&U.status===1&&(un(L,U),L.completedSegments.length===1&&L.parentFlushed&&D.partialBoundaries.push(L)));D.allPendingTasks--,D.allPendingTasks===0&&(D=D.onAllReady,D())}function Fr(D){if(D.status!==2){var L=dt,U=y.current;y.current=cr;var Q=h;h=D.responseState;try{var ye=D.pingedTasks,be;for(be=0;be<ye.length;be++){var Ie=ye[be],ze=D,ht=Ie.blockedSegment;if(ht.status===0){lr(Ie.context);try{Be(ze,Ie,Ie.node),ht.lastPushedText&&ht.textEmbedded&&ht.chunks.push(We),Ie.abortSet.delete(Ie),ht.status=1,Lr(ze,Ie.blockedBoundary,ht)}catch($n){if(co(),typeof $n=="object"&&$n!==null&&typeof $n.then=="function"){var _t=Ie.ping;$n.then(_t,_t)}else{Ie.abortSet.delete(Ie),ht.status=4;var St=Ie.blockedBoundary,vt=$n,An=oe(ze,vt);if(St===null?te(ze,vt):(St.pendingTasks--,St.forceClientRender||(St.forceClientRender=!0,St.errorDigest=An,St.parentFlushed&&ze.clientRenderedBoundaries.push(St))),ze.allPendingTasks--,ze.allPendingTasks===0){var bn=ze.onAllReady;bn()}}}finally{}}}ye.splice(0,be),D.destination!==null&&po(D,D.destination)}catch($n){oe(D,$n),te(D,$n)}finally{h=Q,y.current=U,U===cr&&lr(L)}}}function Lt(D,L,U){switch(U.parentFlushed=!0,U.status){case 0:var Q=U.id=D.nextSegmentId++;return U.lastPushedText=!1,U.textEmbedded=!1,D=D.responseState,i(L,on),i(L,D.placeholderPrefix),D=f(Q.toString(16)),i(L,D),o(L,Vi);case 1:U.status=2;var ye=!0;Q=U.chunks;var be=0;U=U.children;for(var Ie=0;Ie<U.length;Ie++){for(ye=U[Ie];be<ye.index;be++)i(L,Q[be]);ye=Nr(D,L,ye)}for(;be<Q.length-1;be++)i(L,Q[be]);return be<Q.length&&(ye=o(L,Q[be])),ye;default:throw Error(e(390))}}function Nr(D,L,U){var Q=U.boundary;if(Q===null)return Lt(D,L,U);if(Q.parentFlushed=!0,Q.forceClientRender)Q=Q.errorDigest,o(L,Nn),i(L,vr),Q&&(i(L,Yr),i(L,f(S(Q))),i(L,zr)),o(L,Ao),Lt(D,L,U);else if(0<Q.pendingTasks){Q.rootSegmentID=D.nextSegmentId++,0<Q.completedSegments.length&&D.partialBoundaries.push(Q);var ye=D.responseState,be=ye.nextSuspenseID++;ye=p(ye.boundaryPrefix+be.toString(16)),Q=Q.id=ye,Un(L,D.responseState,Q),Lt(D,L,U)}else if(Q.byteSize>D.progressiveChunkSize)Q.rootSegmentID=D.nextSegmentId++,D.completedBoundaries.push(Q),Un(L,D.responseState,Q.id),Lt(D,L,U);else{if(o(L,Hi),U=Q.completedSegments,U.length!==1)throw Error(e(391));Nr(D,L,U[0])}return o(L,Pr)}function jt(D,L,U){return er(L,D.responseState,U.formatContext,U.id),Nr(D,L,U),Or(L,U.formatContext)}function Qt(D,L,U){for(var Q=U.completedSegments,ye=0;ye<Q.length;ye++)ho(D,L,U,Q[ye]);if(Q.length=0,D=D.responseState,Q=U.id,U=U.rootSegmentID,i(L,D.startInlineScript),D.sentCompleteBoundaryFunction?i(L,tr):(D.sentCompleteBoundaryFunction=!0,i(L,Rr)),Q===null)throw Error(e(395));return U=f(U.toString(16)),i(L,Q),i(L,zi),i(L,D.segmentPrefix),i(L,U),o(L,Oi)}function ho(D,L,U,Q){if(Q.status===2)return!0;var ye=Q.id;if(ye===-1){if((Q.id=U.rootSegmentID)===-1)throw Error(e(392));return jt(D,L,Q)}return jt(D,L,Q),D=D.responseState,i(L,D.startInlineScript),D.sentCompleteSegmentFunction?i(L,ci):(D.sentCompleteSegmentFunction=!0,i(L,_r)),i(L,D.segmentPrefix),ye=f(ye.toString(16)),i(L,ye),i(L,Xr),i(L,D.placeholderPrefix),i(L,ye),o(L,br)}function po(D,L){n=new Uint8Array(512),r=0;try{var U=D.completedRootSegment;if(U!==null&&D.pendingRootTasks===0){Nr(D,L,U),D.completedRootSegment=null;var Q=D.responseState.bootstrapChunks;for(U=0;U<Q.length-1;U++)i(L,Q[U]);U<Q.length&&o(L,Q[U])}var ye=D.clientRenderedBoundaries,be;for(be=0;be<ye.length;be++){var Ie=ye[be];Q=L;var ze=D.responseState,ht=Ie.id,_t=Ie.errorDigest,St=Ie.errorMessage,vt=Ie.errorComponentStack;if(i(Q,ze.startInlineScript),ze.sentClientRenderFunction?i(Q,yn):(ze.sentClientRenderFunction=!0,i(Q,ar)),ht===null)throw Error(e(395));i(Q,ht),i(Q,Ar),(_t||St||vt)&&(i(Q,fi),i(Q,f(wr(_t||"")))),(St||vt)&&(i(Q,fi),i(Q,f(wr(St||"")))),vt&&(i(Q,fi),i(Q,f(wr(vt)))),o(Q,Ir)}ye.splice(0,be);var An=D.completedBoundaries;for(be=0;be<An.length;be++)Qt(D,L,An[be]);An.splice(0,be),a(L),n=new Uint8Array(512),r=0;var bn=D.partialBoundaries;for(be=0;be<bn.length;be++){var $n=bn[be];e:{ye=D,Ie=L;var os=$n.completedSegments;for(ze=0;ze<os.length;ze++)if(!ho(ye,Ie,$n,os[ze])){ze++,os.splice(0,ze);var ca=!1;break e}os.splice(0,ze),ca=!0}if(!ca){D.destination=null,be++,bn.splice(0,be);return}}bn.splice(0,be);var go=D.completedBoundaries;for(be=0;be<go.length;be++)Qt(D,L,go[be]);go.splice(0,be)}finally{a(L),D.allPendingTasks===0&&D.pingedTasks.length===0&&D.clientRenderedBoundaries.length===0&&D.completedBoundaries.length===0&&L.close()}}function Sr(D,L){try{var U=D.abortableTasks;U.forEach(function(Q){return Rn(Q,D,L)}),U.clear(),D.destination!==null&&po(D,D.destination)}catch(Q){oe(D,Q),te(D,Q)}}return Ih.renderToReadableStream=function(D,L){return new Promise(function(U,Q){var ye,be,Ie=new Promise(function(St,vt){be=St,ye=vt}),ze=F(D,Ne(L?L.identifierPrefix:void 0,L?L.nonce:void 0,L?L.bootstrapScriptContent:void 0,L?L.bootstrapScripts:void 0,L?L.bootstrapModules:void 0),me(L?L.namespaceURI:void 0),L?L.progressiveChunkSize:void 0,L?L.onError:void 0,be,function(){var St=new ReadableStream({type:"bytes",pull:function(vt){if(ze.status===1)ze.status=2,b(vt,ze.fatalError);else if(ze.status!==2&&ze.destination===null){ze.destination=vt;try{po(ze,vt)}catch(An){oe(ze,An),te(ze,An)}}},cancel:function(){Sr(ze)}},{highWaterMark:0});St.allReady=Ie,U(St)},function(St){Ie.catch(function(){}),Q(St)},ye);if(L&&L.signal){var ht=L.signal,_t=function(){Sr(ze,ht.reason),ht.removeEventListener("abort",_t)};ht.addEventListener("abort",_t)}Fr(ze)})},Ih.version="18.3.1",Ih}var uc={};/**
|
|
58
|
+
* @license React
|
|
59
|
+
* react-dom-server-legacy.browser.development.js
|
|
60
|
+
*
|
|
61
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
62
|
+
*
|
|
63
|
+
* This source code is licensed under the MIT license found in the
|
|
64
|
+
* LICENSE file in the root directory of this source tree.
|
|
65
|
+
*/var w1;function L4(){return w1||(w1=1,process.env.NODE_ENV!=="production"&&function(){var t=q,e="18.3.1",n=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function r(l){{for(var d=arguments.length,g=new Array(d>1?d-1:0),x=1;x<d;x++)g[x-1]=arguments[x];o("warn",l,g)}}function i(l){{for(var d=arguments.length,g=new Array(d>1?d-1:0),x=1;x<d;x++)g[x-1]=arguments[x];o("error",l,g)}}function o(l,d,g){{var x=n.ReactDebugCurrentFrame,R=x.getStackAddendum();R!==""&&(d+="%s",g=g.concat([R]));var B=g.map(function(z){return String(z)});B.unshift("Warning: "+d),Function.prototype.apply.call(console[l],console,B)}}function a(l){l()}function c(l){}function f(l,d){p(l,d)}function p(l,d){return l.push(d)}function b(l){}function m(l){l.push(null)}function T(l){return l}function E(l){return l}function A(l,d){l.destroy(d)}function I(l){{var d=typeof Symbol=="function"&&Symbol.toStringTag,g=d&&l[Symbol.toStringTag]||l.constructor.name||"Object";return g}}function M(l){try{return _(l),!1}catch{return!0}}function _(l){return""+l}function H(l,d){if(M(l))return i("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",d,I(l)),_(l)}function Y(l,d){if(M(l))return i("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",d,I(l)),_(l)}function ne(l){if(M(l))return i("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",I(l)),_(l)}var Z=Object.prototype.hasOwnProperty,ce=0,S=1,ue=2,ae=3,Ge=4,Le=5,Me=6,$e=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",Ue=$e+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",he=new RegExp("^["+$e+"]["+Ue+"]*$"),Ce={},Pe={};function Ne(l){return Z.call(Pe,l)?!0:Z.call(Ce,l)?!1:he.test(l)?(Pe[l]=!0,!0):(Ce[l]=!0,i("Invalid attribute name: `%s`",l),!1)}function tt(l,d,g,x){if(g!==null&&g.type===ce)return!1;switch(typeof d){case"function":case"symbol":return!0;case"boolean":{if(g!==null)return!g.acceptsBooleans;var R=l.toLowerCase().slice(0,5);return R!=="data-"&&R!=="aria-"}default:return!1}}function me(l){return We.hasOwnProperty(l)?We[l]:null}function ke(l,d,g,x,R,B,z){this.acceptsBooleans=d===ue||d===ae||d===Ge,this.attributeName=x,this.attributeNamespace=R,this.mustUseProperty=g,this.propertyName=l,this.type=d,this.sanitizeURL=B,this.removeEmptyString=z}var We={},et=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];et.forEach(function(l){We[l]=new ke(l,ce,!1,l,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(l){var d=l[0],g=l[1];We[d]=new ke(d,S,!1,g,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(l){We[l]=new ke(l,ue,!1,l.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(l){We[l]=new ke(l,ue,!1,l,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(l){We[l]=new ke(l,ae,!1,l.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(l){We[l]=new ke(l,ae,!0,l,null,!1,!1)}),["capture","download"].forEach(function(l){We[l]=new ke(l,Ge,!1,l,null,!1,!1)}),["cols","rows","size","span"].forEach(function(l){We[l]=new ke(l,Me,!1,l,null,!1,!1)}),["rowSpan","start"].forEach(function(l){We[l]=new ke(l,Le,!1,l.toLowerCase(),null,!1,!1)});var qe=/[\-\:]([a-z])/g,Je=function(l){return l[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(l){var d=l.replace(qe,Je);We[d]=new ke(d,S,!1,l,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(l){var d=l.replace(qe,Je);We[d]=new ke(d,S,!1,l,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(l){var d=l.replace(qe,Je);We[d]=new ke(d,S,!1,l,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(l){We[l]=new ke(l,S,!1,l.toLowerCase(),null,!1,!1)});var Ke="xlinkHref";We[Ke]=new ke("xlinkHref",S,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(l){We[l]=new ke(l,S,!1,l.toLowerCase(),null,!0,!0)});var ot={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function ct(l,d){return l+d.charAt(0).toUpperCase()+d.substring(1)}var pt=["Webkit","ms","Moz","O"];Object.keys(ot).forEach(function(l){pt.forEach(function(d){ot[ct(d,l)]=ot[l]})});var ft={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function yt(l,d){ft[d.type]||d.onChange||d.onInput||d.readOnly||d.disabled||d.value==null||i("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),d.onChange||d.readOnly||d.disabled||d.checked==null||i("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function Qe(l,d){if(l.indexOf("-")===-1)return typeof d.is=="string";switch(l){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var At={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},Mt={},Vn=new RegExp("^(aria)-["+Ue+"]*$"),mr=new RegExp("^(aria)[A-Z]["+Ue+"]*$");function Hn(l,d){{if(Z.call(Mt,d)&&Mt[d])return!0;if(mr.test(d)){var g="aria-"+d.slice(4).toLowerCase(),x=At.hasOwnProperty(g)?g:null;if(x==null)return i("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",d),Mt[d]=!0,!0;if(d!==x)return i("Invalid ARIA attribute `%s`. Did you mean `%s`?",d,x),Mt[d]=!0,!0}if(Vn.test(d)){var R=d.toLowerCase(),B=At.hasOwnProperty(R)?R:null;if(B==null)return Mt[d]=!0,!1;if(d!==B)return i("Unknown ARIA attribute `%s`. Did you mean `%s`?",d,B),Mt[d]=!0,!0}}return!0}function Sn(l,d){{var g=[];for(var x in d){var R=Hn(l,x);R||g.push(x)}var B=g.map(function(z){return"`"+z+"`"}).join(", ");g.length===1?i("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",B,l):g.length>1&&i("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",B,l)}}function $i(l,d){Qe(l,d)||Sn(l,d)}var kr=!1;function Jn(l,d){{if(l!=="input"&&l!=="textarea"&&l!=="select")return;d!=null&&d.value===null&&!kr&&(kr=!0,l==="select"&&d.multiple?i("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",l):i("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",l))}}var sn={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},fn=function(){};{var dn={},ut=/^on./,Dn=/^on[^A-Z]/,oi=new RegExp("^(aria)-["+Ue+"]*$"),on=new RegExp("^(aria)[A-Z]["+Ue+"]*$");fn=function(l,d,g,x){if(Z.call(dn,d)&&dn[d])return!0;var R=d.toLowerCase();if(R==="onfocusin"||R==="onfocusout")return i("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),dn[d]=!0,!0;if(x!=null){var B=x.registrationNameDependencies,z=x.possibleRegistrationNames;if(B.hasOwnProperty(d))return!0;var re=z.hasOwnProperty(R)?z[R]:null;if(re!=null)return i("Invalid event handler property `%s`. Did you mean `%s`?",d,re),dn[d]=!0,!0;if(ut.test(d))return i("Unknown event handler property `%s`. It will be ignored.",d),dn[d]=!0,!0}else if(ut.test(d))return Dn.test(d)&&i("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",d),dn[d]=!0,!0;if(oi.test(d)||on.test(d))return!0;if(R==="innerhtml")return i("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),dn[d]=!0,!0;if(R==="aria")return i("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),dn[d]=!0,!0;if(R==="is"&&g!==null&&g!==void 0&&typeof g!="string")return i("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof g),dn[d]=!0,!0;if(typeof g=="number"&&isNaN(g))return i("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",d),dn[d]=!0,!0;var we=me(d),je=we!==null&&we.type===ce;if(sn.hasOwnProperty(R)){var Ye=sn[R];if(Ye!==d)return i("Invalid DOM property `%s`. Did you mean `%s`?",d,Ye),dn[d]=!0,!0}else if(!je&&d!==R)return i("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",d,R),dn[d]=!0,!0;return typeof g=="boolean"&&tt(d,g,we)?(g?i('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',g,d,d,g,d):i('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',g,d,d,g,d,d,d),dn[d]=!0,!0):je?!0:tt(d,g,we)?(dn[d]=!0,!1):((g==="false"||g==="true")&&we!==null&&we.type===ae&&(i("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",g,d,g==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',d,g),dn[d]=!0),!0)}}var Vi=function(l,d,g){{var x=[];for(var R in d){var B=fn(l,R,d[R],g);B||x.push(R)}var z=x.map(function(re){return"`"+re+"`"}).join(", ");x.length===1?i("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",z,l):x.length>1&&i("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",z,l)}};function Hi(l,d,g){Qe(l,d)||Vi(l,d,g)}var Ui=function(){};{var Dr=/^(?:webkit|moz|o)[A-Z]/,Nn=/^-ms-/,Pr=/-(.)/g,vr=/;\s*$/,zr={},Yr={},Ao=!1,Un=!1,Gr=function(l){return l.replace(Pr,function(d,g){return g.toUpperCase()})},Qn=function(l){zr.hasOwnProperty(l)&&zr[l]||(zr[l]=!0,i("Unsupported style property %s. Did you mean %s?",l,Gr(l.replace(Nn,"ms-"))))},Wt=function(l){zr.hasOwnProperty(l)&&zr[l]||(zr[l]=!0,i("Unsupported vendor-prefixed style property %s. Did you mean %s?",l,l.charAt(0).toUpperCase()+l.slice(1)))},si=function(l,d){Yr.hasOwnProperty(d)&&Yr[d]||(Yr[d]=!0,i(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,l,d.replace(vr,"")))},Wi=function(l,d){Ao||(Ao=!0,i("`NaN` is an invalid value for the `%s` css style property.",l))},Pn=function(l,d){Un||(Un=!0,i("`Infinity` is an invalid value for the `%s` css style property.",l))};Ui=function(l,d){l.indexOf("-")>-1?Qn(l):Dr.test(l)?Wt(l):vr.test(d)&&si(l,d),typeof d=="number"&&(isNaN(d)?Wi(l,d):isFinite(d)||Pn(l,d))}}var hn=Ui,ai=/["'&<>]/;function li(l){ne(l);var d=""+l,g=ai.exec(d);if(!g)return d;var x,R="",B,z=0;for(B=g.index;B<d.length;B++){switch(d.charCodeAt(B)){case 34:x=""";break;case 38:x="&";break;case 39:x="'";break;case 60:x="<";break;case 62:x=">";break;default:continue}z!==B&&(R+=d.substring(z,B)),z=B+1,R+=x}return z!==B?R+d.substring(z,B):R}function Tn(l){return typeof l=="boolean"||typeof l=="number"?""+l:li(l)}var so=/([A-Z])/g,yr=/^ms-/;function ui(l){return l.replace(so,"-$1").toLowerCase().replace(yr,"-ms-")}var an=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,Di=!1;function Ms(l){!Di&&an.test(l)&&(Di=!0,i("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(l)))}var Ls=Array.isArray;function qr(l){return Ls(l)}var ao="<script>";function lo(l,d,g,x,R){var B=l===void 0?"":l,z=ao,re=[];return{bootstrapChunks:re,startInlineScript:z,placeholderPrefix:B+"P:",segmentPrefix:B+"S:",boundaryPrefix:B+"B:",idPrefix:B,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}var Pi=0,er=1,Or=2,_r=3,ci=4,Xr=5,br=6,Rr=7;function tr(l,d){return{insertionMode:l,selectedValue:d}}function zi(l,d,g){switch(d){case"select":return tr(er,g.value!=null?g.value:g.defaultValue);case"svg":return tr(Or,null);case"math":return tr(_r,null);case"foreignObject":return tr(er,null);case"table":return tr(ci,null);case"thead":case"tbody":case"tfoot":return tr(Xr,null);case"colgroup":return tr(Rr,null);case"tr":return tr(br,null)}return l.insertionMode>=ci||l.insertionMode===Pi?tr(er,null):l}var Oi=null;function ar(l){var d=l.nextSuspenseID++;return l.boundaryPrefix+d.toString(16)}function yn(l,d,g){var x=l.idPrefix,R=":"+x+"R"+d;return g>0&&(R+="H"+g.toString(32)),R+":"}function Ar(l){return Tn(l)}var Ir="<!-- -->";function fi(l,d,g,x){return d===""?x:(x&&l.push(Ir),l.push(Ar(d)),!0)}function di(l,d,g,x){g&&x&&l.push(Ir)}var wr=new Map;function Kr(l){var d=wr.get(l);if(d!==void 0)return d;var g=Tn(ui(l));return wr.set(l,g),g}var Wn=' style="',hi=":",pi=";";function _i(l,d,g){if(typeof g!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var x=!0;for(var R in g)if(Z.call(g,R)){var B=g[R];if(!(B==null||typeof B=="boolean"||B==="")){var z=void 0,re=void 0,we=R.indexOf("--")===0;we?(z=Tn(R),Y(B,R),re=Tn((""+B).trim())):(hn(R,B),z=Kr(R),typeof B=="number"?B!==0&&!Z.call(ot,R)?re=B+"px":re=""+B:(Y(B,R),re=Tn((""+B).trim()))),x?(x=!1,l.push(Wn,z,hi,re)):l.push(pi,z,hi,re)}}x||l.push(Cn)}var nn=" ",jn='="',Cn='"',uo='=""';function On(l,d,g,x){switch(g){case"style":{_i(l,d,x);return}case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(g.length>2&&(g[0]==="o"||g[0]==="O")&&(g[1]==="n"||g[1]==="N"))){var R=me(g);if(R!==null){switch(typeof x){case"function":case"symbol":return;case"boolean":if(!R.acceptsBooleans)return}var B=R.attributeName,z=B;switch(R.type){case ae:x&&l.push(nn,z,uo);return;case Ge:x===!0?l.push(nn,z,uo):x===!1||l.push(nn,z,jn,Tn(x),Cn);return;case Le:isNaN(x)||l.push(nn,z,jn,Tn(x),Cn);break;case Me:!isNaN(x)&&x>=1&&l.push(nn,z,jn,Tn(x),Cn);break;default:R.sanitizeURL&&(H(x,B),x=""+x,Ms(x)),l.push(nn,z,jn,Tn(x),Cn)}}else if(Ne(g)){switch(typeof x){case"function":case"symbol":return;case"boolean":{var re=g.toLowerCase().slice(0,5);if(re!=="data-"&&re!=="aria-")return}}l.push(nn,g,jn,Tn(x),Cn)}}}var _n=">",k="/>";function N(l,d,g){if(d!=null){if(g!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof d!="object"||!("__html"in d))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var x=d.__html;x!=null&&(ne(x),l.push(""+x))}}var G=!1,ee=!1,Te=!1,ge=!1,Oe=!1,Xe=!1,gt=!1;function mt(l,d){{var g=l[d];if(g!=null){var x=qr(g);l.multiple&&!x?i("The `%s` prop supplied to <select> must be an array if `multiple` is true.",d):!l.multiple&&x&&i("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",d)}}}function dt(l,d,g){yt("select",d),mt(d,"value"),mt(d,"defaultValue"),d.value!==void 0&&d.defaultValue!==void 0&&!Te&&(i("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Te=!0),l.push(xr("select"));var x=null,R=null;for(var B in d)if(Z.call(d,B)){var z=d[B];if(z==null)continue;switch(B){case"children":x=z;break;case"dangerouslySetInnerHTML":R=z;break;case"defaultValue":case"value":break;default:On(l,g,B,z);break}}return l.push(_n),N(l,R,x),x}function Ft(l){var d="";return t.Children.forEach(l,function(g){g!=null&&(d+=g,!Oe&&typeof g!="string"&&typeof g!="number"&&(Oe=!0,i("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),d}var Bn=' selected=""';function zn(l,d,g,x){var R=x.selectedValue;l.push(xr("option"));var B=null,z=null,re=null,we=null;for(var je in d)if(Z.call(d,je)){var Ye=d[je];if(Ye==null)continue;switch(je){case"children":B=Ye;break;case"selected":re=Ye,gt||(i("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),gt=!0);break;case"dangerouslySetInnerHTML":we=Ye;break;case"value":z=Ye;default:On(l,g,je,Ye);break}}if(R!=null){var nt;if(z!==null?(H(z,"value"),nt=""+z):(we!==null&&(Xe||(Xe=!0,i("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),nt=Ft(B)),qr(R))for(var xt=0;xt<R.length;xt++){H(R[xt],"value");var en=""+R[xt];if(en===nt){l.push(Bn);break}}else H(R,"select.value"),""+R===nt&&l.push(Bn)}else re&&l.push(Bn);return l.push(_n),N(l,we,B),B}function En(l,d,g){yt("input",d),d.checked!==void 0&&d.defaultChecked!==void 0&&!ee&&(i("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",d.type),ee=!0),d.value!==void 0&&d.defaultValue!==void 0&&!G&&(i("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",d.type),G=!0),l.push(xr("input"));var x=null,R=null,B=null,z=null;for(var re in d)if(Z.call(d,re)){var we=d[re];if(we==null)continue;switch(re){case"children":case"dangerouslySetInnerHTML":throw new Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"defaultChecked":z=we;break;case"defaultValue":R=we;break;case"checked":B=we;break;case"value":x=we;break;default:On(l,g,re,we);break}}return B!==null?On(l,g,"checked",B):z!==null&&On(l,g,"checked",z),x!==null?On(l,g,"value",x):R!==null&&On(l,g,"value",R),l.push(k),null}function Zr(l,d,g){yt("textarea",d),d.value!==void 0&&d.defaultValue!==void 0&&!ge&&(i("Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components"),ge=!0),l.push(xr("textarea"));var x=null,R=null,B=null;for(var z in d)if(Z.call(d,z)){var re=d[z];if(re==null)continue;switch(z){case"children":B=re;break;case"value":x=re;break;case"defaultValue":R=re;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:On(l,g,z,re);break}}if(x===null&&R!==null&&(x=R),l.push(_n),B!=null){if(i("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),x!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(qr(B)){if(B.length>1)throw new Error("<textarea> can only have at most one child.");ne(B[0]),x=""+B[0]}ne(B),x=""+B}return typeof x=="string"&&x[0]===`
|
|
66
|
+
`&&l.push(qi),x!==null&&(H(x,"value"),l.push(Ar(""+x))),null}function lr(l,d,g,x){l.push(xr(g));for(var R in d)if(Z.call(d,R)){var B=d[R];if(B==null)continue;switch(R){case"children":case"dangerouslySetInnerHTML":throw new Error(g+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:On(l,x,R,B);break}}return l.push(k),null}function Yi(l,d,g){l.push(xr("menuitem"));for(var x in d)if(Z.call(d,x)){var R=d[x];if(R==null)continue;switch(x){case"children":case"dangerouslySetInnerHTML":throw new Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:On(l,g,x,R);break}}return l.push(_n),null}function gi(l,d,g){l.push(xr("title"));var x=null;for(var R in d)if(Z.call(d,R)){var B=d[R];if(B==null)continue;switch(R){case"children":x=B;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:On(l,g,R,B);break}}l.push(_n);{var z=Array.isArray(x)&&x.length<2?x[0]||null:x;Array.isArray(x)&&x.length>1?i("A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):z!=null&&z.$$typeof!=null?i("A title element received a React element for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):z!=null&&typeof z!="string"&&typeof z!="number"&&i("A title element received a value that was not a string or number for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering")}return x}function Gi(l,d,g,x){l.push(xr(g));var R=null,B=null;for(var z in d)if(Z.call(d,z)){var re=d[z];if(re==null)continue;switch(z){case"children":R=re;break;case"dangerouslySetInnerHTML":B=re;break;default:On(l,x,z,re);break}}return l.push(_n),N(l,B,R),typeof R=="string"?(l.push(Ar(R)),null):R}function Mr(l,d,g,x){l.push(xr(g));var R=null,B=null;for(var z in d)if(Z.call(d,z)){var re=d[z];if(re==null)continue;switch(z){case"children":R=re;break;case"dangerouslySetInnerHTML":B=re;break;case"style":_i(l,x,re);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:Ne(z)&&typeof re!="function"&&typeof re!="symbol"&&l.push(nn,z,jn,Tn(re),Cn);break}}return l.push(_n),N(l,B,R),R}var qi=`
|
|
67
|
+
`;function Ua(l,d,g,x){l.push(xr(g));var R=null,B=null;for(var z in d)if(Z.call(d,z)){var re=d[z];if(re==null)continue;switch(z){case"children":R=re;break;case"dangerouslySetInnerHTML":B=re;break;default:On(l,x,z,re);break}}if(l.push(_n),B!=null){if(R!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof B!="object"||!("__html"in B))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var we=B.__html;we!=null&&(typeof we=="string"&&we.length>0&&we[0]===`
|
|
68
|
+
`?l.push(qi,we):(ne(we),l.push(""+we)))}return typeof R=="string"&&R[0]===`
|
|
69
|
+
`&&l.push(qi),R}var Fs=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,rs=new Map;function xr(l){var d=rs.get(l);if(d===void 0){if(!Fs.test(l))throw new Error("Invalid tag: "+l);d="<"+l,rs.set(l,d)}return d}var Wa="<!DOCTYPE html>";function mi(l,d,g,x,R){switch($i(d,g),Jn(d,g),Hi(d,g,null),!g.suppressContentEditableWarning&&g.contentEditable&&g.children!=null&&i("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),R.insertionMode!==Or&&R.insertionMode!==_r&&d.indexOf("-")===-1&&typeof g.is!="string"&&d.toLowerCase()!==d&&i("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",d),d){case"select":return dt(l,g,x);case"option":return zn(l,g,x,R);case"textarea":return Zr(l,g,x);case"input":return En(l,g,x);case"menuitem":return Yi(l,g,x);case"title":return gi(l,g,x);case"listing":case"pre":return Ua(l,g,d,x);case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":return lr(l,g,d,x);case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return Gi(l,g,d,x);case"html":return R.insertionMode===Pi&&l.push(Wa),Gi(l,g,d,x);default:return d.indexOf("-")===-1&&typeof g.is!="string"?Gi(l,g,d,x):Mr(l,g,d,x)}}var Ns="</",is=">";function rn(l,d,g){switch(d){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:l.push(Ns,d,is)}}function Gt(l,d){for(var g=d.bootstrapChunks,x=0;x<g.length-1;x++)f(l,g[x]);return x<g.length?p(l,g[x]):!0}var Kt='<template id="',Ri='"></template>';function Jr(l,d,g){f(l,Kt),f(l,d.placeholderPrefix);var x=g.toString(16);return f(l,x),p(l,Ri)}var Io="<!--$-->",vi='<!--$?--><template id="',ur='"></template>',js="<!--$!-->",co="<!--/$-->",la="<template",ln='"',Mo=' data-dgst="',yi=' data-msg="',ua=' data-stck="',fo="></template>";function cr(l,d){return p(l,Io)}function h(l,d,g){if(f(l,vi),g===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return f(l,g),p(l,ur)}function y(l,d,g,x,R){var B;return B=p(l,js),f(l,la),g&&(f(l,Mo),f(l,Tn(g)),f(l,ln)),x&&(f(l,yi),f(l,Tn(x)),f(l,ln)),R&&(f(l,ua),f(l,Tn(R)),f(l,ln)),B=p(l,fo),B}function C(l,d){return p(l,co)}function P(l,d){return p(l,co)}function F(l,d){return p(l,co)}var j='<div hidden id="',V='">',oe="</div>",te='<svg aria-hidden="true" style="display:none" id="',pe='">',De="</svg>",Re='<math aria-hidden="true" style="display:none" id="',xe='">',Be="</math>",it='<table hidden id="',Tt='">',Et="</table>",Rn='<table hidden><tbody id="',un='">',Lr="</tbody></table>",Fr='<table hidden><tr id="',Lt='">',Nr="</tr></table>",jt='<table hidden><colgroup id="',Qt='">',ho="</colgroup></table>";function po(l,d,g,x){switch(g.insertionMode){case Pi:case er:return f(l,j),f(l,d.segmentPrefix),f(l,x.toString(16)),p(l,V);case Or:return f(l,te),f(l,d.segmentPrefix),f(l,x.toString(16)),p(l,pe);case _r:return f(l,Re),f(l,d.segmentPrefix),f(l,x.toString(16)),p(l,xe);case ci:return f(l,it),f(l,d.segmentPrefix),f(l,x.toString(16)),p(l,Tt);case Xr:return f(l,Rn),f(l,d.segmentPrefix),f(l,x.toString(16)),p(l,un);case br:return f(l,Fr),f(l,d.segmentPrefix),f(l,x.toString(16)),p(l,Lt);case Rr:return f(l,jt),f(l,d.segmentPrefix),f(l,x.toString(16)),p(l,Qt);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}function Sr(l,d){switch(d.insertionMode){case Pi:case er:return p(l,oe);case Or:return p(l,De);case _r:return p(l,Be);case ci:return p(l,Et);case Xr:return p(l,Lr);case br:return p(l,Nr);case Rr:return p(l,ho);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}var D="function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}",L='function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}',U='function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}',Q=D+';$RS("',ye='$RS("',be='","',Ie='")<\/script>';function ze(l,d,g){f(l,d.startInlineScript),d.sentCompleteSegmentFunction?f(l,ye):(d.sentCompleteSegmentFunction=!0,f(l,Q)),f(l,d.segmentPrefix);var x=g.toString(16);return f(l,x),f(l,be),f(l,d.placeholderPrefix),f(l,x),p(l,Ie)}var ht=L+';$RC("',_t='$RC("',St='","',vt='")<\/script>';function An(l,d,g,x){if(f(l,d.startInlineScript),d.sentCompleteBoundaryFunction?f(l,_t):(d.sentCompleteBoundaryFunction=!0,f(l,ht)),g===null)throw new Error("An ID must have been assigned before we can complete the boundary.");var R=x.toString(16);return f(l,g),f(l,St),f(l,d.segmentPrefix),f(l,R),p(l,vt)}var bn=U+';$RX("',$n='$RX("',os='"',ca=")<\/script>",go=",";function Qr(l,d,g,x,R,B){if(f(l,d.startInlineScript),d.sentClientRenderFunction?f(l,$n):(d.sentClientRenderFunction=!0,f(l,bn)),g===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return f(l,g),f(l,os),(x||R||B)&&(f(l,go),f(l,Ai(x||""))),(R||B)&&(f(l,go),f(l,Ai(R||""))),B&&(f(l,go),f(l,Ai(B))),p(l,ca)}var za=/[<\u2028\u2029]/g;function Ai(l){var d=JSON.stringify(l);return d.replace(za,function(g){switch(g){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw new Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function fa(l,d){var g=lo(d);return{bootstrapChunks:g.bootstrapChunks,startInlineScript:g.startInlineScript,placeholderPrefix:g.placeholderPrefix,segmentPrefix:g.segmentPrefix,boundaryPrefix:g.boundaryPrefix,idPrefix:g.idPrefix,nextSuspenseID:g.nextSuspenseID,sentCompleteSegmentFunction:g.sentCompleteSegmentFunction,sentCompleteBoundaryFunction:g.sentCompleteBoundaryFunction,sentClientRenderFunction:g.sentClientRenderFunction,generateStaticMarkup:l}}function ss(){return{insertionMode:er,selectedValue:null}}function ei(l,d,g,x){return g.generateStaticMarkup?(l.push(Tn(d)),!1):fi(l,d,g,x)}function mo(l,d,g,x){if(!d.generateStaticMarkup)return di(l,d,g,x)}function Ya(l,d){return d.generateStaticMarkup?!0:cr(l)}function Pu(l,d,g,x,R){return d.generateStaticMarkup?!0:y(l,d,g,x,R)}function da(l,d){return d.generateStaticMarkup?!0:C(l)}function vo(l,d){return d.generateStaticMarkup?!0:F(l)}var cn=Object.assign,Rl=Symbol.for("react.element"),ha=Symbol.for("react.portal"),Bs=Symbol.for("react.fragment"),J=Symbol.for("react.strict_mode"),fe=Symbol.for("react.profiler"),Se=Symbol.for("react.provider"),Ee=Symbol.for("react.context"),K=Symbol.for("react.forward_ref"),le=Symbol.for("react.suspense"),se=Symbol.for("react.suspense_list"),Ae=Symbol.for("react.memo"),Fe=Symbol.for("react.lazy"),st=Symbol.for("react.scope"),lt=Symbol.for("react.debug_trace_mode"),rt=Symbol.for("react.legacy_hidden"),It=Symbol.for("react.default_value"),wt=Symbol.iterator,Vt="@@iterator";function Yn(l){if(l===null||typeof l!="object")return null;var d=wt&&l[wt]||l[Vt];return typeof d=="function"?d:null}function nr(l,d,g){var x=l.displayName;if(x)return x;var R=d.displayName||d.name||"";return R!==""?g+"("+R+")":g}function In(l){return l.displayName||"Context"}function zt(l){if(l==null)return null;if(typeof l.tag=="number"&&i("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case Bs:return"Fragment";case ha:return"Portal";case fe:return"Profiler";case J:return"StrictMode";case le:return"Suspense";case se:return"SuspenseList"}if(typeof l=="object")switch(l.$$typeof){case Ee:var d=l;return In(d)+".Consumer";case Se:var g=l;return In(g._context)+".Provider";case K:return nr(l,l.render,"ForwardRef");case Ae:var x=l.displayName||null;return x!==null?x:zt(l.type)||"Memo";case Fe:{var R=l,B=R._payload,z=R._init;try{return zt(z(B))}catch{return null}}}return null}var jr=0,kt,Ou,pn,Lo,_u,Ru,Au;function pa(){}pa.__reactDisabledLog=!0;function Fo(){{if(jr===0){kt=console.log,Ou=console.info,pn=console.warn,Lo=console.error,_u=console.group,Ru=console.groupCollapsed,Au=console.groupEnd;var l={configurable:!0,enumerable:!0,value:pa,writable:!0};Object.defineProperties(console,{info:l,log:l,warn:l,error:l,group:l,groupCollapsed:l,groupEnd:l})}jr++}}function Ga(){{if(jr--,jr===0){var l={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:cn({},l,{value:kt}),info:cn({},l,{value:Ou}),warn:cn({},l,{value:pn}),error:cn({},l,{value:Lo}),group:cn({},l,{value:_u}),groupCollapsed:cn({},l,{value:Ru}),groupEnd:cn({},l,{value:Au})})}jr<0&&i("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var qa=n.ReactCurrentDispatcher,$s;function ga(l,d,g){{if($s===void 0)try{throw Error()}catch(R){var x=R.stack.trim().match(/\n( *(at )?)/);$s=x&&x[1]||""}return`
|
|
70
|
+
`+$s+l}}var Al=!1,No;{var Il=typeof WeakMap=="function"?WeakMap:Map;No=new Il}function Xi(l,d){if(!l||Al)return"";{var g=No.get(l);if(g!==void 0)return g}var x;Al=!0;var R=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var B;B=qa.current,qa.current=null,Fo();try{if(d){var z=function(){throw Error()};if(Object.defineProperty(z.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(z,[])}catch(ir){x=ir}Reflect.construct(l,[],z)}else{try{z.call()}catch(ir){x=ir}l.call(z.prototype)}}else{try{throw Error()}catch(ir){x=ir}l()}}catch(ir){if(ir&&x&&typeof ir.stack=="string"){for(var re=ir.stack.split(`
|
|
71
|
+
`),we=x.stack.split(`
|
|
72
|
+
`),je=re.length-1,Ye=we.length-1;je>=1&&Ye>=0&&re[je]!==we[Ye];)Ye--;for(;je>=1&&Ye>=0;je--,Ye--)if(re[je]!==we[Ye]){if(je!==1||Ye!==1)do if(je--,Ye--,Ye<0||re[je]!==we[Ye]){var nt=`
|
|
73
|
+
`+re[je].replace(" at new "," at ");return l.displayName&&nt.includes("<anonymous>")&&(nt=nt.replace("<anonymous>",l.displayName)),typeof l=="function"&&No.set(l,nt),nt}while(je>=1&&Ye>=0);break}}}finally{Al=!1,qa.current=B,Ga(),Error.prepareStackTrace=R}var xt=l?l.displayName||l.name:"",en=xt?ga(xt):"";return typeof l=="function"&&No.set(l,en),en}function jo(l,d,g){return Xi(l,!0)}function as(l,d,g){return Xi(l,!1)}function jf(l){var d=l.prototype;return!!(d&&d.isReactComponent)}function Xa(l,d,g){if(l==null)return"";if(typeof l=="function")return Xi(l,jf(l));if(typeof l=="string")return ga(l);switch(l){case le:return ga("Suspense");case se:return ga("SuspenseList")}if(typeof l=="object")switch(l.$$typeof){case K:return as(l.render);case Ae:return Xa(l.type,d,g);case Fe:{var x=l,R=x._payload,B=x._init;try{return Xa(B(R),d,g)}catch{}}}return""}var Ic={},ma=n.ReactDebugCurrentFrame;function Vs(l){if(l){var d=l._owner,g=Xa(l.type,l._source,d?d.type:null);ma.setExtraStackFrame(g)}else ma.setExtraStackFrame(null)}function va(l,d,g,x,R){{var B=Function.call.bind(Z);for(var z in l)if(B(l,z)){var re=void 0;try{if(typeof l[z]!="function"){var we=Error((x||"React class")+": "+g+" type `"+z+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof l[z]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw we.name="Invariant Violation",we}re=l[z](d,z,x,g,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(je){re=je}re&&!(re instanceof Error)&&(Vs(R),i("%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).",x||"React class",g,z,typeof re),Vs(null)),re instanceof Error&&!(re.message in Ic)&&(Ic[re.message]=!0,Vs(R),i("Failed %s type: %s",g,re.message),Vs(null))}}}var Ml;Ml={};var ya={};Object.freeze(ya);function Ka(l,d){{var g=l.contextTypes;if(!g)return ya;var x={};for(var R in g)x[R]=d[R];{var B=zt(l)||"Unknown";va(g,x,"context",B)}return x}}function Mc(l,d,g,x){{if(typeof l.getChildContext!="function"){{var R=zt(d)||"Unknown";Ml[R]||(Ml[R]=!0,i("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",R,R))}return g}var B=l.getChildContext();for(var z in B)if(!(z in x))throw new Error((zt(d)||"Unknown")+'.getChildContext(): key "'+z+'" is not defined in childContextTypes.');{var re=zt(d)||"Unknown";va(x,B,"child context",re)}return cn({},g,B)}}var wn;wn={};var Gn=null,ls=null;function Iu(l){l.context._currentValue2=l.parentValue}function us(l){l.context._currentValue2=l.value}function Ll(l,d){if(l!==d){Iu(l);var g=l.parent,x=d.parent;if(g===null){if(x!==null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(x===null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.");Ll(g,x)}us(d)}}function yo(l){Iu(l);var d=l.parent;d!==null&&yo(d)}function cs(l){var d=l.parent;d!==null&&cs(d),us(l)}function ba(l,d){Iu(l);var g=l.parent;if(g===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");g.depth===d.depth?Ll(g,d):ba(g,d)}function bo(l,d){var g=d.parent;if(g===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");l.depth===g.depth?Ll(l,g):bo(l,g),us(d)}function Bo(l){var d=ls,g=l;d!==g&&(d===null?cs(g):g===null?yo(d):d.depth===g.depth?Ll(d,g):d.depth>g.depth?ba(d,g):bo(d,g),ls=g)}function wa(l,d){var g;g=l._currentValue2,l._currentValue2=d,l._currentRenderer2!==void 0&&l._currentRenderer2!==null&&l._currentRenderer2!==wn&&i("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),l._currentRenderer2=wn;var x=ls,R={parent:x,depth:x===null?0:x.depth+1,context:l,parentValue:g,value:d};return ls=R,R}function Za(l){var d=ls;if(d===null)throw new Error("Tried to pop a Context at the root of the app. This is a bug in React.");d.context!==l&&i("The parent context is not the expected context. This is probably a bug in React.");{var g=d.parentValue;g===It?d.context._currentValue2=d.context._defaultValue:d.context._currentValue2=g,l._currentRenderer2!==void 0&&l._currentRenderer2!==null&&l._currentRenderer2!==wn&&i("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),l._currentRenderer2=wn}return ls=d.parent}function Hs(){return ls}function fs(l){var d=l._currentValue2;return d}function Mu(l){return l._reactInternals}function Bf(l,d){l._reactInternals=d}var Lc={},xa={},ds,Us,Ja,W,$o,Vo,Tr,$t,Fl;{ds=new Set,Us=new Set,Ja=new Set,Tr=new Set,W=new Set,$t=new Set,Fl=new Set;var Qa=new Set;Vo=function(l,d){if(!(l===null||typeof l=="function")){var g=d+"_"+l;Qa.has(g)||(Qa.add(g),i("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",d,l))}},$o=function(l,d){if(d===void 0){var g=zt(l)||"Component";W.has(g)||(W.add(g),i("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",g))}}}function Nl(l,d){{var g=l.constructor,x=g&&zt(g)||"ReactClass",R=x+"."+d;if(Lc[R])return;i(`%s(...): Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
|
|
74
|
+
|
|
75
|
+
Please check the code for the %s component.`,d,d,x),Lc[R]=!0}}var wo={isMounted:function(l){return!1},enqueueSetState:function(l,d,g){var x=Mu(l);x.queue===null?Nl(l,"setState"):(x.queue.push(d),g!=null&&Vo(g,"setState"))},enqueueReplaceState:function(l,d,g){var x=Mu(l);x.replace=!0,x.queue=[d],g!=null&&Vo(g,"setState")},enqueueForceUpdate:function(l,d){var g=Mu(l);g.queue===null?Nl(l,"forceUpdate"):d!=null&&Vo(d,"setState")}};function Lu(l,d,g,x,R){var B=g(R,x);$o(d,B);var z=B==null?x:cn({},x,B);return z}function Fc(l,d,g){var x=ya,R=l.contextType;if("contextType"in l){var B=R===null||R!==void 0&&R.$$typeof===Ee&&R._context===void 0;if(!B&&!Fl.has(l)){Fl.add(l);var z="";R===void 0?z=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof R!="object"?z=" However, it is set to a "+typeof R+".":R.$$typeof===Se?z=" Did you accidentally pass the Context.Provider instead?":R._context!==void 0?z=" Did you accidentally pass the Context.Consumer instead?":z=" However, it is set to an object with keys {"+Object.keys(R).join(", ")+"}.",i("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",zt(l)||"Component",z)}}typeof R=="object"&&R!==null?x=fs(R):x=g;var re=new l(d,x);{if(typeof l.getDerivedStateFromProps=="function"&&(re.state===null||re.state===void 0)){var we=zt(l)||"Component";ds.has(we)||(ds.add(we),i("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",we,re.state===null?"null":"undefined",we))}if(typeof l.getDerivedStateFromProps=="function"||typeof re.getSnapshotBeforeUpdate=="function"){var je=null,Ye=null,nt=null;if(typeof re.componentWillMount=="function"&&re.componentWillMount.__suppressDeprecationWarning!==!0?je="componentWillMount":typeof re.UNSAFE_componentWillMount=="function"&&(je="UNSAFE_componentWillMount"),typeof re.componentWillReceiveProps=="function"&&re.componentWillReceiveProps.__suppressDeprecationWarning!==!0?Ye="componentWillReceiveProps":typeof re.UNSAFE_componentWillReceiveProps=="function"&&(Ye="UNSAFE_componentWillReceiveProps"),typeof re.componentWillUpdate=="function"&&re.componentWillUpdate.__suppressDeprecationWarning!==!0?nt="componentWillUpdate":typeof re.UNSAFE_componentWillUpdate=="function"&&(nt="UNSAFE_componentWillUpdate"),je!==null||Ye!==null||nt!==null){var xt=zt(l)||"Component",en=typeof l.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Ja.has(xt)||(Ja.add(xt),i(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
76
|
+
|
|
77
|
+
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
78
|
+
|
|
79
|
+
The above lifecycles should be removed. Learn more about this warning here:
|
|
80
|
+
https://reactjs.org/link/unsafe-component-lifecycles`,xt,en,je!==null?`
|
|
81
|
+
`+je:"",Ye!==null?`
|
|
82
|
+
`+Ye:"",nt!==null?`
|
|
83
|
+
`+nt:""))}}}return re}function Nc(l,d,g){{var x=zt(d)||"Component",R=l.render;R||(d.prototype&&typeof d.prototype.render=="function"?i("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",x):i("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",x)),l.getInitialState&&!l.getInitialState.isReactClassApproved&&!l.state&&i("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",x),l.getDefaultProps&&!l.getDefaultProps.isReactClassApproved&&i("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",x),l.propTypes&&i("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",x),l.contextType&&i("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",x),l.contextTypes&&i("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",x),d.contextType&&d.contextTypes&&!$t.has(d)&&($t.add(d),i("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",x)),typeof l.componentShouldUpdate=="function"&&i("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",x),d.prototype&&d.prototype.isPureReactComponent&&typeof l.shouldComponentUpdate<"u"&&i("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",zt(d)||"A pure component"),typeof l.componentDidUnmount=="function"&&i("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",x),typeof l.componentDidReceiveProps=="function"&&i("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",x),typeof l.componentWillRecieveProps=="function"&&i("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",x),typeof l.UNSAFE_componentWillRecieveProps=="function"&&i("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",x);var B=l.props!==g;l.props!==void 0&&B&&i("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",x,x),l.defaultProps&&i("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",x,x),typeof l.getSnapshotBeforeUpdate=="function"&&typeof l.componentDidUpdate!="function"&&!Us.has(d)&&(Us.add(d),i("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",zt(d))),typeof l.getDerivedStateFromProps=="function"&&i("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",x),typeof l.getDerivedStateFromError=="function"&&i("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",x),typeof d.getSnapshotBeforeUpdate=="function"&&i("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",x);var z=l.state;z&&(typeof z!="object"||qr(z))&&i("%s.state: must be set to an object or null",x),typeof l.getChildContext=="function"&&typeof d.childContextTypes!="object"&&i("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",x)}}function jc(l,d){var g=d.state;if(typeof d.componentWillMount=="function"){if(d.componentWillMount.__suppressDeprecationWarning!==!0){var x=zt(l)||"Unknown";xa[x]||(r(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
84
|
+
|
|
85
|
+
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
|
|
86
|
+
|
|
87
|
+
Please update the following components: %s`,x),xa[x]=!0)}d.componentWillMount()}typeof d.UNSAFE_componentWillMount=="function"&&d.UNSAFE_componentWillMount(),g!==d.state&&(i("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",zt(l)||"Component"),wo.enqueueReplaceState(d,d.state,null))}function $f(l,d,g,x){if(l.queue!==null&&l.queue.length>0){var R=l.queue,B=l.replace;if(l.queue=null,l.replace=!1,B&&R.length===1)d.state=R[0];else{for(var z=B?R[0]:d.state,re=!0,we=B?1:0;we<R.length;we++){var je=R[we],Ye=typeof je=="function"?je.call(d,z,g,x):je;Ye!=null&&(re?(re=!1,z=cn({},z,Ye)):cn(z,Ye))}d.state=z}}else l.queue=null}function xo(l,d,g,x){Nc(l,d,g);var R=l.state!==void 0?l.state:null;l.updater=wo,l.props=g,l.state=R;var B={queue:[],replace:!1};Bf(l,B);var z=d.contextType;if(typeof z=="object"&&z!==null?l.context=fs(z):l.context=x,l.state===g){var re=zt(d)||"Component";Tr.has(re)||(Tr.add(re),i("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",re))}var we=d.getDerivedStateFromProps;typeof we=="function"&&(l.state=Lu(l,d,we,R,g)),typeof d.getDerivedStateFromProps!="function"&&typeof l.getSnapshotBeforeUpdate!="function"&&(typeof l.UNSAFE_componentWillMount=="function"||typeof l.componentWillMount=="function")&&(jc(d,l),$f(B,l,g,x))}var Vf={id:1,overflow:""};function Hf(l){var d=l.overflow,g=l.id,x=g&~Uf(g);return x.toString(32)+d}function Fu(l,d,g){var x=l.id,R=l.overflow,B=el(x)-1,z=x&~(1<<B),re=g+1,we=el(d)+B;if(we>30){var je=B-B%5,Ye=(1<<je)-1,nt=(z&Ye).toString(32),xt=z>>je,en=B-je,ir=el(d)+en,Eo=re<<en,ws=Eo|xt,eo=nt+R;return{id:1<<ir|ws,overflow:eo}}else{var Ra=re<<B,nf=Ra|z,ta=R;return{id:1<<we|nf,overflow:ta}}}function el(l){return 32-Ho(l)}function Uf(l){return 1<<el(l)-1}var Ho=Math.clz32?Math.clz32:Wf,Nu=Math.log,jl=Math.LN2;function Wf(l){var d=l>>>0;return d===0?32:31-(Nu(d)/jl|0)|0}function zf(l,d){return l===d&&(l!==0||1/l===1/d)||l!==l&&d!==d}var Yf=typeof Object.is=="function"?Object.is:zf,Br=null,ju=null,Bl=null,qt=null,bi=!1,Sa=!1,Ws=0,Zt=null,hs=0,tl=25,ti=!1,wi;function So(){if(Br===null)throw new Error(`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:
|
|
88
|
+
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
89
|
+
2. You might be breaking the Rules of Hooks
|
|
90
|
+
3. You might have more than one copy of React in the same app
|
|
91
|
+
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`);return ti&&i("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks"),Br}function Bu(l,d){if(d===null)return i("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",wi),!1;l.length!==d.length&&i(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
92
|
+
|
|
93
|
+
Previous: %s
|
|
94
|
+
Incoming: %s`,wi,"["+l.join(", ")+"]","["+d.join(", ")+"]");for(var g=0;g<d.length&&g<l.length;g++)if(!Yf(l[g],d[g]))return!1;return!0}function $r(){if(hs>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function Ki(){return qt===null?Bl===null?(bi=!1,Bl=qt=$r()):(bi=!0,qt=Bl):qt.next===null?(bi=!1,qt=qt.next=$r()):(bi=!0,qt=qt.next),qt}function zs(l,d){Br=d,ju=l,ti=!1,Ws=0}function Bc(l,d,g,x){for(;Sa;)Sa=!1,Ws=0,hs+=1,qt=null,g=l(d,x);return xi(),g}function $u(){var l=Ws!==0;return l}function xi(){ti=!1,Br=null,ju=null,Sa=!1,Bl=null,hs=0,Zt=null,qt=null}function Vu(l){return ti&&i("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),fs(l)}function Ys(l){return wi="useContext",So(),fs(l)}function Vr(l,d){return typeof d=="function"?d(l):d}function Hu(l){return wi="useState",Uu(Vr,l)}function Uu(l,d,g){if(l!==Vr&&(wi="useReducer"),Br=So(),qt=Ki(),bi){var x=qt.queue,R=x.dispatch;if(Zt!==null){var B=Zt.get(x);if(B!==void 0){Zt.delete(x);var z=qt.memoizedState,re=B;do{var we=re.action;ti=!0,z=l(z,we),ti=!1,re=re.next}while(re!==null);return qt.memoizedState=z,[z,R]}}return[qt.memoizedState,R]}else{ti=!0;var je;l===Vr?je=typeof d=="function"?d():d:je=g!==void 0?g(d):d,ti=!1,qt.memoizedState=je;var Ye=qt.queue={last:null,dispatch:null},nt=Ye.dispatch=zu.bind(null,Br,Ye);return[qt.memoizedState,nt]}}function Wu(l,d){Br=So(),qt=Ki();var g=d===void 0?null:d;if(qt!==null){var x=qt.memoizedState;if(x!==null&&g!==null){var R=x[1];if(Bu(g,R))return x[0]}}ti=!0;var B=l();return ti=!1,qt.memoizedState=[B,g],B}function Gs(l){Br=So(),qt=Ki();var d=qt.memoizedState;if(d===null){var g={current:l};return Object.seal(g),qt.memoizedState=g,g}else return d}function ps(l,d){wi="useLayoutEffect",i("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.")}function zu(l,d,g){if(hs>=tl)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(l===Br){Sa=!0;var x={action:g,next:null};Zt===null&&(Zt=new Map);var R=Zt.get(d);if(R===void 0)Zt.set(d,x);else{for(var B=R;B.next!==null;)B=B.next;B.next=x}}}function $c(l,d){return Wu(function(){return l},d)}function $l(l,d,g){return So(),d(l._source)}function Gf(l,d,g){if(g===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return g()}function Vc(l){return So(),l}function fr(){throw new Error("startTransition cannot be called during server rendering.")}function Yu(){return So(),[!1,fr]}function Hc(){var l=ju,d=Hf(l.treeContext),g=Ta;if(g===null)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");var x=Ws++;return yn(g,d,x)}function Si(){}var Vl={readContext:Vu,useContext:Ys,useMemo:Wu,useReducer:Uu,useRef:Gs,useState:Hu,useInsertionEffect:Si,useLayoutEffect:ps,useCallback:$c,useImperativeHandle:Si,useEffect:Si,useDebugValue:Si,useDeferredValue:Vc,useTransition:Yu,useId:Hc,useMutableSource:$l,useSyncExternalStore:Gf},Ta=null;function gs(l){Ta=l}function nl(l){try{var d="",g=l;do{switch(g.tag){case 0:d+=ga(g.type,null,null);break;case 1:d+=as(g.type,null,null);break;case 2:d+=jo(g.type,null,null);break}g=g.parent}while(g);return d}catch(x){return`
|
|
95
|
+
Error generating stack: `+x.message+`
|
|
96
|
+
`+x.stack}}var rr=n.ReactCurrentDispatcher,qs=n.ReactDebugCurrentFrame,Hl=0,Ca=1,Ul=2,Ea=3,Wl=4,To=0,zl=1,Xs=2,Uc=12800;function rl(l){return console.error(l),null}function ka(){}function Da(l,d,g,x,R,B,z,re,we){var je=[],Ye=new Set,nt={destination:null,responseState:d,progressiveChunkSize:x===void 0?Uc:x,status:To,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:Ye,pingedTasks:je,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:R===void 0?rl:R,onAllReady:ka,onShellReady:z===void 0?ka:z,onShellError:ka,onFatalError:ka},xt=Yl(nt,0,null,g,!1,!1);xt.parentFlushed=!0;var en=Ks(nt,l,null,xt,Ye,ya,Gn,Vf);return je.push(en),nt}function Gu(l,d){var g=l.pingedTasks;g.push(d),g.length===1&&a(function(){return eu(l)})}function Wc(l,d){return{id:Oi,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:d,errorDigest:null}}function Ks(l,d,g,x,R,B,z,re){l.allPendingTasks++,g===null?l.pendingRootTasks++:g.pendingTasks++;var we={node:d,ping:function(){return Gu(l,we)},blockedBoundary:g,blockedSegment:x,abortSet:R,legacyContext:B,context:z,treeContext:re};return we.componentStack=null,R.add(we),we}function Yl(l,d,g,x,R,B){return{status:Hl,id:-1,index:d,parentFlushed:!1,chunks:[],children:[],formatContext:x,boundary:g,lastPushedText:R,textEmbedded:B}}var Uo=null;function Gl(){return Uo===null||Uo.componentStack===null?"":nl(Uo.componentStack)}function Wo(l,d){l.componentStack={tag:0,parent:l.componentStack,type:d}}function il(l,d){l.componentStack={tag:1,parent:l.componentStack,type:d}}function Zi(l,d){l.componentStack={tag:2,parent:l.componentStack,type:d}}function Ji(l){l.componentStack===null?i("Unexpectedly popped too many stack frames. This is a bug in React."):l.componentStack=l.componentStack.parent}var Co=null;function ol(l,d){{var g;typeof d=="string"?g=d:d&&typeof d.message=="string"?g=d.message:g=String(d);var x=Co||Gl();Co=null,l.errorMessage=g,l.errorComponentStack=x}}function ms(l,d){var g=l.onError(d);if(g!=null&&typeof g!="string")throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof g+'" instead');return g}function Qi(l,d){var g=l.onShellError;g(d);var x=l.onFatalError;x(d),l.destination!==null?(l.status=Xs,A(l.destination,d)):(l.status=zl,l.fatalError=d)}function Pa(l,d,g){Wo(d,"Suspense");var x=d.blockedBoundary,R=d.blockedSegment,B=g.fallback,z=g.children,re=new Set,we=Wc(l,re),je=R.chunks.length,Ye=Yl(l,je,we,R.formatContext,!1,!1);R.children.push(Ye),R.lastPushedText=!1;var nt=Yl(l,0,null,R.formatContext,!1,!1);nt.parentFlushed=!0,d.blockedBoundary=we,d.blockedSegment=nt;try{if(dr(l,d,z),mo(nt.chunks,l.responseState,nt.lastPushedText,nt.textEmbedded),nt.status=Ca,Ti(we,nt),we.pendingTasks===0){Ji(d);return}}catch(en){nt.status=Wl,we.forceClientRender=!0,we.errorDigest=ms(l,en),ol(we,en)}finally{d.blockedBoundary=x,d.blockedSegment=R}var xt=Ks(l,B,x,Ye,re,d.legacyContext,d.context,d.treeContext);xt.componentStack=d.componentStack,l.pingedTasks.push(xt),Ji(d)}function ql(l,d,g,x){Wo(d,g);var R=d.blockedSegment,B=mi(R.chunks,g,x,l.responseState,R.formatContext);R.lastPushedText=!1;var z=R.formatContext;R.formatContext=zi(z,g,x),dr(l,d,B),R.formatContext=z,rn(R.chunks,g),R.lastPushedText=!1,Ji(d)}function sl(l){return l.prototype&&l.prototype.isReactComponent}function Oa(l,d,g,x,R){var B={};zs(d,B);var z=g(x,R);return Bc(g,x,z,R)}function zc(l,d,g,x,R){var B=g.render();g.props!==R&&(Bt||i("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",zt(x)||"a component"),Bt=!0);{var z=x.childContextTypes;if(z!=null){var re=d.legacyContext,we=Mc(g,x,re,z);d.legacyContext=we,Ur(l,d,B),d.legacyContext=re;return}}Ur(l,d,B)}function qu(l,d,g,x){Zi(d,g);var R=Ka(g,d.legacyContext),B=Fc(g,x,R);xo(B,g,x,R),zc(l,d,B,g,x),Ji(d)}var Xu={},Zs={},Ku={},Xl={},Bt=!1,al={},Zu=!1,Js=!1,Kl=!1;function Yc(l,d,g,x){var R;if(R=Ka(g,d.legacyContext),il(d,g),g.prototype&&typeof g.prototype.render=="function"){var B=zt(g)||"Unknown";Xu[B]||(i("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",B,B),Xu[B]=!0)}var z=Oa(l,d,g,x,R),re=$u();if(typeof z=="object"&&z!==null&&typeof z.render=="function"&&z.$$typeof===void 0){var we=zt(g)||"Unknown";Zs[we]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",we,we,we),Zs[we]=!0)}if(typeof z=="object"&&z!==null&&typeof z.render=="function"&&z.$$typeof===void 0){{var je=zt(g)||"Unknown";Zs[je]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",je,je,je),Zs[je]=!0)}xo(z,g,x,R),zc(l,d,z,g,x)}else if(Gc(g),re){var Ye=d.treeContext,nt=1,xt=0;d.treeContext=Fu(Ye,nt,xt);try{Ur(l,d,z)}finally{d.treeContext=Ye}}else Ur(l,d,z);Ji(d)}function Gc(l){{if(l&&l.childContextTypes&&i("%s(...): childContextTypes cannot be defined on a function component.",l.displayName||l.name||"Component"),l.defaultProps!==void 0){var d=zt(l)||"Unknown";al[d]||(i("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",d),al[d]=!0)}if(typeof l.getDerivedStateFromProps=="function"){var g=zt(l)||"Unknown";Xl[g]||(i("%s: Function components do not support getDerivedStateFromProps.",g),Xl[g]=!0)}if(typeof l.contextType=="object"&&l.contextType!==null){var x=zt(l)||"Unknown";Ku[x]||(i("%s: Function components do not support contextType.",x),Ku[x]=!0)}}}function ni(l,d){if(l&&l.defaultProps){var g=cn({},d),x=l.defaultProps;for(var R in x)g[R]===void 0&&(g[R]=x[R]);return g}return d}function qc(l,d,g,x,R){il(d,g.render);var B=Oa(l,d,g.render,x,R),z=$u();if(z){var re=d.treeContext,we=1,je=0;d.treeContext=Fu(re,we,je);try{Ur(l,d,B)}finally{d.treeContext=re}}else Ur(l,d,B);Ji(d)}function Zl(l,d,g,x,R){var B=g.type,z=ni(B,x);Hr(l,d,B,z,R)}function Ju(l,d,g,x){g._context===void 0?g!==g.Consumer&&(Kl||(Kl=!0,i("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):g=g._context;var R=x.children;typeof R!="function"&&i("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var B=fs(g),z=R(B);Ur(l,d,z)}function Qu(l,d,g,x){var R=g._context,B=x.value,z=x.children,re;re=d.context,d.context=wa(R,B),Ur(l,d,z),d.context=Za(R),re!==d.context&&i("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function Xc(l,d,g,x,R){Wo(d,"Lazy");var B=g._payload,z=g._init,re=z(B),we=ni(re,x);Hr(l,d,re,we,R),Ji(d)}function Hr(l,d,g,x,R){if(typeof g=="function")if(sl(g)){qu(l,d,g,x);return}else{Yc(l,d,g,x);return}if(typeof g=="string"){ql(l,d,g,x);return}switch(g){case rt:case lt:case J:case fe:case Bs:{Ur(l,d,x.children);return}case se:{Wo(d,"SuspenseList"),Ur(l,d,x.children),Ji(d);return}case st:throw new Error("ReactDOMServer does not yet support scope components.");case le:{Pa(l,d,x);return}}if(typeof g=="object"&&g!==null)switch(g.$$typeof){case K:{qc(l,d,g,x,R);return}case Ae:{Zl(l,d,g,x,R);return}case Se:{Qu(l,d,g,x);return}case Ee:{Ju(l,d,g,x);return}case Fe:{Xc(l,d,g,x);return}}var B="";throw(g===void 0||typeof g=="object"&&g!==null&&Object.keys(g).length===0)&&(B+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(g==null?g:typeof g)+"."+B))}function vs(l,d){typeof Symbol=="function"&&l[Symbol.toStringTag]==="Generator"&&(Zu||i("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),Zu=!0),l.entries===d&&(Js||i("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Js=!0)}function Ur(l,d,g){try{return Kc(l,d,g)}catch(x){throw typeof x=="object"&&x!==null&&typeof x.then=="function"||(Co=Co!==null?Co:Gl()),x}}function Kc(l,d,g){if(d.node=g,typeof g=="object"&&g!==null){switch(g.$$typeof){case Rl:{var x=g,R=x.type,B=x.props,z=x.ref;Hr(l,d,R,B,z);return}case ha:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case Fe:{var re=g,we=re._payload,je=re._init,Ye;try{Ye=je(we)}catch(Ra){throw typeof Ra=="object"&&Ra!==null&&typeof Ra.then=="function"&&Wo(d,"Lazy"),Ra}Ur(l,d,Ye);return}}if(qr(g)){Qs(l,d,g);return}var nt=Yn(g);if(nt){vs(g,nt);var xt=nt.call(g);if(xt){var en=xt.next();if(!en.done){var ir=[];do ir.push(en.value),en=xt.next();while(!en.done);Qs(l,d,ir);return}return}}var Eo=Object.prototype.toString.call(g);throw new Error("Objects are not valid as a React child (found: "+(Eo==="[object Object]"?"object with keys {"+Object.keys(g).join(", ")+"}":Eo)+"). If you meant to render a collection of children, use an array instead.")}if(typeof g=="string"){var ws=d.blockedSegment;ws.lastPushedText=ei(d.blockedSegment.chunks,g,l.responseState,ws.lastPushedText);return}if(typeof g=="number"){var eo=d.blockedSegment;eo.lastPushedText=ei(d.blockedSegment.chunks,""+g,l.responseState,eo.lastPushedText);return}typeof g=="function"&&i("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}function Qs(l,d,g){for(var x=g.length,R=0;R<x;R++){var B=d.treeContext;d.treeContext=Fu(B,x,R);try{dr(l,d,g[R])}finally{d.treeContext=B}}}function Zc(l,d,g){var x=d.blockedSegment,R=x.chunks.length,B=Yl(l,R,null,x.formatContext,x.lastPushedText,!0);x.children.push(B),x.lastPushedText=!1;var z=Ks(l,d.node,d.blockedBoundary,B,d.abortSet,d.legacyContext,d.context,d.treeContext);d.componentStack!==null&&(z.componentStack=d.componentStack.parent);var re=z.ping;g.then(re,re)}function dr(l,d,g){var x=d.blockedSegment.formatContext,R=d.legacyContext,B=d.context,z=null;z=d.componentStack;try{return Ur(l,d,g)}catch(re){if(xi(),typeof re=="object"&&re!==null&&typeof re.then=="function"){Zc(l,d,re),d.blockedSegment.formatContext=x,d.legacyContext=R,d.context=B,Bo(B),d.componentStack=z;return}else throw d.blockedSegment.formatContext=x,d.legacyContext=R,d.context=B,Bo(B),d.componentStack=z,re}}function Jc(l,d,g,x){var R=ms(l,x);if(d===null?Qi(l,x):(d.pendingTasks--,d.forceClientRender||(d.forceClientRender=!0,d.errorDigest=R,ol(d,x),d.parentFlushed&&l.clientRenderedBoundaries.push(d))),l.allPendingTasks--,l.allPendingTasks===0){var B=l.onAllReady;B()}}function Jl(l){var d=this,g=l.blockedBoundary,x=l.blockedSegment;x.status=Ea,Qc(d,g,x)}function Ql(l,d,g){var x=l.blockedBoundary,R=l.blockedSegment;if(R.status=Ea,x===null)d.allPendingTasks--,d.status!==Xs&&(d.status=Xs,d.destination!==null&&m(d.destination));else{if(x.pendingTasks--,!x.forceClientRender){x.forceClientRender=!0;var B=g===void 0?new Error("The render was aborted by the server without a reason."):g;x.errorDigest=d.onError(B);{var z="The server did not finish this Suspense boundary: ";B&&typeof B.message=="string"?B=z+B.message:B=z+String(B);var re=Uo;Uo=l;try{ol(x,B)}finally{Uo=re}}x.parentFlushed&&d.clientRenderedBoundaries.push(x)}if(x.fallbackAbortableTasks.forEach(function(je){return Ql(je,d,g)}),x.fallbackAbortableTasks.clear(),d.allPendingTasks--,d.allPendingTasks===0){var we=d.onAllReady;we()}}}function Ti(l,d){if(d.chunks.length===0&&d.children.length===1&&d.children[0].boundary===null){var g=d.children[0];g.id=d.id,g.parentFlushed=!0,g.status===Ca&&Ti(l,g)}else{var x=l.completedSegments;x.push(d)}}function Qc(l,d,g){if(d===null){if(g.parentFlushed){if(l.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");l.completedRootSegment=g}if(l.pendingRootTasks--,l.pendingRootTasks===0){l.onShellError=ka;var x=l.onShellReady;x()}}else if(d.pendingTasks--,!d.forceClientRender){if(d.pendingTasks===0)g.parentFlushed&&g.status===Ca&&Ti(d,g),d.parentFlushed&&l.completedBoundaries.push(d),d.fallbackAbortableTasks.forEach(Jl,l),d.fallbackAbortableTasks.clear();else if(g.parentFlushed&&g.status===Ca){Ti(d,g);var R=d.completedSegments;R.length===1&&d.parentFlushed&&l.partialBoundaries.push(d)}}if(l.allPendingTasks--,l.allPendingTasks===0){var B=l.onAllReady;B()}}function ys(l,d){var g=d.blockedSegment;if(g.status===Hl){Bo(d.context);var x=null;x=Uo,Uo=d;try{Ur(l,d,d.node),mo(g.chunks,l.responseState,g.lastPushedText,g.textEmbedded),d.abortSet.delete(d),g.status=Ca,Qc(l,d.blockedBoundary,g)}catch(B){if(xi(),typeof B=="object"&&B!==null&&typeof B.then=="function"){var R=d.ping;B.then(R,R)}else d.abortSet.delete(d),g.status=Wl,Jc(l,d.blockedBoundary,g,B)}finally{Uo=x}}}function eu(l){if(l.status!==Xs){var d=Hs(),g=rr.current;rr.current=Vl;var x;x=qs.getCurrentStack,qs.getCurrentStack=Gl;var R=Ta;gs(l.responseState);try{var B=l.pingedTasks,z;for(z=0;z<B.length;z++){var re=B[z];ys(l,re)}B.splice(0,z),l.destination!==null&&tu(l,l.destination)}catch(we){ms(l,we),Qi(l,we)}finally{gs(R),rr.current=g,qs.getCurrentStack=x,g===Vl&&Bo(d)}}}function bs(l,d,g){switch(g.parentFlushed=!0,g.status){case Hl:{var x=g.id=l.nextSegmentId++;return g.lastPushedText=!1,g.textEmbedded=!1,Jr(d,l.responseState,x)}case Ca:{g.status=Ul;for(var R=!0,B=g.chunks,z=0,re=g.children,we=0;we<re.length;we++){for(var je=re[we];z<je.index;z++)f(d,B[z]);R=ea(l,d,je)}for(;z<B.length-1;z++)f(d,B[z]);return z<B.length&&(R=p(d,B[z])),R}default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function ea(l,d,g){var x=g.boundary;if(x===null)return bs(l,d,g);if(x.parentFlushed=!0,x.forceClientRender)return Pu(d,l.responseState,x.errorDigest,x.errorMessage,x.errorComponentStack),bs(l,d,g),vo(d,l.responseState);if(x.pendingTasks>0){x.rootSegmentID=l.nextSegmentId++,x.completedSegments.length>0&&l.partialBoundaries.push(x);var R=x.id=ar(l.responseState);return h(d,l.responseState,R),bs(l,d,g),P(d,l.responseState)}else{if(x.byteSize>l.progressiveChunkSize)return x.rootSegmentID=l.nextSegmentId++,l.completedBoundaries.push(x),h(d,l.responseState,x.id),bs(l,d,g),P(d,l.responseState);Ya(d,l.responseState);var B=x.completedSegments;if(B.length!==1)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");var z=B[0];return ea(l,d,z),da(d,l.responseState)}}function qf(l,d,g){return Qr(d,l.responseState,g.id,g.errorDigest,g.errorMessage,g.errorComponentStack)}function ec(l,d,g){return po(d,l.responseState,g.formatContext,g.id),ea(l,d,g),Sr(d,g.formatContext)}function ll(l,d,g){for(var x=g.completedSegments,R=0;R<x.length;R++){var B=x[R];tc(l,d,g,B)}return x.length=0,An(d,l.responseState,g.id,g.rootSegmentID)}function ul(l,d,g){for(var x=g.completedSegments,R=0;R<x.length;R++){var B=x[R];if(!tc(l,d,g,B))return R++,x.splice(0,R),!1}return x.splice(0,R),!0}function tc(l,d,g,x){if(x.status===Ul)return!0;var R=x.id;if(R===-1){var B=x.id=g.rootSegmentID;if(B===-1)throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return ec(l,d,x)}else return ec(l,d,x),ze(d,l.responseState,R)}function tu(l,d){try{var g=l.completedRootSegment;g!==null&&l.pendingRootTasks===0&&(ea(l,d,g),l.completedRootSegment=null,Gt(d,l.responseState));var x=l.clientRenderedBoundaries,R;for(R=0;R<x.length;R++){var B=x[R];if(!qf(l,d,B)){l.destination=null,R++,x.splice(0,R);return}}x.splice(0,R);var z=l.completedBoundaries;for(R=0;R<z.length;R++){var re=z[R];if(!ll(l,d,re)){l.destination=null,R++,z.splice(0,R);return}}z.splice(0,R);var we=l.partialBoundaries;for(R=0;R<we.length;R++){var je=we[R];if(!ul(l,d,je)){l.destination=null,R++,we.splice(0,R);return}}we.splice(0,R);var Ye=l.completedBoundaries;for(R=0;R<Ye.length;R++){var nt=Ye[R];if(!ll(l,d,nt)){l.destination=null,R++,Ye.splice(0,R);return}}Ye.splice(0,R)}finally{l.allPendingTasks===0&&l.pingedTasks.length===0&&l.clientRenderedBoundaries.length===0&&l.completedBoundaries.length===0&&(l.abortableTasks.size!==0&&i("There was still abortable task at the root when we closed. This is a bug in React."),m(d))}}function nc(l){a(function(){return eu(l)})}function ef(l,d){if(l.status===zl){l.status=Xs,A(d,l.fatalError);return}if(l.status!==Xs&&l.destination===null){l.destination=d;try{tu(l,d)}catch(g){ms(l,g),Qi(l,g)}}}function Wr(l,d){try{var g=l.abortableTasks;g.forEach(function(x){return Ql(x,l,d)}),g.clear(),l.destination!==null&&tu(l,l.destination)}catch(x){ms(l,x),Qi(l,x)}}function Ii(){}function tf(l,d,g,x){var R=!1,B=null,z="",re={push:function(nt){return nt!==null&&(z+=nt),!0},destroy:function(nt){R=!0,B=nt}},we=!1;function je(){we=!0}var Ye=Da(l,fa(g,d?d.identifierPrefix:void 0),ss(),1/0,Ii,void 0,je);if(nc(Ye),Wr(Ye,x),ef(Ye,re),R)throw B;if(!we)throw new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");return z}function Xf(l,d){return tf(l,d,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')}function cl(l,d){return tf(l,d,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')}function _a(){throw new Error("ReactDOMServer.renderToNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToString() instead.")}function v(){throw new Error("ReactDOMServer.renderToStaticNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToStaticMarkup() instead.")}uc.renderToNodeStream=_a,uc.renderToStaticMarkup=cl,uc.renderToStaticNodeStream=v,uc.renderToString=Xf,uc.version=e}()),uc}var Mh={};/**
|
|
97
|
+
* @license React
|
|
98
|
+
* react-dom-server.browser.development.js
|
|
99
|
+
*
|
|
100
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
101
|
+
*
|
|
102
|
+
* This source code is licensed under the MIT license found in the
|
|
103
|
+
* LICENSE file in the root directory of this source tree.
|
|
104
|
+
*/var x1;function F4(){return x1||(x1=1,process.env.NODE_ENV!=="production"&&function(){var t=q,e="18.3.1",n=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function r(v){{for(var l=arguments.length,d=new Array(l>1?l-1:0),g=1;g<l;g++)d[g-1]=arguments[g];o("warn",v,d)}}function i(v){{for(var l=arguments.length,d=new Array(l>1?l-1:0),g=1;g<l;g++)d[g-1]=arguments[g];o("error",v,d)}}function o(v,l,d){{var g=n.ReactDebugCurrentFrame,x=g.getStackAddendum();x!==""&&(l+="%s",d=d.concat([x]));var R=d.map(function(B){return String(B)});R.unshift("Warning: "+l),Function.prototype.apply.call(console[v],console,R)}}function a(v){v()}var c=512,f=null,p=0;function b(v){f=new Uint8Array(c),p=0}function m(v,l){if(l.length!==0){if(l.length>c){p>0&&(v.enqueue(new Uint8Array(f.buffer,0,p)),f=new Uint8Array(c),p=0),v.enqueue(l);return}var d=l,g=f.length-p;g<d.length&&(g===0?v.enqueue(f):(f.set(d.subarray(0,g),p),v.enqueue(f),d=d.subarray(g)),f=new Uint8Array(c),p=0),f.set(d,p),p+=d.length}}function T(v,l){return m(v,l),!0}function E(v){f&&p>0&&(v.enqueue(new Uint8Array(f.buffer,0,p)),f=null,p=0)}function A(v){v.close()}var I=new TextEncoder;function M(v){return I.encode(v)}function _(v){return I.encode(v)}function H(v,l){typeof v.error=="function"?v.error(l):v.close()}function Y(v){{var l=typeof Symbol=="function"&&Symbol.toStringTag,d=l&&v[Symbol.toStringTag]||v.constructor.name||"Object";return d}}function ne(v){try{return Z(v),!1}catch{return!0}}function Z(v){return""+v}function ce(v,l){if(ne(v))return i("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",l,Y(v)),Z(v)}function S(v,l){if(ne(v))return i("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",l,Y(v)),Z(v)}function ue(v){if(ne(v))return i("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",Y(v)),Z(v)}var ae=Object.prototype.hasOwnProperty,Ge=0,Le=1,Me=2,$e=3,Ue=4,he=5,Ce=6,Pe=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",Ne=Pe+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",tt=new RegExp("^["+Pe+"]["+Ne+"]*$"),me={},ke={};function We(v){return ae.call(ke,v)?!0:ae.call(me,v)?!1:tt.test(v)?(ke[v]=!0,!0):(me[v]=!0,i("Invalid attribute name: `%s`",v),!1)}function et(v,l,d,g){if(d!==null&&d.type===Ge)return!1;switch(typeof l){case"function":case"symbol":return!0;case"boolean":{if(d!==null)return!d.acceptsBooleans;var x=v.toLowerCase().slice(0,5);return x!=="data-"&&x!=="aria-"}default:return!1}}function qe(v){return Ke.hasOwnProperty(v)?Ke[v]:null}function Je(v,l,d,g,x,R,B){this.acceptsBooleans=l===Me||l===$e||l===Ue,this.attributeName=g,this.attributeNamespace=x,this.mustUseProperty=d,this.propertyName=v,this.type=l,this.sanitizeURL=R,this.removeEmptyString=B}var Ke={},ot=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];ot.forEach(function(v){Ke[v]=new Je(v,Ge,!1,v,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(v){var l=v[0],d=v[1];Ke[l]=new Je(l,Le,!1,d,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(v){Ke[v]=new Je(v,Me,!1,v.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(v){Ke[v]=new Je(v,Me,!1,v,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(v){Ke[v]=new Je(v,$e,!1,v.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(v){Ke[v]=new Je(v,$e,!0,v,null,!1,!1)}),["capture","download"].forEach(function(v){Ke[v]=new Je(v,Ue,!1,v,null,!1,!1)}),["cols","rows","size","span"].forEach(function(v){Ke[v]=new Je(v,Ce,!1,v,null,!1,!1)}),["rowSpan","start"].forEach(function(v){Ke[v]=new Je(v,he,!1,v.toLowerCase(),null,!1,!1)});var ct=/[\-\:]([a-z])/g,pt=function(v){return v[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(v){var l=v.replace(ct,pt);Ke[l]=new Je(l,Le,!1,v,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(v){var l=v.replace(ct,pt);Ke[l]=new Je(l,Le,!1,v,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(v){var l=v.replace(ct,pt);Ke[l]=new Je(l,Le,!1,v,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(v){Ke[v]=new Je(v,Le,!1,v.toLowerCase(),null,!1,!1)});var ft="xlinkHref";Ke[ft]=new Je("xlinkHref",Le,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(v){Ke[v]=new Je(v,Le,!1,v.toLowerCase(),null,!0,!0)});var yt={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function Qe(v,l){return v+l.charAt(0).toUpperCase()+l.substring(1)}var At=["Webkit","ms","Moz","O"];Object.keys(yt).forEach(function(v){At.forEach(function(l){yt[Qe(l,v)]=yt[v]})});var Mt={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function Vn(v,l){Mt[l.type]||l.onChange||l.onInput||l.readOnly||l.disabled||l.value==null||i("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),l.onChange||l.readOnly||l.disabled||l.checked==null||i("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function mr(v,l){if(v.indexOf("-")===-1)return typeof l.is=="string";switch(v){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Hn={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},Sn={},$i=new RegExp("^(aria)-["+Ne+"]*$"),kr=new RegExp("^(aria)[A-Z]["+Ne+"]*$");function Jn(v,l){{if(ae.call(Sn,l)&&Sn[l])return!0;if(kr.test(l)){var d="aria-"+l.slice(4).toLowerCase(),g=Hn.hasOwnProperty(d)?d:null;if(g==null)return i("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",l),Sn[l]=!0,!0;if(l!==g)return i("Invalid ARIA attribute `%s`. Did you mean `%s`?",l,g),Sn[l]=!0,!0}if($i.test(l)){var x=l.toLowerCase(),R=Hn.hasOwnProperty(x)?x:null;if(R==null)return Sn[l]=!0,!1;if(l!==R)return i("Unknown ARIA attribute `%s`. Did you mean `%s`?",l,R),Sn[l]=!0,!0}}return!0}function sn(v,l){{var d=[];for(var g in l){var x=Jn(v,g);x||d.push(g)}var R=d.map(function(B){return"`"+B+"`"}).join(", ");d.length===1?i("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",R,v):d.length>1&&i("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",R,v)}}function fn(v,l){mr(v,l)||sn(v,l)}var dn=!1;function ut(v,l){{if(v!=="input"&&v!=="textarea"&&v!=="select")return;l!=null&&l.value===null&&!dn&&(dn=!0,v==="select"&&l.multiple?i("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",v):i("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",v))}}var Dn={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},oi=function(){};{var on={},Vi=/^on./,Hi=/^on[^A-Z]/,Ui=new RegExp("^(aria)-["+Ne+"]*$"),Dr=new RegExp("^(aria)[A-Z]["+Ne+"]*$");oi=function(v,l,d,g){if(ae.call(on,l)&&on[l])return!0;var x=l.toLowerCase();if(x==="onfocusin"||x==="onfocusout")return i("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),on[l]=!0,!0;if(g!=null){var R=g.registrationNameDependencies,B=g.possibleRegistrationNames;if(R.hasOwnProperty(l))return!0;var z=B.hasOwnProperty(x)?B[x]:null;if(z!=null)return i("Invalid event handler property `%s`. Did you mean `%s`?",l,z),on[l]=!0,!0;if(Vi.test(l))return i("Unknown event handler property `%s`. It will be ignored.",l),on[l]=!0,!0}else if(Vi.test(l))return Hi.test(l)&&i("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",l),on[l]=!0,!0;if(Ui.test(l)||Dr.test(l))return!0;if(x==="innerhtml")return i("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),on[l]=!0,!0;if(x==="aria")return i("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),on[l]=!0,!0;if(x==="is"&&d!==null&&d!==void 0&&typeof d!="string")return i("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof d),on[l]=!0,!0;if(typeof d=="number"&&isNaN(d))return i("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",l),on[l]=!0,!0;var re=qe(l),we=re!==null&&re.type===Ge;if(Dn.hasOwnProperty(x)){var je=Dn[x];if(je!==l)return i("Invalid DOM property `%s`. Did you mean `%s`?",l,je),on[l]=!0,!0}else if(!we&&l!==x)return i("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",l,x),on[l]=!0,!0;return typeof d=="boolean"&&et(l,d,re)?(d?i('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',d,l,l,d,l):i('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',d,l,l,d,l,l,l),on[l]=!0,!0):we?!0:et(l,d,re)?(on[l]=!0,!1):((d==="false"||d==="true")&&re!==null&&re.type===$e&&(i("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",d,l,d==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',l,d),on[l]=!0),!0)}}var Nn=function(v,l,d){{var g=[];for(var x in l){var R=oi(v,x,l[x],d);R||g.push(x)}var B=g.map(function(z){return"`"+z+"`"}).join(", ");g.length===1?i("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",B,v):g.length>1&&i("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",B,v)}};function Pr(v,l,d){mr(v,l)||Nn(v,l,d)}var vr=function(){};{var zr=/^(?:webkit|moz|o)[A-Z]/,Yr=/^-ms-/,Ao=/-(.)/g,Un=/;\s*$/,Gr={},Qn={},Wt=!1,si=!1,Wi=function(v){return v.replace(Ao,function(l,d){return d.toUpperCase()})},Pn=function(v){Gr.hasOwnProperty(v)&&Gr[v]||(Gr[v]=!0,i("Unsupported style property %s. Did you mean %s?",v,Wi(v.replace(Yr,"ms-"))))},hn=function(v){Gr.hasOwnProperty(v)&&Gr[v]||(Gr[v]=!0,i("Unsupported vendor-prefixed style property %s. Did you mean %s?",v,v.charAt(0).toUpperCase()+v.slice(1)))},ai=function(v,l){Qn.hasOwnProperty(l)&&Qn[l]||(Qn[l]=!0,i(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,v,l.replace(Un,"")))},li=function(v,l){Wt||(Wt=!0,i("`NaN` is an invalid value for the `%s` css style property.",v))},Tn=function(v,l){si||(si=!0,i("`Infinity` is an invalid value for the `%s` css style property.",v))};vr=function(v,l){v.indexOf("-")>-1?Pn(v):zr.test(v)?hn(v):Un.test(l)&&ai(v,l),typeof l=="number"&&(isNaN(l)?li(v,l):isFinite(l)||Tn(v,l))}}var so=vr,yr=/["'&<>]/;function ui(v){ue(v);var l=""+v,d=yr.exec(l);if(!d)return l;var g,x="",R,B=0;for(R=d.index;R<l.length;R++){switch(l.charCodeAt(R)){case 34:g=""";break;case 38:g="&";break;case 39:g="'";break;case 60:g="<";break;case 62:g=">";break;default:continue}B!==R&&(x+=l.substring(B,R)),B=R+1,x+=g}return B!==R?x+l.substring(B,R):x}function an(v){return typeof v=="boolean"||typeof v=="number"?""+v:ui(v)}var Di=/([A-Z])/g,Ms=/^ms-/;function Ls(v){return v.replace(Di,"-$1").toLowerCase().replace(Ms,"-ms-")}var qr=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,ao=!1;function lo(v){!ao&&qr.test(v)&&(ao=!0,i("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(v)))}var Pi=Array.isArray;function er(v){return Pi(v)}var Or=_("<script>"),_r=_("<\/script>"),ci=_('<script src="'),Xr=_('<script type="module" src="'),br=_('" async=""><\/script>');function Rr(v){return ue(v),(""+v).replace(tr,zi)}var tr=/(<\/|<)(s)(cript)/gi,zi=function(v,l,d,g){return""+l+(d==="s"?"\\u0073":"\\u0053")+g};function Oi(v,l,d,g,x){var R=v===void 0?"":v,B=l===void 0?Or:_('<script nonce="'+an(l)+'">'),z=[];if(d!==void 0&&z.push(B,M(Rr(d)),_r),g!==void 0)for(var re=0;re<g.length;re++)z.push(ci,M(an(g[re])),br);if(x!==void 0)for(var we=0;we<x.length;we++)z.push(Xr,M(an(x[we])),br);return{bootstrapChunks:z,startInlineScript:B,placeholderPrefix:_(R+"P:"),segmentPrefix:_(R+"S:"),boundaryPrefix:R+"B:",idPrefix:R,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}var ar=0,yn=1,Ar=2,Ir=3,fi=4,di=5,wr=6,Kr=7;function Wn(v,l){return{insertionMode:v,selectedValue:l}}function hi(v){var l=v==="http://www.w3.org/2000/svg"?Ar:v==="http://www.w3.org/1998/Math/MathML"?Ir:ar;return Wn(l,null)}function pi(v,l,d){switch(l){case"select":return Wn(yn,d.value!=null?d.value:d.defaultValue);case"svg":return Wn(Ar,null);case"math":return Wn(Ir,null);case"foreignObject":return Wn(yn,null);case"table":return Wn(fi,null);case"thead":case"tbody":case"tfoot":return Wn(di,null);case"colgroup":return Wn(Kr,null);case"tr":return Wn(wr,null)}return v.insertionMode>=fi||v.insertionMode===ar?Wn(yn,null):v}var _i=null;function nn(v){var l=v.nextSuspenseID++;return _(v.boundaryPrefix+l.toString(16))}function jn(v,l,d){var g=v.idPrefix,x=":"+g+"R"+l;return d>0&&(x+="H"+d.toString(32)),x+":"}function Cn(v){return an(v)}var uo=_("<!-- -->");function On(v,l,d,g){return l===""?g:(g&&v.push(uo),v.push(M(Cn(l))),!0)}function _n(v,l,d,g){d&&g&&v.push(uo)}var k=new Map;function N(v){var l=k.get(v);if(l!==void 0)return l;var d=_(an(Ls(v)));return k.set(v,d),d}var G=_(' style="'),ee=_(":"),Te=_(";");function ge(v,l,d){if(typeof d!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var g=!0;for(var x in d)if(ae.call(d,x)){var R=d[x];if(!(R==null||typeof R=="boolean"||R==="")){var B=void 0,z=void 0,re=x.indexOf("--")===0;re?(B=M(an(x)),S(R,x),z=M(an((""+R).trim()))):(so(x,R),B=N(x),typeof R=="number"?R!==0&&!ae.call(yt,x)?z=M(R+"px"):z=M(""+R):(S(R,x),z=M(an((""+R).trim())))),g?(g=!1,v.push(G,B,ee,z)):v.push(Te,B,ee,z)}}g||v.push(gt)}var Oe=_(" "),Xe=_('="'),gt=_('"'),mt=_('=""');function dt(v,l,d,g){switch(d){case"style":{ge(v,l,g);return}case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(d.length>2&&(d[0]==="o"||d[0]==="O")&&(d[1]==="n"||d[1]==="N"))){var x=qe(d);if(x!==null){switch(typeof g){case"function":case"symbol":return;case"boolean":if(!x.acceptsBooleans)return}var R=x.attributeName,B=M(R);switch(x.type){case $e:g&&v.push(Oe,B,mt);return;case Ue:g===!0?v.push(Oe,B,mt):g===!1||v.push(Oe,B,Xe,M(an(g)),gt);return;case he:isNaN(g)||v.push(Oe,B,Xe,M(an(g)),gt);break;case Ce:!isNaN(g)&&g>=1&&v.push(Oe,B,Xe,M(an(g)),gt);break;default:x.sanitizeURL&&(ce(g,R),g=""+g,lo(g)),v.push(Oe,B,Xe,M(an(g)),gt)}}else if(We(d)){switch(typeof g){case"function":case"symbol":return;case"boolean":{var z=d.toLowerCase().slice(0,5);if(z!=="data-"&&z!=="aria-")return}}v.push(Oe,M(d),Xe,M(an(g)),gt)}}}var Ft=_(">"),Bn=_("/>");function zn(v,l,d){if(l!=null){if(d!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof l!="object"||!("__html"in l))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var g=l.__html;g!=null&&(ue(g),v.push(M(""+g)))}}var En=!1,Zr=!1,lr=!1,Yi=!1,gi=!1,Gi=!1,Mr=!1;function qi(v,l){{var d=v[l];if(d!=null){var g=er(d);v.multiple&&!g?i("The `%s` prop supplied to <select> must be an array if `multiple` is true.",l):!v.multiple&&g&&i("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",l)}}}function Ua(v,l,d){Vn("select",l),qi(l,"value"),qi(l,"defaultValue"),l.value!==void 0&&l.defaultValue!==void 0&&!lr&&(i("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),lr=!0),v.push(ur("select"));var g=null,x=null;for(var R in l)if(ae.call(l,R)){var B=l[R];if(B==null)continue;switch(R){case"children":g=B;break;case"dangerouslySetInnerHTML":x=B;break;case"defaultValue":case"value":break;default:dt(v,d,R,B);break}}return v.push(Ft),zn(v,x,g),g}function Fs(v){var l="";return t.Children.forEach(v,function(d){d!=null&&(l+=d,!gi&&typeof d!="string"&&typeof d!="number"&&(gi=!0,i("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),l}var rs=_(' selected=""');function xr(v,l,d,g){var x=g.selectedValue;v.push(ur("option"));var R=null,B=null,z=null,re=null;for(var we in l)if(ae.call(l,we)){var je=l[we];if(je==null)continue;switch(we){case"children":R=je;break;case"selected":z=je,Mr||(i("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Mr=!0);break;case"dangerouslySetInnerHTML":re=je;break;case"value":B=je;default:dt(v,d,we,je);break}}if(x!=null){var Ye;if(B!==null?(ce(B,"value"),Ye=""+B):(re!==null&&(Gi||(Gi=!0,i("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),Ye=Fs(R)),er(x))for(var nt=0;nt<x.length;nt++){ce(x[nt],"value");var xt=""+x[nt];if(xt===Ye){v.push(rs);break}}else ce(x,"select.value"),""+x===Ye&&v.push(rs)}else z&&v.push(rs);return v.push(Ft),zn(v,re,R),R}function Wa(v,l,d){Vn("input",l),l.checked!==void 0&&l.defaultChecked!==void 0&&!Zr&&(i("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",l.type),Zr=!0),l.value!==void 0&&l.defaultValue!==void 0&&!En&&(i("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",l.type),En=!0),v.push(ur("input"));var g=null,x=null,R=null,B=null;for(var z in l)if(ae.call(l,z)){var re=l[z];if(re==null)continue;switch(z){case"children":case"dangerouslySetInnerHTML":throw new Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"defaultChecked":B=re;break;case"defaultValue":x=re;break;case"checked":R=re;break;case"value":g=re;break;default:dt(v,d,z,re);break}}return R!==null?dt(v,d,"checked",R):B!==null&&dt(v,d,"checked",B),g!==null?dt(v,d,"value",g):x!==null&&dt(v,d,"value",x),v.push(Bn),null}function mi(v,l,d){Vn("textarea",l),l.value!==void 0&&l.defaultValue!==void 0&&!Yi&&(i("Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Yi=!0),v.push(ur("textarea"));var g=null,x=null,R=null;for(var B in l)if(ae.call(l,B)){var z=l[B];if(z==null)continue;switch(B){case"children":R=z;break;case"value":g=z;break;case"defaultValue":x=z;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:dt(v,d,B,z);break}}if(g===null&&x!==null&&(g=x),v.push(Ft),R!=null){if(i("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),g!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(er(R)){if(R.length>1)throw new Error("<textarea> can only have at most one child.");ue(R[0]),g=""+R[0]}ue(R),g=""+R}return typeof g=="string"&&g[0]===`
|
|
105
|
+
`&&v.push(Ri),g!==null&&(ce(g,"value"),v.push(M(Cn(""+g)))),null}function Ns(v,l,d,g){v.push(ur(d));for(var x in l)if(ae.call(l,x)){var R=l[x];if(R==null)continue;switch(x){case"children":case"dangerouslySetInnerHTML":throw new Error(d+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:dt(v,g,x,R);break}}return v.push(Bn),null}function is(v,l,d){v.push(ur("menuitem"));for(var g in l)if(ae.call(l,g)){var x=l[g];if(x==null)continue;switch(g){case"children":case"dangerouslySetInnerHTML":throw new Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:dt(v,d,g,x);break}}return v.push(Ft),null}function rn(v,l,d){v.push(ur("title"));var g=null;for(var x in l)if(ae.call(l,x)){var R=l[x];if(R==null)continue;switch(x){case"children":g=R;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:dt(v,d,x,R);break}}v.push(Ft);{var B=Array.isArray(g)&&g.length<2?g[0]||null:g;Array.isArray(g)&&g.length>1?i("A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):B!=null&&B.$$typeof!=null?i("A title element received a React element for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):B!=null&&typeof B!="string"&&typeof B!="number"&&i("A title element received a value that was not a string or number for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering")}return g}function Gt(v,l,d,g){v.push(ur(d));var x=null,R=null;for(var B in l)if(ae.call(l,B)){var z=l[B];if(z==null)continue;switch(B){case"children":x=z;break;case"dangerouslySetInnerHTML":R=z;break;default:dt(v,g,B,z);break}}return v.push(Ft),zn(v,R,x),typeof x=="string"?(v.push(M(Cn(x))),null):x}function Kt(v,l,d,g){v.push(ur(d));var x=null,R=null;for(var B in l)if(ae.call(l,B)){var z=l[B];if(z==null)continue;switch(B){case"children":x=z;break;case"dangerouslySetInnerHTML":R=z;break;case"style":ge(v,g,z);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:We(B)&&typeof z!="function"&&typeof z!="symbol"&&v.push(Oe,M(B),Xe,M(an(z)),gt);break}}return v.push(Ft),zn(v,R,x),x}var Ri=_(`
|
|
106
|
+
`);function Jr(v,l,d,g){v.push(ur(d));var x=null,R=null;for(var B in l)if(ae.call(l,B)){var z=l[B];if(z==null)continue;switch(B){case"children":x=z;break;case"dangerouslySetInnerHTML":R=z;break;default:dt(v,g,B,z);break}}if(v.push(Ft),R!=null){if(x!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof R!="object"||!("__html"in R))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var re=R.__html;re!=null&&(typeof re=="string"&&re.length>0&&re[0]===`
|
|
107
|
+
`?v.push(Ri,M(re)):(ue(re),v.push(M(""+re))))}return typeof x=="string"&&x[0]===`
|
|
108
|
+
`&&v.push(Ri),x}var Io=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,vi=new Map;function ur(v){var l=vi.get(v);if(l===void 0){if(!Io.test(v))throw new Error("Invalid tag: "+v);l=_("<"+v),vi.set(v,l)}return l}var js=_("<!DOCTYPE html>");function co(v,l,d,g,x){switch(fn(l,d),ut(l,d),Pr(l,d,null),!d.suppressContentEditableWarning&&d.contentEditable&&d.children!=null&&i("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),x.insertionMode!==Ar&&x.insertionMode!==Ir&&l.indexOf("-")===-1&&typeof d.is!="string"&&l.toLowerCase()!==l&&i("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",l),l){case"select":return Ua(v,d,g);case"option":return xr(v,d,g,x);case"textarea":return mi(v,d,g);case"input":return Wa(v,d,g);case"menuitem":return is(v,d,g);case"title":return rn(v,d,g);case"listing":case"pre":return Jr(v,d,l,g);case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":return Ns(v,d,l,g);case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return Gt(v,d,l,g);case"html":return x.insertionMode===ar&&v.push(js),Gt(v,d,l,g);default:return l.indexOf("-")===-1&&typeof d.is!="string"?Gt(v,d,l,g):Kt(v,d,l,g)}}var la=_("</"),ln=_(">");function Mo(v,l,d){switch(l){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:v.push(la,M(l),ln)}}function yi(v,l){for(var d=l.bootstrapChunks,g=0;g<d.length-1;g++)m(v,d[g]);return g<d.length?T(v,d[g]):!0}var ua=_('<template id="'),fo=_('"></template>');function cr(v,l,d){m(v,ua),m(v,l.placeholderPrefix);var g=M(d.toString(16));return m(v,g),T(v,fo)}var h=_("<!--$-->"),y=_('<!--$?--><template id="'),C=_('"></template>'),P=_("<!--$!-->"),F=_("<!--/$-->"),j=_("<template"),V=_('"'),oe=_(' data-dgst="'),te=_(' data-msg="'),pe=_(' data-stck="'),De=_("></template>");function Re(v,l){return T(v,h)}function xe(v,l,d){if(m(v,y),d===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return m(v,d),T(v,C)}function Be(v,l,d,g,x){var R;return R=T(v,P),m(v,j),d&&(m(v,oe),m(v,M(an(d))),m(v,V)),g&&(m(v,te),m(v,M(an(g))),m(v,V)),x&&(m(v,pe),m(v,M(an(x))),m(v,V)),R=T(v,De),R}function it(v,l){return T(v,F)}function Tt(v,l){return T(v,F)}function Et(v,l){return T(v,F)}var Rn=_('<div hidden id="'),un=_('">'),Lr=_("</div>"),Fr=_('<svg aria-hidden="true" style="display:none" id="'),Lt=_('">'),Nr=_("</svg>"),jt=_('<math aria-hidden="true" style="display:none" id="'),Qt=_('">'),ho=_("</math>"),po=_('<table hidden id="'),Sr=_('">'),D=_("</table>"),L=_('<table hidden><tbody id="'),U=_('">'),Q=_("</tbody></table>"),ye=_('<table hidden><tr id="'),be=_('">'),Ie=_("</tr></table>"),ze=_('<table hidden><colgroup id="'),ht=_('">'),_t=_("</colgroup></table>");function St(v,l,d,g){switch(d.insertionMode){case ar:case yn:return m(v,Rn),m(v,l.segmentPrefix),m(v,M(g.toString(16))),T(v,un);case Ar:return m(v,Fr),m(v,l.segmentPrefix),m(v,M(g.toString(16))),T(v,Lt);case Ir:return m(v,jt),m(v,l.segmentPrefix),m(v,M(g.toString(16))),T(v,Qt);case fi:return m(v,po),m(v,l.segmentPrefix),m(v,M(g.toString(16))),T(v,Sr);case di:return m(v,L),m(v,l.segmentPrefix),m(v,M(g.toString(16))),T(v,U);case wr:return m(v,ye),m(v,l.segmentPrefix),m(v,M(g.toString(16))),T(v,be);case Kr:return m(v,ze),m(v,l.segmentPrefix),m(v,M(g.toString(16))),T(v,ht);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}function vt(v,l){switch(l.insertionMode){case ar:case yn:return T(v,Lr);case Ar:return T(v,Nr);case Ir:return T(v,ho);case fi:return T(v,D);case di:return T(v,Q);case wr:return T(v,Ie);case Kr:return T(v,_t);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}var An="function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}",bn='function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}',$n='function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}',os=_(An+';$RS("'),ca=_('$RS("'),go=_('","'),Qr=_('")<\/script>');function za(v,l,d){m(v,l.startInlineScript),l.sentCompleteSegmentFunction?m(v,ca):(l.sentCompleteSegmentFunction=!0,m(v,os)),m(v,l.segmentPrefix);var g=M(d.toString(16));return m(v,g),m(v,go),m(v,l.placeholderPrefix),m(v,g),T(v,Qr)}var Ai=_(bn+';$RC("'),fa=_('$RC("'),ss=_('","'),ei=_('")<\/script>');function mo(v,l,d,g){if(m(v,l.startInlineScript),l.sentCompleteBoundaryFunction?m(v,fa):(l.sentCompleteBoundaryFunction=!0,m(v,Ai)),d===null)throw new Error("An ID must have been assigned before we can complete the boundary.");var x=M(g.toString(16));return m(v,d),m(v,ss),m(v,l.segmentPrefix),m(v,x),T(v,ei)}var Ya=_($n+';$RX("'),Pu=_('$RX("'),da=_('"'),vo=_(")<\/script>"),cn=_(",");function Rl(v,l,d,g,x,R){if(m(v,l.startInlineScript),l.sentClientRenderFunction?m(v,Pu):(l.sentClientRenderFunction=!0,m(v,Ya)),d===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return m(v,d),m(v,da),(g||x||R)&&(m(v,cn),m(v,M(Bs(g||"")))),(x||R)&&(m(v,cn),m(v,M(Bs(x||"")))),R&&(m(v,cn),m(v,M(Bs(R)))),T(v,vo)}var ha=/[<\u2028\u2029]/g;function Bs(v){var l=JSON.stringify(v);return l.replace(ha,function(d){switch(d){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw new Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var J=Object.assign,fe=Symbol.for("react.element"),Se=Symbol.for("react.portal"),Ee=Symbol.for("react.fragment"),K=Symbol.for("react.strict_mode"),le=Symbol.for("react.profiler"),se=Symbol.for("react.provider"),Ae=Symbol.for("react.context"),Fe=Symbol.for("react.forward_ref"),st=Symbol.for("react.suspense"),lt=Symbol.for("react.suspense_list"),rt=Symbol.for("react.memo"),It=Symbol.for("react.lazy"),wt=Symbol.for("react.scope"),Vt=Symbol.for("react.debug_trace_mode"),Yn=Symbol.for("react.legacy_hidden"),nr=Symbol.for("react.default_value"),In=Symbol.iterator,zt="@@iterator";function jr(v){if(v===null||typeof v!="object")return null;var l=In&&v[In]||v[zt];return typeof l=="function"?l:null}function kt(v,l,d){var g=v.displayName;if(g)return g;var x=l.displayName||l.name||"";return x!==""?d+"("+x+")":d}function Ou(v){return v.displayName||"Context"}function pn(v){if(v==null)return null;if(typeof v.tag=="number"&&i("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof v=="function")return v.displayName||v.name||null;if(typeof v=="string")return v;switch(v){case Ee:return"Fragment";case Se:return"Portal";case le:return"Profiler";case K:return"StrictMode";case st:return"Suspense";case lt:return"SuspenseList"}if(typeof v=="object")switch(v.$$typeof){case Ae:var l=v;return Ou(l)+".Consumer";case se:var d=v;return Ou(d._context)+".Provider";case Fe:return kt(v,v.render,"ForwardRef");case rt:var g=v.displayName||null;return g!==null?g:pn(v.type)||"Memo";case It:{var x=v,R=x._payload,B=x._init;try{return pn(B(R))}catch{return null}}}return null}var Lo=0,_u,Ru,Au,pa,Fo,Ga,qa;function $s(){}$s.__reactDisabledLog=!0;function ga(){{if(Lo===0){_u=console.log,Ru=console.info,Au=console.warn,pa=console.error,Fo=console.group,Ga=console.groupCollapsed,qa=console.groupEnd;var v={configurable:!0,enumerable:!0,value:$s,writable:!0};Object.defineProperties(console,{info:v,log:v,warn:v,error:v,group:v,groupCollapsed:v,groupEnd:v})}Lo++}}function Al(){{if(Lo--,Lo===0){var v={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:J({},v,{value:_u}),info:J({},v,{value:Ru}),warn:J({},v,{value:Au}),error:J({},v,{value:pa}),group:J({},v,{value:Fo}),groupCollapsed:J({},v,{value:Ga}),groupEnd:J({},v,{value:qa})})}Lo<0&&i("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var No=n.ReactCurrentDispatcher,Il;function Xi(v,l,d){{if(Il===void 0)try{throw Error()}catch(x){var g=x.stack.trim().match(/\n( *(at )?)/);Il=g&&g[1]||""}return`
|
|
109
|
+
`+Il+v}}var jo=!1,as;{var jf=typeof WeakMap=="function"?WeakMap:Map;as=new jf}function Xa(v,l){if(!v||jo)return"";{var d=as.get(v);if(d!==void 0)return d}var g;jo=!0;var x=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var R;R=No.current,No.current=null,ga();try{if(l){var B=function(){throw Error()};if(Object.defineProperty(B.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(B,[])}catch(en){g=en}Reflect.construct(v,[],B)}else{try{B.call()}catch(en){g=en}v.call(B.prototype)}}else{try{throw Error()}catch(en){g=en}v()}}catch(en){if(en&&g&&typeof en.stack=="string"){for(var z=en.stack.split(`
|
|
110
|
+
`),re=g.stack.split(`
|
|
111
|
+
`),we=z.length-1,je=re.length-1;we>=1&&je>=0&&z[we]!==re[je];)je--;for(;we>=1&&je>=0;we--,je--)if(z[we]!==re[je]){if(we!==1||je!==1)do if(we--,je--,je<0||z[we]!==re[je]){var Ye=`
|
|
112
|
+
`+z[we].replace(" at new "," at ");return v.displayName&&Ye.includes("<anonymous>")&&(Ye=Ye.replace("<anonymous>",v.displayName)),typeof v=="function"&&as.set(v,Ye),Ye}while(we>=1&&je>=0);break}}}finally{jo=!1,No.current=R,Al(),Error.prepareStackTrace=x}var nt=v?v.displayName||v.name:"",xt=nt?Xi(nt):"";return typeof v=="function"&&as.set(v,xt),xt}function Ic(v,l,d){return Xa(v,!0)}function ma(v,l,d){return Xa(v,!1)}function Vs(v){var l=v.prototype;return!!(l&&l.isReactComponent)}function va(v,l,d){if(v==null)return"";if(typeof v=="function")return Xa(v,Vs(v));if(typeof v=="string")return Xi(v);switch(v){case st:return Xi("Suspense");case lt:return Xi("SuspenseList")}if(typeof v=="object")switch(v.$$typeof){case Fe:return ma(v.render);case rt:return va(v.type,l,d);case It:{var g=v,x=g._payload,R=g._init;try{return va(R(x),l,d)}catch{}}}return""}var Ml={},ya=n.ReactDebugCurrentFrame;function Ka(v){if(v){var l=v._owner,d=va(v.type,v._source,l?l.type:null);ya.setExtraStackFrame(d)}else ya.setExtraStackFrame(null)}function Mc(v,l,d,g,x){{var R=Function.call.bind(ae);for(var B in v)if(R(v,B)){var z=void 0;try{if(typeof v[B]!="function"){var re=Error((g||"React class")+": "+d+" type `"+B+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof v[B]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw re.name="Invariant Violation",re}z=v[B](l,B,g,d,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(we){z=we}z&&!(z instanceof Error)&&(Ka(x),i("%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).",g||"React class",d,B,typeof z),Ka(null)),z instanceof Error&&!(z.message in Ml)&&(Ml[z.message]=!0,Ka(x),i("Failed %s type: %s",d,z.message),Ka(null))}}}var wn;wn={};var Gn={};Object.freeze(Gn);function ls(v,l){{var d=v.contextTypes;if(!d)return Gn;var g={};for(var x in d)g[x]=l[x];{var R=pn(v)||"Unknown";Mc(d,g,"context",R)}return g}}function Iu(v,l,d,g){{if(typeof v.getChildContext!="function"){{var x=pn(l)||"Unknown";wn[x]||(wn[x]=!0,i("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",x,x))}return d}var R=v.getChildContext();for(var B in R)if(!(B in g))throw new Error((pn(l)||"Unknown")+'.getChildContext(): key "'+B+'" is not defined in childContextTypes.');{var z=pn(l)||"Unknown";Mc(g,R,"child context",z)}return J({},d,R)}}var us;us={};var Ll=null,yo=null;function cs(v){v.context._currentValue=v.parentValue}function ba(v){v.context._currentValue=v.value}function bo(v,l){if(v!==l){cs(v);var d=v.parent,g=l.parent;if(d===null){if(g!==null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(g===null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.");bo(d,g)}ba(l)}}function Bo(v){cs(v);var l=v.parent;l!==null&&Bo(l)}function wa(v){var l=v.parent;l!==null&&wa(l),ba(v)}function Za(v,l){cs(v);var d=v.parent;if(d===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");d.depth===l.depth?bo(d,l):Za(d,l)}function Hs(v,l){var d=l.parent;if(d===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");v.depth===d.depth?bo(v,d):Hs(v,d),ba(l)}function fs(v){var l=yo,d=v;l!==d&&(l===null?wa(d):d===null?Bo(l):l.depth===d.depth?bo(l,d):l.depth>d.depth?Za(l,d):Hs(l,d),yo=d)}function Mu(v,l){var d;d=v._currentValue,v._currentValue=l,v._currentRenderer!==void 0&&v._currentRenderer!==null&&v._currentRenderer!==us&&i("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),v._currentRenderer=us;var g=yo,x={parent:g,depth:g===null?0:g.depth+1,context:v,parentValue:d,value:l};return yo=x,x}function Bf(v){var l=yo;if(l===null)throw new Error("Tried to pop a Context at the root of the app. This is a bug in React.");l.context!==v&&i("The parent context is not the expected context. This is probably a bug in React.");{var d=l.parentValue;d===nr?l.context._currentValue=l.context._defaultValue:l.context._currentValue=d,v._currentRenderer!==void 0&&v._currentRenderer!==null&&v._currentRenderer!==us&&i("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),v._currentRenderer=us}return yo=l.parent}function Lc(){return yo}function xa(v){var l=v._currentValue;return l}function ds(v){return v._reactInternals}function Us(v,l){v._reactInternals=l}var Ja={},W={},$o,Vo,Tr,$t,Fl,Qa,Nl,wo,Lu;{$o=new Set,Vo=new Set,Tr=new Set,Nl=new Set,$t=new Set,wo=new Set,Lu=new Set;var Fc=new Set;Qa=function(v,l){if(!(v===null||typeof v=="function")){var d=l+"_"+v;Fc.has(d)||(Fc.add(d),i("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",l,v))}},Fl=function(v,l){if(l===void 0){var d=pn(v)||"Component";$t.has(d)||($t.add(d),i("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",d))}}}function Nc(v,l){{var d=v.constructor,g=d&&pn(d)||"ReactClass",x=g+"."+l;if(Ja[x])return;i(`%s(...): Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
|
|
113
|
+
|
|
114
|
+
Please check the code for the %s component.`,l,l,g),Ja[x]=!0}}var jc={isMounted:function(v){return!1},enqueueSetState:function(v,l,d){var g=ds(v);g.queue===null?Nc(v,"setState"):(g.queue.push(l),d!=null&&Qa(d,"setState"))},enqueueReplaceState:function(v,l,d){var g=ds(v);g.replace=!0,g.queue=[l],d!=null&&Qa(d,"setState")},enqueueForceUpdate:function(v,l){var d=ds(v);d.queue===null?Nc(v,"forceUpdate"):l!=null&&Qa(l,"setState")}};function $f(v,l,d,g,x){var R=d(x,g);Fl(l,R);var B=R==null?g:J({},g,R);return B}function xo(v,l,d){var g=Gn,x=v.contextType;if("contextType"in v){var R=x===null||x!==void 0&&x.$$typeof===Ae&&x._context===void 0;if(!R&&!Lu.has(v)){Lu.add(v);var B="";x===void 0?B=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof x!="object"?B=" However, it is set to a "+typeof x+".":x.$$typeof===se?B=" Did you accidentally pass the Context.Provider instead?":x._context!==void 0?B=" Did you accidentally pass the Context.Consumer instead?":B=" However, it is set to an object with keys {"+Object.keys(x).join(", ")+"}.",i("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",pn(v)||"Component",B)}}typeof x=="object"&&x!==null?g=xa(x):g=d;var z=new v(l,g);{if(typeof v.getDerivedStateFromProps=="function"&&(z.state===null||z.state===void 0)){var re=pn(v)||"Component";$o.has(re)||($o.add(re),i("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",re,z.state===null?"null":"undefined",re))}if(typeof v.getDerivedStateFromProps=="function"||typeof z.getSnapshotBeforeUpdate=="function"){var we=null,je=null,Ye=null;if(typeof z.componentWillMount=="function"&&z.componentWillMount.__suppressDeprecationWarning!==!0?we="componentWillMount":typeof z.UNSAFE_componentWillMount=="function"&&(we="UNSAFE_componentWillMount"),typeof z.componentWillReceiveProps=="function"&&z.componentWillReceiveProps.__suppressDeprecationWarning!==!0?je="componentWillReceiveProps":typeof z.UNSAFE_componentWillReceiveProps=="function"&&(je="UNSAFE_componentWillReceiveProps"),typeof z.componentWillUpdate=="function"&&z.componentWillUpdate.__suppressDeprecationWarning!==!0?Ye="componentWillUpdate":typeof z.UNSAFE_componentWillUpdate=="function"&&(Ye="UNSAFE_componentWillUpdate"),we!==null||je!==null||Ye!==null){var nt=pn(v)||"Component",xt=typeof v.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Tr.has(nt)||(Tr.add(nt),i(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
115
|
+
|
|
116
|
+
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
117
|
+
|
|
118
|
+
The above lifecycles should be removed. Learn more about this warning here:
|
|
119
|
+
https://reactjs.org/link/unsafe-component-lifecycles`,nt,xt,we!==null?`
|
|
120
|
+
`+we:"",je!==null?`
|
|
121
|
+
`+je:"",Ye!==null?`
|
|
122
|
+
`+Ye:""))}}}return z}function Vf(v,l,d){{var g=pn(l)||"Component",x=v.render;x||(l.prototype&&typeof l.prototype.render=="function"?i("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",g):i("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",g)),v.getInitialState&&!v.getInitialState.isReactClassApproved&&!v.state&&i("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",g),v.getDefaultProps&&!v.getDefaultProps.isReactClassApproved&&i("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",g),v.propTypes&&i("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",g),v.contextType&&i("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",g),v.contextTypes&&i("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",g),l.contextType&&l.contextTypes&&!wo.has(l)&&(wo.add(l),i("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",g)),typeof v.componentShouldUpdate=="function"&&i("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",g),l.prototype&&l.prototype.isPureReactComponent&&typeof v.shouldComponentUpdate<"u"&&i("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",pn(l)||"A pure component"),typeof v.componentDidUnmount=="function"&&i("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",g),typeof v.componentDidReceiveProps=="function"&&i("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",g),typeof v.componentWillRecieveProps=="function"&&i("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",g),typeof v.UNSAFE_componentWillRecieveProps=="function"&&i("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",g);var R=v.props!==d;v.props!==void 0&&R&&i("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",g,g),v.defaultProps&&i("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",g,g),typeof v.getSnapshotBeforeUpdate=="function"&&typeof v.componentDidUpdate!="function"&&!Vo.has(l)&&(Vo.add(l),i("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",pn(l))),typeof v.getDerivedStateFromProps=="function"&&i("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",g),typeof v.getDerivedStateFromError=="function"&&i("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",g),typeof l.getSnapshotBeforeUpdate=="function"&&i("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",g);var B=v.state;B&&(typeof B!="object"||er(B))&&i("%s.state: must be set to an object or null",g),typeof v.getChildContext=="function"&&typeof l.childContextTypes!="object"&&i("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",g)}}function Hf(v,l){var d=l.state;if(typeof l.componentWillMount=="function"){if(l.componentWillMount.__suppressDeprecationWarning!==!0){var g=pn(v)||"Unknown";W[g]||(r(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
123
|
+
|
|
124
|
+
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
|
|
125
|
+
|
|
126
|
+
Please update the following components: %s`,g),W[g]=!0)}l.componentWillMount()}typeof l.UNSAFE_componentWillMount=="function"&&l.UNSAFE_componentWillMount(),d!==l.state&&(i("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",pn(v)||"Component"),jc.enqueueReplaceState(l,l.state,null))}function Fu(v,l,d,g){if(v.queue!==null&&v.queue.length>0){var x=v.queue,R=v.replace;if(v.queue=null,v.replace=!1,R&&x.length===1)l.state=x[0];else{for(var B=R?x[0]:l.state,z=!0,re=R?1:0;re<x.length;re++){var we=x[re],je=typeof we=="function"?we.call(l,B,d,g):we;je!=null&&(z?(z=!1,B=J({},B,je)):J(B,je))}l.state=B}}else v.queue=null}function el(v,l,d,g){Vf(v,l,d);var x=v.state!==void 0?v.state:null;v.updater=jc,v.props=d,v.state=x;var R={queue:[],replace:!1};Us(v,R);var B=l.contextType;if(typeof B=="object"&&B!==null?v.context=xa(B):v.context=g,v.state===d){var z=pn(l)||"Component";Nl.has(z)||(Nl.add(z),i("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",z))}var re=l.getDerivedStateFromProps;typeof re=="function"&&(v.state=$f(v,l,re,x,d)),typeof l.getDerivedStateFromProps!="function"&&typeof v.getSnapshotBeforeUpdate!="function"&&(typeof v.UNSAFE_componentWillMount=="function"||typeof v.componentWillMount=="function")&&(Hf(l,v),Fu(R,v,d,g))}var Uf={id:1,overflow:""};function Ho(v){var l=v.overflow,d=v.id,g=d&~Wf(d);return g.toString(32)+l}function Nu(v,l,d){var g=v.id,x=v.overflow,R=jl(g)-1,B=g&~(1<<R),z=d+1,re=jl(l)+R;if(re>30){var we=R-R%5,je=(1<<we)-1,Ye=(B&je).toString(32),nt=B>>we,xt=R-we,en=jl(l)+xt,ir=z<<xt,Eo=ir|nt,ws=Ye+x;return{id:1<<en|Eo,overflow:ws}}else{var eo=z<<R,Ra=eo|B,nf=x;return{id:1<<re|Ra,overflow:nf}}}function jl(v){return 32-zf(v)}function Wf(v){return 1<<jl(v)-1}var zf=Math.clz32?Math.clz32:ju,Yf=Math.log,Br=Math.LN2;function ju(v){var l=v>>>0;return l===0?32:31-(Yf(l)/Br|0)|0}function Bl(v,l){return v===l&&(v!==0||1/v===1/l)||v!==v&&l!==l}var qt=typeof Object.is=="function"?Object.is:Bl,bi=null,Sa=null,Ws=null,Zt=null,hs=!1,tl=!1,ti=0,wi=null,So=0,Bu=25,$r=!1,Ki;function zs(){if(bi===null)throw new Error(`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:
|
|
127
|
+
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
128
|
+
2. You might be breaking the Rules of Hooks
|
|
129
|
+
3. You might have more than one copy of React in the same app
|
|
130
|
+
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`);return $r&&i("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks"),bi}function Bc(v,l){if(l===null)return i("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",Ki),!1;v.length!==l.length&&i(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
131
|
+
|
|
132
|
+
Previous: %s
|
|
133
|
+
Incoming: %s`,Ki,"["+v.join(", ")+"]","["+l.join(", ")+"]");for(var d=0;d<l.length&&d<v.length;d++)if(!qt(v[d],l[d]))return!1;return!0}function $u(){if(So>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function xi(){return Zt===null?Ws===null?(hs=!1,Ws=Zt=$u()):(hs=!0,Zt=Ws):Zt.next===null?(hs=!1,Zt=Zt.next=$u()):(hs=!0,Zt=Zt.next),Zt}function Vu(v,l){bi=l,Sa=v,$r=!1,ti=0}function Ys(v,l,d,g){for(;tl;)tl=!1,ti=0,So+=1,Zt=null,d=v(l,g);return Hu(),d}function Vr(){var v=ti!==0;return v}function Hu(){$r=!1,bi=null,Sa=null,tl=!1,Ws=null,So=0,wi=null,Zt=null}function Uu(v){return $r&&i("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),xa(v)}function Wu(v){return Ki="useContext",zs(),xa(v)}function Gs(v,l){return typeof l=="function"?l(v):l}function ps(v){return Ki="useState",zu(Gs,v)}function zu(v,l,d){if(v!==Gs&&(Ki="useReducer"),bi=zs(),Zt=xi(),hs){var g=Zt.queue,x=g.dispatch;if(wi!==null){var R=wi.get(g);if(R!==void 0){wi.delete(g);var B=Zt.memoizedState,z=R;do{var re=z.action;$r=!0,B=v(B,re),$r=!1,z=z.next}while(z!==null);return Zt.memoizedState=B,[B,x]}}return[Zt.memoizedState,x]}else{$r=!0;var we;v===Gs?we=typeof l=="function"?l():l:we=d!==void 0?d(l):l,$r=!1,Zt.memoizedState=we;var je=Zt.queue={last:null,dispatch:null},Ye=je.dispatch=Vc.bind(null,bi,je);return[Zt.memoizedState,Ye]}}function $c(v,l){bi=zs(),Zt=xi();var d=l===void 0?null:l;if(Zt!==null){var g=Zt.memoizedState;if(g!==null&&d!==null){var x=g[1];if(Bc(d,x))return g[0]}}$r=!0;var R=v();return $r=!1,Zt.memoizedState=[R,d],R}function $l(v){bi=zs(),Zt=xi();var l=Zt.memoizedState;if(l===null){var d={current:v};return Object.seal(d),Zt.memoizedState=d,d}else return l}function Gf(v,l){Ki="useLayoutEffect",i("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.")}function Vc(v,l,d){if(So>=Bu)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(v===bi){tl=!0;var g={action:d,next:null};wi===null&&(wi=new Map);var x=wi.get(l);if(x===void 0)wi.set(l,g);else{for(var R=x;R.next!==null;)R=R.next;R.next=g}}}function fr(v,l){return $c(function(){return v},l)}function Yu(v,l,d){return zs(),l(v._source)}function Hc(v,l,d){if(d===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return d()}function Si(v){return zs(),v}function Vl(){throw new Error("startTransition cannot be called during server rendering.")}function Ta(){return zs(),[!1,Vl]}function gs(){var v=Sa,l=Ho(v.treeContext),d=qs;if(d===null)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");var g=ti++;return jn(d,l,g)}function nl(){}var rr={readContext:Uu,useContext:Wu,useMemo:$c,useReducer:zu,useRef:$l,useState:ps,useInsertionEffect:nl,useLayoutEffect:Gf,useCallback:fr,useImperativeHandle:nl,useEffect:nl,useDebugValue:nl,useDeferredValue:Si,useTransition:Ta,useId:gs,useMutableSource:Yu,useSyncExternalStore:Hc},qs=null;function Hl(v){qs=v}function Ca(v){try{var l="",d=v;do{switch(d.tag){case 0:l+=Xi(d.type,null,null);break;case 1:l+=ma(d.type,null,null);break;case 2:l+=Ic(d.type,null,null);break}d=d.parent}while(d);return l}catch(g){return`
|
|
134
|
+
Error generating stack: `+g.message+`
|
|
135
|
+
`+g.stack}}var Ul=n.ReactCurrentDispatcher,Ea=n.ReactDebugCurrentFrame,Wl=0,To=1,zl=2,Xs=3,Uc=4,rl=0,ka=1,Da=2,Gu=12800;function Wc(v){return console.error(v),null}function Ks(){}function Yl(v,l,d,g,x,R,B,z,re){var we=[],je=new Set,Ye={destination:null,responseState:l,progressiveChunkSize:g===void 0?Gu:g,status:rl,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:je,pingedTasks:we,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:x===void 0?Wc:x,onAllReady:R===void 0?Ks:R,onShellReady:B===void 0?Ks:B,onShellError:z===void 0?Ks:z,onFatalError:re===void 0?Ks:re},nt=il(Ye,0,null,d,!1,!1);nt.parentFlushed=!0;var xt=Wo(Ye,v,null,nt,je,Gn,Ll,Uf);return we.push(xt),Ye}function Uo(v,l){var d=v.pingedTasks;d.push(l),d.length===1&&a(function(){return ec(v)})}function Gl(v,l){return{id:_i,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:l,errorDigest:null}}function Wo(v,l,d,g,x,R,B,z){v.allPendingTasks++,d===null?v.pendingRootTasks++:d.pendingTasks++;var re={node:l,ping:function(){return Uo(v,re)},blockedBoundary:d,blockedSegment:g,abortSet:x,legacyContext:R,context:B,treeContext:z};return re.componentStack=null,x.add(re),re}function il(v,l,d,g,x,R){return{status:Wl,id:-1,index:l,parentFlushed:!1,chunks:[],children:[],formatContext:g,boundary:d,lastPushedText:x,textEmbedded:R}}var Zi=null;function Ji(){return Zi===null||Zi.componentStack===null?"":Ca(Zi.componentStack)}function Co(v,l){v.componentStack={tag:0,parent:v.componentStack,type:l}}function ol(v,l){v.componentStack={tag:1,parent:v.componentStack,type:l}}function ms(v,l){v.componentStack={tag:2,parent:v.componentStack,type:l}}function Qi(v){v.componentStack===null?i("Unexpectedly popped too many stack frames. This is a bug in React."):v.componentStack=v.componentStack.parent}var Pa=null;function ql(v,l){{var d;typeof l=="string"?d=l:l&&typeof l.message=="string"?d=l.message:d=String(l);var g=Pa||Ji();Pa=null,v.errorMessage=d,v.errorComponentStack=g}}function sl(v,l){var d=v.onError(l);if(d!=null&&typeof d!="string")throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof d+'" instead');return d}function Oa(v,l){var d=v.onShellError;d(l);var g=v.onFatalError;g(l),v.destination!==null?(v.status=Da,H(v.destination,l)):(v.status=ka,v.fatalError=l)}function zc(v,l,d){Co(l,"Suspense");var g=l.blockedBoundary,x=l.blockedSegment,R=d.fallback,B=d.children,z=new Set,re=Gl(v,z),we=x.chunks.length,je=il(v,we,re,x.formatContext,!1,!1);x.children.push(je),x.lastPushedText=!1;var Ye=il(v,0,null,x.formatContext,!1,!1);Ye.parentFlushed=!0,l.blockedBoundary=re,l.blockedSegment=Ye;try{if(Ti(v,l,B),_n(Ye.chunks,v.responseState,Ye.lastPushedText,Ye.textEmbedded),Ye.status=To,bs(re,Ye),re.pendingTasks===0){Qi(l);return}}catch(xt){Ye.status=Uc,re.forceClientRender=!0,re.errorDigest=sl(v,xt),ql(re,xt)}finally{l.blockedBoundary=g,l.blockedSegment=x}var nt=Wo(v,R,g,je,z,l.legacyContext,l.context,l.treeContext);nt.componentStack=l.componentStack,v.pingedTasks.push(nt),Qi(l)}function qu(v,l,d,g){Co(l,d);var x=l.blockedSegment,R=co(x.chunks,d,g,v.responseState,x.formatContext);x.lastPushedText=!1;var B=x.formatContext;x.formatContext=pi(B,d,g),Ti(v,l,R),x.formatContext=B,Mo(x.chunks,d),x.lastPushedText=!1,Qi(l)}function Xu(v){return v.prototype&&v.prototype.isReactComponent}function Zs(v,l,d,g,x){var R={};Vu(l,R);var B=d(g,x);return Ys(d,g,B,x)}function Ku(v,l,d,g,x){var R=d.render();d.props!==x&&(Kl||i("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",pn(g)||"a component"),Kl=!0);{var B=g.childContextTypes;if(B!=null){var z=l.legacyContext,re=Iu(d,g,z,B);l.legacyContext=re,dr(v,l,R),l.legacyContext=z;return}}dr(v,l,R)}function Xl(v,l,d,g){ms(l,d);var x=ls(d,l.legacyContext),R=xo(d,g,x);el(R,d,g,x),Ku(v,l,R,d,g),Qi(l)}var Bt={},al={},Zu={},Js={},Kl=!1,Yc={},Gc=!1,ni=!1,qc=!1;function Zl(v,l,d,g){var x;if(x=ls(d,l.legacyContext),ol(l,d),d.prototype&&typeof d.prototype.render=="function"){var R=pn(d)||"Unknown";Bt[R]||(i("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",R,R),Bt[R]=!0)}var B=Zs(v,l,d,g,x),z=Vr();if(typeof B=="object"&&B!==null&&typeof B.render=="function"&&B.$$typeof===void 0){var re=pn(d)||"Unknown";al[re]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",re,re,re),al[re]=!0)}if(typeof B=="object"&&B!==null&&typeof B.render=="function"&&B.$$typeof===void 0){{var we=pn(d)||"Unknown";al[we]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",we,we,we),al[we]=!0)}el(B,d,g,x),Ku(v,l,B,d,g)}else if(Ju(d),z){var je=l.treeContext,Ye=1,nt=0;l.treeContext=Nu(je,Ye,nt);try{dr(v,l,B)}finally{l.treeContext=je}}else dr(v,l,B);Qi(l)}function Ju(v){{if(v&&v.childContextTypes&&i("%s(...): childContextTypes cannot be defined on a function component.",v.displayName||v.name||"Component"),v.defaultProps!==void 0){var l=pn(v)||"Unknown";Yc[l]||(i("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",l),Yc[l]=!0)}if(typeof v.getDerivedStateFromProps=="function"){var d=pn(v)||"Unknown";Js[d]||(i("%s: Function components do not support getDerivedStateFromProps.",d),Js[d]=!0)}if(typeof v.contextType=="object"&&v.contextType!==null){var g=pn(v)||"Unknown";Zu[g]||(i("%s: Function components do not support contextType.",g),Zu[g]=!0)}}}function Qu(v,l){if(v&&v.defaultProps){var d=J({},l),g=v.defaultProps;for(var x in g)d[x]===void 0&&(d[x]=g[x]);return d}return l}function Xc(v,l,d,g,x){ol(l,d.render);var R=Zs(v,l,d.render,g,x),B=Vr();if(B){var z=l.treeContext,re=1,we=0;l.treeContext=Nu(z,re,we);try{dr(v,l,R)}finally{l.treeContext=z}}else dr(v,l,R);Qi(l)}function Hr(v,l,d,g,x){var R=d.type,B=Qu(R,g);Qs(v,l,R,B,x)}function vs(v,l,d,g){d._context===void 0?d!==d.Consumer&&(qc||(qc=!0,i("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):d=d._context;var x=g.children;typeof x!="function"&&i("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var R=xa(d),B=x(R);dr(v,l,B)}function Ur(v,l,d,g){var x=d._context,R=g.value,B=g.children,z;z=l.context,l.context=Mu(x,R),dr(v,l,B),l.context=Bf(x),z!==l.context&&i("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function Kc(v,l,d,g,x){Co(l,"Lazy");var R=d._payload,B=d._init,z=B(R),re=Qu(z,g);Qs(v,l,z,re,x),Qi(l)}function Qs(v,l,d,g,x){if(typeof d=="function")if(Xu(d)){Xl(v,l,d,g);return}else{Zl(v,l,d,g);return}if(typeof d=="string"){qu(v,l,d,g);return}switch(d){case Yn:case Vt:case K:case le:case Ee:{dr(v,l,g.children);return}case lt:{Co(l,"SuspenseList"),dr(v,l,g.children),Qi(l);return}case wt:throw new Error("ReactDOMServer does not yet support scope components.");case st:{zc(v,l,g);return}}if(typeof d=="object"&&d!==null)switch(d.$$typeof){case Fe:{Xc(v,l,d,g,x);return}case rt:{Hr(v,l,d,g,x);return}case se:{Ur(v,l,d,g);return}case Ae:{vs(v,l,d,g);return}case It:{Kc(v,l,d,g);return}}var R="";throw(d===void 0||typeof d=="object"&&d!==null&&Object.keys(d).length===0)&&(R+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(d==null?d:typeof d)+"."+R))}function Zc(v,l){typeof Symbol=="function"&&v[Symbol.toStringTag]==="Generator"&&(Gc||i("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),Gc=!0),v.entries===l&&(ni||i("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),ni=!0)}function dr(v,l,d){try{return Jc(v,l,d)}catch(g){throw typeof g=="object"&&g!==null&&typeof g.then=="function"||(Pa=Pa!==null?Pa:Ji()),g}}function Jc(v,l,d){if(l.node=d,typeof d=="object"&&d!==null){switch(d.$$typeof){case fe:{var g=d,x=g.type,R=g.props,B=g.ref;Qs(v,l,x,R,B);return}case Se:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case It:{var z=d,re=z._payload,we=z._init,je;try{je=we(re)}catch(eo){throw typeof eo=="object"&&eo!==null&&typeof eo.then=="function"&&Co(l,"Lazy"),eo}dr(v,l,je);return}}if(er(d)){Jl(v,l,d);return}var Ye=jr(d);if(Ye){Zc(d,Ye);var nt=Ye.call(d);if(nt){var xt=nt.next();if(!xt.done){var en=[];do en.push(xt.value),xt=nt.next();while(!xt.done);Jl(v,l,en);return}return}}var ir=Object.prototype.toString.call(d);throw new Error("Objects are not valid as a React child (found: "+(ir==="[object Object]"?"object with keys {"+Object.keys(d).join(", ")+"}":ir)+"). If you meant to render a collection of children, use an array instead.")}if(typeof d=="string"){var Eo=l.blockedSegment;Eo.lastPushedText=On(l.blockedSegment.chunks,d,v.responseState,Eo.lastPushedText);return}if(typeof d=="number"){var ws=l.blockedSegment;ws.lastPushedText=On(l.blockedSegment.chunks,""+d,v.responseState,ws.lastPushedText);return}typeof d=="function"&&i("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}function Jl(v,l,d){for(var g=d.length,x=0;x<g;x++){var R=l.treeContext;l.treeContext=Nu(R,g,x);try{Ti(v,l,d[x])}finally{l.treeContext=R}}}function Ql(v,l,d){var g=l.blockedSegment,x=g.chunks.length,R=il(v,x,null,g.formatContext,g.lastPushedText,!0);g.children.push(R),g.lastPushedText=!1;var B=Wo(v,l.node,l.blockedBoundary,R,l.abortSet,l.legacyContext,l.context,l.treeContext);l.componentStack!==null&&(B.componentStack=l.componentStack.parent);var z=B.ping;d.then(z,z)}function Ti(v,l,d){var g=l.blockedSegment.formatContext,x=l.legacyContext,R=l.context,B=null;B=l.componentStack;try{return dr(v,l,d)}catch(z){if(Hu(),typeof z=="object"&&z!==null&&typeof z.then=="function"){Ql(v,l,z),l.blockedSegment.formatContext=g,l.legacyContext=x,l.context=R,fs(R),l.componentStack=B;return}else throw l.blockedSegment.formatContext=g,l.legacyContext=x,l.context=R,fs(R),l.componentStack=B,z}}function Qc(v,l,d,g){var x=sl(v,g);if(l===null?Oa(v,g):(l.pendingTasks--,l.forceClientRender||(l.forceClientRender=!0,l.errorDigest=x,ql(l,g),l.parentFlushed&&v.clientRenderedBoundaries.push(l))),v.allPendingTasks--,v.allPendingTasks===0){var R=v.onAllReady;R()}}function ys(v){var l=this,d=v.blockedBoundary,g=v.blockedSegment;g.status=Xs,ea(l,d,g)}function eu(v,l,d){var g=v.blockedBoundary,x=v.blockedSegment;if(x.status=Xs,g===null)l.allPendingTasks--,l.status!==Da&&(l.status=Da,l.destination!==null&&A(l.destination));else{if(g.pendingTasks--,!g.forceClientRender){g.forceClientRender=!0;var R=d===void 0?new Error("The render was aborted by the server without a reason."):d;g.errorDigest=l.onError(R);{var B="The server did not finish this Suspense boundary: ";R&&typeof R.message=="string"?R=B+R.message:R=B+String(R);var z=Zi;Zi=v;try{ql(g,R)}finally{Zi=z}}g.parentFlushed&&l.clientRenderedBoundaries.push(g)}if(g.fallbackAbortableTasks.forEach(function(we){return eu(we,l,d)}),g.fallbackAbortableTasks.clear(),l.allPendingTasks--,l.allPendingTasks===0){var re=l.onAllReady;re()}}}function bs(v,l){if(l.chunks.length===0&&l.children.length===1&&l.children[0].boundary===null){var d=l.children[0];d.id=l.id,d.parentFlushed=!0,d.status===To&&bs(v,d)}else{var g=v.completedSegments;g.push(l)}}function ea(v,l,d){if(l===null){if(d.parentFlushed){if(v.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");v.completedRootSegment=d}if(v.pendingRootTasks--,v.pendingRootTasks===0){v.onShellError=Ks;var g=v.onShellReady;g()}}else if(l.pendingTasks--,!l.forceClientRender){if(l.pendingTasks===0)d.parentFlushed&&d.status===To&&bs(l,d),l.parentFlushed&&v.completedBoundaries.push(l),l.fallbackAbortableTasks.forEach(ys,v),l.fallbackAbortableTasks.clear();else if(d.parentFlushed&&d.status===To){bs(l,d);var x=l.completedSegments;x.length===1&&l.parentFlushed&&v.partialBoundaries.push(l)}}if(v.allPendingTasks--,v.allPendingTasks===0){var R=v.onAllReady;R()}}function qf(v,l){var d=l.blockedSegment;if(d.status===Wl){fs(l.context);var g=null;g=Zi,Zi=l;try{dr(v,l,l.node),_n(d.chunks,v.responseState,d.lastPushedText,d.textEmbedded),l.abortSet.delete(l),d.status=To,ea(v,l.blockedBoundary,d)}catch(R){if(Hu(),typeof R=="object"&&R!==null&&typeof R.then=="function"){var x=l.ping;R.then(x,x)}else l.abortSet.delete(l),d.status=Uc,Qc(v,l.blockedBoundary,d,R)}finally{Zi=g}}}function ec(v){if(v.status!==Da){var l=Lc(),d=Ul.current;Ul.current=rr;var g;g=Ea.getCurrentStack,Ea.getCurrentStack=Ji;var x=qs;Hl(v.responseState);try{var R=v.pingedTasks,B;for(B=0;B<R.length;B++){var z=R[B];qf(v,z)}R.splice(0,B),v.destination!==null&&Ii(v,v.destination)}catch(re){sl(v,re),Oa(v,re)}finally{Hl(x),Ul.current=d,Ea.getCurrentStack=g,d===rr&&fs(l)}}}function ll(v,l,d){switch(d.parentFlushed=!0,d.status){case Wl:{var g=d.id=v.nextSegmentId++;return d.lastPushedText=!1,d.textEmbedded=!1,cr(l,v.responseState,g)}case To:{d.status=zl;for(var x=!0,R=d.chunks,B=0,z=d.children,re=0;re<z.length;re++){for(var we=z[re];B<we.index;B++)m(l,R[B]);x=ul(v,l,we)}for(;B<R.length-1;B++)m(l,R[B]);return B<R.length&&(x=T(l,R[B])),x}default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function ul(v,l,d){var g=d.boundary;if(g===null)return ll(v,l,d);if(g.parentFlushed=!0,g.forceClientRender)return Be(l,v.responseState,g.errorDigest,g.errorMessage,g.errorComponentStack),ll(v,l,d),Et(l,v.responseState);if(g.pendingTasks>0){g.rootSegmentID=v.nextSegmentId++,g.completedSegments.length>0&&v.partialBoundaries.push(g);var x=g.id=nn(v.responseState);return xe(l,v.responseState,x),ll(v,l,d),Tt(l,v.responseState)}else{if(g.byteSize>v.progressiveChunkSize)return g.rootSegmentID=v.nextSegmentId++,v.completedBoundaries.push(g),xe(l,v.responseState,g.id),ll(v,l,d),Tt(l,v.responseState);Re(l,v.responseState);var R=g.completedSegments;if(R.length!==1)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");var B=R[0];return ul(v,l,B),it(l,v.responseState)}}function tc(v,l,d){return Rl(l,v.responseState,d.id,d.errorDigest,d.errorMessage,d.errorComponentStack)}function tu(v,l,d){return St(l,v.responseState,d.formatContext,d.id),ul(v,l,d),vt(l,d.formatContext)}function nc(v,l,d){for(var g=d.completedSegments,x=0;x<g.length;x++){var R=g[x];Wr(v,l,d,R)}return g.length=0,mo(l,v.responseState,d.id,d.rootSegmentID)}function ef(v,l,d){for(var g=d.completedSegments,x=0;x<g.length;x++){var R=g[x];if(!Wr(v,l,d,R))return x++,g.splice(0,x),!1}return g.splice(0,x),!0}function Wr(v,l,d,g){if(g.status===zl)return!0;var x=g.id;if(x===-1){var R=g.id=d.rootSegmentID;if(R===-1)throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return tu(v,l,g)}else return tu(v,l,g),za(l,v.responseState,x)}function Ii(v,l){b();try{var d=v.completedRootSegment;d!==null&&v.pendingRootTasks===0&&(ul(v,l,d),v.completedRootSegment=null,yi(l,v.responseState));var g=v.clientRenderedBoundaries,x;for(x=0;x<g.length;x++){var R=g[x];tc(v,l,R)}g.splice(0,x);var B=v.completedBoundaries;for(x=0;x<B.length;x++){var z=B[x];nc(v,l,z)}B.splice(0,x),E(l),b(l);var re=v.partialBoundaries;for(x=0;x<re.length;x++){var we=re[x];if(!ef(v,l,we)){v.destination=null,x++,re.splice(0,x);return}}re.splice(0,x);var je=v.completedBoundaries;for(x=0;x<je.length;x++){var Ye=je[x];nc(v,l,Ye)}je.splice(0,x)}finally{E(l),v.allPendingTasks===0&&v.pingedTasks.length===0&&v.clientRenderedBoundaries.length===0&&v.completedBoundaries.length===0&&(v.abortableTasks.size!==0&&i("There was still abortable task at the root when we closed. This is a bug in React."),A(l))}}function tf(v){a(function(){return ec(v)})}function Xf(v,l){if(v.status===ka){v.status=Da,H(l,v.fatalError);return}if(v.status!==Da&&v.destination===null){v.destination=l;try{Ii(v,l)}catch(d){sl(v,d),Oa(v,d)}}}function cl(v,l){try{var d=v.abortableTasks;d.forEach(function(g){return eu(g,v,l)}),d.clear(),v.destination!==null&&Ii(v,v.destination)}catch(g){sl(v,g),Oa(v,g)}}function _a(v,l){return new Promise(function(d,g){var x,R,B=new Promise(function(nt,xt){R=nt,x=xt});function z(){var nt=new ReadableStream({type:"bytes",pull:function(xt){Xf(we,xt)},cancel:function(xt){cl(we)}},{highWaterMark:0});nt.allReady=B,d(nt)}function re(nt){B.catch(function(){}),g(nt)}var we=Yl(v,Oi(l?l.identifierPrefix:void 0,l?l.nonce:void 0,l?l.bootstrapScriptContent:void 0,l?l.bootstrapScripts:void 0,l?l.bootstrapModules:void 0),hi(l?l.namespaceURI:void 0),l?l.progressiveChunkSize:void 0,l?l.onError:void 0,R,z,re,x);if(l&&l.signal){var je=l.signal,Ye=function(){cl(we,je.reason),je.removeEventListener("abort",Ye)};je.addEventListener("abort",Ye)}tf(we)})}Mh.renderToReadableStream=_a,Mh.version=e}()),Mh}var kc,Ev;process.env.NODE_ENV==="production"?(kc=I4(),Ev=M4()):(kc=L4(),Ev=F4());kc.version;var N4=kc.renderToString;kc.renderToStaticMarkup;kc.renderToNodeStream;kc.renderToStaticNodeStream;Ev.renderToReadableStream;var j4=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function jD(t,e){return t(e={exports:{}},e.exports),e.exports}var B4=jD(function(t){(function(e){var n=function(M,_,H){if(!f(_)||b(_)||m(_)||T(_)||c(_))return _;var Y,ne=0,Z=0;if(p(_))for(Y=[],Z=_.length;ne<Z;ne++)Y.push(n(M,_[ne],H));else for(var ce in Y={},_)Object.prototype.hasOwnProperty.call(_,ce)&&(Y[M(ce,H)]=n(M,_[ce],H));return Y},r=function(M){return E(M)?M:(M=M.replace(/[\-_\s]+(.)?/g,function(_,H){return H?H.toUpperCase():""})).substr(0,1).toLowerCase()+M.substr(1)},i=function(M){var _=r(M);return _.substr(0,1).toUpperCase()+_.substr(1)},o=function(M,_){return function(H,Y){var ne=(Y=Y||{}).separator||"_",Z=Y.split||/(?=[A-Z])/;return H.split(Z).join(ne)}(M,_).toLowerCase()},a=Object.prototype.toString,c=function(M){return typeof M=="function"},f=function(M){return M===Object(M)},p=function(M){return a.call(M)=="[object Array]"},b=function(M){return a.call(M)=="[object Date]"},m=function(M){return a.call(M)=="[object RegExp]"},T=function(M){return a.call(M)=="[object Boolean]"},E=function(M){return(M-=0)==M},A=function(M,_){var H=_&&"process"in _?_.process:_;return typeof H!="function"?M:function(Y,ne){return H(Y,M,ne)}},I={camelize:r,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(M,_){return n(A(r,_),M)},decamelizeKeys:function(M,_){return n(A(o,_),M,_)},pascalizeKeys:function(M,_){return n(A(i,_),M)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=I:e.humps=I})(j4)}).decamelize,$4=function(t){if(Array.isArray(t))return t},V4=function(t,e){if(typeof Symbol<"u"&&Symbol.iterator in Object(t)){var n=[],r=!0,i=!1,o=void 0;try{for(var a,c=t[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!e||n.length!==e);r=!0);}catch(f){i=!0,o=f}finally{try{r||c.return==null||c.return()}finally{if(i)throw o}}return n}},S1=function(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},H4=function(t,e){if(t){if(typeof t=="string")return S1(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?S1(t,e):void 0}},U4=function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
136
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)},W4=function(t,e){return $4(t)||V4(t,e)||H4(t,e)||U4()},BD=jD(function(t){function e(){return t.exports=e=Object.assign||function(n){for(var r=1;r<arguments.length;r++){var i=arguments[r];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o])}return n},e.apply(this,arguments)}t.exports=e}),z4=function(t,e){if(t==null)return{};var n,r,i={},o=Object.keys(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)>=0||(i[n]=t[n]);return i},$D=function(t,e){if(t==null)return{};var n,r,i=z4(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i},Y4=q.createContext(null);function VD(t){var e=t.children,n=e===void 0?"":e,r=$D(t,["children"]);return typeof n!="string"&&(n=N4(n)),q.createElement("template",BD({},r,{dangerouslySetInnerHTML:{__html:n}}))}function HD(t){var e=t.root,n=t.children;return Fv.createPortal(n===void 0?null:n,e)}function G4(t){var e=q.forwardRef(function(n,r){var i,o,a=n.mode,c=a===void 0?"open":a,f=n.delegatesFocus,p=f!==void 0&&f,b=n.styleSheets,m=b===void 0?[]:b,T=n.ssr,E=T!==void 0&&T,A=n.children,I=$D(n,["mode","delegatesFocus","styleSheets","ssr","children"]),M=(o=q.useRef((i=r)&&i.current),q.useEffect(function(){i&&(i.current=o.current)},[i]),o),_=q.useState(null),H=W4(_,2),Y=H[0],ne=H[1],Z="node_".concat(c).concat(p);return q.useLayoutEffect(function(){if(M.current)try{if(typeof r=="function"&&r(M.current),E){var ce=M.current.shadowRoot;return void ne(ce)}var S=M.current.attachShadow({mode:c,delegatesFocus:p});m.length>0&&(S.adoptedStyleSheets=m),ne(S)}catch(ue){(function(ae){var Ge=ae.error,Le=ae.styleSheets,Me=ae.root;switch(Ge.name){case"NotSupportedError":Le.length>0&&(Me.adoptedStyleSheets=Le);break;default:throw Ge}})({error:ue,styleSheets:m,root:Y})}},[r,M,m]),q.createElement(q.Fragment,null,q.createElement(t.tag,BD({key:Z,ref:M},I),(Y||E)&&q.createElement(Y4.Provider,{value:Y},E?q.createElement(VD,{shadowroot:c,shadowrootmode:c},t.render({root:Y,ssr:E,children:A})):q.createElement(HD,{root:Y},t.render({root:Y,ssr:E,children:A})))))});return e.propTypes={mode:_s.oneOf(["open","closed"]),delegatesFocus:_s.bool,styleSheets:_s.arrayOf(_s.instanceOf(globalThis.CSSStyleSheet)),ssr:_s.bool,children:_s.node},e}VD.propTypes={children:_s.oneOfType([_s.string,_s.node])},HD.propTypes={root:_s.object.isRequired,children:_s.node};var mm=new Map;function q4(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"core",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:function(r){return r.children};return new Proxy(t,{get:function(r,i){var o=B4(i,{separator:"-"}),a="".concat(e,"-").concat(o);return mm.has(a)||mm.set(a,G4({tag:o,render:n})),mm.get(a)}})}var UD=q4();const X4=".app,.treeRoot{height:100%}.draggingSource{opacity:.3}.placeholderContainer{position:relative}.dropTarget{background-color:#8d878711}",K4=".favorite-bar{position:sticky;top:64px;z-index:900;transition:transform .3s ease,opacity .3s ease;border-bottom:1px solid #ddd}.favorite-bar--hidden{transform:translateY(-100%);opacity:0}.favorite-bar--visible{transform:translateY(0);opacity:1}";var T1;(function(t){t.DragStart="dragStart",t.DragMove="dragMove",t.DragEnd="dragEnd",t.DragCancel="dragCancel",t.DragOver="dragOver",t.RegisterDroppable="registerDroppable",t.SetDroppableDisabled="setDroppableDisabled",t.UnregisterDroppable="unregisterDroppable"})(T1||(T1={}));const Z4=Object.freeze({x:0,y:0});var Tf;(function(t){t[t.Forward=1]="Forward",t[t.Backward=-1]="Backward"})(Tf||(Tf={}));var C1;(function(t){t.Click="click",t.DragStart="dragstart",t.Keydown="keydown",t.ContextMenu="contextmenu",t.Resize="resize",t.SelectionChange="selectionchange",t.VisibilityChange="visibilitychange"})(C1||(C1={}));var Rs;(function(t){t.Space="Space",t.Down="ArrowDown",t.Right="ArrowRight",t.Left="ArrowLeft",t.Up="ArrowUp",t.Esc="Escape",t.Enter="Enter",t.Tab="Tab"})(Rs||(Rs={}));Rs.Space,Rs.Enter,Rs.Esc,Rs.Space,Rs.Enter,Rs.Tab;var E1;(function(t){t[t.RightClick=2]="RightClick"})(E1||(E1={}));var k1;(function(t){t[t.Pointer=0]="Pointer",t[t.DraggableRect=1]="DraggableRect"})(k1||(k1={}));var D1;(function(t){t[t.TreeOrder=0]="TreeOrder",t[t.ReversedTreeOrder=1]="ReversedTreeOrder"})(D1||(D1={}));Tf.Backward+"",Tf.Forward+"",Tf.Backward+"",Tf.Forward+"";var kv;(function(t){t[t.Always=0]="Always",t[t.BeforeDragging=1]="BeforeDragging",t[t.WhileDragging=2]="WhileDragging"})(kv||(kv={}));var Dv;(function(t){t.Optimized="optimized"})(Dv||(Dv={}));kv.WhileDragging,Dv.Optimized;({...Z4});var P1;(function(t){t[t.Uninitialized=0]="Uninitialized",t[t.Initializing=1]="Initializing",t[t.Initialized=2]="Initialized"})(P1||(P1={}));function J4(t,e,n){const r=t.slice();return r.splice(n<0?r.length+n:n,0,r.splice(e,1)[0]),r}Rs.Down,Rs.Right,Rs.Up,Rs.Left;function Q4(t){const e=new CustomEvent("updateFavoriteMenu",{detail:{menuItem:t}});window.dispatchEvent(e)}const vm="MENU_ITEM";function e6(t){const e=Sp.useLocation(),[n,r]=q.useState([]),[i,o]=q.useState(!1);console.log("isSubmit",i);const a=q.useRef(null),[c,f]=q.useState(window.location.href);q.useEffect(()=>{f(window.location.href)},[e]);const p=M=>`${M}`;function b(M,_){for(const H of M){if(H.id===_)return H;if(H.children){const Y=b(H.children,_);if(Y)return Y}}return null}function m(M,_){const H=b(n,M);H?(H.isFavorite=_,Q4(H),nb(M,_)):console.error(`Item with id ${M} not found`)}const T=M=>{console.log("Favorite menus changed",M);const _=M.detail.favoriteMenus||[];r(_)};q.useEffect(()=>(window.addEventListener("favoriteMenusChange",T),()=>{window.removeEventListener("favoriteMenusChange",T)}),[]);const E=(M,_)=>{n[M];const H=J4(n,M,_);r(H),o(!0);const Y={menuItemIds:H.map(ne=>ne.id)};As.post("global-menu-config/api/v1/menu-items/user/order-favorites",Y,{baseURL:t.baseUrl}).then(()=>{}).catch(ne=>{console.error(ne),r(n)}).finally(()=>{o(!1)})},A=({item:M,index:_})=>{const H=q.useRef(null),[{isDragging:Y},ne]=qE({type:vm,item:()=>({id:M.id,index:_}),collect:ae=>({isDragging:ae.isDragging()})}),[{isOver:Z,isOverCurrent:ce},S]=up(()=>({accept:vm,collect:ae=>({isOver:ae.isOver(),isOverCurrent:ae.isOver({shallow:!0})}),drop:ae=>{E(ae.index,_),ae.index=_}}),[]);let ue="hover-off";return(ce||Z)&&(ue="hover-on"),ne(S(H)),_e.jsx("div",{ref:H,style:{opacity:Y?.7:1,boxShadow:Y?"0 4px 8px rgba(0, 0, 0, 0.2)":"none",cursor:"move",display:"inline-block",marginRight:"8px",position:"relative",transition:"transform 0.3s ease-in-out"},className:`item ${ue}`,children:_e.jsx(ND,{replacePath:t.replacePath,ssr:t.ssr,brandColors:t.brandColors,baseUrl:t.baseUrl,item:M,level:1,onSetFavoriteSuccess:m})})},I=()=>{const M=q.useRef(null),[{isOver:_,canDrop:H},Y]=up(()=>({accept:vm,drop:ne=>{E(ne.index,n.length-1),ne.index=n.length-1},collect:ne=>({isOver:ne.isOver(),canDrop:ne.canDrop()})}),[n]);return Y(M),_e.jsx("div",{ref:M,style:{height:40,width:150,display:"flex",alignItems:"center",justifyContent:"center",borderLeft:_&&H?"2px solid var(--primary300)":"transparent"}})};return _e.jsx(_e.Fragment,{children:n.length?_e.jsx("div",{className:p("favorite-menu"),children:_e.jsx(Wv,{ref:a,className:p("wrap-section favorite-menu__menu"),style:{marginTop:4,flex:1,overflow:"auto",height:"100%",overflowY:"hidden"},children:_e.jsx(HE,{backend:QT,children:_e.jsxs("div",{style:{display:"inline-flex"},children:[n.map((M,_)=>_e.jsx(A,{item:M,index:_},M.id)),_e.jsx(I,{})]})})})}):""})}function t6(t=32){const[e,n]=q.useState(!0),[r,i]=q.useState(0),o=()=>{const a=window.scrollY;a>r&&a>t?n(!1):a<r&&n(!0),i(a)};return q.useEffect(()=>(window.addEventListener("scroll",o),()=>window.removeEventListener("scroll",o)),[r]),{isFavoriteBarVisible:e}}function n6(t){const{isFavoriteBarVisible:e}=t6();return _e.jsxs(_e.Fragment,{children:[_e.jsx("style",{children:K4}),_e.jsx("div",{className:`favorite-bar ${e?"favorite-bar--visible":"favorite-bar--hidden"}`,children:_e.jsx(UD.div,{children:_e.jsx(Vv,{styles:[$T,A4,X4],children:_e.jsx(e6,{...t})})})})]})}function nb(t,e){const n=JSON.parse(localStorage.getItem("favoriteItems")||"[]");if(e)n.includes(t)||n.push(t);else{const r=n.indexOf(t);r>-1&&n.splice(r,1)}localStorage.setItem("favoriteItems",JSON.stringify(n))}function WD({...t}){var ke,We,et;const e=t.item,n=t.level||0,r=!!((ke=t.item.children)!=null&&ke.length),{isActive:i,isCollapsed:o}=t,a=`level-${n}`,c=o?"collapsed":"expanded",f=i(e.id)?"active":"",p=r?"parent":"child",b=t.params.isOpen?"isOpen":"isClose",m=t.isInternalApp?"isInternalApp":"",T=(qe,Je=a)=>`${qe} ${Je} ${c} ${f} ${p} ${b} ${m}`,[E,A]=q.useState(!1),[I,M]=q.useState(e.isFavorite||!1);q.useEffect(()=>{M(!!t.item.isFavorite)},[t.item.isFavorite]);const _=q.useRef(),H=q.useRef();H!=null&&H.current&&((We=H==null?void 0:H.current)==null?void 0:We.scrollWidth)>((et=H==null?void 0:H.current)==null?void 0:et.clientWidth);const Y=window.location.origin,ne=e.path&&e.path.includes("http")?new URL(e.path):{origin:"",pathname:""},Z=window.location.pathname.split("/")[1],ce=ne.pathname.split("/")[1],S=t.item.redirectUrl||t.ssr||!Y.includes("local")&&Y!==ne.origin||ce!==Z,ue=r?"div":!t.isInternalApp&&S?"a":Sp.Link,ae=e.redirectUrl||e.path||"#",Ge=n+1,Le=r&&o&&E,Me=o||n===0?void 0:`${n+.25}rem`,$e=()=>{A(!0)},Ue=()=>{A(!1)},he="/global-menu-config/api/v1/menu-items/user/set-favorite",Ce=e.serviceKey==="mn_poms";t.params.depth*20,t.params.depth,OH(e.id,t.params.isOpen,t.params.onToggle);const Ne=Ce||o&&n===0?e.name==="POMs"?"Parking Operations Management":e.description||e.name:null,tt=Object.entries(t.brandColors||{}).reduce((qe,[Je,Ke])=>(Ke&&(qe[`--${Je}`]=Ke),qe),{}),me=Y!==ne.origin||t.item.redirectUrl?"_blank":"_self";return _e.jsxs("div",{ref:_,className:T("menu-item__wrapper tree-node"),style:{borderRadius:"8px",transition:"all 0.3s",...tt},onMouseOver:$e,onMouseOut:Ue,onDragStart:qe=>{o&&n>1&&qe.preventDefault()},children:[_e.jsx(sa.Tooltip,{placement:"top",title:Ne,disableInteractive:!0,children:_e.jsxs(ue,{target:me,to:ae,href:ae,draggable:"true",className:T("menu-item__link"),style:{paddingLeft:Me},onClick:qe=>{ue==="a"&&me==="_blank"||o||t.toggleExpand(qe)},children:[_e.jsx(r6,{cls:T,item:e}),_e.jsx("span",{className:T("menu-item__label"),ref:H,children:e.name}),_e.jsx(i6,{tooltipPosition:Ne?"right":"top",menuLevel:n,hasChildren:r,isHovered:E,isFavorite:I,onClick:qe=>{const Je={menuConfigId:e.id,isFavorite:qe},Ke=t.baseUrl+he;As.post(Ke,Je).then(ot=>{var ct;M(qe),Yv("Set favorite menu item successfully"),(ct=t.onSetFavoriteSuccess)==null||ct.call(t,t.item.id,qe),nb(t.item.id,qe)}).catch(ot=>{var ct,pt;Wd(((pt=(ct=ot.response)==null?void 0:ct.data)==null?void 0:pt.errorMessage)||"Have error when set favorite menu item")})}}),r&&_e.jsx("div",{className:T("menu-item__icon-arrow__wrapper"),children:_e.jsx(J5,{className:T(`menu-item__icon-arrow__icon ${t.params.isOpen?"open":"close"}`)})})]})}),Le&&_e.jsx(Q5,{parentRef:_,onlyChild:!o,renderChildren:({maxHeight:qe})=>{var Je;return _e.jsx(PD.div,{className:T(`menu-item__dropdown ${t.params.isOpen?"menu-item__dropdown--open":"menu-item__dropdown--close"}`,`level-${Ge}`),style:eb({maxHeight:qe,overflowY:"auto",paddingRight:3},qe!=="auto"&&!!Ge),children:(Je=e.children)==null?void 0:Je.map(Ke=>q.createElement(WD,{...t,key:Ke.id,item:Ke,level:Ge}))})}})]})}function r6({item:t,cls:e}){return _e.jsx("div",{className:e("menu-item__icon"),children:_e.jsx(FD,{item:t})})}function i6(t){const e={marginRight:t.hasChildren?10:0,fontSize:18,fill:ki.warning};return _e.jsxs(_e.Fragment,{children:[t.isHovered&&!t.isFavorite&&_e.jsx(sa.Tooltip,{placement:t.tooltipPosition||"top",title:"Add to favorites",disableInteractive:!0,children:_e.jsx("div",{children:_e.jsx(OD,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!0)}})})}),t.isFavorite&&_e.jsx(sa.Tooltip,{placement:t.tooltipPosition||"top",title:"Remove from favorites",disableInteractive:!0,children:_e.jsx("div",{children:_e.jsx(_D,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!1)}})})})]})}function o6(){return _e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",fill:"currentColor",stroke:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",children:_e.jsx("path",{d:"M21 18v2H3v-2h18zM6.596 3.903L8.01 5.318 4.828 8.5 8.01 11.68l-1.414 1.415L2 8.5l4.596-4.597zM21 11v2h-9v-2h9zm0-7v2h-9V4h9z"})})}function s6(){return _e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",fill:"currentColor",stroke:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",children:_e.jsx("path",{d:"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"})})}function a6(t){return _e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"20",fill:"none",viewBox:"0 0 18 20",...t,children:_e.jsx("path",{fill:"#E01B00",fillRule:"evenodd",d:"M.179 2.875A2.375 2.375 0 012.554.5h3.393a1.018 1.018 0 010 2.036H2.554a.34.34 0 00-.34.339v14.25c0 .187.152.34.34.34h3.393a1.018 1.018 0 110 2.035H2.554a2.375 2.375 0 01-2.375-2.375V2.875zm14.167 6.107h-7.72a1.018 1.018 0 000 2.036h7.72l-2.673 2.673a1.018 1.018 0 101.44 1.44l4.41-4.411a1.018 1.018 0 000-1.44l-4.41-4.41a1.018 1.018 0 10-1.44 1.439l2.673 2.673z",clipRule:"evenodd"})})}const l6=".flex-col-center{display:flex;flex-direction:column;justify-content:center}.wrap-section{padding:0 8px;transition:all .3s}.wrap-section.collapsed{padding:0 4px}.side-bar{position:fixed;top:64px;left:0;height:calc(100vh - 64px);max-width:18rem;display:flex;flex-direction:column;border-right:1px solid #ddd;background-color:#fafafa;transition:all .3s}.side-bar.expanded{width:17rem}.side-bar.collapsed{width:64px}.side-bar__wrap-btn-logout,.side-bar__btn-logout{margin:5px 0}.side-bar__logout-btn__text{margin-left:12px;font-size:.875rem;opacity:1}.side-bar__logout-btn__text.collapsed{opacity:0;transition:ease-in-out .2s;transition-delay:.15s}.side-bar__wrapper-toggle-btn{display:flex;flex-direction:row;justify-content:flex-end;transition:all .3s;margin-right:-8px;margin-top:40px}.side-bar__wrapper-toggle-btn.collapsed{justify-content:center;width:100%}.side-bar__toggle-btn{margin-top:-6px;color:#85858a}.side-bar__logout-btn{width:100%;text-align:left;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 18.6665px;min-height:48px;border-radius:.375rem;overflow:hidden;transition:all .3s ease-in-out;background-color:initial}.side-bar__logout-btn:hover{background-color:#919eab14}.side-bar__icon-logout{flex-shrink:0}.menu-item__wrapper{display:flex;flex-direction:column;position:relative;width:100%;color:#292929}.menu-item__wrapper.collapsed.active,.menu-item__wrapper.expanded.active.parent.isClose,.menu-item__wrapper.expanded.active.child{color:var(--primary400);background-color:var(--primary200)}.menu-item__link{display:flex;flex-direction:row;border-radius:.375rem;align-items:center;padding:.5rem;position:relative;height:48px;cursor:pointer}.menu-item__link.expanded.level-0{padding:.5rem 10px}.menu-item__link:hover{background-color:#919eab14}.menu-item__link.collapsed.level-0{padding-left:calc(.5rem + 7.665px)!important}.menu-item__link.active{background-color:#009d4f1a;color:inherit}.menu-item__link.active.level-0,.menu-item__link.active.level-1,.menu-item__link.active.level-2,.menu-item__link.active.level-3,.menu-item__link.active.level-4,.menu-item__link.active.level-5,.menu-item__link.active.level-6,.menu-item__link.active.level-7,.menu-item__link.active.level-8,.menu-item__link.active.level-9{background-color:inherit;color:inherit}.menu-item__link.active.level-1:hover,.menu-item__link.active.level-2:hover,.menu-item__link.active.level-3:hover,.menu-item__link.active.level-4:hover,.menu-item__link.active.level-5:hover,.menu-item__link.active.level-6:hover,.menu-item__link.active.level-7:hover,.menu-item__link.active.level-8:hover,.menu-item__link.active.level-9:hover,.menu-item__link.active.level-0:hover{background-color:#919eab14}.menu-item__link.level-0{transition:padding .2s}.menu-item__link.menu-item__link.collapsed.level-0{padding:0}.menu-item__icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:grid;place-items:center;color:#85858a}.menu-item__icon.collapsed.active,.menu-item__icon.expanded.active.parent.isClose,.menu-item__icon.expanded.active.child{color:inherit}.menu-item__icon.collapsed.level-0>*{margin:0 auto}.menu-item__label{font-size:.875rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex-shrink:1;margin-left:12px;padding-right:12px;opacity:1}.menu-item__label.level-0.collapsed{text-overflow:unset}.menu-item__label.active{color:inherit}.menu-item__label.collapsed{margin-left:8px;font-size:.75rem;line-height:1rem}.menu-item__label.collapsed.level-0{font-size:.875rem;opacity:0;transition-delay:.15s}.menu-item__label.level-0{margin-left:8px;font-weight:500;font-size:.951rem}.menu-item__label.level-0.isInternalApp{font-weight:unset!important}.menu-item__icon-arrow__wrapper{display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);right:0}.menu-item__icon-arrow__wrapper.expanded{right:4px}.menu-item__icon-arrow__icon{transition:transform .3s!important;transform:rotate(-90deg)!important}.menu-item__icon-arrow__icon.active{color:inherit}.menu-item__icon-arrow__icon.expanded.open{transform:rotate(0)!important}.menu-item__dropdown.collapsed{background-color:#fafafa;border:1px solid #ddd;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;border-radius:4px;width:210px;max-width:210px;padding:4px;z-index:1200}.menu-item__dropdown::-webkit-scrollbar{width:4px}.menu-item__dropdown::-webkit-scrollbar-thumb{background-color:#9b9b9b99;border-radius:2px}.menu-item__dropdown,.menu-item__dropdown>*{margin-top:4px}.menu-item__dropdown.expanded.menu-item__dropdown--close{margin-top:0;transition:margin-top .3s}.menu-item__dropdown:first-of-type{margin-top:0}.menu-item__dropdown>*:first-child{margin-top:0}.menu-item__dropdown.collapsed .menu-item__link{height:40px}.menu-item__dropdown.collapsed .menu-item__link.level-0{height:48px}.menu-item__dropdown.collapsed.level-0{width:auto;max-width:unset;box-shadow:none;border:none;padding:0;background-color:unset}.menu-item__dropdown.expanded{overflow:hidden}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background-color:transparent;transition:background-color .3s ease;border:none}.icon-btn:hover{background-color:var(--btn-bg-hover)}.simplebar-scrollbar:before{background-color:#0000002d}.side-bar__menu.collapsed .simplebar-track.simplebar-vertical{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}",u6=t=>{const e=t.isCollapsed?0:t.depth*16;return _e.jsx("div",{style:{backgroundColor:t.color||"#93D500",height:"2px",position:"absolute",right:"0",top:"0",left:e}})},c6=".app,.treeRoot{height:100%}.draggingSource{opacity:.3}.placeholderContainer{position:relative}.dropTarget{background-color:#8d878711}",f6=t=>{const[e,n]=q.useState(()=>{const r=localStorage.getItem("openingMenuIds");return r&&r!=="[]"?JSON.parse(r):(t==null?void 0:t.initOpenIds)||[]});return q.useEffect(()=>{localStorage.setItem("openingMenuIds",JSON.stringify(e))},[e]),[e,n]};function zD(t){document.documentElement.style.setProperty("--global-menu-width",!t||t==="true"?"64px":"17rem")}const Gh=localStorage.getItem("isCollapsed");zD(Gh);function d6(t){const e=new CustomEvent("favoriteMenusChange",{detail:{favoriteMenus:t}});window.dispatchEvent(e)}function h6(t){const e=Sp.useLocation(),[n,r]=q.useState([]),i=n.map(Le=>Le.data),[o,a]=q.useState(!1),[c,f]=q.useState([]),[p,b]=q.useState(Gh===null?!0:Gh==="true"),[m,T]=q.useState(window.location.href),E=q.useRef(null);q.useEffect(()=>{var Le;(Le=t.handleCallback)==null||Le.call(t,i)},[i,t.handleCallback]),q.useEffect(()=>{T(window.location.href)},[e]);const A=g6(i,m),[I,M]=f6({initOpenIds:t.initOpenIds}),_=()=>{var Le,Me;if(b(!p),localStorage.setItem("isCollapsed",JSON.stringify(!p)),zD(p),p)I&&((Le=E.current)==null||Le.open(I));else{const $e=n.filter(Ue=>Ue.parent===0).map(Ue=>Ue.id);console.log("closeIds:",$e),(Me=E.current)==null||Me.close($e)}},[H,Y]=q.useState(!1),ne=p?"collapsed":"expanded",Z=Le=>`${Le} ${ne}`,ce=q.useRef(null);q.useLayoutEffect(()=>{(async()=>{var Me,$e;try{const Ue=t.menuPath||"/global-menu-config/api/v1/menu-items/user",he=t.baseUrl+Ue,{data:Ce}=await As.get(he);let Pe=Ce.map(tt=>({...tt,parentKey:tt.parentKey||0}));Pe=GD(Pe),t.replacePath&&(Pe=YD(Pe,t.replacePath));const Ne=Pe.map(tt=>({id:tt.id,parent:tt.parentKey,text:tt.name,data:tt}));r(Ne)}catch(Ue){console.error("Global menu",Ue),Wd((($e=(Me=Ue.response)==null?void 0:Me.data)==null?void 0:$e.errorMessage)||"Have error when get menu items")}})()},[t.baseUrl,t.menuPath,t.replacePath]);const S=async()=>{try{const Le=await fetch(`${t.baseUrl}/global-menu-config/api/v1/menu-items/user/get-favorites`);if(!Le.ok)throw new Error("Failed to fetch favorite items");const Me=await Le.json();f(Me)}catch(Le){console.error("Error fetching favorite items:",Le)}};q.useEffect(()=>{S()},[t.baseUrl]),q.useEffect(()=>{let Le=[];c.forEach(Ue=>{const he=i.find(Ce=>Ce.id===Ue&&Ce.isFavorite===!0);he&&(Le=[...Le,he])}),console.log(Le);function Me(Ue){return i.every(he=>he.parentKey!==Ue.id)?Ue:{...Ue,children:i.filter(he=>he.parentKey===Ue.id).map(he=>Me(he))}}const $e=Le.map(Ue=>Me(Ue));d6($e)},[i]);function ue(Le){const Me=Le.detail.menuItem;r($e=>$e.map(Ue=>Ue.id!==Me.id?Ue:{...Ue,data:Me})),S()}q.useEffect(()=>(window.addEventListener("updateFavoriteMenu",ue),()=>{window.removeEventListener("updateFavoriteMenu",ue)}),[]),q.useLayoutEffect(()=>{var Ue;const Le=localStorage.getItem("scrollPos");Le&&ce.current&&setTimeout(()=>{const he=ce.current.getScrollElement();he.scrollTop=parseInt(Le)},0);const Me=()=>{if(ce.current){const he=ce.current.getScrollElement();localStorage.setItem("scrollPos",he.scrollTop.toString())}},$e=(Ue=ce.current)==null?void 0:Ue.getScrollElement();return $e==null||$e.addEventListener("scroll",Me),()=>{$e==null||$e.removeEventListener("scroll",Me)}},[i]);function ae(Le){a(!0);const Me=[...n];r(Le);const $e=Le.map((Ue,he)=>({menuItemId:Ue.id,order:he}));As.post("/global-menu-config/api/v1/menu-items/user",$e,{baseURL:t.baseUrl}).then(()=>{}).catch(Ue=>{console.error(Ue),r(Me)}).finally(()=>{a(!1)})}const Ge=q.useMemo(()=>Gh==="false"?I:[],[]);return console.log("nodesglobal menu",n),_e.jsxs("div",{className:Z("side-bar"),children:[_e.jsx("div",{className:Z("wrap-section side-bar__wrapper-toggle-btn"),children:_e.jsx("button",{className:"icon-btn side-bar__toggle-btn",onClick:_,children:p?_e.jsx(s6,{}):_e.jsx(o6,{})})}),_e.jsx(Wv,{ref:ce,className:Z("wrap-section side-bar__menu"),style:{marginTop:24,flex:1,overflow:"auto",height:"100%",overflowX:"hidden"},children:_e.jsx(HE,{backend:Q3,options:CH(),children:_e.jsx(VH,{ref:E,classes:{root:"treeRoot",draggingSource:"draggingSource",placeholder:"placeholderContainer"},tree:n,rootId:0,sort:!1,insertDroppableFirst:!1,enableAnimateExpand:!0,dropTargetOffset:10,onDrop:ae,render:(Le,Me)=>{function $e(Pe){return n.every(Ne=>Ne.parent!==Pe.id)?Pe:{...Pe,children:n.filter(Ne=>Ne.parent===Pe.id).map(Ne=>$e(Ne.data))}}const Ue=$e(Le.data),he=Pe=>A.some(Ne=>Ne.id===Pe);function Ce(Pe,Ne){r(tt=>tt.map(me=>me.id===Pe?{...me,data:{...me.data,isFavorite:Ne}}:me)),S()}return _e.jsx(WD,{isInternalApp:t.isInternalApp,isActive:he,isCollapsed:p,replacePath:t.replacePath,ssr:t.ssr,brandColors:t.brandColors,baseUrl:t.baseUrl,node:Le,params:Me,nodes:n,item:Ue,expanded:()=>!1,toggleExpand:Pe=>{var Ne;if(Pe.stopPropagation(),Me.isOpen)console.log("open toggleExpand"),Me.onToggle();else{console.log("close toggleExpand");const tt=n.filter(me=>me.parent===Le.parent&&me.id!==Le.id).map(me=>me.id);console.log(" closeIds:",tt),(Ne=E.current)==null||Ne.open(Le.id),setTimeout(()=>{var me;(me=E.current)==null||me.close(tt)},0)}},level:Me.depth,onSetFavoriteSuccess:Ce})},placeholderRender:(Le,{depth:Me})=>{var $e;return _e.jsx(u6,{node:Le,depth:Me,color:($e=t.brandColors)==null?void 0:$e.primary300,isCollapsed:p})},canDrag:()=>!o,canDrop:(Le,{dragSource:Me,dropTargetId:$e})=>(Me==null?void 0:Me.parent)===$e,onDragStart:Le=>{console.log("onDragStart",Le)},onChangeOpen:Le=>{localStorage.getItem("isCollapsed")==="false"&&(console.log("onChangeOpen:",Le),M(Le))},initialOpen:Ge})})}),_e.jsxs("div",{className:Z("wrap-section side-bar__wrap-btn-logout"),children:[_e.jsxs("button",{className:Z("side-bar__logout-btn"),onClick:()=>Y(!0),children:[_e.jsx(a6,{className:Z("side-bar__icon-logout")}),_e.jsx("span",{className:Z("side-bar__logout-btn__text"),children:"Logout"})]}),_e.jsx(q1,{isOpen:H,onClose:()=>Y(!1),onConfirm:()=>t.logout?t.logout():iT(t.baseUrl)})]})]})}function p6(t,e){const n=new URL(t,window.location.origin),r=new URL(e,window.location.origin);return n.pathname===r.pathname&&n.search===r.search?3:n.pathname===r.pathname?2:r.pathname.startsWith(n.pathname)?1:0}function g6(t,e){const n=t.map(a=>({item:a,priority:a.path?p6(a.path,e):0})).filter(a=>a.priority>0),r=n.length>0?n.reduce((a,c)=>c.priority>a.priority?c:a).item:null,i=[];let o=r;for(;o;)i.unshift(o),o=t.find(a=>a.id===(o==null?void 0:o.parentKey))||null;return i}function YD(t,e){return t.map(n=>{var r;return(r=n.children)!=null&&r.length?(n.path="",n.children=YD(n.children,e)):n.path=e(n.path),n})}function GD(t){return t.map(n=>n.path&&!n.path.includes("http")&&n.path.includes("/")?{...n,path:window.location.origin+n.path}:(n.children&&(n.children=GD(n.children)),n))}function m6(t){return _e.jsx(UD.div,{children:_e.jsx(Vv,{styles:[$T,l6,c6],style:{position:"sticky",zIndex:1300},children:_e.jsx(h6,{...t})})})}const v6={"page-container":"_page-container_1pwo1_1","page-main-content":"_page-main-content_1pwo1_8","page-title":"_page-title_1pwo1_19","text-base":"_text-base_1pwo1_26","mt-4":"_mt-4_1pwo1_33"};var bp={exports:{}};/**
|
|
137
|
+
* @license
|
|
138
|
+
* Lodash <https://lodash.com/>
|
|
139
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
140
|
+
* Released under MIT license <https://lodash.com/license>
|
|
141
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
142
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
143
|
+
*/bp.exports;(function(t,e){(function(){var n,r="4.17.21",i=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",a="Expected a function",c="Invalid `variable` option passed into `_.template`",f="__lodash_hash_undefined__",p=500,b="__lodash_placeholder__",m=1,T=2,E=4,A=1,I=2,M=1,_=2,H=4,Y=8,ne=16,Z=32,ce=64,S=128,ue=256,ae=512,Ge=30,Le="...",Me=800,$e=16,Ue=1,he=2,Ce=3,Pe=1/0,Ne=9007199254740991,tt=17976931348623157e292,me=NaN,ke=4294967295,We=ke-1,et=ke>>>1,qe=[["ary",S],["bind",M],["bindKey",_],["curry",Y],["curryRight",ne],["flip",ae],["partial",Z],["partialRight",ce],["rearg",ue]],Je="[object Arguments]",Ke="[object Array]",ot="[object AsyncFunction]",ct="[object Boolean]",pt="[object Date]",ft="[object DOMException]",yt="[object Error]",Qe="[object Function]",At="[object GeneratorFunction]",Mt="[object Map]",Vn="[object Number]",mr="[object Null]",Hn="[object Object]",Sn="[object Promise]",$i="[object Proxy]",kr="[object RegExp]",Jn="[object Set]",sn="[object String]",fn="[object Symbol]",dn="[object Undefined]",ut="[object WeakMap]",Dn="[object WeakSet]",oi="[object ArrayBuffer]",on="[object DataView]",Vi="[object Float32Array]",Hi="[object Float64Array]",Ui="[object Int8Array]",Dr="[object Int16Array]",Nn="[object Int32Array]",Pr="[object Uint8Array]",vr="[object Uint8ClampedArray]",zr="[object Uint16Array]",Yr="[object Uint32Array]",Ao=/\b__p \+= '';/g,Un=/\b(__p \+=) '' \+/g,Gr=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Qn=/&(?:amp|lt|gt|quot|#39);/g,Wt=/[&<>"']/g,si=RegExp(Qn.source),Wi=RegExp(Wt.source),Pn=/<%-([\s\S]+?)%>/g,hn=/<%([\s\S]+?)%>/g,ai=/<%=([\s\S]+?)%>/g,li=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Tn=/^\w*$/,so=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,yr=/[\\^$.*+?()[\]{}|]/g,ui=RegExp(yr.source),an=/^\s+/,Di=/\s/,Ms=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Ls=/\{\n\/\* \[wrapped with (.+)\] \*/,qr=/,? & /,ao=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,lo=/[()=,{}\[\]\/\s]/,Pi=/\\(\\)?/g,er=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Or=/\w*$/,_r=/^[-+]0x[0-9a-f]+$/i,ci=/^0b[01]+$/i,Xr=/^\[object .+?Constructor\]$/,br=/^0o[0-7]+$/i,Rr=/^(?:0|[1-9]\d*)$/,tr=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,zi=/($^)/,Oi=/['\n\r\u2028\u2029\\]/g,ar="\\ud800-\\udfff",yn="\\u0300-\\u036f",Ar="\\ufe20-\\ufe2f",Ir="\\u20d0-\\u20ff",fi=yn+Ar+Ir,di="\\u2700-\\u27bf",wr="a-z\\xdf-\\xf6\\xf8-\\xff",Kr="\\xac\\xb1\\xd7\\xf7",Wn="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",hi="\\u2000-\\u206f",pi=" \\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",_i="A-Z\\xc0-\\xd6\\xd8-\\xde",nn="\\ufe0e\\ufe0f",jn=Kr+Wn+hi+pi,Cn="['’]",uo="["+ar+"]",On="["+jn+"]",_n="["+fi+"]",k="\\d+",N="["+di+"]",G="["+wr+"]",ee="[^"+ar+jn+k+di+wr+_i+"]",Te="\\ud83c[\\udffb-\\udfff]",ge="(?:"+_n+"|"+Te+")",Oe="[^"+ar+"]",Xe="(?:\\ud83c[\\udde6-\\uddff]){2}",gt="[\\ud800-\\udbff][\\udc00-\\udfff]",mt="["+_i+"]",dt="\\u200d",Ft="(?:"+G+"|"+ee+")",Bn="(?:"+mt+"|"+ee+")",zn="(?:"+Cn+"(?:d|ll|m|re|s|t|ve))?",En="(?:"+Cn+"(?:D|LL|M|RE|S|T|VE))?",Zr=ge+"?",lr="["+nn+"]?",Yi="(?:"+dt+"(?:"+[Oe,Xe,gt].join("|")+")"+lr+Zr+")*",gi="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Gi="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Mr=lr+Zr+Yi,qi="(?:"+[N,Xe,gt].join("|")+")"+Mr,Ua="(?:"+[Oe+_n+"?",_n,Xe,gt,uo].join("|")+")",Fs=RegExp(Cn,"g"),rs=RegExp(_n,"g"),xr=RegExp(Te+"(?="+Te+")|"+Ua+Mr,"g"),Wa=RegExp([mt+"?"+G+"+"+zn+"(?="+[On,mt,"$"].join("|")+")",Bn+"+"+En+"(?="+[On,mt+Ft,"$"].join("|")+")",mt+"?"+Ft+"+"+zn,mt+"+"+En,Gi,gi,k,qi].join("|"),"g"),mi=RegExp("["+dt+ar+fi+nn+"]"),Ns=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,is=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],rn=-1,Gt={};Gt[Vi]=Gt[Hi]=Gt[Ui]=Gt[Dr]=Gt[Nn]=Gt[Pr]=Gt[vr]=Gt[zr]=Gt[Yr]=!0,Gt[Je]=Gt[Ke]=Gt[oi]=Gt[ct]=Gt[on]=Gt[pt]=Gt[yt]=Gt[Qe]=Gt[Mt]=Gt[Vn]=Gt[Hn]=Gt[kr]=Gt[Jn]=Gt[sn]=Gt[ut]=!1;var Kt={};Kt[Je]=Kt[Ke]=Kt[oi]=Kt[on]=Kt[ct]=Kt[pt]=Kt[Vi]=Kt[Hi]=Kt[Ui]=Kt[Dr]=Kt[Nn]=Kt[Mt]=Kt[Vn]=Kt[Hn]=Kt[kr]=Kt[Jn]=Kt[sn]=Kt[fn]=Kt[Pr]=Kt[vr]=Kt[zr]=Kt[Yr]=!0,Kt[yt]=Kt[Qe]=Kt[ut]=!1;var Ri={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},Jr={"&":"&","<":"<",">":">",'"':""","'":"'"},Io={"&":"&","<":"<",">":">",""":'"',"'":"'"},vi={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ur=parseFloat,js=parseInt,co=typeof Ei=="object"&&Ei&&Ei.Object===Object&&Ei,la=typeof self=="object"&&self&&self.Object===Object&&self,ln=co||la||Function("return this")(),Mo=e&&!e.nodeType&&e,yi=Mo&&!0&&t&&!t.nodeType&&t,ua=yi&&yi.exports===Mo,fo=ua&&co.process,cr=function(){try{var K=yi&&yi.require&&yi.require("util").types;return K||fo&&fo.binding&&fo.binding("util")}catch{}}(),h=cr&&cr.isArrayBuffer,y=cr&&cr.isDate,C=cr&&cr.isMap,P=cr&&cr.isRegExp,F=cr&&cr.isSet,j=cr&&cr.isTypedArray;function V(K,le,se){switch(se.length){case 0:return K.call(le);case 1:return K.call(le,se[0]);case 2:return K.call(le,se[0],se[1]);case 3:return K.call(le,se[0],se[1],se[2])}return K.apply(le,se)}function oe(K,le,se,Ae){for(var Fe=-1,st=K==null?0:K.length;++Fe<st;){var lt=K[Fe];le(Ae,lt,se(lt),K)}return Ae}function te(K,le){for(var se=-1,Ae=K==null?0:K.length;++se<Ae&&le(K[se],se,K)!==!1;);return K}function pe(K,le){for(var se=K==null?0:K.length;se--&&le(K[se],se,K)!==!1;);return K}function De(K,le){for(var se=-1,Ae=K==null?0:K.length;++se<Ae;)if(!le(K[se],se,K))return!1;return!0}function Re(K,le){for(var se=-1,Ae=K==null?0:K.length,Fe=0,st=[];++se<Ae;){var lt=K[se];le(lt,se,K)&&(st[Fe++]=lt)}return st}function xe(K,le){var se=K==null?0:K.length;return!!se&&Qt(K,le,0)>-1}function Be(K,le,se){for(var Ae=-1,Fe=K==null?0:K.length;++Ae<Fe;)if(se(le,K[Ae]))return!0;return!1}function it(K,le){for(var se=-1,Ae=K==null?0:K.length,Fe=Array(Ae);++se<Ae;)Fe[se]=le(K[se],se,K);return Fe}function Tt(K,le){for(var se=-1,Ae=le.length,Fe=K.length;++se<Ae;)K[Fe+se]=le[se];return K}function Et(K,le,se,Ae){var Fe=-1,st=K==null?0:K.length;for(Ae&&st&&(se=K[++Fe]);++Fe<st;)se=le(se,K[Fe],Fe,K);return se}function Rn(K,le,se,Ae){var Fe=K==null?0:K.length;for(Ae&&Fe&&(se=K[--Fe]);Fe--;)se=le(se,K[Fe],Fe,K);return se}function un(K,le){for(var se=-1,Ae=K==null?0:K.length;++se<Ae;)if(le(K[se],se,K))return!0;return!1}var Lr=D("length");function Fr(K){return K.split("")}function Lt(K){return K.match(ao)||[]}function Nr(K,le,se){var Ae;return se(K,function(Fe,st,lt){if(le(Fe,st,lt))return Ae=st,!1}),Ae}function jt(K,le,se,Ae){for(var Fe=K.length,st=se+(Ae?1:-1);Ae?st--:++st<Fe;)if(le(K[st],st,K))return st;return-1}function Qt(K,le,se){return le===le?Pu(K,le,se):jt(K,po,se)}function ho(K,le,se,Ae){for(var Fe=se-1,st=K.length;++Fe<st;)if(Ae(K[Fe],le))return Fe;return-1}function po(K){return K!==K}function Sr(K,le){var se=K==null?0:K.length;return se?ye(K,le)/se:me}function D(K){return function(le){return le==null?n:le[K]}}function L(K){return function(le){return K==null?n:K[le]}}function U(K,le,se,Ae,Fe){return Fe(K,function(st,lt,rt){se=Ae?(Ae=!1,st):le(se,st,lt,rt)}),se}function Q(K,le){var se=K.length;for(K.sort(le);se--;)K[se]=K[se].value;return K}function ye(K,le){for(var se,Ae=-1,Fe=K.length;++Ae<Fe;){var st=le(K[Ae]);st!==n&&(se=se===n?st:se+st)}return se}function be(K,le){for(var se=-1,Ae=Array(K);++se<K;)Ae[se]=le(se);return Ae}function Ie(K,le){return it(le,function(se){return[se,K[se]]})}function ze(K){return K&&K.slice(0,Rl(K)+1).replace(an,"")}function ht(K){return function(le){return K(le)}}function _t(K,le){return it(le,function(se){return K[se]})}function St(K,le){return K.has(le)}function vt(K,le){for(var se=-1,Ae=K.length;++se<Ae&&Qt(le,K[se],0)>-1;);return se}function An(K,le){for(var se=K.length;se--&&Qt(le,K[se],0)>-1;);return se}function bn(K,le){for(var se=K.length,Ae=0;se--;)K[se]===le&&++Ae;return Ae}var $n=L(Ri),os=L(Jr);function ca(K){return"\\"+vi[K]}function go(K,le){return K==null?n:K[le]}function Qr(K){return mi.test(K)}function za(K){return Ns.test(K)}function Ai(K){for(var le,se=[];!(le=K.next()).done;)se.push(le.value);return se}function fa(K){var le=-1,se=Array(K.size);return K.forEach(function(Ae,Fe){se[++le]=[Fe,Ae]}),se}function ss(K,le){return function(se){return K(le(se))}}function ei(K,le){for(var se=-1,Ae=K.length,Fe=0,st=[];++se<Ae;){var lt=K[se];(lt===le||lt===b)&&(K[se]=b,st[Fe++]=se)}return st}function mo(K){var le=-1,se=Array(K.size);return K.forEach(function(Ae){se[++le]=Ae}),se}function Ya(K){var le=-1,se=Array(K.size);return K.forEach(function(Ae){se[++le]=[Ae,Ae]}),se}function Pu(K,le,se){for(var Ae=se-1,Fe=K.length;++Ae<Fe;)if(K[Ae]===le)return Ae;return-1}function da(K,le,se){for(var Ae=se+1;Ae--;)if(K[Ae]===le)return Ae;return Ae}function vo(K){return Qr(K)?Bs(K):Lr(K)}function cn(K){return Qr(K)?J(K):Fr(K)}function Rl(K){for(var le=K.length;le--&&Di.test(K.charAt(le)););return le}var ha=L(Io);function Bs(K){for(var le=xr.lastIndex=0;xr.test(K);)++le;return le}function J(K){return K.match(xr)||[]}function fe(K){return K.match(Wa)||[]}var Se=function K(le){le=le==null?ln:Ee.defaults(ln.Object(),le,Ee.pick(ln,is));var se=le.Array,Ae=le.Date,Fe=le.Error,st=le.Function,lt=le.Math,rt=le.Object,It=le.RegExp,wt=le.String,Vt=le.TypeError,Yn=se.prototype,nr=st.prototype,In=rt.prototype,zt=le["__core-js_shared__"],jr=nr.toString,kt=In.hasOwnProperty,Ou=0,pn=function(){var s=/[^.]+$/.exec(zt&&zt.keys&&zt.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""}(),Lo=In.toString,_u=jr.call(rt),Ru=ln._,Au=It("^"+jr.call(kt).replace(yr,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),pa=ua?le.Buffer:n,Fo=le.Symbol,Ga=le.Uint8Array,qa=pa?pa.allocUnsafe:n,$s=ss(rt.getPrototypeOf,rt),ga=rt.create,Al=In.propertyIsEnumerable,No=Yn.splice,Il=Fo?Fo.isConcatSpreadable:n,Xi=Fo?Fo.iterator:n,jo=Fo?Fo.toStringTag:n,as=function(){try{var s=rc(rt,"defineProperty");return s({},"",{}),s}catch{}}(),jf=le.clearTimeout!==ln.clearTimeout&&le.clearTimeout,Xa=Ae&&Ae.now!==ln.Date.now&&Ae.now,Ic=le.setTimeout!==ln.setTimeout&&le.setTimeout,ma=lt.ceil,Vs=lt.floor,va=rt.getOwnPropertySymbols,Ml=pa?pa.isBuffer:n,ya=le.isFinite,Ka=Yn.join,Mc=ss(rt.keys,rt),wn=lt.max,Gn=lt.min,ls=Ae.now,Iu=le.parseInt,us=lt.random,Ll=Yn.reverse,yo=rc(le,"DataView"),cs=rc(le,"Map"),ba=rc(le,"Promise"),bo=rc(le,"Set"),Bo=rc(le,"WeakMap"),wa=rc(rt,"create"),Za=Bo&&new Bo,Hs={},fs=ic(yo),Mu=ic(cs),Bf=ic(ba),Lc=ic(bo),xa=ic(Bo),ds=Fo?Fo.prototype:n,Us=ds?ds.valueOf:n,Ja=ds?ds.toString:n;function W(s){if(or(s)&&!Ht(s)&&!(s instanceof $t)){if(s instanceof Tr)return s;if(kt.call(s,"__wrapped__"))return Db(s)}return new Tr(s)}var $o=function(){function s(){}return function(u){if(!qn(u))return{};if(ga)return ga(u);s.prototype=u;var w=new s;return s.prototype=n,w}}();function Vo(){}function Tr(s,u){this.__wrapped__=s,this.__actions__=[],this.__chain__=!!u,this.__index__=0,this.__values__=n}W.templateSettings={escape:Pn,evaluate:hn,interpolate:ai,variable:"",imports:{_:W}},W.prototype=Vo.prototype,W.prototype.constructor=W,Tr.prototype=$o(Vo.prototype),Tr.prototype.constructor=Tr;function $t(s){this.__wrapped__=s,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ke,this.__views__=[]}function Fl(){var s=new $t(this.__wrapped__);return s.__actions__=Wr(this.__actions__),s.__dir__=this.__dir__,s.__filtered__=this.__filtered__,s.__iteratees__=Wr(this.__iteratees__),s.__takeCount__=this.__takeCount__,s.__views__=Wr(this.__views__),s}function Qa(){if(this.__filtered__){var s=new $t(this);s.__dir__=-1,s.__filtered__=!0}else s=this.clone(),s.__dir__*=-1;return s}function Nl(){var s=this.__wrapped__.value(),u=this.__dir__,w=Ht(s),O=u<0,$=w?s.length:0,X=FP(0,$,this.__views__),ie=X.start,de=X.end,ve=de-ie,Ve=O?de:ie-1,He=this.__iteratees__,Ze=He.length,at=0,bt=Gn(ve,this.__takeCount__);if(!w||!O&&$==ve&&bt==ve)return Zc(s,this.__actions__);var Dt=[];e:for(;ve--&&at<bt;){Ve+=u;for(var Xt=-1,Pt=s[Ve];++Xt<Ze;){var Jt=He[Xt],tn=Jt.iteratee,Yo=Jt.type,no=tn(Pt);if(Yo==he)Pt=no;else if(!no){if(Yo==Ue)continue e;break e}}Dt[at++]=Pt}return Dt}$t.prototype=$o(Vo.prototype),$t.prototype.constructor=$t;function wo(s){var u=-1,w=s==null?0:s.length;for(this.clear();++u<w;){var O=s[u];this.set(O[0],O[1])}}function Lu(){this.__data__=wa?wa(null):{},this.size=0}function Fc(s){var u=this.has(s)&&delete this.__data__[s];return this.size-=u?1:0,u}function Nc(s){var u=this.__data__;if(wa){var w=u[s];return w===f?n:w}return kt.call(u,s)?u[s]:n}function jc(s){var u=this.__data__;return wa?u[s]!==n:kt.call(u,s)}function $f(s,u){var w=this.__data__;return this.size+=this.has(s)?0:1,w[s]=wa&&u===n?f:u,this}wo.prototype.clear=Lu,wo.prototype.delete=Fc,wo.prototype.get=Nc,wo.prototype.has=jc,wo.prototype.set=$f;function xo(s){var u=-1,w=s==null?0:s.length;for(this.clear();++u<w;){var O=s[u];this.set(O[0],O[1])}}function Vf(){this.__data__=[],this.size=0}function Hf(s){var u=this.__data__,w=Ki(u,s);if(w<0)return!1;var O=u.length-1;return w==O?u.pop():No.call(u,w,1),--this.size,!0}function Fu(s){var u=this.__data__,w=Ki(u,s);return w<0?n:u[w][1]}function el(s){return Ki(this.__data__,s)>-1}function Uf(s,u){var w=this.__data__,O=Ki(w,s);return O<0?(++this.size,w.push([s,u])):w[O][1]=u,this}xo.prototype.clear=Vf,xo.prototype.delete=Hf,xo.prototype.get=Fu,xo.prototype.has=el,xo.prototype.set=Uf;function Ho(s){var u=-1,w=s==null?0:s.length;for(this.clear();++u<w;){var O=s[u];this.set(O[0],O[1])}}function Nu(){this.size=0,this.__data__={hash:new wo,map:new(cs||xo),string:new wo}}function jl(s){var u=nh(this,s).delete(s);return this.size-=u?1:0,u}function Wf(s){return nh(this,s).get(s)}function zf(s){return nh(this,s).has(s)}function Yf(s,u){var w=nh(this,s),O=w.size;return w.set(s,u),this.size+=w.size==O?0:1,this}Ho.prototype.clear=Nu,Ho.prototype.delete=jl,Ho.prototype.get=Wf,Ho.prototype.has=zf,Ho.prototype.set=Yf;function Br(s){var u=-1,w=s==null?0:s.length;for(this.__data__=new Ho;++u<w;)this.add(s[u])}function ju(s){return this.__data__.set(s,f),this}function Bl(s){return this.__data__.has(s)}Br.prototype.add=Br.prototype.push=ju,Br.prototype.has=Bl;function qt(s){var u=this.__data__=new xo(s);this.size=u.size}function bi(){this.__data__=new xo,this.size=0}function Sa(s){var u=this.__data__,w=u.delete(s);return this.size=u.size,w}function Ws(s){return this.__data__.get(s)}function Zt(s){return this.__data__.has(s)}function hs(s,u){var w=this.__data__;if(w instanceof xo){var O=w.__data__;if(!cs||O.length<i-1)return O.push([s,u]),this.size=++w.size,this;w=this.__data__=new Ho(O)}return w.set(s,u),this.size=w.size,this}qt.prototype.clear=bi,qt.prototype.delete=Sa,qt.prototype.get=Ws,qt.prototype.has=Zt,qt.prototype.set=hs;function tl(s,u){var w=Ht(s),O=!w&&oc(s),$=!w&&!O&&nu(s),X=!w&&!O&&!$&&of(s),ie=w||O||$||X,de=ie?be(s.length,wt):[],ve=de.length;for(var Ve in s)(u||kt.call(s,Ve))&&!(ie&&(Ve=="length"||$&&(Ve=="offset"||Ve=="parent")||X&&(Ve=="buffer"||Ve=="byteLength"||Ve=="byteOffset")||dl(Ve,ve)))&&de.push(Ve);return de}function ti(s){var u=s.length;return u?s[Zs(0,u-1)]:n}function wi(s,u){return rh(Wr(s),Ys(u,0,s.length))}function So(s){return rh(Wr(s))}function Bu(s,u,w){(w!==n&&!na(s[u],w)||w===n&&!(u in s))&&xi(s,u,w)}function $r(s,u,w){var O=s[u];(!(kt.call(s,u)&&na(O,w))||w===n&&!(u in s))&&xi(s,u,w)}function Ki(s,u){for(var w=s.length;w--;)if(na(s[w][0],u))return w;return-1}function zs(s,u,w,O){return ps(s,function($,X,ie){u(O,$,w($),ie)}),O}function Bc(s,u){return s&&Ii(u,ri(u),s)}function $u(s,u){return s&&Ii(u,Do(u),s)}function xi(s,u,w){u=="__proto__"&&as?as(s,u,{configurable:!0,enumerable:!0,value:w,writable:!0}):s[u]=w}function Vu(s,u){for(var w=-1,O=u.length,$=se(O),X=s==null;++w<O;)$[w]=X?n:hg(s,u[w]);return $}function Ys(s,u,w){return s===s&&(w!==n&&(s=s<=w?s:w),u!==n&&(s=s>=u?s:u)),s}function Vr(s,u,w,O,$,X){var ie,de=u&m,ve=u&T,Ve=u&E;if(w&&(ie=$?w(s,O,$,X):w(s)),ie!==n)return ie;if(!qn(s))return s;var He=Ht(s);if(He){if(ie=jP(s),!de)return Wr(s,ie)}else{var Ze=Mi(s),at=Ze==Qe||Ze==At;if(nu(s))return bs(s,de);if(Ze==Hn||Ze==Je||at&&!$){if(ie=ve||at?{}:yb(s),!de)return ve?Xf(s,$u(ie,s)):tf(s,Bc(ie,s))}else{if(!Kt[Ze])return $?s:{};ie=BP(s,Ze,de)}}X||(X=new qt);var bt=X.get(s);if(bt)return bt;X.set(s,ie),Gb(s)?s.forEach(function(Pt){ie.add(Vr(Pt,u,w,Pt,s,X))}):zb(s)&&s.forEach(function(Pt,Jt){ie.set(Jt,Vr(Pt,u,w,Jt,s,X))});var Dt=Ve?ve?Qp:Jp:ve?Do:ri,Xt=He?n:Dt(s);return te(Xt||s,function(Pt,Jt){Xt&&(Jt=Pt,Pt=s[Jt]),$r(ie,Jt,Vr(Pt,u,w,Jt,s,X))}),ie}function Hu(s){var u=ri(s);return function(w){return Uu(w,s,u)}}function Uu(s,u,w){var O=w.length;if(s==null)return!O;for(s=rt(s);O--;){var $=w[O],X=u[$],ie=s[$];if(ie===n&&!($ in s)||!X(ie))return!1}return!0}function Wu(s,u,w){if(typeof s!="function")throw new Vt(a);return Zf(function(){s.apply(n,w)},u)}function Gs(s,u,w,O){var $=-1,X=xe,ie=!0,de=s.length,ve=[],Ve=u.length;if(!de)return ve;w&&(u=it(u,ht(w))),O?(X=Be,ie=!1):u.length>=i&&(X=St,ie=!1,u=new Br(u));e:for(;++$<de;){var He=s[$],Ze=w==null?He:w(He);if(He=O||He!==0?He:0,ie&&Ze===Ze){for(var at=Ve;at--;)if(u[at]===Ze)continue e;ve.push(He)}else X(u,Ze,O)||ve.push(He)}return ve}var ps=v(Si),zu=v(Vl,!0);function $c(s,u){var w=!0;return ps(s,function(O,$,X){return w=!!u(O,$,X),w}),w}function $l(s,u,w){for(var O=-1,$=s.length;++O<$;){var X=s[O],ie=u(X);if(ie!=null&&(de===n?ie===ie&&!zo(ie):w(ie,de)))var de=ie,ve=X}return ve}function Gf(s,u,w,O){var $=s.length;for(w=Yt(w),w<0&&(w=-w>$?0:$+w),O=O===n||O>$?$:Yt(O),O<0&&(O+=$),O=w>O?0:Xb(O);w<O;)s[w++]=u;return s}function Vc(s,u){var w=[];return ps(s,function(O,$,X){u(O,$,X)&&w.push(O)}),w}function fr(s,u,w,O,$){var X=-1,ie=s.length;for(w||(w=VP),$||($=[]);++X<ie;){var de=s[X];u>0&&w(de)?u>1?fr(de,u-1,w,O,$):Tt($,de):O||($[$.length]=de)}return $}var Yu=l(),Hc=l(!0);function Si(s,u){return s&&Yu(s,u,ri)}function Vl(s,u){return s&&Hc(s,u,ri)}function Ta(s,u){return Re(u,function(w){return hl(s[w])})}function gs(s,u){u=Ti(u,s);for(var w=0,O=u.length;s!=null&&w<O;)s=s[Aa(u[w++])];return w&&w==O?s:n}function nl(s,u,w){var O=u(s);return Ht(s)?O:Tt(O,w(s))}function rr(s){return s==null?s===n?dn:mr:jo&&jo in rt(s)?LP(s):qP(s)}function qs(s,u){return s>u}function Hl(s,u){return s!=null&&kt.call(s,u)}function Ca(s,u){return s!=null&&u in rt(s)}function Ul(s,u,w){return s>=Gn(u,w)&&s<wn(u,w)}function Ea(s,u,w){for(var O=w?Be:xe,$=s[0].length,X=s.length,ie=X,de=se(X),ve=1/0,Ve=[];ie--;){var He=s[ie];ie&&u&&(He=it(He,ht(u))),ve=Gn(He.length,ve),de[ie]=!w&&(u||$>=120&&He.length>=120)?new Br(ie&&He):n}He=s[0];var Ze=-1,at=de[0];e:for(;++Ze<$&&Ve.length<ve;){var bt=He[Ze],Dt=u?u(bt):bt;if(bt=w||bt!==0?bt:0,!(at?St(at,Dt):O(Ve,Dt,w))){for(ie=X;--ie;){var Xt=de[ie];if(!(Xt?St(Xt,Dt):O(s[ie],Dt,w)))continue e}at&&at.push(Dt),Ve.push(bt)}}return Ve}function Wl(s,u,w,O){return Si(s,function($,X,ie){u(O,w($),X,ie)}),O}function To(s,u,w){u=Ti(u,s),s=Sb(s,u);var O=s==null?s:s[Aa(xs(u))];return O==null?n:V(O,s,w)}function zl(s){return or(s)&&rr(s)==Je}function Xs(s){return or(s)&&rr(s)==oi}function Uc(s){return or(s)&&rr(s)==pt}function rl(s,u,w,O,$){return s===u?!0:s==null||u==null||!or(s)&&!or(u)?s!==s&&u!==u:ka(s,u,w,O,rl,$)}function ka(s,u,w,O,$,X){var ie=Ht(s),de=Ht(u),ve=ie?Ke:Mi(s),Ve=de?Ke:Mi(u);ve=ve==Je?Hn:ve,Ve=Ve==Je?Hn:Ve;var He=ve==Hn,Ze=Ve==Hn,at=ve==Ve;if(at&&nu(s)){if(!nu(u))return!1;ie=!0,He=!1}if(at&&!He)return X||(X=new qt),ie||of(s)?gb(s,u,w,O,$,X):IP(s,u,ve,w,O,$,X);if(!(w&A)){var bt=He&&kt.call(s,"__wrapped__"),Dt=Ze&&kt.call(u,"__wrapped__");if(bt||Dt){var Xt=bt?s.value():s,Pt=Dt?u.value():u;return X||(X=new qt),$(Xt,Pt,w,O,X)}}return at?(X||(X=new qt),MP(s,u,w,O,$,X)):!1}function Da(s){return or(s)&&Mi(s)==Mt}function Gu(s,u,w,O){var $=w.length,X=$,ie=!O;if(s==null)return!X;for(s=rt(s);$--;){var de=w[$];if(ie&&de[2]?de[1]!==s[de[0]]:!(de[0]in s))return!1}for(;++$<X;){de=w[$];var ve=de[0],Ve=s[ve],He=de[1];if(ie&&de[2]){if(Ve===n&&!(ve in s))return!1}else{var Ze=new qt;if(O)var at=O(Ve,He,ve,s,u,Ze);if(!(at===n?rl(He,Ve,A|I,O,Ze):at))return!1}}return!0}function Wc(s){if(!qn(s)||UP(s))return!1;var u=hl(s)?Au:Xr;return u.test(ic(s))}function Ks(s){return or(s)&&rr(s)==kr}function Yl(s){return or(s)&&Mi(s)==Jn}function Uo(s){return or(s)&&uh(s.length)&&!!Gt[rr(s)]}function Gl(s){return typeof s=="function"?s:s==null?Po:typeof s=="object"?Ht(s)?ol(s[0],s[1]):Co(s):s0(s)}function Wo(s){if(!Kf(s))return Mc(s);var u=[];for(var w in rt(s))kt.call(s,w)&&w!="constructor"&&u.push(w);return u}function il(s){if(!qn(s))return GP(s);var u=Kf(s),w=[];for(var O in s)O=="constructor"&&(u||!kt.call(s,O))||w.push(O);return w}function Zi(s,u){return s<u}function Ji(s,u){var w=-1,O=ko(s)?se(s.length):[];return ps(s,function($,X,ie){O[++w]=u($,X,ie)}),O}function Co(s){var u=tg(s);return u.length==1&&u[0][2]?wb(u[0][0],u[0][1]):function(w){return w===s||Gu(w,s,u)}}function ol(s,u){return rg(s)&&bb(u)?wb(Aa(s),u):function(w){var O=hg(w,s);return O===n&&O===u?pg(w,s):rl(u,O,A|I)}}function ms(s,u,w,O,$){s!==u&&Yu(u,function(X,ie){if($||($=new qt),qn(X))Qi(s,u,ie,w,ms,O,$);else{var de=O?O(og(s,ie),X,ie+"",s,u,$):n;de===n&&(de=X),Bu(s,ie,de)}},Do)}function Qi(s,u,w,O,$,X,ie){var de=og(s,w),ve=og(u,w),Ve=ie.get(ve);if(Ve){Bu(s,w,Ve);return}var He=X?X(de,ve,w+"",s,u,ie):n,Ze=He===n;if(Ze){var at=Ht(ve),bt=!at&&nu(ve),Dt=!at&&!bt&&of(ve);He=ve,at||bt||Dt?Ht(de)?He=de:hr(de)?He=Wr(de):bt?(Ze=!1,He=bs(ve,!0)):Dt?(Ze=!1,He=ul(ve,!0)):He=[]:Jf(ve)||oc(ve)?(He=de,oc(de)?He=Kb(de):(!qn(de)||hl(de))&&(He=yb(ve))):Ze=!1}Ze&&(ie.set(ve,He),$(He,ve,O,X,ie),ie.delete(ve)),Bu(s,w,He)}function Pa(s,u){var w=s.length;if(w)return u+=u<0?w:0,dl(u,w)?s[u]:n}function ql(s,u,w){u.length?u=it(u,function(X){return Ht(X)?function(ie){return gs(ie,X.length===1?X[0]:X)}:X}):u=[Po];var O=-1;u=it(u,ht(Ct()));var $=Ji(s,function(X,ie,de){var ve=it(u,function(Ve){return Ve(X)});return{criteria:ve,index:++O,value:X}});return Q($,function(X,ie){return tu(X,ie,w)})}function sl(s,u){return Oa(s,u,function(w,O){return pg(s,O)})}function Oa(s,u,w){for(var O=-1,$=u.length,X={};++O<$;){var ie=u[O],de=gs(s,ie);w(de,ie)&&Js(X,Ti(ie,s),de)}return X}function zc(s){return function(u){return gs(u,s)}}function qu(s,u,w,O){var $=O?ho:Qt,X=-1,ie=u.length,de=s;for(s===u&&(u=Wr(u)),w&&(de=it(s,ht(w)));++X<ie;)for(var ve=0,Ve=u[X],He=w?w(Ve):Ve;(ve=$(de,He,ve,O))>-1;)de!==s&&No.call(de,ve,1),No.call(s,ve,1);return s}function Xu(s,u){for(var w=s?u.length:0,O=w-1;w--;){var $=u[w];if(w==O||$!==X){var X=$;dl($)?No.call(s,$,1):Ur(s,$)}}return s}function Zs(s,u){return s+Vs(us()*(u-s+1))}function Ku(s,u,w,O){for(var $=-1,X=wn(ma((u-s)/(w||1)),0),ie=se(X);X--;)ie[O?X:++$]=s,s+=w;return ie}function Xl(s,u){var w="";if(!s||u<1||u>Ne)return w;do u%2&&(w+=s),u=Vs(u/2),u&&(s+=s);while(u);return w}function Bt(s,u){return sg(xb(s,u,Po),s+"")}function al(s){return ti(sf(s))}function Zu(s,u){var w=sf(s);return rh(w,Ys(u,0,w.length))}function Js(s,u,w,O){if(!qn(s))return s;u=Ti(u,s);for(var $=-1,X=u.length,ie=X-1,de=s;de!=null&&++$<X;){var ve=Aa(u[$]),Ve=w;if(ve==="__proto__"||ve==="constructor"||ve==="prototype")return s;if($!=ie){var He=de[ve];Ve=O?O(He,ve,de):n,Ve===n&&(Ve=qn(He)?He:dl(u[$+1])?[]:{})}$r(de,ve,Ve),de=de[ve]}return s}var Kl=Za?function(s,u){return Za.set(s,u),s}:Po,Yc=as?function(s,u){return as(s,"toString",{configurable:!0,enumerable:!1,value:mg(u),writable:!0})}:Po;function Gc(s){return rh(sf(s))}function ni(s,u,w){var O=-1,$=s.length;u<0&&(u=-u>$?0:$+u),w=w>$?$:w,w<0&&(w+=$),$=u>w?0:w-u>>>0,u>>>=0;for(var X=se($);++O<$;)X[O]=s[O+u];return X}function qc(s,u){var w;return ps(s,function(O,$,X){return w=u(O,$,X),!w}),!!w}function Zl(s,u,w){var O=0,$=s==null?O:s.length;if(typeof u=="number"&&u===u&&$<=et){for(;O<$;){var X=O+$>>>1,ie=s[X];ie!==null&&!zo(ie)&&(w?ie<=u:ie<u)?O=X+1:$=X}return $}return Ju(s,u,Po,w)}function Ju(s,u,w,O){var $=0,X=s==null?0:s.length;if(X===0)return 0;u=w(u);for(var ie=u!==u,de=u===null,ve=zo(u),Ve=u===n;$<X;){var He=Vs(($+X)/2),Ze=w(s[He]),at=Ze!==n,bt=Ze===null,Dt=Ze===Ze,Xt=zo(Ze);if(ie)var Pt=O||Dt;else Ve?Pt=Dt&&(O||at):de?Pt=Dt&&at&&(O||!bt):ve?Pt=Dt&&at&&!bt&&(O||!Xt):bt||Xt?Pt=!1:Pt=O?Ze<=u:Ze<u;Pt?$=He+1:X=He}return Gn(X,We)}function Qu(s,u){for(var w=-1,O=s.length,$=0,X=[];++w<O;){var ie=s[w],de=u?u(ie):ie;if(!w||!na(de,ve)){var ve=de;X[$++]=ie===0?0:ie}}return X}function Xc(s){return typeof s=="number"?s:zo(s)?me:+s}function Hr(s){if(typeof s=="string")return s;if(Ht(s))return it(s,Hr)+"";if(zo(s))return Ja?Ja.call(s):"";var u=s+"";return u=="0"&&1/s==-1/0?"-0":u}function vs(s,u,w){var O=-1,$=xe,X=s.length,ie=!0,de=[],ve=de;if(w)ie=!1,$=Be;else if(X>=i){var Ve=u?null:Ra(s);if(Ve)return mo(Ve);ie=!1,$=St,ve=new Br}else ve=u?[]:de;e:for(;++O<X;){var He=s[O],Ze=u?u(He):He;if(He=w||He!==0?He:0,ie&&Ze===Ze){for(var at=ve.length;at--;)if(ve[at]===Ze)continue e;u&&ve.push(Ze),de.push(He)}else $(ve,Ze,w)||(ve!==de&&ve.push(Ze),de.push(He))}return de}function Ur(s,u){return u=Ti(u,s),s=Sb(s,u),s==null||delete s[Aa(xs(u))]}function Kc(s,u,w,O){return Js(s,u,w(gs(s,u)),O)}function Qs(s,u,w,O){for(var $=s.length,X=O?$:-1;(O?X--:++X<$)&&u(s[X],X,s););return w?ni(s,O?0:X,O?X+1:$):ni(s,O?X+1:0,O?$:X)}function Zc(s,u){var w=s;return w instanceof $t&&(w=w.value()),Et(u,function(O,$){return $.func.apply($.thisArg,Tt([O],$.args))},w)}function dr(s,u,w){var O=s.length;if(O<2)return O?vs(s[0]):[];for(var $=-1,X=se(O);++$<O;)for(var ie=s[$],de=-1;++de<O;)de!=$&&(X[$]=Gs(X[$]||ie,s[de],u,w));return vs(fr(X,1),u,w)}function Jc(s,u,w){for(var O=-1,$=s.length,X=u.length,ie={};++O<$;){var de=O<X?u[O]:n;w(ie,s[O],de)}return ie}function Jl(s){return hr(s)?s:[]}function Ql(s){return typeof s=="function"?s:Po}function Ti(s,u){return Ht(s)?s:rg(s,u)?[s]:kb(gn(s))}var Qc=Bt;function ys(s,u,w){var O=s.length;return w=w===n?O:w,!u&&w>=O?s:ni(s,u,w)}var eu=jf||function(s){return ln.clearTimeout(s)};function bs(s,u){if(u)return s.slice();var w=s.length,O=qa?qa(w):new s.constructor(w);return s.copy(O),O}function ea(s){var u=new s.constructor(s.byteLength);return new Ga(u).set(new Ga(s)),u}function qf(s,u){var w=u?ea(s.buffer):s.buffer;return new s.constructor(w,s.byteOffset,s.byteLength)}function ec(s){var u=new s.constructor(s.source,Or.exec(s));return u.lastIndex=s.lastIndex,u}function ll(s){return Us?rt(Us.call(s)):{}}function ul(s,u){var w=u?ea(s.buffer):s.buffer;return new s.constructor(w,s.byteOffset,s.length)}function tc(s,u){if(s!==u){var w=s!==n,O=s===null,$=s===s,X=zo(s),ie=u!==n,de=u===null,ve=u===u,Ve=zo(u);if(!de&&!Ve&&!X&&s>u||X&&ie&&ve&&!de&&!Ve||O&&ie&&ve||!w&&ve||!$)return 1;if(!O&&!X&&!Ve&&s<u||Ve&&w&&$&&!O&&!X||de&&w&&$||!ie&&$||!ve)return-1}return 0}function tu(s,u,w){for(var O=-1,$=s.criteria,X=u.criteria,ie=$.length,de=w.length;++O<ie;){var ve=tc($[O],X[O]);if(ve){if(O>=de)return ve;var Ve=w[O];return ve*(Ve=="desc"?-1:1)}}return s.index-u.index}function nc(s,u,w,O){for(var $=-1,X=s.length,ie=w.length,de=-1,ve=u.length,Ve=wn(X-ie,0),He=se(ve+Ve),Ze=!O;++de<ve;)He[de]=u[de];for(;++$<ie;)(Ze||$<X)&&(He[w[$]]=s[$]);for(;Ve--;)He[de++]=s[$++];return He}function ef(s,u,w,O){for(var $=-1,X=s.length,ie=-1,de=w.length,ve=-1,Ve=u.length,He=wn(X-de,0),Ze=se(He+Ve),at=!O;++$<He;)Ze[$]=s[$];for(var bt=$;++ve<Ve;)Ze[bt+ve]=u[ve];for(;++ie<de;)(at||$<X)&&(Ze[bt+w[ie]]=s[$++]);return Ze}function Wr(s,u){var w=-1,O=s.length;for(u||(u=se(O));++w<O;)u[w]=s[w];return u}function Ii(s,u,w,O){var $=!w;w||(w={});for(var X=-1,ie=u.length;++X<ie;){var de=u[X],ve=O?O(w[de],s[de],de,w,s):n;ve===n&&(ve=s[de]),$?xi(w,de,ve):$r(w,de,ve)}return w}function tf(s,u){return Ii(s,ng(s),u)}function Xf(s,u){return Ii(s,mb(s),u)}function cl(s,u){return function(w,O){var $=Ht(w)?oe:zs,X=u?u():{};return $(w,s,Ct(O,2),X)}}function _a(s){return Bt(function(u,w){var O=-1,$=w.length,X=$>1?w[$-1]:n,ie=$>2?w[2]:n;for(X=s.length>3&&typeof X=="function"?($--,X):n,ie&&to(w[0],w[1],ie)&&(X=$<3?n:X,$=1),u=rt(u);++O<$;){var de=w[O];de&&s(u,de,O,X)}return u})}function v(s,u){return function(w,O){if(w==null)return w;if(!ko(w))return s(w,O);for(var $=w.length,X=u?$:-1,ie=rt(w);(u?X--:++X<$)&&O(ie[X],X,ie)!==!1;);return w}}function l(s){return function(u,w,O){for(var $=-1,X=rt(u),ie=O(u),de=ie.length;de--;){var ve=ie[s?de:++$];if(w(X[ve],ve,X)===!1)break}return u}}function d(s,u,w){var O=u&M,$=R(s);function X(){var ie=this&&this!==ln&&this instanceof X?$:s;return ie.apply(O?w:this,arguments)}return X}function g(s){return function(u){u=gn(u);var w=Qr(u)?cn(u):n,O=w?w[0]:u.charAt(0),$=w?ys(w,1).join(""):u.slice(1);return O[s]()+$}}function x(s){return function(u){return Et(i0(r0(u).replace(Fs,"")),s,"")}}function R(s){return function(){var u=arguments;switch(u.length){case 0:return new s;case 1:return new s(u[0]);case 2:return new s(u[0],u[1]);case 3:return new s(u[0],u[1],u[2]);case 4:return new s(u[0],u[1],u[2],u[3]);case 5:return new s(u[0],u[1],u[2],u[3],u[4]);case 6:return new s(u[0],u[1],u[2],u[3],u[4],u[5]);case 7:return new s(u[0],u[1],u[2],u[3],u[4],u[5],u[6])}var w=$o(s.prototype),O=s.apply(w,u);return qn(O)?O:w}}function B(s,u,w){var O=R(s);function $(){for(var X=arguments.length,ie=se(X),de=X,ve=rf($);de--;)ie[de]=arguments[de];var Ve=X<3&&ie[0]!==ve&&ie[X-1]!==ve?[]:ei(ie,ve);if(X-=Ve.length,X<w)return ws(s,u,we,$.placeholder,n,ie,Ve,n,n,w-X);var He=this&&this!==ln&&this instanceof $?O:s;return V(He,this,ie)}return $}function z(s){return function(u,w,O){var $=rt(u);if(!ko(u)){var X=Ct(w,3);u=ri(u),w=function(de){return X($[de],de,$)}}var ie=s(u,w,O);return ie>-1?$[X?u[ie]:ie]:n}}function re(s){return fl(function(u){var w=u.length,O=w,$=Tr.prototype.thru;for(s&&u.reverse();O--;){var X=u[O];if(typeof X!="function")throw new Vt(a);if($&&!ie&&th(X)=="wrapper")var ie=new Tr([],!0)}for(O=ie?O:w;++O<w;){X=u[O];var de=th(X),ve=de=="wrapper"?eg(X):n;ve&&ig(ve[0])&&ve[1]==(S|Y|Z|ue)&&!ve[4].length&&ve[9]==1?ie=ie[th(ve[0])].apply(ie,ve[3]):ie=X.length==1&&ig(X)?ie[de]():ie.thru(X)}return function(){var Ve=arguments,He=Ve[0];if(ie&&Ve.length==1&&Ht(He))return ie.plant(He).value();for(var Ze=0,at=w?u[Ze].apply(this,Ve):He;++Ze<w;)at=u[Ze].call(this,at);return at}})}function we(s,u,w,O,$,X,ie,de,ve,Ve){var He=u&S,Ze=u&M,at=u&_,bt=u&(Y|ne),Dt=u&ae,Xt=at?n:R(s);function Pt(){for(var Jt=arguments.length,tn=se(Jt),Yo=Jt;Yo--;)tn[Yo]=arguments[Yo];if(bt)var no=rf(Pt),Go=bn(tn,no);if(O&&(tn=nc(tn,O,$,bt)),X&&(tn=ef(tn,X,ie,bt)),Jt-=Go,bt&&Jt<Ve){var pr=ei(tn,no);return ws(s,u,we,Pt.placeholder,w,tn,pr,de,ve,Ve-Jt)}var ra=Ze?w:this,gl=at?ra[s]:s;return Jt=tn.length,de?tn=XP(tn,de):Dt&&Jt>1&&tn.reverse(),He&&ve<Jt&&(tn.length=ve),this&&this!==ln&&this instanceof Pt&&(gl=Xt||R(gl)),gl.apply(ra,tn)}return Pt}function je(s,u){return function(w,O){return Wl(w,s,u(O),{})}}function Ye(s,u){return function(w,O){var $;if(w===n&&O===n)return u;if(w!==n&&($=w),O!==n){if($===n)return O;typeof w=="string"||typeof O=="string"?(w=Hr(w),O=Hr(O)):(w=Xc(w),O=Xc(O)),$=s(w,O)}return $}}function nt(s){return fl(function(u){return u=it(u,ht(Ct())),Bt(function(w){var O=this;return s(u,function($){return V($,O,w)})})})}function xt(s,u){u=u===n?" ":Hr(u);var w=u.length;if(w<2)return w?Xl(u,s):u;var O=Xl(u,ma(s/vo(u)));return Qr(u)?ys(cn(O),0,s).join(""):O.slice(0,s)}function en(s,u,w,O){var $=u&M,X=R(s);function ie(){for(var de=-1,ve=arguments.length,Ve=-1,He=O.length,Ze=se(He+ve),at=this&&this!==ln&&this instanceof ie?X:s;++Ve<He;)Ze[Ve]=O[Ve];for(;ve--;)Ze[Ve++]=arguments[++de];return V(at,$?w:this,Ze)}return ie}function ir(s){return function(u,w,O){return O&&typeof O!="number"&&to(u,w,O)&&(w=O=n),u=pl(u),w===n?(w=u,u=0):w=pl(w),O=O===n?u<w?1:-1:pl(O),Ku(u,w,O,s)}}function Eo(s){return function(u,w){return typeof u=="string"&&typeof w=="string"||(u=Ss(u),w=Ss(w)),s(u,w)}}function ws(s,u,w,O,$,X,ie,de,ve,Ve){var He=u&Y,Ze=He?ie:n,at=He?n:ie,bt=He?X:n,Dt=He?n:X;u|=He?Z:ce,u&=~(He?ce:Z),u&H||(u&=-4);var Xt=[s,u,$,bt,Ze,Dt,at,de,ve,Ve],Pt=w.apply(n,Xt);return ig(s)&&Tb(Pt,Xt),Pt.placeholder=O,Cb(Pt,s,u)}function eo(s){var u=lt[s];return function(w,O){if(w=Ss(w),O=O==null?0:Gn(Yt(O),292),O&&ya(w)){var $=(gn(w)+"e").split("e"),X=u($[0]+"e"+(+$[1]+O));return $=(gn(X)+"e").split("e"),+($[0]+"e"+(+$[1]-O))}return u(w)}}var Ra=bo&&1/mo(new bo([,-0]))[1]==Pe?function(s){return new bo(s)}:bg;function nf(s){return function(u){var w=Mi(u);return w==Mt?fa(u):w==Jn?Ya(u):Ie(u,s(u))}}function ta(s,u,w,O,$,X,ie,de){var ve=u&_;if(!ve&&typeof s!="function")throw new Vt(a);var Ve=O?O.length:0;if(Ve||(u&=-97,O=$=n),ie=ie===n?ie:wn(Yt(ie),0),de=de===n?de:Yt(de),Ve-=$?$.length:0,u&ce){var He=O,Ze=$;O=$=n}var at=ve?n:eg(s),bt=[s,u,w,O,$,He,Ze,X,ie,de];if(at&&YP(bt,at),s=bt[0],u=bt[1],w=bt[2],O=bt[3],$=bt[4],de=bt[9]=bt[9]===n?ve?0:s.length:wn(bt[9]-Ve,0),!de&&u&(Y|ne)&&(u&=-25),!u||u==M)var Dt=d(s,u,w);else u==Y||u==ne?Dt=B(s,u,de):(u==Z||u==(M|Z))&&!$.length?Dt=en(s,u,w,O):Dt=we.apply(n,bt);var Xt=at?Kl:Tb;return Cb(Xt(Dt,bt),s,u)}function hb(s,u,w,O){return s===n||na(s,In[w])&&!kt.call(O,w)?u:s}function pb(s,u,w,O,$,X){return qn(s)&&qn(u)&&(X.set(u,s),ms(s,u,n,pb,X),X.delete(u)),s}function AP(s){return Jf(s)?n:s}function gb(s,u,w,O,$,X){var ie=w&A,de=s.length,ve=u.length;if(de!=ve&&!(ie&&ve>de))return!1;var Ve=X.get(s),He=X.get(u);if(Ve&&He)return Ve==u&&He==s;var Ze=-1,at=!0,bt=w&I?new Br:n;for(X.set(s,u),X.set(u,s);++Ze<de;){var Dt=s[Ze],Xt=u[Ze];if(O)var Pt=ie?O(Xt,Dt,Ze,u,s,X):O(Dt,Xt,Ze,s,u,X);if(Pt!==n){if(Pt)continue;at=!1;break}if(bt){if(!un(u,function(Jt,tn){if(!St(bt,tn)&&(Dt===Jt||$(Dt,Jt,w,O,X)))return bt.push(tn)})){at=!1;break}}else if(!(Dt===Xt||$(Dt,Xt,w,O,X))){at=!1;break}}return X.delete(s),X.delete(u),at}function IP(s,u,w,O,$,X,ie){switch(w){case on:if(s.byteLength!=u.byteLength||s.byteOffset!=u.byteOffset)return!1;s=s.buffer,u=u.buffer;case oi:return!(s.byteLength!=u.byteLength||!X(new Ga(s),new Ga(u)));case ct:case pt:case Vn:return na(+s,+u);case yt:return s.name==u.name&&s.message==u.message;case kr:case sn:return s==u+"";case Mt:var de=fa;case Jn:var ve=O&A;if(de||(de=mo),s.size!=u.size&&!ve)return!1;var Ve=ie.get(s);if(Ve)return Ve==u;O|=I,ie.set(s,u);var He=gb(de(s),de(u),O,$,X,ie);return ie.delete(s),He;case fn:if(Us)return Us.call(s)==Us.call(u)}return!1}function MP(s,u,w,O,$,X){var ie=w&A,de=Jp(s),ve=de.length,Ve=Jp(u),He=Ve.length;if(ve!=He&&!ie)return!1;for(var Ze=ve;Ze--;){var at=de[Ze];if(!(ie?at in u:kt.call(u,at)))return!1}var bt=X.get(s),Dt=X.get(u);if(bt&&Dt)return bt==u&&Dt==s;var Xt=!0;X.set(s,u),X.set(u,s);for(var Pt=ie;++Ze<ve;){at=de[Ze];var Jt=s[at],tn=u[at];if(O)var Yo=ie?O(tn,Jt,at,u,s,X):O(Jt,tn,at,s,u,X);if(!(Yo===n?Jt===tn||$(Jt,tn,w,O,X):Yo)){Xt=!1;break}Pt||(Pt=at=="constructor")}if(Xt&&!Pt){var no=s.constructor,Go=u.constructor;no!=Go&&"constructor"in s&&"constructor"in u&&!(typeof no=="function"&&no instanceof no&&typeof Go=="function"&&Go instanceof Go)&&(Xt=!1)}return X.delete(s),X.delete(u),Xt}function fl(s){return sg(xb(s,n,_b),s+"")}function Jp(s){return nl(s,ri,ng)}function Qp(s){return nl(s,Do,mb)}var eg=Za?function(s){return Za.get(s)}:bg;function th(s){for(var u=s.name+"",w=Hs[u],O=kt.call(Hs,u)?w.length:0;O--;){var $=w[O],X=$.func;if(X==null||X==s)return $.name}return u}function rf(s){var u=kt.call(W,"placeholder")?W:s;return u.placeholder}function Ct(){var s=W.iteratee||vg;return s=s===vg?Gl:s,arguments.length?s(arguments[0],arguments[1]):s}function nh(s,u){var w=s.__data__;return HP(u)?w[typeof u=="string"?"string":"hash"]:w.map}function tg(s){for(var u=ri(s),w=u.length;w--;){var O=u[w],$=s[O];u[w]=[O,$,bb($)]}return u}function rc(s,u){var w=go(s,u);return Wc(w)?w:n}function LP(s){var u=kt.call(s,jo),w=s[jo];try{s[jo]=n;var O=!0}catch{}var $=Lo.call(s);return O&&(u?s[jo]=w:delete s[jo]),$}var ng=va?function(s){return s==null?[]:(s=rt(s),Re(va(s),function(u){return Al.call(s,u)}))}:wg,mb=va?function(s){for(var u=[];s;)Tt(u,ng(s)),s=$s(s);return u}:wg,Mi=rr;(yo&&Mi(new yo(new ArrayBuffer(1)))!=on||cs&&Mi(new cs)!=Mt||ba&&Mi(ba.resolve())!=Sn||bo&&Mi(new bo)!=Jn||Bo&&Mi(new Bo)!=ut)&&(Mi=function(s){var u=rr(s),w=u==Hn?s.constructor:n,O=w?ic(w):"";if(O)switch(O){case fs:return on;case Mu:return Mt;case Bf:return Sn;case Lc:return Jn;case xa:return ut}return u});function FP(s,u,w){for(var O=-1,$=w.length;++O<$;){var X=w[O],ie=X.size;switch(X.type){case"drop":s+=ie;break;case"dropRight":u-=ie;break;case"take":u=Gn(u,s+ie);break;case"takeRight":s=wn(s,u-ie);break}}return{start:s,end:u}}function NP(s){var u=s.match(Ls);return u?u[1].split(qr):[]}function vb(s,u,w){u=Ti(u,s);for(var O=-1,$=u.length,X=!1;++O<$;){var ie=Aa(u[O]);if(!(X=s!=null&&w(s,ie)))break;s=s[ie]}return X||++O!=$?X:($=s==null?0:s.length,!!$&&uh($)&&dl(ie,$)&&(Ht(s)||oc(s)))}function jP(s){var u=s.length,w=new s.constructor(u);return u&&typeof s[0]=="string"&&kt.call(s,"index")&&(w.index=s.index,w.input=s.input),w}function yb(s){return typeof s.constructor=="function"&&!Kf(s)?$o($s(s)):{}}function BP(s,u,w){var O=s.constructor;switch(u){case oi:return ea(s);case ct:case pt:return new O(+s);case on:return qf(s,w);case Vi:case Hi:case Ui:case Dr:case Nn:case Pr:case vr:case zr:case Yr:return ul(s,w);case Mt:return new O;case Vn:case sn:return new O(s);case kr:return ec(s);case Jn:return new O;case fn:return ll(s)}}function $P(s,u){var w=u.length;if(!w)return s;var O=w-1;return u[O]=(w>1?"& ":"")+u[O],u=u.join(w>2?", ":" "),s.replace(Ms,`{
|
|
144
|
+
/* [wrapped with `+u+`] */
|
|
145
|
+
`)}function VP(s){return Ht(s)||oc(s)||!!(Il&&s&&s[Il])}function dl(s,u){var w=typeof s;return u=u??Ne,!!u&&(w=="number"||w!="symbol"&&Rr.test(s))&&s>-1&&s%1==0&&s<u}function to(s,u,w){if(!qn(w))return!1;var O=typeof u;return(O=="number"?ko(w)&&dl(u,w.length):O=="string"&&u in w)?na(w[u],s):!1}function rg(s,u){if(Ht(s))return!1;var w=typeof s;return w=="number"||w=="symbol"||w=="boolean"||s==null||zo(s)?!0:Tn.test(s)||!li.test(s)||u!=null&&s in rt(u)}function HP(s){var u=typeof s;return u=="string"||u=="number"||u=="symbol"||u=="boolean"?s!=="__proto__":s===null}function ig(s){var u=th(s),w=W[u];if(typeof w!="function"||!(u in $t.prototype))return!1;if(s===w)return!0;var O=eg(w);return!!O&&s===O[0]}function UP(s){return!!pn&&pn in s}var WP=zt?hl:xg;function Kf(s){var u=s&&s.constructor,w=typeof u=="function"&&u.prototype||In;return s===w}function bb(s){return s===s&&!qn(s)}function wb(s,u){return function(w){return w==null?!1:w[s]===u&&(u!==n||s in rt(w))}}function zP(s){var u=ah(s,function(O){return w.size===p&&w.clear(),O}),w=u.cache;return u}function YP(s,u){var w=s[1],O=u[1],$=w|O,X=$<(M|_|S),ie=O==S&&w==Y||O==S&&w==ue&&s[7].length<=u[8]||O==(S|ue)&&u[7].length<=u[8]&&w==Y;if(!(X||ie))return s;O&M&&(s[2]=u[2],$|=w&M?0:H);var de=u[3];if(de){var ve=s[3];s[3]=ve?nc(ve,de,u[4]):de,s[4]=ve?ei(s[3],b):u[4]}return de=u[5],de&&(ve=s[5],s[5]=ve?ef(ve,de,u[6]):de,s[6]=ve?ei(s[5],b):u[6]),de=u[7],de&&(s[7]=de),O&S&&(s[8]=s[8]==null?u[8]:Gn(s[8],u[8])),s[9]==null&&(s[9]=u[9]),s[0]=u[0],s[1]=$,s}function GP(s){var u=[];if(s!=null)for(var w in rt(s))u.push(w);return u}function qP(s){return Lo.call(s)}function xb(s,u,w){return u=wn(u===n?s.length-1:u,0),function(){for(var O=arguments,$=-1,X=wn(O.length-u,0),ie=se(X);++$<X;)ie[$]=O[u+$];$=-1;for(var de=se(u+1);++$<u;)de[$]=O[$];return de[u]=w(ie),V(s,this,de)}}function Sb(s,u){return u.length<2?s:gs(s,ni(u,0,-1))}function XP(s,u){for(var w=s.length,O=Gn(u.length,w),$=Wr(s);O--;){var X=u[O];s[O]=dl(X,w)?$[X]:n}return s}function og(s,u){if(!(u==="constructor"&&typeof s[u]=="function")&&u!="__proto__")return s[u]}var Tb=Eb(Kl),Zf=Ic||function(s,u){return ln.setTimeout(s,u)},sg=Eb(Yc);function Cb(s,u,w){var O=u+"";return sg(s,$P(O,KP(NP(O),w)))}function Eb(s){var u=0,w=0;return function(){var O=ls(),$=$e-(O-w);if(w=O,$>0){if(++u>=Me)return arguments[0]}else u=0;return s.apply(n,arguments)}}function rh(s,u){var w=-1,O=s.length,$=O-1;for(u=u===n?O:u;++w<u;){var X=Zs(w,$),ie=s[X];s[X]=s[w],s[w]=ie}return s.length=u,s}var kb=zP(function(s){var u=[];return s.charCodeAt(0)===46&&u.push(""),s.replace(so,function(w,O,$,X){u.push($?X.replace(Pi,"$1"):O||w)}),u});function Aa(s){if(typeof s=="string"||zo(s))return s;var u=s+"";return u=="0"&&1/s==-1/0?"-0":u}function ic(s){if(s!=null){try{return jr.call(s)}catch{}try{return s+""}catch{}}return""}function KP(s,u){return te(qe,function(w){var O="_."+w[0];u&w[1]&&!xe(s,O)&&s.push(O)}),s.sort()}function Db(s){if(s instanceof $t)return s.clone();var u=new Tr(s.__wrapped__,s.__chain__);return u.__actions__=Wr(s.__actions__),u.__index__=s.__index__,u.__values__=s.__values__,u}function ZP(s,u,w){(w?to(s,u,w):u===n)?u=1:u=wn(Yt(u),0);var O=s==null?0:s.length;if(!O||u<1)return[];for(var $=0,X=0,ie=se(ma(O/u));$<O;)ie[X++]=ni(s,$,$+=u);return ie}function JP(s){for(var u=-1,w=s==null?0:s.length,O=0,$=[];++u<w;){var X=s[u];X&&($[O++]=X)}return $}function QP(){var s=arguments.length;if(!s)return[];for(var u=se(s-1),w=arguments[0],O=s;O--;)u[O-1]=arguments[O];return Tt(Ht(w)?Wr(w):[w],fr(u,1))}var eO=Bt(function(s,u){return hr(s)?Gs(s,fr(u,1,hr,!0)):[]}),tO=Bt(function(s,u){var w=xs(u);return hr(w)&&(w=n),hr(s)?Gs(s,fr(u,1,hr,!0),Ct(w,2)):[]}),nO=Bt(function(s,u){var w=xs(u);return hr(w)&&(w=n),hr(s)?Gs(s,fr(u,1,hr,!0),n,w):[]});function rO(s,u,w){var O=s==null?0:s.length;return O?(u=w||u===n?1:Yt(u),ni(s,u<0?0:u,O)):[]}function iO(s,u,w){var O=s==null?0:s.length;return O?(u=w||u===n?1:Yt(u),u=O-u,ni(s,0,u<0?0:u)):[]}function oO(s,u){return s&&s.length?Qs(s,Ct(u,3),!0,!0):[]}function sO(s,u){return s&&s.length?Qs(s,Ct(u,3),!0):[]}function aO(s,u,w,O){var $=s==null?0:s.length;return $?(w&&typeof w!="number"&&to(s,u,w)&&(w=0,O=$),Gf(s,u,w,O)):[]}function Pb(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=w==null?0:Yt(w);return $<0&&($=wn(O+$,0)),jt(s,Ct(u,3),$)}function Ob(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=O-1;return w!==n&&($=Yt(w),$=w<0?wn(O+$,0):Gn($,O-1)),jt(s,Ct(u,3),$,!0)}function _b(s){var u=s==null?0:s.length;return u?fr(s,1):[]}function lO(s){var u=s==null?0:s.length;return u?fr(s,Pe):[]}function uO(s,u){var w=s==null?0:s.length;return w?(u=u===n?1:Yt(u),fr(s,u)):[]}function cO(s){for(var u=-1,w=s==null?0:s.length,O={};++u<w;){var $=s[u];O[$[0]]=$[1]}return O}function Rb(s){return s&&s.length?s[0]:n}function fO(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=w==null?0:Yt(w);return $<0&&($=wn(O+$,0)),Qt(s,u,$)}function dO(s){var u=s==null?0:s.length;return u?ni(s,0,-1):[]}var hO=Bt(function(s){var u=it(s,Jl);return u.length&&u[0]===s[0]?Ea(u):[]}),pO=Bt(function(s){var u=xs(s),w=it(s,Jl);return u===xs(w)?u=n:w.pop(),w.length&&w[0]===s[0]?Ea(w,Ct(u,2)):[]}),gO=Bt(function(s){var u=xs(s),w=it(s,Jl);return u=typeof u=="function"?u:n,u&&w.pop(),w.length&&w[0]===s[0]?Ea(w,n,u):[]});function mO(s,u){return s==null?"":Ka.call(s,u)}function xs(s){var u=s==null?0:s.length;return u?s[u-1]:n}function vO(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=O;return w!==n&&($=Yt(w),$=$<0?wn(O+$,0):Gn($,O-1)),u===u?da(s,u,$):jt(s,po,$,!0)}function yO(s,u){return s&&s.length?Pa(s,Yt(u)):n}var bO=Bt(Ab);function Ab(s,u){return s&&s.length&&u&&u.length?qu(s,u):s}function wO(s,u,w){return s&&s.length&&u&&u.length?qu(s,u,Ct(w,2)):s}function xO(s,u,w){return s&&s.length&&u&&u.length?qu(s,u,n,w):s}var SO=fl(function(s,u){var w=s==null?0:s.length,O=Vu(s,u);return Xu(s,it(u,function($){return dl($,w)?+$:$}).sort(tc)),O});function TO(s,u){var w=[];if(!(s&&s.length))return w;var O=-1,$=[],X=s.length;for(u=Ct(u,3);++O<X;){var ie=s[O];u(ie,O,s)&&(w.push(ie),$.push(O))}return Xu(s,$),w}function ag(s){return s==null?s:Ll.call(s)}function CO(s,u,w){var O=s==null?0:s.length;return O?(w&&typeof w!="number"&&to(s,u,w)?(u=0,w=O):(u=u==null?0:Yt(u),w=w===n?O:Yt(w)),ni(s,u,w)):[]}function EO(s,u){return Zl(s,u)}function kO(s,u,w){return Ju(s,u,Ct(w,2))}function DO(s,u){var w=s==null?0:s.length;if(w){var O=Zl(s,u);if(O<w&&na(s[O],u))return O}return-1}function PO(s,u){return Zl(s,u,!0)}function OO(s,u,w){return Ju(s,u,Ct(w,2),!0)}function _O(s,u){var w=s==null?0:s.length;if(w){var O=Zl(s,u,!0)-1;if(na(s[O],u))return O}return-1}function RO(s){return s&&s.length?Qu(s):[]}function AO(s,u){return s&&s.length?Qu(s,Ct(u,2)):[]}function IO(s){var u=s==null?0:s.length;return u?ni(s,1,u):[]}function MO(s,u,w){return s&&s.length?(u=w||u===n?1:Yt(u),ni(s,0,u<0?0:u)):[]}function LO(s,u,w){var O=s==null?0:s.length;return O?(u=w||u===n?1:Yt(u),u=O-u,ni(s,u<0?0:u,O)):[]}function FO(s,u){return s&&s.length?Qs(s,Ct(u,3),!1,!0):[]}function NO(s,u){return s&&s.length?Qs(s,Ct(u,3)):[]}var jO=Bt(function(s){return vs(fr(s,1,hr,!0))}),BO=Bt(function(s){var u=xs(s);return hr(u)&&(u=n),vs(fr(s,1,hr,!0),Ct(u,2))}),$O=Bt(function(s){var u=xs(s);return u=typeof u=="function"?u:n,vs(fr(s,1,hr,!0),n,u)});function VO(s){return s&&s.length?vs(s):[]}function HO(s,u){return s&&s.length?vs(s,Ct(u,2)):[]}function UO(s,u){return u=typeof u=="function"?u:n,s&&s.length?vs(s,n,u):[]}function lg(s){if(!(s&&s.length))return[];var u=0;return s=Re(s,function(w){if(hr(w))return u=wn(w.length,u),!0}),be(u,function(w){return it(s,D(w))})}function Ib(s,u){if(!(s&&s.length))return[];var w=lg(s);return u==null?w:it(w,function(O){return V(u,n,O)})}var WO=Bt(function(s,u){return hr(s)?Gs(s,u):[]}),zO=Bt(function(s){return dr(Re(s,hr))}),YO=Bt(function(s){var u=xs(s);return hr(u)&&(u=n),dr(Re(s,hr),Ct(u,2))}),GO=Bt(function(s){var u=xs(s);return u=typeof u=="function"?u:n,dr(Re(s,hr),n,u)}),qO=Bt(lg);function XO(s,u){return Jc(s||[],u||[],$r)}function KO(s,u){return Jc(s||[],u||[],Js)}var ZO=Bt(function(s){var u=s.length,w=u>1?s[u-1]:n;return w=typeof w=="function"?(s.pop(),w):n,Ib(s,w)});function Mb(s){var u=W(s);return u.__chain__=!0,u}function JO(s,u){return u(s),s}function ih(s,u){return u(s)}var QO=fl(function(s){var u=s.length,w=u?s[0]:0,O=this.__wrapped__,$=function(X){return Vu(X,s)};return u>1||this.__actions__.length||!(O instanceof $t)||!dl(w)?this.thru($):(O=O.slice(w,+w+(u?1:0)),O.__actions__.push({func:ih,args:[$],thisArg:n}),new Tr(O,this.__chain__).thru(function(X){return u&&!X.length&&X.push(n),X}))});function e_(){return Mb(this)}function t_(){return new Tr(this.value(),this.__chain__)}function n_(){this.__values__===n&&(this.__values__=qb(this.value()));var s=this.__index__>=this.__values__.length,u=s?n:this.__values__[this.__index__++];return{done:s,value:u}}function r_(){return this}function i_(s){for(var u,w=this;w instanceof Vo;){var O=Db(w);O.__index__=0,O.__values__=n,u?$.__wrapped__=O:u=O;var $=O;w=w.__wrapped__}return $.__wrapped__=s,u}function o_(){var s=this.__wrapped__;if(s instanceof $t){var u=s;return this.__actions__.length&&(u=new $t(this)),u=u.reverse(),u.__actions__.push({func:ih,args:[ag],thisArg:n}),new Tr(u,this.__chain__)}return this.thru(ag)}function s_(){return Zc(this.__wrapped__,this.__actions__)}var a_=cl(function(s,u,w){kt.call(s,w)?++s[w]:xi(s,w,1)});function l_(s,u,w){var O=Ht(s)?De:$c;return w&&to(s,u,w)&&(u=n),O(s,Ct(u,3))}function u_(s,u){var w=Ht(s)?Re:Vc;return w(s,Ct(u,3))}var c_=z(Pb),f_=z(Ob);function d_(s,u){return fr(oh(s,u),1)}function h_(s,u){return fr(oh(s,u),Pe)}function p_(s,u,w){return w=w===n?1:Yt(w),fr(oh(s,u),w)}function Lb(s,u){var w=Ht(s)?te:ps;return w(s,Ct(u,3))}function Fb(s,u){var w=Ht(s)?pe:zu;return w(s,Ct(u,3))}var g_=cl(function(s,u,w){kt.call(s,w)?s[w].push(u):xi(s,w,[u])});function m_(s,u,w,O){s=ko(s)?s:sf(s),w=w&&!O?Yt(w):0;var $=s.length;return w<0&&(w=wn($+w,0)),ch(s)?w<=$&&s.indexOf(u,w)>-1:!!$&&Qt(s,u,w)>-1}var v_=Bt(function(s,u,w){var O=-1,$=typeof u=="function",X=ko(s)?se(s.length):[];return ps(s,function(ie){X[++O]=$?V(u,ie,w):To(ie,u,w)}),X}),y_=cl(function(s,u,w){xi(s,w,u)});function oh(s,u){var w=Ht(s)?it:Ji;return w(s,Ct(u,3))}function b_(s,u,w,O){return s==null?[]:(Ht(u)||(u=u==null?[]:[u]),w=O?n:w,Ht(w)||(w=w==null?[]:[w]),ql(s,u,w))}var w_=cl(function(s,u,w){s[w?0:1].push(u)},function(){return[[],[]]});function x_(s,u,w){var O=Ht(s)?Et:U,$=arguments.length<3;return O(s,Ct(u,4),w,$,ps)}function S_(s,u,w){var O=Ht(s)?Rn:U,$=arguments.length<3;return O(s,Ct(u,4),w,$,zu)}function T_(s,u){var w=Ht(s)?Re:Vc;return w(s,lh(Ct(u,3)))}function C_(s){var u=Ht(s)?ti:al;return u(s)}function E_(s,u,w){(w?to(s,u,w):u===n)?u=1:u=Yt(u);var O=Ht(s)?wi:Zu;return O(s,u)}function k_(s){var u=Ht(s)?So:Gc;return u(s)}function D_(s){if(s==null)return 0;if(ko(s))return ch(s)?vo(s):s.length;var u=Mi(s);return u==Mt||u==Jn?s.size:Wo(s).length}function P_(s,u,w){var O=Ht(s)?un:qc;return w&&to(s,u,w)&&(u=n),O(s,Ct(u,3))}var O_=Bt(function(s,u){if(s==null)return[];var w=u.length;return w>1&&to(s,u[0],u[1])?u=[]:w>2&&to(u[0],u[1],u[2])&&(u=[u[0]]),ql(s,fr(u,1),[])}),sh=Xa||function(){return ln.Date.now()};function __(s,u){if(typeof u!="function")throw new Vt(a);return s=Yt(s),function(){if(--s<1)return u.apply(this,arguments)}}function Nb(s,u,w){return u=w?n:u,u=s&&u==null?s.length:u,ta(s,S,n,n,n,n,u)}function jb(s,u){var w;if(typeof u!="function")throw new Vt(a);return s=Yt(s),function(){return--s>0&&(w=u.apply(this,arguments)),s<=1&&(u=n),w}}var ug=Bt(function(s,u,w){var O=M;if(w.length){var $=ei(w,rf(ug));O|=Z}return ta(s,O,u,w,$)}),Bb=Bt(function(s,u,w){var O=M|_;if(w.length){var $=ei(w,rf(Bb));O|=Z}return ta(u,O,s,w,$)});function $b(s,u,w){u=w?n:u;var O=ta(s,Y,n,n,n,n,n,u);return O.placeholder=$b.placeholder,O}function Vb(s,u,w){u=w?n:u;var O=ta(s,ne,n,n,n,n,n,u);return O.placeholder=Vb.placeholder,O}function Hb(s,u,w){var O,$,X,ie,de,ve,Ve=0,He=!1,Ze=!1,at=!0;if(typeof s!="function")throw new Vt(a);u=Ss(u)||0,qn(w)&&(He=!!w.leading,Ze="maxWait"in w,X=Ze?wn(Ss(w.maxWait)||0,u):X,at="trailing"in w?!!w.trailing:at);function bt(pr){var ra=O,gl=$;return O=$=n,Ve=pr,ie=s.apply(gl,ra),ie}function Dt(pr){return Ve=pr,de=Zf(Jt,u),He?bt(pr):ie}function Xt(pr){var ra=pr-ve,gl=pr-Ve,a0=u-ra;return Ze?Gn(a0,X-gl):a0}function Pt(pr){var ra=pr-ve,gl=pr-Ve;return ve===n||ra>=u||ra<0||Ze&&gl>=X}function Jt(){var pr=sh();if(Pt(pr))return tn(pr);de=Zf(Jt,Xt(pr))}function tn(pr){return de=n,at&&O?bt(pr):(O=$=n,ie)}function Yo(){de!==n&&eu(de),Ve=0,O=ve=$=de=n}function no(){return de===n?ie:tn(sh())}function Go(){var pr=sh(),ra=Pt(pr);if(O=arguments,$=this,ve=pr,ra){if(de===n)return Dt(ve);if(Ze)return eu(de),de=Zf(Jt,u),bt(ve)}return de===n&&(de=Zf(Jt,u)),ie}return Go.cancel=Yo,Go.flush=no,Go}var R_=Bt(function(s,u){return Wu(s,1,u)}),A_=Bt(function(s,u,w){return Wu(s,Ss(u)||0,w)});function I_(s){return ta(s,ae)}function ah(s,u){if(typeof s!="function"||u!=null&&typeof u!="function")throw new Vt(a);var w=function(){var O=arguments,$=u?u.apply(this,O):O[0],X=w.cache;if(X.has($))return X.get($);var ie=s.apply(this,O);return w.cache=X.set($,ie)||X,ie};return w.cache=new(ah.Cache||Ho),w}ah.Cache=Ho;function lh(s){if(typeof s!="function")throw new Vt(a);return function(){var u=arguments;switch(u.length){case 0:return!s.call(this);case 1:return!s.call(this,u[0]);case 2:return!s.call(this,u[0],u[1]);case 3:return!s.call(this,u[0],u[1],u[2])}return!s.apply(this,u)}}function M_(s){return jb(2,s)}var L_=Qc(function(s,u){u=u.length==1&&Ht(u[0])?it(u[0],ht(Ct())):it(fr(u,1),ht(Ct()));var w=u.length;return Bt(function(O){for(var $=-1,X=Gn(O.length,w);++$<X;)O[$]=u[$].call(this,O[$]);return V(s,this,O)})}),cg=Bt(function(s,u){var w=ei(u,rf(cg));return ta(s,Z,n,u,w)}),Ub=Bt(function(s,u){var w=ei(u,rf(Ub));return ta(s,ce,n,u,w)}),F_=fl(function(s,u){return ta(s,ue,n,n,n,u)});function N_(s,u){if(typeof s!="function")throw new Vt(a);return u=u===n?u:Yt(u),Bt(s,u)}function j_(s,u){if(typeof s!="function")throw new Vt(a);return u=u==null?0:wn(Yt(u),0),Bt(function(w){var O=w[u],$=ys(w,0,u);return O&&Tt($,O),V(s,this,$)})}function B_(s,u,w){var O=!0,$=!0;if(typeof s!="function")throw new Vt(a);return qn(w)&&(O="leading"in w?!!w.leading:O,$="trailing"in w?!!w.trailing:$),Hb(s,u,{leading:O,maxWait:u,trailing:$})}function $_(s){return Nb(s,1)}function V_(s,u){return cg(Ql(u),s)}function H_(){if(!arguments.length)return[];var s=arguments[0];return Ht(s)?s:[s]}function U_(s){return Vr(s,E)}function W_(s,u){return u=typeof u=="function"?u:n,Vr(s,E,u)}function z_(s){return Vr(s,m|E)}function Y_(s,u){return u=typeof u=="function"?u:n,Vr(s,m|E,u)}function G_(s,u){return u==null||Uu(s,u,ri(u))}function na(s,u){return s===u||s!==s&&u!==u}var q_=Eo(qs),X_=Eo(function(s,u){return s>=u}),oc=zl(function(){return arguments}())?zl:function(s){return or(s)&&kt.call(s,"callee")&&!Al.call(s,"callee")},Ht=se.isArray,K_=h?ht(h):Xs;function ko(s){return s!=null&&uh(s.length)&&!hl(s)}function hr(s){return or(s)&&ko(s)}function Z_(s){return s===!0||s===!1||or(s)&&rr(s)==ct}var nu=Ml||xg,J_=y?ht(y):Uc;function Q_(s){return or(s)&&s.nodeType===1&&!Jf(s)}function eR(s){if(s==null)return!0;if(ko(s)&&(Ht(s)||typeof s=="string"||typeof s.splice=="function"||nu(s)||of(s)||oc(s)))return!s.length;var u=Mi(s);if(u==Mt||u==Jn)return!s.size;if(Kf(s))return!Wo(s).length;for(var w in s)if(kt.call(s,w))return!1;return!0}function tR(s,u){return rl(s,u)}function nR(s,u,w){w=typeof w=="function"?w:n;var O=w?w(s,u):n;return O===n?rl(s,u,n,w):!!O}function fg(s){if(!or(s))return!1;var u=rr(s);return u==yt||u==ft||typeof s.message=="string"&&typeof s.name=="string"&&!Jf(s)}function rR(s){return typeof s=="number"&&ya(s)}function hl(s){if(!qn(s))return!1;var u=rr(s);return u==Qe||u==At||u==ot||u==$i}function Wb(s){return typeof s=="number"&&s==Yt(s)}function uh(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=Ne}function qn(s){var u=typeof s;return s!=null&&(u=="object"||u=="function")}function or(s){return s!=null&&typeof s=="object"}var zb=C?ht(C):Da;function iR(s,u){return s===u||Gu(s,u,tg(u))}function oR(s,u,w){return w=typeof w=="function"?w:n,Gu(s,u,tg(u),w)}function sR(s){return Yb(s)&&s!=+s}function aR(s){if(WP(s))throw new Fe(o);return Wc(s)}function lR(s){return s===null}function uR(s){return s==null}function Yb(s){return typeof s=="number"||or(s)&&rr(s)==Vn}function Jf(s){if(!or(s)||rr(s)!=Hn)return!1;var u=$s(s);if(u===null)return!0;var w=kt.call(u,"constructor")&&u.constructor;return typeof w=="function"&&w instanceof w&&jr.call(w)==_u}var dg=P?ht(P):Ks;function cR(s){return Wb(s)&&s>=-9007199254740991&&s<=Ne}var Gb=F?ht(F):Yl;function ch(s){return typeof s=="string"||!Ht(s)&&or(s)&&rr(s)==sn}function zo(s){return typeof s=="symbol"||or(s)&&rr(s)==fn}var of=j?ht(j):Uo;function fR(s){return s===n}function dR(s){return or(s)&&Mi(s)==ut}function hR(s){return or(s)&&rr(s)==Dn}var pR=Eo(Zi),gR=Eo(function(s,u){return s<=u});function qb(s){if(!s)return[];if(ko(s))return ch(s)?cn(s):Wr(s);if(Xi&&s[Xi])return Ai(s[Xi]());var u=Mi(s),w=u==Mt?fa:u==Jn?mo:sf;return w(s)}function pl(s){if(!s)return s===0?s:0;if(s=Ss(s),s===Pe||s===-1/0){var u=s<0?-1:1;return u*tt}return s===s?s:0}function Yt(s){var u=pl(s),w=u%1;return u===u?w?u-w:u:0}function Xb(s){return s?Ys(Yt(s),0,ke):0}function Ss(s){if(typeof s=="number")return s;if(zo(s))return me;if(qn(s)){var u=typeof s.valueOf=="function"?s.valueOf():s;s=qn(u)?u+"":u}if(typeof s!="string")return s===0?s:+s;s=ze(s);var w=ci.test(s);return w||br.test(s)?js(s.slice(2),w?2:8):_r.test(s)?me:+s}function Kb(s){return Ii(s,Do(s))}function mR(s){return s?Ys(Yt(s),-9007199254740991,Ne):s===0?s:0}function gn(s){return s==null?"":Hr(s)}var vR=_a(function(s,u){if(Kf(u)||ko(u)){Ii(u,ri(u),s);return}for(var w in u)kt.call(u,w)&&$r(s,w,u[w])}),Zb=_a(function(s,u){Ii(u,Do(u),s)}),fh=_a(function(s,u,w,O){Ii(u,Do(u),s,O)}),yR=_a(function(s,u,w,O){Ii(u,ri(u),s,O)}),bR=fl(Vu);function wR(s,u){var w=$o(s);return u==null?w:Bc(w,u)}var xR=Bt(function(s,u){s=rt(s);var w=-1,O=u.length,$=O>2?u[2]:n;for($&&to(u[0],u[1],$)&&(O=1);++w<O;)for(var X=u[w],ie=Do(X),de=-1,ve=ie.length;++de<ve;){var Ve=ie[de],He=s[Ve];(He===n||na(He,In[Ve])&&!kt.call(s,Ve))&&(s[Ve]=X[Ve])}return s}),SR=Bt(function(s){return s.push(n,pb),V(Jb,n,s)});function TR(s,u){return Nr(s,Ct(u,3),Si)}function CR(s,u){return Nr(s,Ct(u,3),Vl)}function ER(s,u){return s==null?s:Yu(s,Ct(u,3),Do)}function kR(s,u){return s==null?s:Hc(s,Ct(u,3),Do)}function DR(s,u){return s&&Si(s,Ct(u,3))}function PR(s,u){return s&&Vl(s,Ct(u,3))}function OR(s){return s==null?[]:Ta(s,ri(s))}function _R(s){return s==null?[]:Ta(s,Do(s))}function hg(s,u,w){var O=s==null?n:gs(s,u);return O===n?w:O}function RR(s,u){return s!=null&&vb(s,u,Hl)}function pg(s,u){return s!=null&&vb(s,u,Ca)}var AR=je(function(s,u,w){u!=null&&typeof u.toString!="function"&&(u=Lo.call(u)),s[u]=w},mg(Po)),IR=je(function(s,u,w){u!=null&&typeof u.toString!="function"&&(u=Lo.call(u)),kt.call(s,u)?s[u].push(w):s[u]=[w]},Ct),MR=Bt(To);function ri(s){return ko(s)?tl(s):Wo(s)}function Do(s){return ko(s)?tl(s,!0):il(s)}function LR(s,u){var w={};return u=Ct(u,3),Si(s,function(O,$,X){xi(w,u(O,$,X),O)}),w}function FR(s,u){var w={};return u=Ct(u,3),Si(s,function(O,$,X){xi(w,$,u(O,$,X))}),w}var NR=_a(function(s,u,w){ms(s,u,w)}),Jb=_a(function(s,u,w,O){ms(s,u,w,O)}),jR=fl(function(s,u){var w={};if(s==null)return w;var O=!1;u=it(u,function(X){return X=Ti(X,s),O||(O=X.length>1),X}),Ii(s,Qp(s),w),O&&(w=Vr(w,m|T|E,AP));for(var $=u.length;$--;)Ur(w,u[$]);return w});function BR(s,u){return Qb(s,lh(Ct(u)))}var $R=fl(function(s,u){return s==null?{}:sl(s,u)});function Qb(s,u){if(s==null)return{};var w=it(Qp(s),function(O){return[O]});return u=Ct(u),Oa(s,w,function(O,$){return u(O,$[0])})}function VR(s,u,w){u=Ti(u,s);var O=-1,$=u.length;for($||($=1,s=n);++O<$;){var X=s==null?n:s[Aa(u[O])];X===n&&(O=$,X=w),s=hl(X)?X.call(s):X}return s}function HR(s,u,w){return s==null?s:Js(s,u,w)}function UR(s,u,w,O){return O=typeof O=="function"?O:n,s==null?s:Js(s,u,w,O)}var e0=nf(ri),t0=nf(Do);function WR(s,u,w){var O=Ht(s),$=O||nu(s)||of(s);if(u=Ct(u,4),w==null){var X=s&&s.constructor;$?w=O?new X:[]:qn(s)?w=hl(X)?$o($s(s)):{}:w={}}return($?te:Si)(s,function(ie,de,ve){return u(w,ie,de,ve)}),w}function zR(s,u){return s==null?!0:Ur(s,u)}function YR(s,u,w){return s==null?s:Kc(s,u,Ql(w))}function GR(s,u,w,O){return O=typeof O=="function"?O:n,s==null?s:Kc(s,u,Ql(w),O)}function sf(s){return s==null?[]:_t(s,ri(s))}function qR(s){return s==null?[]:_t(s,Do(s))}function XR(s,u,w){return w===n&&(w=u,u=n),w!==n&&(w=Ss(w),w=w===w?w:0),u!==n&&(u=Ss(u),u=u===u?u:0),Ys(Ss(s),u,w)}function KR(s,u,w){return u=pl(u),w===n?(w=u,u=0):w=pl(w),s=Ss(s),Ul(s,u,w)}function ZR(s,u,w){if(w&&typeof w!="boolean"&&to(s,u,w)&&(u=w=n),w===n&&(typeof u=="boolean"?(w=u,u=n):typeof s=="boolean"&&(w=s,s=n)),s===n&&u===n?(s=0,u=1):(s=pl(s),u===n?(u=s,s=0):u=pl(u)),s>u){var O=s;s=u,u=O}if(w||s%1||u%1){var $=us();return Gn(s+$*(u-s+ur("1e-"+(($+"").length-1))),u)}return Zs(s,u)}var JR=x(function(s,u,w){return u=u.toLowerCase(),s+(w?n0(u):u)});function n0(s){return gg(gn(s).toLowerCase())}function r0(s){return s=gn(s),s&&s.replace(tr,$n).replace(rs,"")}function QR(s,u,w){s=gn(s),u=Hr(u);var O=s.length;w=w===n?O:Ys(Yt(w),0,O);var $=w;return w-=u.length,w>=0&&s.slice(w,$)==u}function eA(s){return s=gn(s),s&&Wi.test(s)?s.replace(Wt,os):s}function tA(s){return s=gn(s),s&&ui.test(s)?s.replace(yr,"\\$&"):s}var nA=x(function(s,u,w){return s+(w?"-":"")+u.toLowerCase()}),rA=x(function(s,u,w){return s+(w?" ":"")+u.toLowerCase()}),iA=g("toLowerCase");function oA(s,u,w){s=gn(s),u=Yt(u);var O=u?vo(s):0;if(!u||O>=u)return s;var $=(u-O)/2;return xt(Vs($),w)+s+xt(ma($),w)}function sA(s,u,w){s=gn(s),u=Yt(u);var O=u?vo(s):0;return u&&O<u?s+xt(u-O,w):s}function aA(s,u,w){s=gn(s),u=Yt(u);var O=u?vo(s):0;return u&&O<u?xt(u-O,w)+s:s}function lA(s,u,w){return w||u==null?u=0:u&&(u=+u),Iu(gn(s).replace(an,""),u||0)}function uA(s,u,w){return(w?to(s,u,w):u===n)?u=1:u=Yt(u),Xl(gn(s),u)}function cA(){var s=arguments,u=gn(s[0]);return s.length<3?u:u.replace(s[1],s[2])}var fA=x(function(s,u,w){return s+(w?"_":"")+u.toLowerCase()});function dA(s,u,w){return w&&typeof w!="number"&&to(s,u,w)&&(u=w=n),w=w===n?ke:w>>>0,w?(s=gn(s),s&&(typeof u=="string"||u!=null&&!dg(u))&&(u=Hr(u),!u&&Qr(s))?ys(cn(s),0,w):s.split(u,w)):[]}var hA=x(function(s,u,w){return s+(w?" ":"")+gg(u)});function pA(s,u,w){return s=gn(s),w=w==null?0:Ys(Yt(w),0,s.length),u=Hr(u),s.slice(w,w+u.length)==u}function gA(s,u,w){var O=W.templateSettings;w&&to(s,u,w)&&(u=n),s=gn(s),u=fh({},u,O,hb);var $=fh({},u.imports,O.imports,hb),X=ri($),ie=_t($,X),de,ve,Ve=0,He=u.interpolate||zi,Ze="__p += '",at=It((u.escape||zi).source+"|"+He.source+"|"+(He===ai?er:zi).source+"|"+(u.evaluate||zi).source+"|$","g"),bt="//# sourceURL="+(kt.call(u,"sourceURL")?(u.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++rn+"]")+`
|
|
146
|
+
`;s.replace(at,function(Pt,Jt,tn,Yo,no,Go){return tn||(tn=Yo),Ze+=s.slice(Ve,Go).replace(Oi,ca),Jt&&(de=!0,Ze+=`' +
|
|
147
|
+
__e(`+Jt+`) +
|
|
148
|
+
'`),no&&(ve=!0,Ze+=`';
|
|
149
|
+
`+no+`;
|
|
150
|
+
__p += '`),tn&&(Ze+=`' +
|
|
151
|
+
((__t = (`+tn+`)) == null ? '' : __t) +
|
|
152
|
+
'`),Ve=Go+Pt.length,Pt}),Ze+=`';
|
|
153
|
+
`;var Dt=kt.call(u,"variable")&&u.variable;if(!Dt)Ze=`with (obj) {
|
|
154
|
+
`+Ze+`
|
|
155
|
+
}
|
|
156
|
+
`;else if(lo.test(Dt))throw new Fe(c);Ze=(ve?Ze.replace(Ao,""):Ze).replace(Un,"$1").replace(Gr,"$1;"),Ze="function("+(Dt||"obj")+`) {
|
|
157
|
+
`+(Dt?"":`obj || (obj = {});
|
|
158
|
+
`)+"var __t, __p = ''"+(de?", __e = _.escape":"")+(ve?`, __j = Array.prototype.join;
|
|
159
|
+
function print() { __p += __j.call(arguments, '') }
|
|
160
|
+
`:`;
|
|
161
|
+
`)+Ze+`return __p
|
|
162
|
+
}`;var Xt=o0(function(){return st(X,bt+"return "+Ze).apply(n,ie)});if(Xt.source=Ze,fg(Xt))throw Xt;return Xt}function mA(s){return gn(s).toLowerCase()}function vA(s){return gn(s).toUpperCase()}function yA(s,u,w){if(s=gn(s),s&&(w||u===n))return ze(s);if(!s||!(u=Hr(u)))return s;var O=cn(s),$=cn(u),X=vt(O,$),ie=An(O,$)+1;return ys(O,X,ie).join("")}function bA(s,u,w){if(s=gn(s),s&&(w||u===n))return s.slice(0,Rl(s)+1);if(!s||!(u=Hr(u)))return s;var O=cn(s),$=An(O,cn(u))+1;return ys(O,0,$).join("")}function wA(s,u,w){if(s=gn(s),s&&(w||u===n))return s.replace(an,"");if(!s||!(u=Hr(u)))return s;var O=cn(s),$=vt(O,cn(u));return ys(O,$).join("")}function xA(s,u){var w=Ge,O=Le;if(qn(u)){var $="separator"in u?u.separator:$;w="length"in u?Yt(u.length):w,O="omission"in u?Hr(u.omission):O}s=gn(s);var X=s.length;if(Qr(s)){var ie=cn(s);X=ie.length}if(w>=X)return s;var de=w-vo(O);if(de<1)return O;var ve=ie?ys(ie,0,de).join(""):s.slice(0,de);if($===n)return ve+O;if(ie&&(de+=ve.length-de),dg($)){if(s.slice(de).search($)){var Ve,He=ve;for($.global||($=It($.source,gn(Or.exec($))+"g")),$.lastIndex=0;Ve=$.exec(He);)var Ze=Ve.index;ve=ve.slice(0,Ze===n?de:Ze)}}else if(s.indexOf(Hr($),de)!=de){var at=ve.lastIndexOf($);at>-1&&(ve=ve.slice(0,at))}return ve+O}function SA(s){return s=gn(s),s&&si.test(s)?s.replace(Qn,ha):s}var TA=x(function(s,u,w){return s+(w?" ":"")+u.toUpperCase()}),gg=g("toUpperCase");function i0(s,u,w){return s=gn(s),u=w?n:u,u===n?za(s)?fe(s):Lt(s):s.match(u)||[]}var o0=Bt(function(s,u){try{return V(s,n,u)}catch(w){return fg(w)?w:new Fe(w)}}),CA=fl(function(s,u){return te(u,function(w){w=Aa(w),xi(s,w,ug(s[w],s))}),s});function EA(s){var u=s==null?0:s.length,w=Ct();return s=u?it(s,function(O){if(typeof O[1]!="function")throw new Vt(a);return[w(O[0]),O[1]]}):[],Bt(function(O){for(var $=-1;++$<u;){var X=s[$];if(V(X[0],this,O))return V(X[1],this,O)}})}function kA(s){return Hu(Vr(s,m))}function mg(s){return function(){return s}}function DA(s,u){return s==null||s!==s?u:s}var PA=re(),OA=re(!0);function Po(s){return s}function vg(s){return Gl(typeof s=="function"?s:Vr(s,m))}function _A(s){return Co(Vr(s,m))}function RA(s,u){return ol(s,Vr(u,m))}var AA=Bt(function(s,u){return function(w){return To(w,s,u)}}),IA=Bt(function(s,u){return function(w){return To(s,w,u)}});function yg(s,u,w){var O=ri(u),$=Ta(u,O);w==null&&!(qn(u)&&($.length||!O.length))&&(w=u,u=s,s=this,$=Ta(u,ri(u)));var X=!(qn(w)&&"chain"in w)||!!w.chain,ie=hl(s);return te($,function(de){var ve=u[de];s[de]=ve,ie&&(s.prototype[de]=function(){var Ve=this.__chain__;if(X||Ve){var He=s(this.__wrapped__),Ze=He.__actions__=Wr(this.__actions__);return Ze.push({func:ve,args:arguments,thisArg:s}),He.__chain__=Ve,He}return ve.apply(s,Tt([this.value()],arguments))})}),s}function MA(){return ln._===this&&(ln._=Ru),this}function bg(){}function LA(s){return s=Yt(s),Bt(function(u){return Pa(u,s)})}var FA=nt(it),NA=nt(De),jA=nt(un);function s0(s){return rg(s)?D(Aa(s)):zc(s)}function BA(s){return function(u){return s==null?n:gs(s,u)}}var $A=ir(),VA=ir(!0);function wg(){return[]}function xg(){return!1}function HA(){return{}}function UA(){return""}function WA(){return!0}function zA(s,u){if(s=Yt(s),s<1||s>Ne)return[];var w=ke,O=Gn(s,ke);u=Ct(u),s-=ke;for(var $=be(O,u);++w<s;)u(w);return $}function YA(s){return Ht(s)?it(s,Aa):zo(s)?[s]:Wr(kb(gn(s)))}function GA(s){var u=++Ou;return gn(s)+u}var qA=Ye(function(s,u){return s+u},0),XA=eo("ceil"),KA=Ye(function(s,u){return s/u},1),ZA=eo("floor");function JA(s){return s&&s.length?$l(s,Po,qs):n}function QA(s,u){return s&&s.length?$l(s,Ct(u,2),qs):n}function eI(s){return Sr(s,Po)}function tI(s,u){return Sr(s,Ct(u,2))}function nI(s){return s&&s.length?$l(s,Po,Zi):n}function rI(s,u){return s&&s.length?$l(s,Ct(u,2),Zi):n}var iI=Ye(function(s,u){return s*u},1),oI=eo("round"),sI=Ye(function(s,u){return s-u},0);function aI(s){return s&&s.length?ye(s,Po):0}function lI(s,u){return s&&s.length?ye(s,Ct(u,2)):0}return W.after=__,W.ary=Nb,W.assign=vR,W.assignIn=Zb,W.assignInWith=fh,W.assignWith=yR,W.at=bR,W.before=jb,W.bind=ug,W.bindAll=CA,W.bindKey=Bb,W.castArray=H_,W.chain=Mb,W.chunk=ZP,W.compact=JP,W.concat=QP,W.cond=EA,W.conforms=kA,W.constant=mg,W.countBy=a_,W.create=wR,W.curry=$b,W.curryRight=Vb,W.debounce=Hb,W.defaults=xR,W.defaultsDeep=SR,W.defer=R_,W.delay=A_,W.difference=eO,W.differenceBy=tO,W.differenceWith=nO,W.drop=rO,W.dropRight=iO,W.dropRightWhile=oO,W.dropWhile=sO,W.fill=aO,W.filter=u_,W.flatMap=d_,W.flatMapDeep=h_,W.flatMapDepth=p_,W.flatten=_b,W.flattenDeep=lO,W.flattenDepth=uO,W.flip=I_,W.flow=PA,W.flowRight=OA,W.fromPairs=cO,W.functions=OR,W.functionsIn=_R,W.groupBy=g_,W.initial=dO,W.intersection=hO,W.intersectionBy=pO,W.intersectionWith=gO,W.invert=AR,W.invertBy=IR,W.invokeMap=v_,W.iteratee=vg,W.keyBy=y_,W.keys=ri,W.keysIn=Do,W.map=oh,W.mapKeys=LR,W.mapValues=FR,W.matches=_A,W.matchesProperty=RA,W.memoize=ah,W.merge=NR,W.mergeWith=Jb,W.method=AA,W.methodOf=IA,W.mixin=yg,W.negate=lh,W.nthArg=LA,W.omit=jR,W.omitBy=BR,W.once=M_,W.orderBy=b_,W.over=FA,W.overArgs=L_,W.overEvery=NA,W.overSome=jA,W.partial=cg,W.partialRight=Ub,W.partition=w_,W.pick=$R,W.pickBy=Qb,W.property=s0,W.propertyOf=BA,W.pull=bO,W.pullAll=Ab,W.pullAllBy=wO,W.pullAllWith=xO,W.pullAt=SO,W.range=$A,W.rangeRight=VA,W.rearg=F_,W.reject=T_,W.remove=TO,W.rest=N_,W.reverse=ag,W.sampleSize=E_,W.set=HR,W.setWith=UR,W.shuffle=k_,W.slice=CO,W.sortBy=O_,W.sortedUniq=RO,W.sortedUniqBy=AO,W.split=dA,W.spread=j_,W.tail=IO,W.take=MO,W.takeRight=LO,W.takeRightWhile=FO,W.takeWhile=NO,W.tap=JO,W.throttle=B_,W.thru=ih,W.toArray=qb,W.toPairs=e0,W.toPairsIn=t0,W.toPath=YA,W.toPlainObject=Kb,W.transform=WR,W.unary=$_,W.union=jO,W.unionBy=BO,W.unionWith=$O,W.uniq=VO,W.uniqBy=HO,W.uniqWith=UO,W.unset=zR,W.unzip=lg,W.unzipWith=Ib,W.update=YR,W.updateWith=GR,W.values=sf,W.valuesIn=qR,W.without=WO,W.words=i0,W.wrap=V_,W.xor=zO,W.xorBy=YO,W.xorWith=GO,W.zip=qO,W.zipObject=XO,W.zipObjectDeep=KO,W.zipWith=ZO,W.entries=e0,W.entriesIn=t0,W.extend=Zb,W.extendWith=fh,yg(W,W),W.add=qA,W.attempt=o0,W.camelCase=JR,W.capitalize=n0,W.ceil=XA,W.clamp=XR,W.clone=U_,W.cloneDeep=z_,W.cloneDeepWith=Y_,W.cloneWith=W_,W.conformsTo=G_,W.deburr=r0,W.defaultTo=DA,W.divide=KA,W.endsWith=QR,W.eq=na,W.escape=eA,W.escapeRegExp=tA,W.every=l_,W.find=c_,W.findIndex=Pb,W.findKey=TR,W.findLast=f_,W.findLastIndex=Ob,W.findLastKey=CR,W.floor=ZA,W.forEach=Lb,W.forEachRight=Fb,W.forIn=ER,W.forInRight=kR,W.forOwn=DR,W.forOwnRight=PR,W.get=hg,W.gt=q_,W.gte=X_,W.has=RR,W.hasIn=pg,W.head=Rb,W.identity=Po,W.includes=m_,W.indexOf=fO,W.inRange=KR,W.invoke=MR,W.isArguments=oc,W.isArray=Ht,W.isArrayBuffer=K_,W.isArrayLike=ko,W.isArrayLikeObject=hr,W.isBoolean=Z_,W.isBuffer=nu,W.isDate=J_,W.isElement=Q_,W.isEmpty=eR,W.isEqual=tR,W.isEqualWith=nR,W.isError=fg,W.isFinite=rR,W.isFunction=hl,W.isInteger=Wb,W.isLength=uh,W.isMap=zb,W.isMatch=iR,W.isMatchWith=oR,W.isNaN=sR,W.isNative=aR,W.isNil=uR,W.isNull=lR,W.isNumber=Yb,W.isObject=qn,W.isObjectLike=or,W.isPlainObject=Jf,W.isRegExp=dg,W.isSafeInteger=cR,W.isSet=Gb,W.isString=ch,W.isSymbol=zo,W.isTypedArray=of,W.isUndefined=fR,W.isWeakMap=dR,W.isWeakSet=hR,W.join=mO,W.kebabCase=nA,W.last=xs,W.lastIndexOf=vO,W.lowerCase=rA,W.lowerFirst=iA,W.lt=pR,W.lte=gR,W.max=JA,W.maxBy=QA,W.mean=eI,W.meanBy=tI,W.min=nI,W.minBy=rI,W.stubArray=wg,W.stubFalse=xg,W.stubObject=HA,W.stubString=UA,W.stubTrue=WA,W.multiply=iI,W.nth=yO,W.noConflict=MA,W.noop=bg,W.now=sh,W.pad=oA,W.padEnd=sA,W.padStart=aA,W.parseInt=lA,W.random=ZR,W.reduce=x_,W.reduceRight=S_,W.repeat=uA,W.replace=cA,W.result=VR,W.round=oI,W.runInContext=K,W.sample=C_,W.size=D_,W.snakeCase=fA,W.some=P_,W.sortedIndex=EO,W.sortedIndexBy=kO,W.sortedIndexOf=DO,W.sortedLastIndex=PO,W.sortedLastIndexBy=OO,W.sortedLastIndexOf=_O,W.startCase=hA,W.startsWith=pA,W.subtract=sI,W.sum=aI,W.sumBy=lI,W.template=gA,W.times=zA,W.toFinite=pl,W.toInteger=Yt,W.toLength=Xb,W.toLower=mA,W.toNumber=Ss,W.toSafeInteger=mR,W.toString=gn,W.toUpper=vA,W.trim=yA,W.trimEnd=bA,W.trimStart=wA,W.truncate=xA,W.unescape=SA,W.uniqueId=GA,W.upperCase=TA,W.upperFirst=gg,W.each=Lb,W.eachRight=Fb,W.first=Rb,yg(W,function(){var s={};return Si(W,function(u,w){kt.call(W.prototype,w)||(s[w]=u)}),s}(),{chain:!1}),W.VERSION=r,te(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){W[s].placeholder=W}),te(["drop","take"],function(s,u){$t.prototype[s]=function(w){w=w===n?1:wn(Yt(w),0);var O=this.__filtered__&&!u?new $t(this):this.clone();return O.__filtered__?O.__takeCount__=Gn(w,O.__takeCount__):O.__views__.push({size:Gn(w,ke),type:s+(O.__dir__<0?"Right":"")}),O},$t.prototype[s+"Right"]=function(w){return this.reverse()[s](w).reverse()}}),te(["filter","map","takeWhile"],function(s,u){var w=u+1,O=w==Ue||w==Ce;$t.prototype[s]=function($){var X=this.clone();return X.__iteratees__.push({iteratee:Ct($,3),type:w}),X.__filtered__=X.__filtered__||O,X}}),te(["head","last"],function(s,u){var w="take"+(u?"Right":"");$t.prototype[s]=function(){return this[w](1).value()[0]}}),te(["initial","tail"],function(s,u){var w="drop"+(u?"":"Right");$t.prototype[s]=function(){return this.__filtered__?new $t(this):this[w](1)}}),$t.prototype.compact=function(){return this.filter(Po)},$t.prototype.find=function(s){return this.filter(s).head()},$t.prototype.findLast=function(s){return this.reverse().find(s)},$t.prototype.invokeMap=Bt(function(s,u){return typeof s=="function"?new $t(this):this.map(function(w){return To(w,s,u)})}),$t.prototype.reject=function(s){return this.filter(lh(Ct(s)))},$t.prototype.slice=function(s,u){s=Yt(s);var w=this;return w.__filtered__&&(s>0||u<0)?new $t(w):(s<0?w=w.takeRight(-s):s&&(w=w.drop(s)),u!==n&&(u=Yt(u),w=u<0?w.dropRight(-u):w.take(u-s)),w)},$t.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},$t.prototype.toArray=function(){return this.take(ke)},Si($t.prototype,function(s,u){var w=/^(?:filter|find|map|reject)|While$/.test(u),O=/^(?:head|last)$/.test(u),$=W[O?"take"+(u=="last"?"Right":""):u],X=O||/^find/.test(u);$&&(W.prototype[u]=function(){var ie=this.__wrapped__,de=O?[1]:arguments,ve=ie instanceof $t,Ve=de[0],He=ve||Ht(ie),Ze=function(Jt){var tn=$.apply(W,Tt([Jt],de));return O&&at?tn[0]:tn};He&&w&&typeof Ve=="function"&&Ve.length!=1&&(ve=He=!1);var at=this.__chain__,bt=!!this.__actions__.length,Dt=X&&!at,Xt=ve&&!bt;if(!X&&He){ie=Xt?ie:new $t(this);var Pt=s.apply(ie,de);return Pt.__actions__.push({func:ih,args:[Ze],thisArg:n}),new Tr(Pt,at)}return Dt&&Xt?s.apply(this,de):(Pt=this.thru(Ze),Dt?O?Pt.value()[0]:Pt.value():Pt)})}),te(["pop","push","shift","sort","splice","unshift"],function(s){var u=Yn[s],w=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",O=/^(?:pop|shift)$/.test(s);W.prototype[s]=function(){var $=arguments;if(O&&!this.__chain__){var X=this.value();return u.apply(Ht(X)?X:[],$)}return this[w](function(ie){return u.apply(Ht(ie)?ie:[],$)})}}),Si($t.prototype,function(s,u){var w=W[u];if(w){var O=w.name+"";kt.call(Hs,O)||(Hs[O]=[]),Hs[O].push({name:u,func:w})}}),Hs[we(n,_).name]=[{name:"wrapper",func:n}],$t.prototype.clone=Fl,$t.prototype.reverse=Qa,$t.prototype.value=Nl,W.prototype.at=QO,W.prototype.chain=e_,W.prototype.commit=t_,W.prototype.next=n_,W.prototype.plant=i_,W.prototype.reverse=o_,W.prototype.toJSON=W.prototype.valueOf=W.prototype.value=s_,W.prototype.first=W.prototype.head,Xi&&(W.prototype[Xi]=r_),W},Ee=Se();yi?((yi.exports=Ee)._=Ee,Mo._=Ee):ln._=Ee}).call(Ei)})(bp,bp.exports);var qD=bp.exports;const y6=Cu(qD);function O1(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t}function b6(t){var e=t.lastRenderedStartIndex,n=t.lastRenderedStopIndex,r=t.startIndex,i=t.stopIndex;return!(r>n||i<e)}function w6(t){for(var e=t.isItemLoaded,n=t.itemCount,r=t.minimumBatchSize,i=t.startIndex,o=t.stopIndex,a=[],c=null,f=null,p=i;p<=o;p++){var b=e(p);b?f!==null&&(a.push(c,f),c=f=null):(f=p,c===null&&(c=p))}if(f!==null){for(var m=Math.min(Math.max(f,c+r-1),n-1),T=f+1;T<=m&&!e(T);T++)f=T;a.push(c,f)}if(a.length)for(;a[1]-a[0]+1<r&&a[0]>0;){var E=a[0]-1;if(!e(E))a[0]=E;else break}return a}var x6=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},S6=function(){function t(e,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),T6=function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)},_1=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:t},C6=function(t){T6(e,t);function e(){var n,r,i,o;x6(this,e);for(var a=arguments.length,c=Array(a),f=0;f<a;f++)c[f]=arguments[f];return o=(r=(i=_1(this,(n=e.__proto__||Object.getPrototypeOf(e)).call.apply(n,[this].concat(c))),i),i._lastRenderedStartIndex=-1,i._lastRenderedStopIndex=-1,i._memoizedUnloadedRanges=[],i._onItemsRendered=function(p){var b=p.visibleStartIndex,m=p.visibleStopIndex;process.env.NODE_ENV!=="production"&&((!O1(b)||!O1(m))&&console.warn("Invalid onItemsRendered signature; please refer to InfiniteLoader documentation."),typeof i.props.loadMoreRows=="function"&&console.warn('InfiniteLoader "loadMoreRows" prop has been renamed to "loadMoreItems".')),i._lastRenderedStartIndex=b,i._lastRenderedStopIndex=m,i._ensureRowsLoaded(b,m)},i._setRef=function(p){i._listRef=p},r),_1(i,o)}return S6(e,[{key:"resetloadMoreItemsCache",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;this._memoizedUnloadedRanges=[],r&&this._ensureRowsLoaded(this._lastRenderedStartIndex,this._lastRenderedStopIndex)}},{key:"componentDidMount",value:function(){process.env.NODE_ENV!=="production"&&this._listRef==null&&console.warn("Invalid list ref; please refer to InfiniteLoader documentation.")}},{key:"render",value:function(){var r=this.props.children;return r({onItemsRendered:this._onItemsRendered,ref:this._setRef})}},{key:"_ensureRowsLoaded",value:function(r,i){var o=this.props,a=o.isItemLoaded,c=o.itemCount,f=o.minimumBatchSize,p=f===void 0?10:f,b=o.threshold,m=b===void 0?15:b,T=w6({isItemLoaded:a,itemCount:c,minimumBatchSize:p,startIndex:Math.max(0,r-m),stopIndex:Math.min(c-1,i+m)});(this._memoizedUnloadedRanges.length!==T.length||this._memoizedUnloadedRanges.some(function(E,A){return T[A]!==E}))&&(this._memoizedUnloadedRanges=T,this._loadUnloadedRanges(T))}},{key:"_loadUnloadedRanges",value:function(r){for(var i=this,o=this.props.loadMoreItems||this.props.loadMoreRows,a=function(p){var b=r[p],m=r[p+1],T=o(b,m);T!=null&&T.then(function(){if(b6({lastRenderedStartIndex:i._lastRenderedStartIndex,lastRenderedStopIndex:i._lastRenderedStopIndex,startIndex:b,stopIndex:m})){if(i._listRef==null)return;typeof i._listRef.resetAfterIndex=="function"?i._listRef.resetAfterIndex(b,!0):(typeof i._listRef._getItemStyleCache=="function"&&i._listRef._getItemStyleCache(-1),i._listRef.forceUpdate())}})},c=0;c<r.length;c+=2)a(c)}}]),e}(q.PureComponent),XD={exports:{}};/*!
|
|
163
|
+
* jQuery JavaScript Library v3.7.1
|
|
164
|
+
* https://jquery.com/
|
|
165
|
+
*
|
|
166
|
+
* Copyright OpenJS Foundation and other contributors
|
|
167
|
+
* Released under the MIT license
|
|
168
|
+
* https://jquery.org/license
|
|
169
|
+
*
|
|
170
|
+
* Date: 2023-08-28T13:37Z
|
|
171
|
+
*/(function(t){(function(e,n){t.exports=e.document?n(e,!0):function(r){if(!r.document)throw new Error("jQuery requires a window with a document");return n(r)}})(typeof window<"u"?window:Ei,function(e,n){var r=[],i=Object.getPrototypeOf,o=r.slice,a=r.flat?function(h){return r.flat.call(h)}:function(h){return r.concat.apply([],h)},c=r.push,f=r.indexOf,p={},b=p.toString,m=p.hasOwnProperty,T=m.toString,E=T.call(Object),A={},I=function(y){return typeof y=="function"&&typeof y.nodeType!="number"&&typeof y.item!="function"},M=function(y){return y!=null&&y===y.window},_=e.document,H={type:!0,src:!0,nonce:!0,noModule:!0};function Y(h,y,C){C=C||_;var P,F,j=C.createElement("script");if(j.text=h,y)for(P in H)F=y[P]||y.getAttribute&&y.getAttribute(P),F&&j.setAttribute(P,F);C.head.appendChild(j).parentNode.removeChild(j)}function ne(h){return h==null?h+"":typeof h=="object"||typeof h=="function"?p[b.call(h)]||"object":typeof h}var Z="3.7.1",ce=/HTML$/i,S=function(h,y){return new S.fn.init(h,y)};S.fn=S.prototype={jquery:Z,constructor:S,length:0,toArray:function(){return o.call(this)},get:function(h){return h==null?o.call(this):h<0?this[h+this.length]:this[h]},pushStack:function(h){var y=S.merge(this.constructor(),h);return y.prevObject=this,y},each:function(h){return S.each(this,h)},map:function(h){return this.pushStack(S.map(this,function(y,C){return h.call(y,C,y)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(S.grep(this,function(h,y){return(y+1)%2}))},odd:function(){return this.pushStack(S.grep(this,function(h,y){return y%2}))},eq:function(h){var y=this.length,C=+h+(h<0?y:0);return this.pushStack(C>=0&&C<y?[this[C]]:[])},end:function(){return this.prevObject||this.constructor()},push:c,sort:r.sort,splice:r.splice},S.extend=S.fn.extend=function(){var h,y,C,P,F,j,V=arguments[0]||{},oe=1,te=arguments.length,pe=!1;for(typeof V=="boolean"&&(pe=V,V=arguments[oe]||{},oe++),typeof V!="object"&&!I(V)&&(V={}),oe===te&&(V=this,oe--);oe<te;oe++)if((h=arguments[oe])!=null)for(y in h)P=h[y],!(y==="__proto__"||V===P)&&(pe&&P&&(S.isPlainObject(P)||(F=Array.isArray(P)))?(C=V[y],F&&!Array.isArray(C)?j=[]:!F&&!S.isPlainObject(C)?j={}:j=C,F=!1,V[y]=S.extend(pe,j,P)):P!==void 0&&(V[y]=P));return V},S.extend({expando:"jQuery"+(Z+Math.random()).replace(/\D/g,""),isReady:!0,error:function(h){throw new Error(h)},noop:function(){},isPlainObject:function(h){var y,C;return!h||b.call(h)!=="[object Object]"?!1:(y=i(h),y?(C=m.call(y,"constructor")&&y.constructor,typeof C=="function"&&T.call(C)===E):!0)},isEmptyObject:function(h){var y;for(y in h)return!1;return!0},globalEval:function(h,y,C){Y(h,{nonce:y&&y.nonce},C)},each:function(h,y){var C,P=0;if(ue(h))for(C=h.length;P<C&&y.call(h[P],P,h[P])!==!1;P++);else for(P in h)if(y.call(h[P],P,h[P])===!1)break;return h},text:function(h){var y,C="",P=0,F=h.nodeType;if(!F)for(;y=h[P++];)C+=S.text(y);return F===1||F===11?h.textContent:F===9?h.documentElement.textContent:F===3||F===4?h.nodeValue:C},makeArray:function(h,y){var C=y||[];return h!=null&&(ue(Object(h))?S.merge(C,typeof h=="string"?[h]:h):c.call(C,h)),C},inArray:function(h,y,C){return y==null?-1:f.call(y,h,C)},isXMLDoc:function(h){var y=h&&h.namespaceURI,C=h&&(h.ownerDocument||h).documentElement;return!ce.test(y||C&&C.nodeName||"HTML")},merge:function(h,y){for(var C=+y.length,P=0,F=h.length;P<C;P++)h[F++]=y[P];return h.length=F,h},grep:function(h,y,C){for(var P,F=[],j=0,V=h.length,oe=!C;j<V;j++)P=!y(h[j],j),P!==oe&&F.push(h[j]);return F},map:function(h,y,C){var P,F,j=0,V=[];if(ue(h))for(P=h.length;j<P;j++)F=y(h[j],j,C),F!=null&&V.push(F);else for(j in h)F=y(h[j],j,C),F!=null&&V.push(F);return a(V)},guid:1,support:A}),typeof Symbol=="function"&&(S.fn[Symbol.iterator]=r[Symbol.iterator]),S.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(h,y){p["[object "+y+"]"]=y.toLowerCase()});function ue(h){var y=!!h&&"length"in h&&h.length,C=ne(h);return I(h)||M(h)?!1:C==="array"||y===0||typeof y=="number"&&y>0&&y-1 in h}function ae(h,y){return h.nodeName&&h.nodeName.toLowerCase()===y.toLowerCase()}var Ge=r.pop,Le=r.sort,Me=r.splice,$e="[\\x20\\t\\r\\n\\f]",Ue=new RegExp("^"+$e+"+|((?:^|[^\\\\])(?:\\\\.)*)"+$e+"+$","g");S.contains=function(h,y){var C=y&&y.parentNode;return h===C||!!(C&&C.nodeType===1&&(h.contains?h.contains(C):h.compareDocumentPosition&&h.compareDocumentPosition(C)&16))};var he=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function Ce(h,y){return y?h==="\0"?"�":h.slice(0,-1)+"\\"+h.charCodeAt(h.length-1).toString(16)+" ":"\\"+h}S.escapeSelector=function(h){return(h+"").replace(he,Ce)};var Pe=_,Ne=c;(function(){var h,y,C,P,F,j=Ne,V,oe,te,pe,De,Re=S.expando,xe=0,Be=0,it=An(),Tt=An(),Et=An(),Rn=An(),un=function(J,fe){return J===fe&&(F=!0),0},Lr="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",Fr="(?:\\\\[\\da-fA-F]{1,6}"+$e+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Lt="\\["+$e+"*("+Fr+")(?:"+$e+"*([*^$|!~]?=)"+$e+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+Fr+"))|)"+$e+"*\\]",Nr=":("+Fr+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+Lt+")*)|.*)\\)|)",jt=new RegExp($e+"+","g"),Qt=new RegExp("^"+$e+"*,"+$e+"*"),ho=new RegExp("^"+$e+"*([>+~]|"+$e+")"+$e+"*"),po=new RegExp($e+"|>"),Sr=new RegExp(Nr),D=new RegExp("^"+Fr+"$"),L={ID:new RegExp("^#("+Fr+")"),CLASS:new RegExp("^\\.("+Fr+")"),TAG:new RegExp("^("+Fr+"|[*])"),ATTR:new RegExp("^"+Lt),PSEUDO:new RegExp("^"+Nr),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+$e+"*(even|odd|(([+-]|)(\\d*)n|)"+$e+"*(?:([+-]|)"+$e+"*(\\d+)|))"+$e+"*\\)|)","i"),bool:new RegExp("^(?:"+Lr+")$","i"),needsContext:new RegExp("^"+$e+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+$e+"*((?:-\\d)?\\d*)"+$e+"*\\)|)(?=[^-]|$)","i")},U=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,ye=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,be=/[+~]/,Ie=new RegExp("\\\\[\\da-fA-F]{1,6}"+$e+"?|\\\\([^\\r\\n\\f])","g"),ze=function(J,fe){var Se="0x"+J.slice(1)-65536;return fe||(Se<0?String.fromCharCode(Se+65536):String.fromCharCode(Se>>10|55296,Se&1023|56320))},ht=function(){Ai()},_t=mo(function(J){return J.disabled===!0&&ae(J,"fieldset")},{dir:"parentNode",next:"legend"});function St(){try{return V.activeElement}catch{}}try{j.apply(r=o.call(Pe.childNodes),Pe.childNodes),r[Pe.childNodes.length].nodeType}catch{j={apply:function(fe,Se){Ne.apply(fe,o.call(Se))},call:function(fe){Ne.apply(fe,o.call(arguments,1))}}}function vt(J,fe,Se,Ee){var K,le,se,Ae,Fe,st,lt,rt=fe&&fe.ownerDocument,It=fe?fe.nodeType:9;if(Se=Se||[],typeof J!="string"||!J||It!==1&&It!==9&&It!==11)return Se;if(!Ee&&(Ai(fe),fe=fe||V,te)){if(It!==11&&(Fe=ye.exec(J)))if(K=Fe[1]){if(It===9)if(se=fe.getElementById(K)){if(se.id===K)return j.call(Se,se),Se}else return Se;else if(rt&&(se=rt.getElementById(K))&&vt.contains(fe,se)&&se.id===K)return j.call(Se,se),Se}else{if(Fe[2])return j.apply(Se,fe.getElementsByTagName(J)),Se;if((K=Fe[3])&&fe.getElementsByClassName)return j.apply(Se,fe.getElementsByClassName(K)),Se}if(!Rn[J+" "]&&(!pe||!pe.test(J))){if(lt=J,rt=fe,It===1&&(po.test(J)||ho.test(J))){for(rt=be.test(J)&&za(fe.parentNode)||fe,(rt!=fe||!A.scope)&&((Ae=fe.getAttribute("id"))?Ae=S.escapeSelector(Ae):fe.setAttribute("id",Ae=Re)),st=ss(J),le=st.length;le--;)st[le]=(Ae?"#"+Ae:":scope")+" "+ei(st[le]);lt=st.join(",")}try{return j.apply(Se,rt.querySelectorAll(lt)),Se}catch{Rn(J,!0)}finally{Ae===Re&&fe.removeAttribute("id")}}}return Bs(J.replace(Ue,"$1"),fe,Se,Ee)}function An(){var J=[];function fe(Se,Ee){return J.push(Se+" ")>y.cacheLength&&delete fe[J.shift()],fe[Se+" "]=Ee}return fe}function bn(J){return J[Re]=!0,J}function $n(J){var fe=V.createElement("fieldset");try{return!!J(fe)}catch{return!1}finally{fe.parentNode&&fe.parentNode.removeChild(fe),fe=null}}function os(J){return function(fe){return ae(fe,"input")&&fe.type===J}}function ca(J){return function(fe){return(ae(fe,"input")||ae(fe,"button"))&&fe.type===J}}function go(J){return function(fe){return"form"in fe?fe.parentNode&&fe.disabled===!1?"label"in fe?"label"in fe.parentNode?fe.parentNode.disabled===J:fe.disabled===J:fe.isDisabled===J||fe.isDisabled!==!J&&_t(fe)===J:fe.disabled===J:"label"in fe?fe.disabled===J:!1}}function Qr(J){return bn(function(fe){return fe=+fe,bn(function(Se,Ee){for(var K,le=J([],Se.length,fe),se=le.length;se--;)Se[K=le[se]]&&(Se[K]=!(Ee[K]=Se[K]))})})}function za(J){return J&&typeof J.getElementsByTagName<"u"&&J}function Ai(J){var fe,Se=J?J.ownerDocument||J:Pe;return Se==V||Se.nodeType!==9||!Se.documentElement||(V=Se,oe=V.documentElement,te=!S.isXMLDoc(V),De=oe.matches||oe.webkitMatchesSelector||oe.msMatchesSelector,oe.msMatchesSelector&&Pe!=V&&(fe=V.defaultView)&&fe.top!==fe&&fe.addEventListener("unload",ht),A.getById=$n(function(Ee){return oe.appendChild(Ee).id=S.expando,!V.getElementsByName||!V.getElementsByName(S.expando).length}),A.disconnectedMatch=$n(function(Ee){return De.call(Ee,"*")}),A.scope=$n(function(){return V.querySelectorAll(":scope")}),A.cssHas=$n(function(){try{return V.querySelector(":has(*,:jqfake)"),!1}catch{return!0}}),A.getById?(y.filter.ID=function(Ee){var K=Ee.replace(Ie,ze);return function(le){return le.getAttribute("id")===K}},y.find.ID=function(Ee,K){if(typeof K.getElementById<"u"&&te){var le=K.getElementById(Ee);return le?[le]:[]}}):(y.filter.ID=function(Ee){var K=Ee.replace(Ie,ze);return function(le){var se=typeof le.getAttributeNode<"u"&&le.getAttributeNode("id");return se&&se.value===K}},y.find.ID=function(Ee,K){if(typeof K.getElementById<"u"&&te){var le,se,Ae,Fe=K.getElementById(Ee);if(Fe){if(le=Fe.getAttributeNode("id"),le&&le.value===Ee)return[Fe];for(Ae=K.getElementsByName(Ee),se=0;Fe=Ae[se++];)if(le=Fe.getAttributeNode("id"),le&&le.value===Ee)return[Fe]}return[]}}),y.find.TAG=function(Ee,K){return typeof K.getElementsByTagName<"u"?K.getElementsByTagName(Ee):K.querySelectorAll(Ee)},y.find.CLASS=function(Ee,K){if(typeof K.getElementsByClassName<"u"&&te)return K.getElementsByClassName(Ee)},pe=[],$n(function(Ee){var K;oe.appendChild(Ee).innerHTML="<a id='"+Re+"' href='' disabled='disabled'></a><select id='"+Re+"-\r\\' disabled='disabled'><option selected=''></option></select>",Ee.querySelectorAll("[selected]").length||pe.push("\\["+$e+"*(?:value|"+Lr+")"),Ee.querySelectorAll("[id~="+Re+"-]").length||pe.push("~="),Ee.querySelectorAll("a#"+Re+"+*").length||pe.push(".#.+[+~]"),Ee.querySelectorAll(":checked").length||pe.push(":checked"),K=V.createElement("input"),K.setAttribute("type","hidden"),Ee.appendChild(K).setAttribute("name","D"),oe.appendChild(Ee).disabled=!0,Ee.querySelectorAll(":disabled").length!==2&&pe.push(":enabled",":disabled"),K=V.createElement("input"),K.setAttribute("name",""),Ee.appendChild(K),Ee.querySelectorAll("[name='']").length||pe.push("\\["+$e+"*name"+$e+"*="+$e+`*(?:''|"")`)}),A.cssHas||pe.push(":has"),pe=pe.length&&new RegExp(pe.join("|")),un=function(Ee,K){if(Ee===K)return F=!0,0;var le=!Ee.compareDocumentPosition-!K.compareDocumentPosition;return le||(le=(Ee.ownerDocument||Ee)==(K.ownerDocument||K)?Ee.compareDocumentPosition(K):1,le&1||!A.sortDetached&&K.compareDocumentPosition(Ee)===le?Ee===V||Ee.ownerDocument==Pe&&vt.contains(Pe,Ee)?-1:K===V||K.ownerDocument==Pe&&vt.contains(Pe,K)?1:P?f.call(P,Ee)-f.call(P,K):0:le&4?-1:1)}),V}vt.matches=function(J,fe){return vt(J,null,null,fe)},vt.matchesSelector=function(J,fe){if(Ai(J),te&&!Rn[fe+" "]&&(!pe||!pe.test(fe)))try{var Se=De.call(J,fe);if(Se||A.disconnectedMatch||J.document&&J.document.nodeType!==11)return Se}catch{Rn(fe,!0)}return vt(fe,V,null,[J]).length>0},vt.contains=function(J,fe){return(J.ownerDocument||J)!=V&&Ai(J),S.contains(J,fe)},vt.attr=function(J,fe){(J.ownerDocument||J)!=V&&Ai(J);var Se=y.attrHandle[fe.toLowerCase()],Ee=Se&&m.call(y.attrHandle,fe.toLowerCase())?Se(J,fe,!te):void 0;return Ee!==void 0?Ee:J.getAttribute(fe)},vt.error=function(J){throw new Error("Syntax error, unrecognized expression: "+J)},S.uniqueSort=function(J){var fe,Se=[],Ee=0,K=0;if(F=!A.sortStable,P=!A.sortStable&&o.call(J,0),Le.call(J,un),F){for(;fe=J[K++];)fe===J[K]&&(Ee=Se.push(K));for(;Ee--;)Me.call(J,Se[Ee],1)}return P=null,J},S.fn.uniqueSort=function(){return this.pushStack(S.uniqueSort(o.apply(this)))},y=S.expr={cacheLength:50,createPseudo:bn,match:L,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(J){return J[1]=J[1].replace(Ie,ze),J[3]=(J[3]||J[4]||J[5]||"").replace(Ie,ze),J[2]==="~="&&(J[3]=" "+J[3]+" "),J.slice(0,4)},CHILD:function(J){return J[1]=J[1].toLowerCase(),J[1].slice(0,3)==="nth"?(J[3]||vt.error(J[0]),J[4]=+(J[4]?J[5]+(J[6]||1):2*(J[3]==="even"||J[3]==="odd")),J[5]=+(J[7]+J[8]||J[3]==="odd")):J[3]&&vt.error(J[0]),J},PSEUDO:function(J){var fe,Se=!J[6]&&J[2];return L.CHILD.test(J[0])?null:(J[3]?J[2]=J[4]||J[5]||"":Se&&Sr.test(Se)&&(fe=ss(Se,!0))&&(fe=Se.indexOf(")",Se.length-fe)-Se.length)&&(J[0]=J[0].slice(0,fe),J[2]=Se.slice(0,fe)),J.slice(0,3))}},filter:{TAG:function(J){var fe=J.replace(Ie,ze).toLowerCase();return J==="*"?function(){return!0}:function(Se){return ae(Se,fe)}},CLASS:function(J){var fe=it[J+" "];return fe||(fe=new RegExp("(^|"+$e+")"+J+"("+$e+"|$)"))&&it(J,function(Se){return fe.test(typeof Se.className=="string"&&Se.className||typeof Se.getAttribute<"u"&&Se.getAttribute("class")||"")})},ATTR:function(J,fe,Se){return function(Ee){var K=vt.attr(Ee,J);return K==null?fe==="!=":fe?(K+="",fe==="="?K===Se:fe==="!="?K!==Se:fe==="^="?Se&&K.indexOf(Se)===0:fe==="*="?Se&&K.indexOf(Se)>-1:fe==="$="?Se&&K.slice(-Se.length)===Se:fe==="~="?(" "+K.replace(jt," ")+" ").indexOf(Se)>-1:fe==="|="?K===Se||K.slice(0,Se.length+1)===Se+"-":!1):!0}},CHILD:function(J,fe,Se,Ee,K){var le=J.slice(0,3)!=="nth",se=J.slice(-4)!=="last",Ae=fe==="of-type";return Ee===1&&K===0?function(Fe){return!!Fe.parentNode}:function(Fe,st,lt){var rt,It,wt,Vt,Yn,nr=le!==se?"nextSibling":"previousSibling",In=Fe.parentNode,zt=Ae&&Fe.nodeName.toLowerCase(),jr=!lt&&!Ae,kt=!1;if(In){if(le){for(;nr;){for(wt=Fe;wt=wt[nr];)if(Ae?ae(wt,zt):wt.nodeType===1)return!1;Yn=nr=J==="only"&&!Yn&&"nextSibling"}return!0}if(Yn=[se?In.firstChild:In.lastChild],se&&jr){for(It=In[Re]||(In[Re]={}),rt=It[J]||[],Vt=rt[0]===xe&&rt[1],kt=Vt&&rt[2],wt=Vt&&In.childNodes[Vt];wt=++Vt&&wt&&wt[nr]||(kt=Vt=0)||Yn.pop();)if(wt.nodeType===1&&++kt&&wt===Fe){It[J]=[xe,Vt,kt];break}}else if(jr&&(It=Fe[Re]||(Fe[Re]={}),rt=It[J]||[],Vt=rt[0]===xe&&rt[1],kt=Vt),kt===!1)for(;(wt=++Vt&&wt&&wt[nr]||(kt=Vt=0)||Yn.pop())&&!((Ae?ae(wt,zt):wt.nodeType===1)&&++kt&&(jr&&(It=wt[Re]||(wt[Re]={}),It[J]=[xe,kt]),wt===Fe)););return kt-=K,kt===Ee||kt%Ee===0&&kt/Ee>=0}}},PSEUDO:function(J,fe){var Se,Ee=y.pseudos[J]||y.setFilters[J.toLowerCase()]||vt.error("unsupported pseudo: "+J);return Ee[Re]?Ee(fe):Ee.length>1?(Se=[J,J,"",fe],y.setFilters.hasOwnProperty(J.toLowerCase())?bn(function(K,le){for(var se,Ae=Ee(K,fe),Fe=Ae.length;Fe--;)se=f.call(K,Ae[Fe]),K[se]=!(le[se]=Ae[Fe])}):function(K){return Ee(K,0,Se)}):Ee}},pseudos:{not:bn(function(J){var fe=[],Se=[],Ee=ha(J.replace(Ue,"$1"));return Ee[Re]?bn(function(K,le,se,Ae){for(var Fe,st=Ee(K,null,Ae,[]),lt=K.length;lt--;)(Fe=st[lt])&&(K[lt]=!(le[lt]=Fe))}):function(K,le,se){return fe[0]=K,Ee(fe,null,se,Se),fe[0]=null,!Se.pop()}}),has:bn(function(J){return function(fe){return vt(J,fe).length>0}}),contains:bn(function(J){return J=J.replace(Ie,ze),function(fe){return(fe.textContent||S.text(fe)).indexOf(J)>-1}}),lang:bn(function(J){return D.test(J||"")||vt.error("unsupported lang: "+J),J=J.replace(Ie,ze).toLowerCase(),function(fe){var Se;do if(Se=te?fe.lang:fe.getAttribute("xml:lang")||fe.getAttribute("lang"))return Se=Se.toLowerCase(),Se===J||Se.indexOf(J+"-")===0;while((fe=fe.parentNode)&&fe.nodeType===1);return!1}}),target:function(J){var fe=e.location&&e.location.hash;return fe&&fe.slice(1)===J.id},root:function(J){return J===oe},focus:function(J){return J===St()&&V.hasFocus()&&!!(J.type||J.href||~J.tabIndex)},enabled:go(!1),disabled:go(!0),checked:function(J){return ae(J,"input")&&!!J.checked||ae(J,"option")&&!!J.selected},selected:function(J){return J.parentNode&&J.parentNode.selectedIndex,J.selected===!0},empty:function(J){for(J=J.firstChild;J;J=J.nextSibling)if(J.nodeType<6)return!1;return!0},parent:function(J){return!y.pseudos.empty(J)},header:function(J){return Q.test(J.nodeName)},input:function(J){return U.test(J.nodeName)},button:function(J){return ae(J,"input")&&J.type==="button"||ae(J,"button")},text:function(J){var fe;return ae(J,"input")&&J.type==="text"&&((fe=J.getAttribute("type"))==null||fe.toLowerCase()==="text")},first:Qr(function(){return[0]}),last:Qr(function(J,fe){return[fe-1]}),eq:Qr(function(J,fe,Se){return[Se<0?Se+fe:Se]}),even:Qr(function(J,fe){for(var Se=0;Se<fe;Se+=2)J.push(Se);return J}),odd:Qr(function(J,fe){for(var Se=1;Se<fe;Se+=2)J.push(Se);return J}),lt:Qr(function(J,fe,Se){var Ee;for(Se<0?Ee=Se+fe:Se>fe?Ee=fe:Ee=Se;--Ee>=0;)J.push(Ee);return J}),gt:Qr(function(J,fe,Se){for(var Ee=Se<0?Se+fe:Se;++Ee<fe;)J.push(Ee);return J})}},y.pseudos.nth=y.pseudos.eq;for(h in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})y.pseudos[h]=os(h);for(h in{submit:!0,reset:!0})y.pseudos[h]=ca(h);function fa(){}fa.prototype=y.filters=y.pseudos,y.setFilters=new fa;function ss(J,fe){var Se,Ee,K,le,se,Ae,Fe,st=Tt[J+" "];if(st)return fe?0:st.slice(0);for(se=J,Ae=[],Fe=y.preFilter;se;){(!Se||(Ee=Qt.exec(se)))&&(Ee&&(se=se.slice(Ee[0].length)||se),Ae.push(K=[])),Se=!1,(Ee=ho.exec(se))&&(Se=Ee.shift(),K.push({value:Se,type:Ee[0].replace(Ue," ")}),se=se.slice(Se.length));for(le in y.filter)(Ee=L[le].exec(se))&&(!Fe[le]||(Ee=Fe[le](Ee)))&&(Se=Ee.shift(),K.push({value:Se,type:le,matches:Ee}),se=se.slice(Se.length));if(!Se)break}return fe?se.length:se?vt.error(J):Tt(J,Ae).slice(0)}function ei(J){for(var fe=0,Se=J.length,Ee="";fe<Se;fe++)Ee+=J[fe].value;return Ee}function mo(J,fe,Se){var Ee=fe.dir,K=fe.next,le=K||Ee,se=Se&&le==="parentNode",Ae=Be++;return fe.first?function(Fe,st,lt){for(;Fe=Fe[Ee];)if(Fe.nodeType===1||se)return J(Fe,st,lt);return!1}:function(Fe,st,lt){var rt,It,wt=[xe,Ae];if(lt){for(;Fe=Fe[Ee];)if((Fe.nodeType===1||se)&&J(Fe,st,lt))return!0}else for(;Fe=Fe[Ee];)if(Fe.nodeType===1||se)if(It=Fe[Re]||(Fe[Re]={}),K&&ae(Fe,K))Fe=Fe[Ee]||Fe;else{if((rt=It[le])&&rt[0]===xe&&rt[1]===Ae)return wt[2]=rt[2];if(It[le]=wt,wt[2]=J(Fe,st,lt))return!0}return!1}}function Ya(J){return J.length>1?function(fe,Se,Ee){for(var K=J.length;K--;)if(!J[K](fe,Se,Ee))return!1;return!0}:J[0]}function Pu(J,fe,Se){for(var Ee=0,K=fe.length;Ee<K;Ee++)vt(J,fe[Ee],Se);return Se}function da(J,fe,Se,Ee,K){for(var le,se=[],Ae=0,Fe=J.length,st=fe!=null;Ae<Fe;Ae++)(le=J[Ae])&&(!Se||Se(le,Ee,K))&&(se.push(le),st&&fe.push(Ae));return se}function vo(J,fe,Se,Ee,K,le){return Ee&&!Ee[Re]&&(Ee=vo(Ee)),K&&!K[Re]&&(K=vo(K,le)),bn(function(se,Ae,Fe,st){var lt,rt,It,wt,Vt=[],Yn=[],nr=Ae.length,In=se||Pu(fe||"*",Fe.nodeType?[Fe]:Fe,[]),zt=J&&(se||!fe)?da(In,Vt,J,Fe,st):In;if(Se?(wt=K||(se?J:nr||Ee)?[]:Ae,Se(zt,wt,Fe,st)):wt=zt,Ee)for(lt=da(wt,Yn),Ee(lt,[],Fe,st),rt=lt.length;rt--;)(It=lt[rt])&&(wt[Yn[rt]]=!(zt[Yn[rt]]=It));if(se){if(K||J){if(K){for(lt=[],rt=wt.length;rt--;)(It=wt[rt])&<.push(zt[rt]=It);K(null,wt=[],lt,st)}for(rt=wt.length;rt--;)(It=wt[rt])&&(lt=K?f.call(se,It):Vt[rt])>-1&&(se[lt]=!(Ae[lt]=It))}}else wt=da(wt===Ae?wt.splice(nr,wt.length):wt),K?K(null,Ae,wt,st):j.apply(Ae,wt)})}function cn(J){for(var fe,Se,Ee,K=J.length,le=y.relative[J[0].type],se=le||y.relative[" "],Ae=le?1:0,Fe=mo(function(rt){return rt===fe},se,!0),st=mo(function(rt){return f.call(fe,rt)>-1},se,!0),lt=[function(rt,It,wt){var Vt=!le&&(wt||It!=C)||((fe=It).nodeType?Fe(rt,It,wt):st(rt,It,wt));return fe=null,Vt}];Ae<K;Ae++)if(Se=y.relative[J[Ae].type])lt=[mo(Ya(lt),Se)];else{if(Se=y.filter[J[Ae].type].apply(null,J[Ae].matches),Se[Re]){for(Ee=++Ae;Ee<K&&!y.relative[J[Ee].type];Ee++);return vo(Ae>1&&Ya(lt),Ae>1&&ei(J.slice(0,Ae-1).concat({value:J[Ae-2].type===" "?"*":""})).replace(Ue,"$1"),Se,Ae<Ee&&cn(J.slice(Ae,Ee)),Ee<K&&cn(J=J.slice(Ee)),Ee<K&&ei(J))}lt.push(Se)}return Ya(lt)}function Rl(J,fe){var Se=fe.length>0,Ee=J.length>0,K=function(le,se,Ae,Fe,st){var lt,rt,It,wt=0,Vt="0",Yn=le&&[],nr=[],In=C,zt=le||Ee&&y.find.TAG("*",st),jr=xe+=In==null?1:Math.random()||.1,kt=zt.length;for(st&&(C=se==V||se||st);Vt!==kt&&(lt=zt[Vt])!=null;Vt++){if(Ee&<){for(rt=0,!se&<.ownerDocument!=V&&(Ai(lt),Ae=!te);It=J[rt++];)if(It(lt,se||V,Ae)){j.call(Fe,lt);break}st&&(xe=jr)}Se&&((lt=!It&<)&&wt--,le&&Yn.push(lt))}if(wt+=Vt,Se&&Vt!==wt){for(rt=0;It=fe[rt++];)It(Yn,nr,se,Ae);if(le){if(wt>0)for(;Vt--;)Yn[Vt]||nr[Vt]||(nr[Vt]=Ge.call(Fe));nr=da(nr)}j.apply(Fe,nr),st&&!le&&nr.length>0&&wt+fe.length>1&&S.uniqueSort(Fe)}return st&&(xe=jr,C=In),Yn};return Se?bn(K):K}function ha(J,fe){var Se,Ee=[],K=[],le=Et[J+" "];if(!le){for(fe||(fe=ss(J)),Se=fe.length;Se--;)le=cn(fe[Se]),le[Re]?Ee.push(le):K.push(le);le=Et(J,Rl(K,Ee)),le.selector=J}return le}function Bs(J,fe,Se,Ee){var K,le,se,Ae,Fe,st=typeof J=="function"&&J,lt=!Ee&&ss(J=st.selector||J);if(Se=Se||[],lt.length===1){if(le=lt[0]=lt[0].slice(0),le.length>2&&(se=le[0]).type==="ID"&&fe.nodeType===9&&te&&y.relative[le[1].type]){if(fe=(y.find.ID(se.matches[0].replace(Ie,ze),fe)||[])[0],fe)st&&(fe=fe.parentNode);else return Se;J=J.slice(le.shift().value.length)}for(K=L.needsContext.test(J)?0:le.length;K--&&(se=le[K],!y.relative[Ae=se.type]);)if((Fe=y.find[Ae])&&(Ee=Fe(se.matches[0].replace(Ie,ze),be.test(le[0].type)&&za(fe.parentNode)||fe))){if(le.splice(K,1),J=Ee.length&&ei(le),!J)return j.apply(Se,Ee),Se;break}}return(st||ha(J,lt))(Ee,fe,!te,Se,!fe||be.test(J)&&za(fe.parentNode)||fe),Se}A.sortStable=Re.split("").sort(un).join("")===Re,Ai(),A.sortDetached=$n(function(J){return J.compareDocumentPosition(V.createElement("fieldset"))&1}),S.find=vt,S.expr[":"]=S.expr.pseudos,S.unique=S.uniqueSort,vt.compile=ha,vt.select=Bs,vt.setDocument=Ai,vt.tokenize=ss,vt.escape=S.escapeSelector,vt.getText=S.text,vt.isXML=S.isXMLDoc,vt.selectors=S.expr,vt.support=S.support,vt.uniqueSort=S.uniqueSort})();var tt=function(h,y,C){for(var P=[],F=C!==void 0;(h=h[y])&&h.nodeType!==9;)if(h.nodeType===1){if(F&&S(h).is(C))break;P.push(h)}return P},me=function(h,y){for(var C=[];h;h=h.nextSibling)h.nodeType===1&&h!==y&&C.push(h);return C},ke=S.expr.match.needsContext,We=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function et(h,y,C){return I(y)?S.grep(h,function(P,F){return!!y.call(P,F,P)!==C}):y.nodeType?S.grep(h,function(P){return P===y!==C}):typeof y!="string"?S.grep(h,function(P){return f.call(y,P)>-1!==C}):S.filter(y,h,C)}S.filter=function(h,y,C){var P=y[0];return C&&(h=":not("+h+")"),y.length===1&&P.nodeType===1?S.find.matchesSelector(P,h)?[P]:[]:S.find.matches(h,S.grep(y,function(F){return F.nodeType===1}))},S.fn.extend({find:function(h){var y,C,P=this.length,F=this;if(typeof h!="string")return this.pushStack(S(h).filter(function(){for(y=0;y<P;y++)if(S.contains(F[y],this))return!0}));for(C=this.pushStack([]),y=0;y<P;y++)S.find(h,F[y],C);return P>1?S.uniqueSort(C):C},filter:function(h){return this.pushStack(et(this,h||[],!1))},not:function(h){return this.pushStack(et(this,h||[],!0))},is:function(h){return!!et(this,typeof h=="string"&&ke.test(h)?S(h):h||[],!1).length}});var qe,Je=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,Ke=S.fn.init=function(h,y,C){var P,F;if(!h)return this;if(C=C||qe,typeof h=="string")if(h[0]==="<"&&h[h.length-1]===">"&&h.length>=3?P=[null,h,null]:P=Je.exec(h),P&&(P[1]||!y))if(P[1]){if(y=y instanceof S?y[0]:y,S.merge(this,S.parseHTML(P[1],y&&y.nodeType?y.ownerDocument||y:_,!0)),We.test(P[1])&&S.isPlainObject(y))for(P in y)I(this[P])?this[P](y[P]):this.attr(P,y[P]);return this}else return F=_.getElementById(P[2]),F&&(this[0]=F,this.length=1),this;else return!y||y.jquery?(y||C).find(h):this.constructor(y).find(h);else{if(h.nodeType)return this[0]=h,this.length=1,this;if(I(h))return C.ready!==void 0?C.ready(h):h(S)}return S.makeArray(h,this)};Ke.prototype=S.fn,qe=S(_);var ot=/^(?:parents|prev(?:Until|All))/,ct={children:!0,contents:!0,next:!0,prev:!0};S.fn.extend({has:function(h){var y=S(h,this),C=y.length;return this.filter(function(){for(var P=0;P<C;P++)if(S.contains(this,y[P]))return!0})},closest:function(h,y){var C,P=0,F=this.length,j=[],V=typeof h!="string"&&S(h);if(!ke.test(h)){for(;P<F;P++)for(C=this[P];C&&C!==y;C=C.parentNode)if(C.nodeType<11&&(V?V.index(C)>-1:C.nodeType===1&&S.find.matchesSelector(C,h))){j.push(C);break}}return this.pushStack(j.length>1?S.uniqueSort(j):j)},index:function(h){return h?typeof h=="string"?f.call(S(h),this[0]):f.call(this,h.jquery?h[0]:h):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(h,y){return this.pushStack(S.uniqueSort(S.merge(this.get(),S(h,y))))},addBack:function(h){return this.add(h==null?this.prevObject:this.prevObject.filter(h))}});function pt(h,y){for(;(h=h[y])&&h.nodeType!==1;);return h}S.each({parent:function(h){var y=h.parentNode;return y&&y.nodeType!==11?y:null},parents:function(h){return tt(h,"parentNode")},parentsUntil:function(h,y,C){return tt(h,"parentNode",C)},next:function(h){return pt(h,"nextSibling")},prev:function(h){return pt(h,"previousSibling")},nextAll:function(h){return tt(h,"nextSibling")},prevAll:function(h){return tt(h,"previousSibling")},nextUntil:function(h,y,C){return tt(h,"nextSibling",C)},prevUntil:function(h,y,C){return tt(h,"previousSibling",C)},siblings:function(h){return me((h.parentNode||{}).firstChild,h)},children:function(h){return me(h.firstChild)},contents:function(h){return h.contentDocument!=null&&i(h.contentDocument)?h.contentDocument:(ae(h,"template")&&(h=h.content||h),S.merge([],h.childNodes))}},function(h,y){S.fn[h]=function(C,P){var F=S.map(this,y,C);return h.slice(-5)!=="Until"&&(P=C),P&&typeof P=="string"&&(F=S.filter(P,F)),this.length>1&&(ct[h]||S.uniqueSort(F),ot.test(h)&&F.reverse()),this.pushStack(F)}});var ft=/[^\x20\t\r\n\f]+/g;function yt(h){var y={};return S.each(h.match(ft)||[],function(C,P){y[P]=!0}),y}S.Callbacks=function(h){h=typeof h=="string"?yt(h):S.extend({},h);var y,C,P,F,j=[],V=[],oe=-1,te=function(){for(F=F||h.once,P=y=!0;V.length;oe=-1)for(C=V.shift();++oe<j.length;)j[oe].apply(C[0],C[1])===!1&&h.stopOnFalse&&(oe=j.length,C=!1);h.memory||(C=!1),y=!1,F&&(C?j=[]:j="")},pe={add:function(){return j&&(C&&!y&&(oe=j.length-1,V.push(C)),function De(Re){S.each(Re,function(xe,Be){I(Be)?(!h.unique||!pe.has(Be))&&j.push(Be):Be&&Be.length&&ne(Be)!=="string"&&De(Be)})}(arguments),C&&!y&&te()),this},remove:function(){return S.each(arguments,function(De,Re){for(var xe;(xe=S.inArray(Re,j,xe))>-1;)j.splice(xe,1),xe<=oe&&oe--}),this},has:function(De){return De?S.inArray(De,j)>-1:j.length>0},empty:function(){return j&&(j=[]),this},disable:function(){return F=V=[],j=C="",this},disabled:function(){return!j},lock:function(){return F=V=[],!C&&!y&&(j=C=""),this},locked:function(){return!!F},fireWith:function(De,Re){return F||(Re=Re||[],Re=[De,Re.slice?Re.slice():Re],V.push(Re),y||te()),this},fire:function(){return pe.fireWith(this,arguments),this},fired:function(){return!!P}};return pe};function Qe(h){return h}function At(h){throw h}function Mt(h,y,C,P){var F;try{h&&I(F=h.promise)?F.call(h).done(y).fail(C):h&&I(F=h.then)?F.call(h,y,C):y.apply(void 0,[h].slice(P))}catch(j){C.apply(void 0,[j])}}S.extend({Deferred:function(h){var y=[["notify","progress",S.Callbacks("memory"),S.Callbacks("memory"),2],["resolve","done",S.Callbacks("once memory"),S.Callbacks("once memory"),0,"resolved"],["reject","fail",S.Callbacks("once memory"),S.Callbacks("once memory"),1,"rejected"]],C="pending",P={state:function(){return C},always:function(){return F.done(arguments).fail(arguments),this},catch:function(j){return P.then(null,j)},pipe:function(){var j=arguments;return S.Deferred(function(V){S.each(y,function(oe,te){var pe=I(j[te[4]])&&j[te[4]];F[te[1]](function(){var De=pe&&pe.apply(this,arguments);De&&I(De.promise)?De.promise().progress(V.notify).done(V.resolve).fail(V.reject):V[te[0]+"With"](this,pe?[De]:arguments)})}),j=null}).promise()},then:function(j,V,oe){var te=0;function pe(De,Re,xe,Be){return function(){var it=this,Tt=arguments,Et=function(){var un,Lr;if(!(De<te)){if(un=xe.apply(it,Tt),un===Re.promise())throw new TypeError("Thenable self-resolution");Lr=un&&(typeof un=="object"||typeof un=="function")&&un.then,I(Lr)?Be?Lr.call(un,pe(te,Re,Qe,Be),pe(te,Re,At,Be)):(te++,Lr.call(un,pe(te,Re,Qe,Be),pe(te,Re,At,Be),pe(te,Re,Qe,Re.notifyWith))):(xe!==Qe&&(it=void 0,Tt=[un]),(Be||Re.resolveWith)(it,Tt))}},Rn=Be?Et:function(){try{Et()}catch(un){S.Deferred.exceptionHook&&S.Deferred.exceptionHook(un,Rn.error),De+1>=te&&(xe!==At&&(it=void 0,Tt=[un]),Re.rejectWith(it,Tt))}};De?Rn():(S.Deferred.getErrorHook?Rn.error=S.Deferred.getErrorHook():S.Deferred.getStackHook&&(Rn.error=S.Deferred.getStackHook()),e.setTimeout(Rn))}}return S.Deferred(function(De){y[0][3].add(pe(0,De,I(oe)?oe:Qe,De.notifyWith)),y[1][3].add(pe(0,De,I(j)?j:Qe)),y[2][3].add(pe(0,De,I(V)?V:At))}).promise()},promise:function(j){return j!=null?S.extend(j,P):P}},F={};return S.each(y,function(j,V){var oe=V[2],te=V[5];P[V[1]]=oe.add,te&&oe.add(function(){C=te},y[3-j][2].disable,y[3-j][3].disable,y[0][2].lock,y[0][3].lock),oe.add(V[3].fire),F[V[0]]=function(){return F[V[0]+"With"](this===F?void 0:this,arguments),this},F[V[0]+"With"]=oe.fireWith}),P.promise(F),h&&h.call(F,F),F},when:function(h){var y=arguments.length,C=y,P=Array(C),F=o.call(arguments),j=S.Deferred(),V=function(oe){return function(te){P[oe]=this,F[oe]=arguments.length>1?o.call(arguments):te,--y||j.resolveWith(P,F)}};if(y<=1&&(Mt(h,j.done(V(C)).resolve,j.reject,!y),j.state()==="pending"||I(F[C]&&F[C].then)))return j.then();for(;C--;)Mt(F[C],V(C),j.reject);return j.promise()}});var Vn=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;S.Deferred.exceptionHook=function(h,y){e.console&&e.console.warn&&h&&Vn.test(h.name)&&e.console.warn("jQuery.Deferred exception: "+h.message,h.stack,y)},S.readyException=function(h){e.setTimeout(function(){throw h})};var mr=S.Deferred();S.fn.ready=function(h){return mr.then(h).catch(function(y){S.readyException(y)}),this},S.extend({isReady:!1,readyWait:1,ready:function(h){(h===!0?--S.readyWait:S.isReady)||(S.isReady=!0,!(h!==!0&&--S.readyWait>0)&&mr.resolveWith(_,[S]))}}),S.ready.then=mr.then;function Hn(){_.removeEventListener("DOMContentLoaded",Hn),e.removeEventListener("load",Hn),S.ready()}_.readyState==="complete"||_.readyState!=="loading"&&!_.documentElement.doScroll?e.setTimeout(S.ready):(_.addEventListener("DOMContentLoaded",Hn),e.addEventListener("load",Hn));var Sn=function(h,y,C,P,F,j,V){var oe=0,te=h.length,pe=C==null;if(ne(C)==="object"){F=!0;for(oe in C)Sn(h,y,oe,C[oe],!0,j,V)}else if(P!==void 0&&(F=!0,I(P)||(V=!0),pe&&(V?(y.call(h,P),y=null):(pe=y,y=function(De,Re,xe){return pe.call(S(De),xe)})),y))for(;oe<te;oe++)y(h[oe],C,V?P:P.call(h[oe],oe,y(h[oe],C)));return F?h:pe?y.call(h):te?y(h[0],C):j},$i=/^-ms-/,kr=/-([a-z])/g;function Jn(h,y){return y.toUpperCase()}function sn(h){return h.replace($i,"ms-").replace(kr,Jn)}var fn=function(h){return h.nodeType===1||h.nodeType===9||!+h.nodeType};function dn(){this.expando=S.expando+dn.uid++}dn.uid=1,dn.prototype={cache:function(h){var y=h[this.expando];return y||(y={},fn(h)&&(h.nodeType?h[this.expando]=y:Object.defineProperty(h,this.expando,{value:y,configurable:!0}))),y},set:function(h,y,C){var P,F=this.cache(h);if(typeof y=="string")F[sn(y)]=C;else for(P in y)F[sn(P)]=y[P];return F},get:function(h,y){return y===void 0?this.cache(h):h[this.expando]&&h[this.expando][sn(y)]},access:function(h,y,C){return y===void 0||y&&typeof y=="string"&&C===void 0?this.get(h,y):(this.set(h,y,C),C!==void 0?C:y)},remove:function(h,y){var C,P=h[this.expando];if(P!==void 0){if(y!==void 0)for(Array.isArray(y)?y=y.map(sn):(y=sn(y),y=y in P?[y]:y.match(ft)||[]),C=y.length;C--;)delete P[y[C]];(y===void 0||S.isEmptyObject(P))&&(h.nodeType?h[this.expando]=void 0:delete h[this.expando])}},hasData:function(h){var y=h[this.expando];return y!==void 0&&!S.isEmptyObject(y)}};var ut=new dn,Dn=new dn,oi=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,on=/[A-Z]/g;function Vi(h){return h==="true"?!0:h==="false"?!1:h==="null"?null:h===+h+""?+h:oi.test(h)?JSON.parse(h):h}function Hi(h,y,C){var P;if(C===void 0&&h.nodeType===1)if(P="data-"+y.replace(on,"-$&").toLowerCase(),C=h.getAttribute(P),typeof C=="string"){try{C=Vi(C)}catch{}Dn.set(h,y,C)}else C=void 0;return C}S.extend({hasData:function(h){return Dn.hasData(h)||ut.hasData(h)},data:function(h,y,C){return Dn.access(h,y,C)},removeData:function(h,y){Dn.remove(h,y)},_data:function(h,y,C){return ut.access(h,y,C)},_removeData:function(h,y){ut.remove(h,y)}}),S.fn.extend({data:function(h,y){var C,P,F,j=this[0],V=j&&j.attributes;if(h===void 0){if(this.length&&(F=Dn.get(j),j.nodeType===1&&!ut.get(j,"hasDataAttrs"))){for(C=V.length;C--;)V[C]&&(P=V[C].name,P.indexOf("data-")===0&&(P=sn(P.slice(5)),Hi(j,P,F[P])));ut.set(j,"hasDataAttrs",!0)}return F}return typeof h=="object"?this.each(function(){Dn.set(this,h)}):Sn(this,function(oe){var te;if(j&&oe===void 0)return te=Dn.get(j,h),te!==void 0||(te=Hi(j,h),te!==void 0)?te:void 0;this.each(function(){Dn.set(this,h,oe)})},null,y,arguments.length>1,null,!0)},removeData:function(h){return this.each(function(){Dn.remove(this,h)})}}),S.extend({queue:function(h,y,C){var P;if(h)return y=(y||"fx")+"queue",P=ut.get(h,y),C&&(!P||Array.isArray(C)?P=ut.access(h,y,S.makeArray(C)):P.push(C)),P||[]},dequeue:function(h,y){y=y||"fx";var C=S.queue(h,y),P=C.length,F=C.shift(),j=S._queueHooks(h,y),V=function(){S.dequeue(h,y)};F==="inprogress"&&(F=C.shift(),P--),F&&(y==="fx"&&C.unshift("inprogress"),delete j.stop,F.call(h,V,j)),!P&&j&&j.empty.fire()},_queueHooks:function(h,y){var C=y+"queueHooks";return ut.get(h,C)||ut.access(h,C,{empty:S.Callbacks("once memory").add(function(){ut.remove(h,[y+"queue",C])})})}}),S.fn.extend({queue:function(h,y){var C=2;return typeof h!="string"&&(y=h,h="fx",C--),arguments.length<C?S.queue(this[0],h):y===void 0?this:this.each(function(){var P=S.queue(this,h,y);S._queueHooks(this,h),h==="fx"&&P[0]!=="inprogress"&&S.dequeue(this,h)})},dequeue:function(h){return this.each(function(){S.dequeue(this,h)})},clearQueue:function(h){return this.queue(h||"fx",[])},promise:function(h,y){var C,P=1,F=S.Deferred(),j=this,V=this.length,oe=function(){--P||F.resolveWith(j,[j])};for(typeof h!="string"&&(y=h,h=void 0),h=h||"fx";V--;)C=ut.get(j[V],h+"queueHooks"),C&&C.empty&&(P++,C.empty.add(oe));return oe(),F.promise(y)}});var Ui=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Dr=new RegExp("^(?:([+-])=|)("+Ui+")([a-z%]*)$","i"),Nn=["Top","Right","Bottom","Left"],Pr=_.documentElement,vr=function(h){return S.contains(h.ownerDocument,h)},zr={composed:!0};Pr.getRootNode&&(vr=function(h){return S.contains(h.ownerDocument,h)||h.getRootNode(zr)===h.ownerDocument});var Yr=function(h,y){return h=y||h,h.style.display==="none"||h.style.display===""&&vr(h)&&S.css(h,"display")==="none"};function Ao(h,y,C,P){var F,j,V=20,oe=P?function(){return P.cur()}:function(){return S.css(h,y,"")},te=oe(),pe=C&&C[3]||(S.cssNumber[y]?"":"px"),De=h.nodeType&&(S.cssNumber[y]||pe!=="px"&&+te)&&Dr.exec(S.css(h,y));if(De&&De[3]!==pe){for(te=te/2,pe=pe||De[3],De=+te||1;V--;)S.style(h,y,De+pe),(1-j)*(1-(j=oe()/te||.5))<=0&&(V=0),De=De/j;De=De*2,S.style(h,y,De+pe),C=C||[]}return C&&(De=+De||+te||0,F=C[1]?De+(C[1]+1)*C[2]:+C[2],P&&(P.unit=pe,P.start=De,P.end=F)),F}var Un={};function Gr(h){var y,C=h.ownerDocument,P=h.nodeName,F=Un[P];return F||(y=C.body.appendChild(C.createElement(P)),F=S.css(y,"display"),y.parentNode.removeChild(y),F==="none"&&(F="block"),Un[P]=F,F)}function Qn(h,y){for(var C,P,F=[],j=0,V=h.length;j<V;j++)P=h[j],P.style&&(C=P.style.display,y?(C==="none"&&(F[j]=ut.get(P,"display")||null,F[j]||(P.style.display="")),P.style.display===""&&Yr(P)&&(F[j]=Gr(P))):C!=="none"&&(F[j]="none",ut.set(P,"display",C)));for(j=0;j<V;j++)F[j]!=null&&(h[j].style.display=F[j]);return h}S.fn.extend({show:function(){return Qn(this,!0)},hide:function(){return Qn(this)},toggle:function(h){return typeof h=="boolean"?h?this.show():this.hide():this.each(function(){Yr(this)?S(this).show():S(this).hide()})}});var Wt=/^(?:checkbox|radio)$/i,si=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Wi=/^$|^module$|\/(?:java|ecma)script/i;(function(){var h=_.createDocumentFragment(),y=h.appendChild(_.createElement("div")),C=_.createElement("input");C.setAttribute("type","radio"),C.setAttribute("checked","checked"),C.setAttribute("name","t"),y.appendChild(C),A.checkClone=y.cloneNode(!0).cloneNode(!0).lastChild.checked,y.innerHTML="<textarea>x</textarea>",A.noCloneChecked=!!y.cloneNode(!0).lastChild.defaultValue,y.innerHTML="<option></option>",A.option=!!y.lastChild})();var Pn={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};Pn.tbody=Pn.tfoot=Pn.colgroup=Pn.caption=Pn.thead,Pn.th=Pn.td,A.option||(Pn.optgroup=Pn.option=[1,"<select multiple='multiple'>","</select>"]);function hn(h,y){var C;return typeof h.getElementsByTagName<"u"?C=h.getElementsByTagName(y||"*"):typeof h.querySelectorAll<"u"?C=h.querySelectorAll(y||"*"):C=[],y===void 0||y&&ae(h,y)?S.merge([h],C):C}function ai(h,y){for(var C=0,P=h.length;C<P;C++)ut.set(h[C],"globalEval",!y||ut.get(y[C],"globalEval"))}var li=/<|&#?\w+;/;function Tn(h,y,C,P,F){for(var j,V,oe,te,pe,De,Re=y.createDocumentFragment(),xe=[],Be=0,it=h.length;Be<it;Be++)if(j=h[Be],j||j===0)if(ne(j)==="object")S.merge(xe,j.nodeType?[j]:j);else if(!li.test(j))xe.push(y.createTextNode(j));else{for(V=V||Re.appendChild(y.createElement("div")),oe=(si.exec(j)||["",""])[1].toLowerCase(),te=Pn[oe]||Pn._default,V.innerHTML=te[1]+S.htmlPrefilter(j)+te[2],De=te[0];De--;)V=V.lastChild;S.merge(xe,V.childNodes),V=Re.firstChild,V.textContent=""}for(Re.textContent="",Be=0;j=xe[Be++];){if(P&&S.inArray(j,P)>-1){F&&F.push(j);continue}if(pe=vr(j),V=hn(Re.appendChild(j),"script"),pe&&ai(V),C)for(De=0;j=V[De++];)Wi.test(j.type||"")&&C.push(j)}return Re}var so=/^([^.]*)(?:\.(.+)|)/;function yr(){return!0}function ui(){return!1}function an(h,y,C,P,F,j){var V,oe;if(typeof y=="object"){typeof C!="string"&&(P=P||C,C=void 0);for(oe in y)an(h,oe,C,P,y[oe],j);return h}if(P==null&&F==null?(F=C,P=C=void 0):F==null&&(typeof C=="string"?(F=P,P=void 0):(F=P,P=C,C=void 0)),F===!1)F=ui;else if(!F)return h;return j===1&&(V=F,F=function(te){return S().off(te),V.apply(this,arguments)},F.guid=V.guid||(V.guid=S.guid++)),h.each(function(){S.event.add(this,y,F,P,C)})}S.event={global:{},add:function(h,y,C,P,F){var j,V,oe,te,pe,De,Re,xe,Be,it,Tt,Et=ut.get(h);if(fn(h))for(C.handler&&(j=C,C=j.handler,F=j.selector),F&&S.find.matchesSelector(Pr,F),C.guid||(C.guid=S.guid++),(te=Et.events)||(te=Et.events=Object.create(null)),(V=Et.handle)||(V=Et.handle=function(Rn){return typeof S<"u"&&S.event.triggered!==Rn.type?S.event.dispatch.apply(h,arguments):void 0}),y=(y||"").match(ft)||[""],pe=y.length;pe--;)oe=so.exec(y[pe])||[],Be=Tt=oe[1],it=(oe[2]||"").split(".").sort(),Be&&(Re=S.event.special[Be]||{},Be=(F?Re.delegateType:Re.bindType)||Be,Re=S.event.special[Be]||{},De=S.extend({type:Be,origType:Tt,data:P,handler:C,guid:C.guid,selector:F,needsContext:F&&S.expr.match.needsContext.test(F),namespace:it.join(".")},j),(xe=te[Be])||(xe=te[Be]=[],xe.delegateCount=0,(!Re.setup||Re.setup.call(h,P,it,V)===!1)&&h.addEventListener&&h.addEventListener(Be,V)),Re.add&&(Re.add.call(h,De),De.handler.guid||(De.handler.guid=C.guid)),F?xe.splice(xe.delegateCount++,0,De):xe.push(De),S.event.global[Be]=!0)},remove:function(h,y,C,P,F){var j,V,oe,te,pe,De,Re,xe,Be,it,Tt,Et=ut.hasData(h)&&ut.get(h);if(!(!Et||!(te=Et.events))){for(y=(y||"").match(ft)||[""],pe=y.length;pe--;){if(oe=so.exec(y[pe])||[],Be=Tt=oe[1],it=(oe[2]||"").split(".").sort(),!Be){for(Be in te)S.event.remove(h,Be+y[pe],C,P,!0);continue}for(Re=S.event.special[Be]||{},Be=(P?Re.delegateType:Re.bindType)||Be,xe=te[Be]||[],oe=oe[2]&&new RegExp("(^|\\.)"+it.join("\\.(?:.*\\.|)")+"(\\.|$)"),V=j=xe.length;j--;)De=xe[j],(F||Tt===De.origType)&&(!C||C.guid===De.guid)&&(!oe||oe.test(De.namespace))&&(!P||P===De.selector||P==="**"&&De.selector)&&(xe.splice(j,1),De.selector&&xe.delegateCount--,Re.remove&&Re.remove.call(h,De));V&&!xe.length&&((!Re.teardown||Re.teardown.call(h,it,Et.handle)===!1)&&S.removeEvent(h,Be,Et.handle),delete te[Be])}S.isEmptyObject(te)&&ut.remove(h,"handle events")}},dispatch:function(h){var y,C,P,F,j,V,oe=new Array(arguments.length),te=S.event.fix(h),pe=(ut.get(this,"events")||Object.create(null))[te.type]||[],De=S.event.special[te.type]||{};for(oe[0]=te,y=1;y<arguments.length;y++)oe[y]=arguments[y];if(te.delegateTarget=this,!(De.preDispatch&&De.preDispatch.call(this,te)===!1)){for(V=S.event.handlers.call(this,te,pe),y=0;(F=V[y++])&&!te.isPropagationStopped();)for(te.currentTarget=F.elem,C=0;(j=F.handlers[C++])&&!te.isImmediatePropagationStopped();)(!te.rnamespace||j.namespace===!1||te.rnamespace.test(j.namespace))&&(te.handleObj=j,te.data=j.data,P=((S.event.special[j.origType]||{}).handle||j.handler).apply(F.elem,oe),P!==void 0&&(te.result=P)===!1&&(te.preventDefault(),te.stopPropagation()));return De.postDispatch&&De.postDispatch.call(this,te),te.result}},handlers:function(h,y){var C,P,F,j,V,oe=[],te=y.delegateCount,pe=h.target;if(te&&pe.nodeType&&!(h.type==="click"&&h.button>=1)){for(;pe!==this;pe=pe.parentNode||this)if(pe.nodeType===1&&!(h.type==="click"&&pe.disabled===!0)){for(j=[],V={},C=0;C<te;C++)P=y[C],F=P.selector+" ",V[F]===void 0&&(V[F]=P.needsContext?S(F,this).index(pe)>-1:S.find(F,this,null,[pe]).length),V[F]&&j.push(P);j.length&&oe.push({elem:pe,handlers:j})}}return pe=this,te<y.length&&oe.push({elem:pe,handlers:y.slice(te)}),oe},addProp:function(h,y){Object.defineProperty(S.Event.prototype,h,{enumerable:!0,configurable:!0,get:I(y)?function(){if(this.originalEvent)return y(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[h]},set:function(C){Object.defineProperty(this,h,{enumerable:!0,configurable:!0,writable:!0,value:C})}})},fix:function(h){return h[S.expando]?h:new S.Event(h)},special:{load:{noBubble:!0},click:{setup:function(h){var y=this||h;return Wt.test(y.type)&&y.click&&ae(y,"input")&&Di(y,"click",!0),!1},trigger:function(h){var y=this||h;return Wt.test(y.type)&&y.click&&ae(y,"input")&&Di(y,"click"),!0},_default:function(h){var y=h.target;return Wt.test(y.type)&&y.click&&ae(y,"input")&&ut.get(y,"click")||ae(y,"a")}},beforeunload:{postDispatch:function(h){h.result!==void 0&&h.originalEvent&&(h.originalEvent.returnValue=h.result)}}}};function Di(h,y,C){if(!C){ut.get(h,y)===void 0&&S.event.add(h,y,yr);return}ut.set(h,y,!1),S.event.add(h,y,{namespace:!1,handler:function(P){var F,j=ut.get(this,y);if(P.isTrigger&1&&this[y]){if(j)(S.event.special[y]||{}).delegateType&&P.stopPropagation();else if(j=o.call(arguments),ut.set(this,y,j),this[y](),F=ut.get(this,y),ut.set(this,y,!1),j!==F)return P.stopImmediatePropagation(),P.preventDefault(),F}else j&&(ut.set(this,y,S.event.trigger(j[0],j.slice(1),this)),P.stopPropagation(),P.isImmediatePropagationStopped=yr)}})}S.removeEvent=function(h,y,C){h.removeEventListener&&h.removeEventListener(y,C)},S.Event=function(h,y){if(!(this instanceof S.Event))return new S.Event(h,y);h&&h.type?(this.originalEvent=h,this.type=h.type,this.isDefaultPrevented=h.defaultPrevented||h.defaultPrevented===void 0&&h.returnValue===!1?yr:ui,this.target=h.target&&h.target.nodeType===3?h.target.parentNode:h.target,this.currentTarget=h.currentTarget,this.relatedTarget=h.relatedTarget):this.type=h,y&&S.extend(this,y),this.timeStamp=h&&h.timeStamp||Date.now(),this[S.expando]=!0},S.Event.prototype={constructor:S.Event,isDefaultPrevented:ui,isPropagationStopped:ui,isImmediatePropagationStopped:ui,isSimulated:!1,preventDefault:function(){var h=this.originalEvent;this.isDefaultPrevented=yr,h&&!this.isSimulated&&h.preventDefault()},stopPropagation:function(){var h=this.originalEvent;this.isPropagationStopped=yr,h&&!this.isSimulated&&h.stopPropagation()},stopImmediatePropagation:function(){var h=this.originalEvent;this.isImmediatePropagationStopped=yr,h&&!this.isSimulated&&h.stopImmediatePropagation(),this.stopPropagation()}},S.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},S.event.addProp),S.each({focus:"focusin",blur:"focusout"},function(h,y){function C(P){if(_.documentMode){var F=ut.get(this,"handle"),j=S.event.fix(P);j.type=P.type==="focusin"?"focus":"blur",j.isSimulated=!0,F(P),j.target===j.currentTarget&&F(j)}else S.event.simulate(y,P.target,S.event.fix(P))}S.event.special[h]={setup:function(){var P;if(Di(this,h,!0),_.documentMode)P=ut.get(this,y),P||this.addEventListener(y,C),ut.set(this,y,(P||0)+1);else return!1},trigger:function(){return Di(this,h),!0},teardown:function(){var P;if(_.documentMode)P=ut.get(this,y)-1,P?ut.set(this,y,P):(this.removeEventListener(y,C),ut.remove(this,y));else return!1},_default:function(P){return ut.get(P.target,h)},delegateType:y},S.event.special[y]={setup:function(){var P=this.ownerDocument||this.document||this,F=_.documentMode?this:P,j=ut.get(F,y);j||(_.documentMode?this.addEventListener(y,C):P.addEventListener(h,C,!0)),ut.set(F,y,(j||0)+1)},teardown:function(){var P=this.ownerDocument||this.document||this,F=_.documentMode?this:P,j=ut.get(F,y)-1;j?ut.set(F,y,j):(_.documentMode?this.removeEventListener(y,C):P.removeEventListener(h,C,!0),ut.remove(F,y))}}}),S.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(h,y){S.event.special[h]={delegateType:y,bindType:y,handle:function(C){var P,F=this,j=C.relatedTarget,V=C.handleObj;return(!j||j!==F&&!S.contains(F,j))&&(C.type=V.origType,P=V.handler.apply(this,arguments),C.type=y),P}}}),S.fn.extend({on:function(h,y,C,P){return an(this,h,y,C,P)},one:function(h,y,C,P){return an(this,h,y,C,P,1)},off:function(h,y,C){var P,F;if(h&&h.preventDefault&&h.handleObj)return P=h.handleObj,S(h.delegateTarget).off(P.namespace?P.origType+"."+P.namespace:P.origType,P.selector,P.handler),this;if(typeof h=="object"){for(F in h)this.off(F,y,h[F]);return this}return(y===!1||typeof y=="function")&&(C=y,y=void 0),C===!1&&(C=ui),this.each(function(){S.event.remove(this,h,C,y)})}});var Ms=/<script|<style|<link/i,Ls=/checked\s*(?:[^=]|=\s*.checked.)/i,qr=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function ao(h,y){return ae(h,"table")&&ae(y.nodeType!==11?y:y.firstChild,"tr")&&S(h).children("tbody")[0]||h}function lo(h){return h.type=(h.getAttribute("type")!==null)+"/"+h.type,h}function Pi(h){return(h.type||"").slice(0,5)==="true/"?h.type=h.type.slice(5):h.removeAttribute("type"),h}function er(h,y){var C,P,F,j,V,oe,te;if(y.nodeType===1){if(ut.hasData(h)&&(j=ut.get(h),te=j.events,te)){ut.remove(y,"handle events");for(F in te)for(C=0,P=te[F].length;C<P;C++)S.event.add(y,F,te[F][C])}Dn.hasData(h)&&(V=Dn.access(h),oe=S.extend({},V),Dn.set(y,oe))}}function Or(h,y){var C=y.nodeName.toLowerCase();C==="input"&&Wt.test(h.type)?y.checked=h.checked:(C==="input"||C==="textarea")&&(y.defaultValue=h.defaultValue)}function _r(h,y,C,P){y=a(y);var F,j,V,oe,te,pe,De=0,Re=h.length,xe=Re-1,Be=y[0],it=I(Be);if(it||Re>1&&typeof Be=="string"&&!A.checkClone&&Ls.test(Be))return h.each(function(Tt){var Et=h.eq(Tt);it&&(y[0]=Be.call(this,Tt,Et.html())),_r(Et,y,C,P)});if(Re&&(F=Tn(y,h[0].ownerDocument,!1,h,P),j=F.firstChild,F.childNodes.length===1&&(F=j),j||P)){for(V=S.map(hn(F,"script"),lo),oe=V.length;De<Re;De++)te=F,De!==xe&&(te=S.clone(te,!0,!0),oe&&S.merge(V,hn(te,"script"))),C.call(h[De],te,De);if(oe)for(pe=V[V.length-1].ownerDocument,S.map(V,Pi),De=0;De<oe;De++)te=V[De],Wi.test(te.type||"")&&!ut.access(te,"globalEval")&&S.contains(pe,te)&&(te.src&&(te.type||"").toLowerCase()!=="module"?S._evalUrl&&!te.noModule&&S._evalUrl(te.src,{nonce:te.nonce||te.getAttribute("nonce")},pe):Y(te.textContent.replace(qr,""),te,pe))}return h}function ci(h,y,C){for(var P,F=y?S.filter(y,h):h,j=0;(P=F[j])!=null;j++)!C&&P.nodeType===1&&S.cleanData(hn(P)),P.parentNode&&(C&&vr(P)&&ai(hn(P,"script")),P.parentNode.removeChild(P));return h}S.extend({htmlPrefilter:function(h){return h},clone:function(h,y,C){var P,F,j,V,oe=h.cloneNode(!0),te=vr(h);if(!A.noCloneChecked&&(h.nodeType===1||h.nodeType===11)&&!S.isXMLDoc(h))for(V=hn(oe),j=hn(h),P=0,F=j.length;P<F;P++)Or(j[P],V[P]);if(y)if(C)for(j=j||hn(h),V=V||hn(oe),P=0,F=j.length;P<F;P++)er(j[P],V[P]);else er(h,oe);return V=hn(oe,"script"),V.length>0&&ai(V,!te&&hn(h,"script")),oe},cleanData:function(h){for(var y,C,P,F=S.event.special,j=0;(C=h[j])!==void 0;j++)if(fn(C)){if(y=C[ut.expando]){if(y.events)for(P in y.events)F[P]?S.event.remove(C,P):S.removeEvent(C,P,y.handle);C[ut.expando]=void 0}C[Dn.expando]&&(C[Dn.expando]=void 0)}}}),S.fn.extend({detach:function(h){return ci(this,h,!0)},remove:function(h){return ci(this,h)},text:function(h){return Sn(this,function(y){return y===void 0?S.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=y)})},null,h,arguments.length)},append:function(){return _r(this,arguments,function(h){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var y=ao(this,h);y.appendChild(h)}})},prepend:function(){return _r(this,arguments,function(h){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var y=ao(this,h);y.insertBefore(h,y.firstChild)}})},before:function(){return _r(this,arguments,function(h){this.parentNode&&this.parentNode.insertBefore(h,this)})},after:function(){return _r(this,arguments,function(h){this.parentNode&&this.parentNode.insertBefore(h,this.nextSibling)})},empty:function(){for(var h,y=0;(h=this[y])!=null;y++)h.nodeType===1&&(S.cleanData(hn(h,!1)),h.textContent="");return this},clone:function(h,y){return h=h??!1,y=y??h,this.map(function(){return S.clone(this,h,y)})},html:function(h){return Sn(this,function(y){var C=this[0]||{},P=0,F=this.length;if(y===void 0&&C.nodeType===1)return C.innerHTML;if(typeof y=="string"&&!Ms.test(y)&&!Pn[(si.exec(y)||["",""])[1].toLowerCase()]){y=S.htmlPrefilter(y);try{for(;P<F;P++)C=this[P]||{},C.nodeType===1&&(S.cleanData(hn(C,!1)),C.innerHTML=y);C=0}catch{}}C&&this.empty().append(y)},null,h,arguments.length)},replaceWith:function(){var h=[];return _r(this,arguments,function(y){var C=this.parentNode;S.inArray(this,h)<0&&(S.cleanData(hn(this)),C&&C.replaceChild(y,this))},h)}}),S.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(h,y){S.fn[h]=function(C){for(var P,F=[],j=S(C),V=j.length-1,oe=0;oe<=V;oe++)P=oe===V?this:this.clone(!0),S(j[oe])[y](P),c.apply(F,P.get());return this.pushStack(F)}});var Xr=new RegExp("^("+Ui+")(?!px)[a-z%]+$","i"),br=/^--/,Rr=function(h){var y=h.ownerDocument.defaultView;return(!y||!y.opener)&&(y=e),y.getComputedStyle(h)},tr=function(h,y,C){var P,F,j={};for(F in y)j[F]=h.style[F],h.style[F]=y[F];P=C.call(h);for(F in y)h.style[F]=j[F];return P},zi=new RegExp(Nn.join("|"),"i");(function(){function h(){if(pe){te.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",pe.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",Pr.appendChild(te).appendChild(pe);var De=e.getComputedStyle(pe);C=De.top!=="1%",oe=y(De.marginLeft)===12,pe.style.right="60%",j=y(De.right)===36,P=y(De.width)===36,pe.style.position="absolute",F=y(pe.offsetWidth/3)===12,Pr.removeChild(te),pe=null}}function y(De){return Math.round(parseFloat(De))}var C,P,F,j,V,oe,te=_.createElement("div"),pe=_.createElement("div");pe.style&&(pe.style.backgroundClip="content-box",pe.cloneNode(!0).style.backgroundClip="",A.clearCloneStyle=pe.style.backgroundClip==="content-box",S.extend(A,{boxSizingReliable:function(){return h(),P},pixelBoxStyles:function(){return h(),j},pixelPosition:function(){return h(),C},reliableMarginLeft:function(){return h(),oe},scrollboxSize:function(){return h(),F},reliableTrDimensions:function(){var De,Re,xe,Be;return V==null&&(De=_.createElement("table"),Re=_.createElement("tr"),xe=_.createElement("div"),De.style.cssText="position:absolute;left:-11111px;border-collapse:separate",Re.style.cssText="box-sizing:content-box;border:1px solid",Re.style.height="1px",xe.style.height="9px",xe.style.display="block",Pr.appendChild(De).appendChild(Re).appendChild(xe),Be=e.getComputedStyle(Re),V=parseInt(Be.height,10)+parseInt(Be.borderTopWidth,10)+parseInt(Be.borderBottomWidth,10)===Re.offsetHeight,Pr.removeChild(De)),V}}))})();function Oi(h,y,C){var P,F,j,V,oe=br.test(y),te=h.style;return C=C||Rr(h),C&&(V=C.getPropertyValue(y)||C[y],oe&&V&&(V=V.replace(Ue,"$1")||void 0),V===""&&!vr(h)&&(V=S.style(h,y)),!A.pixelBoxStyles()&&Xr.test(V)&&zi.test(y)&&(P=te.width,F=te.minWidth,j=te.maxWidth,te.minWidth=te.maxWidth=te.width=V,V=C.width,te.width=P,te.minWidth=F,te.maxWidth=j)),V!==void 0?V+"":V}function ar(h,y){return{get:function(){if(h()){delete this.get;return}return(this.get=y).apply(this,arguments)}}}var yn=["Webkit","Moz","ms"],Ar=_.createElement("div").style,Ir={};function fi(h){for(var y=h[0].toUpperCase()+h.slice(1),C=yn.length;C--;)if(h=yn[C]+y,h in Ar)return h}function di(h){var y=S.cssProps[h]||Ir[h];return y||(h in Ar?h:Ir[h]=fi(h)||h)}var wr=/^(none|table(?!-c[ea]).+)/,Kr={position:"absolute",visibility:"hidden",display:"block"},Wn={letterSpacing:"0",fontWeight:"400"};function hi(h,y,C){var P=Dr.exec(y);return P?Math.max(0,P[2]-(C||0))+(P[3]||"px"):y}function pi(h,y,C,P,F,j){var V=y==="width"?1:0,oe=0,te=0,pe=0;if(C===(P?"border":"content"))return 0;for(;V<4;V+=2)C==="margin"&&(pe+=S.css(h,C+Nn[V],!0,F)),P?(C==="content"&&(te-=S.css(h,"padding"+Nn[V],!0,F)),C!=="margin"&&(te-=S.css(h,"border"+Nn[V]+"Width",!0,F))):(te+=S.css(h,"padding"+Nn[V],!0,F),C!=="padding"?te+=S.css(h,"border"+Nn[V]+"Width",!0,F):oe+=S.css(h,"border"+Nn[V]+"Width",!0,F));return!P&&j>=0&&(te+=Math.max(0,Math.ceil(h["offset"+y[0].toUpperCase()+y.slice(1)]-j-te-oe-.5))||0),te+pe}function _i(h,y,C){var P=Rr(h),F=!A.boxSizingReliable()||C,j=F&&S.css(h,"boxSizing",!1,P)==="border-box",V=j,oe=Oi(h,y,P),te="offset"+y[0].toUpperCase()+y.slice(1);if(Xr.test(oe)){if(!C)return oe;oe="auto"}return(!A.boxSizingReliable()&&j||!A.reliableTrDimensions()&&ae(h,"tr")||oe==="auto"||!parseFloat(oe)&&S.css(h,"display",!1,P)==="inline")&&h.getClientRects().length&&(j=S.css(h,"boxSizing",!1,P)==="border-box",V=te in h,V&&(oe=h[te])),oe=parseFloat(oe)||0,oe+pi(h,y,C||(j?"border":"content"),V,P,oe)+"px"}S.extend({cssHooks:{opacity:{get:function(h,y){if(y){var C=Oi(h,"opacity");return C===""?"1":C}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(h,y,C,P){if(!(!h||h.nodeType===3||h.nodeType===8||!h.style)){var F,j,V,oe=sn(y),te=br.test(y),pe=h.style;if(te||(y=di(oe)),V=S.cssHooks[y]||S.cssHooks[oe],C!==void 0){if(j=typeof C,j==="string"&&(F=Dr.exec(C))&&F[1]&&(C=Ao(h,y,F),j="number"),C==null||C!==C)return;j==="number"&&!te&&(C+=F&&F[3]||(S.cssNumber[oe]?"":"px")),!A.clearCloneStyle&&C===""&&y.indexOf("background")===0&&(pe[y]="inherit"),(!V||!("set"in V)||(C=V.set(h,C,P))!==void 0)&&(te?pe.setProperty(y,C):pe[y]=C)}else return V&&"get"in V&&(F=V.get(h,!1,P))!==void 0?F:pe[y]}},css:function(h,y,C,P){var F,j,V,oe=sn(y),te=br.test(y);return te||(y=di(oe)),V=S.cssHooks[y]||S.cssHooks[oe],V&&"get"in V&&(F=V.get(h,!0,C)),F===void 0&&(F=Oi(h,y,P)),F==="normal"&&y in Wn&&(F=Wn[y]),C===""||C?(j=parseFloat(F),C===!0||isFinite(j)?j||0:F):F}}),S.each(["height","width"],function(h,y){S.cssHooks[y]={get:function(C,P,F){if(P)return wr.test(S.css(C,"display"))&&(!C.getClientRects().length||!C.getBoundingClientRect().width)?tr(C,Kr,function(){return _i(C,y,F)}):_i(C,y,F)},set:function(C,P,F){var j,V=Rr(C),oe=!A.scrollboxSize()&&V.position==="absolute",te=oe||F,pe=te&&S.css(C,"boxSizing",!1,V)==="border-box",De=F?pi(C,y,F,pe,V):0;return pe&&oe&&(De-=Math.ceil(C["offset"+y[0].toUpperCase()+y.slice(1)]-parseFloat(V[y])-pi(C,y,"border",!1,V)-.5)),De&&(j=Dr.exec(P))&&(j[3]||"px")!=="px"&&(C.style[y]=P,P=S.css(C,y)),hi(C,P,De)}}}),S.cssHooks.marginLeft=ar(A.reliableMarginLeft,function(h,y){if(y)return(parseFloat(Oi(h,"marginLeft"))||h.getBoundingClientRect().left-tr(h,{marginLeft:0},function(){return h.getBoundingClientRect().left}))+"px"}),S.each({margin:"",padding:"",border:"Width"},function(h,y){S.cssHooks[h+y]={expand:function(C){for(var P=0,F={},j=typeof C=="string"?C.split(" "):[C];P<4;P++)F[h+Nn[P]+y]=j[P]||j[P-2]||j[0];return F}},h!=="margin"&&(S.cssHooks[h+y].set=hi)}),S.fn.extend({css:function(h,y){return Sn(this,function(C,P,F){var j,V,oe={},te=0;if(Array.isArray(P)){for(j=Rr(C),V=P.length;te<V;te++)oe[P[te]]=S.css(C,P[te],!1,j);return oe}return F!==void 0?S.style(C,P,F):S.css(C,P)},h,y,arguments.length>1)}});function nn(h,y,C,P,F){return new nn.prototype.init(h,y,C,P,F)}S.Tween=nn,nn.prototype={constructor:nn,init:function(h,y,C,P,F,j){this.elem=h,this.prop=C,this.easing=F||S.easing._default,this.options=y,this.start=this.now=this.cur(),this.end=P,this.unit=j||(S.cssNumber[C]?"":"px")},cur:function(){var h=nn.propHooks[this.prop];return h&&h.get?h.get(this):nn.propHooks._default.get(this)},run:function(h){var y,C=nn.propHooks[this.prop];return this.options.duration?this.pos=y=S.easing[this.easing](h,this.options.duration*h,0,1,this.options.duration):this.pos=y=h,this.now=(this.end-this.start)*y+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),C&&C.set?C.set(this):nn.propHooks._default.set(this),this}},nn.prototype.init.prototype=nn.prototype,nn.propHooks={_default:{get:function(h){var y;return h.elem.nodeType!==1||h.elem[h.prop]!=null&&h.elem.style[h.prop]==null?h.elem[h.prop]:(y=S.css(h.elem,h.prop,""),!y||y==="auto"?0:y)},set:function(h){S.fx.step[h.prop]?S.fx.step[h.prop](h):h.elem.nodeType===1&&(S.cssHooks[h.prop]||h.elem.style[di(h.prop)]!=null)?S.style(h.elem,h.prop,h.now+h.unit):h.elem[h.prop]=h.now}}},nn.propHooks.scrollTop=nn.propHooks.scrollLeft={set:function(h){h.elem.nodeType&&h.elem.parentNode&&(h.elem[h.prop]=h.now)}},S.easing={linear:function(h){return h},swing:function(h){return .5-Math.cos(h*Math.PI)/2},_default:"swing"},S.fx=nn.prototype.init,S.fx.step={};var jn,Cn,uo=/^(?:toggle|show|hide)$/,On=/queueHooks$/;function _n(){Cn&&(_.hidden===!1&&e.requestAnimationFrame?e.requestAnimationFrame(_n):e.setTimeout(_n,S.fx.interval),S.fx.tick())}function k(){return e.setTimeout(function(){jn=void 0}),jn=Date.now()}function N(h,y){var C,P=0,F={height:h};for(y=y?1:0;P<4;P+=2-y)C=Nn[P],F["margin"+C]=F["padding"+C]=h;return y&&(F.opacity=F.width=h),F}function G(h,y,C){for(var P,F=(ge.tweeners[y]||[]).concat(ge.tweeners["*"]),j=0,V=F.length;j<V;j++)if(P=F[j].call(C,y,h))return P}function ee(h,y,C){var P,F,j,V,oe,te,pe,De,Re="width"in y||"height"in y,xe=this,Be={},it=h.style,Tt=h.nodeType&&Yr(h),Et=ut.get(h,"fxshow");C.queue||(V=S._queueHooks(h,"fx"),V.unqueued==null&&(V.unqueued=0,oe=V.empty.fire,V.empty.fire=function(){V.unqueued||oe()}),V.unqueued++,xe.always(function(){xe.always(function(){V.unqueued--,S.queue(h,"fx").length||V.empty.fire()})}));for(P in y)if(F=y[P],uo.test(F)){if(delete y[P],j=j||F==="toggle",F===(Tt?"hide":"show"))if(F==="show"&&Et&&Et[P]!==void 0)Tt=!0;else continue;Be[P]=Et&&Et[P]||S.style(h,P)}if(te=!S.isEmptyObject(y),!(!te&&S.isEmptyObject(Be))){Re&&h.nodeType===1&&(C.overflow=[it.overflow,it.overflowX,it.overflowY],pe=Et&&Et.display,pe==null&&(pe=ut.get(h,"display")),De=S.css(h,"display"),De==="none"&&(pe?De=pe:(Qn([h],!0),pe=h.style.display||pe,De=S.css(h,"display"),Qn([h]))),(De==="inline"||De==="inline-block"&&pe!=null)&&S.css(h,"float")==="none"&&(te||(xe.done(function(){it.display=pe}),pe==null&&(De=it.display,pe=De==="none"?"":De)),it.display="inline-block")),C.overflow&&(it.overflow="hidden",xe.always(function(){it.overflow=C.overflow[0],it.overflowX=C.overflow[1],it.overflowY=C.overflow[2]})),te=!1;for(P in Be)te||(Et?"hidden"in Et&&(Tt=Et.hidden):Et=ut.access(h,"fxshow",{display:pe}),j&&(Et.hidden=!Tt),Tt&&Qn([h],!0),xe.done(function(){Tt||Qn([h]),ut.remove(h,"fxshow");for(P in Be)S.style(h,P,Be[P])})),te=G(Tt?Et[P]:0,P,xe),P in Et||(Et[P]=te.start,Tt&&(te.end=te.start,te.start=0))}}function Te(h,y){var C,P,F,j,V;for(C in h)if(P=sn(C),F=y[P],j=h[C],Array.isArray(j)&&(F=j[1],j=h[C]=j[0]),C!==P&&(h[P]=j,delete h[C]),V=S.cssHooks[P],V&&"expand"in V){j=V.expand(j),delete h[P];for(C in j)C in h||(h[C]=j[C],y[C]=F)}else y[P]=F}function ge(h,y,C){var P,F,j=0,V=ge.prefilters.length,oe=S.Deferred().always(function(){delete te.elem}),te=function(){if(F)return!1;for(var Re=jn||k(),xe=Math.max(0,pe.startTime+pe.duration-Re),Be=xe/pe.duration||0,it=1-Be,Tt=0,Et=pe.tweens.length;Tt<Et;Tt++)pe.tweens[Tt].run(it);return oe.notifyWith(h,[pe,it,xe]),it<1&&Et?xe:(Et||oe.notifyWith(h,[pe,1,0]),oe.resolveWith(h,[pe]),!1)},pe=oe.promise({elem:h,props:S.extend({},y),opts:S.extend(!0,{specialEasing:{},easing:S.easing._default},C),originalProperties:y,originalOptions:C,startTime:jn||k(),duration:C.duration,tweens:[],createTween:function(Re,xe){var Be=S.Tween(h,pe.opts,Re,xe,pe.opts.specialEasing[Re]||pe.opts.easing);return pe.tweens.push(Be),Be},stop:function(Re){var xe=0,Be=Re?pe.tweens.length:0;if(F)return this;for(F=!0;xe<Be;xe++)pe.tweens[xe].run(1);return Re?(oe.notifyWith(h,[pe,1,0]),oe.resolveWith(h,[pe,Re])):oe.rejectWith(h,[pe,Re]),this}}),De=pe.props;for(Te(De,pe.opts.specialEasing);j<V;j++)if(P=ge.prefilters[j].call(pe,h,De,pe.opts),P)return I(P.stop)&&(S._queueHooks(pe.elem,pe.opts.queue).stop=P.stop.bind(P)),P;return S.map(De,G,pe),I(pe.opts.start)&&pe.opts.start.call(h,pe),pe.progress(pe.opts.progress).done(pe.opts.done,pe.opts.complete).fail(pe.opts.fail).always(pe.opts.always),S.fx.timer(S.extend(te,{elem:h,anim:pe,queue:pe.opts.queue})),pe}S.Animation=S.extend(ge,{tweeners:{"*":[function(h,y){var C=this.createTween(h,y);return Ao(C.elem,h,Dr.exec(y),C),C}]},tweener:function(h,y){I(h)?(y=h,h=["*"]):h=h.match(ft);for(var C,P=0,F=h.length;P<F;P++)C=h[P],ge.tweeners[C]=ge.tweeners[C]||[],ge.tweeners[C].unshift(y)},prefilters:[ee],prefilter:function(h,y){y?ge.prefilters.unshift(h):ge.prefilters.push(h)}}),S.speed=function(h,y,C){var P=h&&typeof h=="object"?S.extend({},h):{complete:C||!C&&y||I(h)&&h,duration:h,easing:C&&y||y&&!I(y)&&y};return S.fx.off?P.duration=0:typeof P.duration!="number"&&(P.duration in S.fx.speeds?P.duration=S.fx.speeds[P.duration]:P.duration=S.fx.speeds._default),(P.queue==null||P.queue===!0)&&(P.queue="fx"),P.old=P.complete,P.complete=function(){I(P.old)&&P.old.call(this),P.queue&&S.dequeue(this,P.queue)},P},S.fn.extend({fadeTo:function(h,y,C,P){return this.filter(Yr).css("opacity",0).show().end().animate({opacity:y},h,C,P)},animate:function(h,y,C,P){var F=S.isEmptyObject(h),j=S.speed(y,C,P),V=function(){var oe=ge(this,S.extend({},h),j);(F||ut.get(this,"finish"))&&oe.stop(!0)};return V.finish=V,F||j.queue===!1?this.each(V):this.queue(j.queue,V)},stop:function(h,y,C){var P=function(F){var j=F.stop;delete F.stop,j(C)};return typeof h!="string"&&(C=y,y=h,h=void 0),y&&this.queue(h||"fx",[]),this.each(function(){var F=!0,j=h!=null&&h+"queueHooks",V=S.timers,oe=ut.get(this);if(j)oe[j]&&oe[j].stop&&P(oe[j]);else for(j in oe)oe[j]&&oe[j].stop&&On.test(j)&&P(oe[j]);for(j=V.length;j--;)V[j].elem===this&&(h==null||V[j].queue===h)&&(V[j].anim.stop(C),F=!1,V.splice(j,1));(F||!C)&&S.dequeue(this,h)})},finish:function(h){return h!==!1&&(h=h||"fx"),this.each(function(){var y,C=ut.get(this),P=C[h+"queue"],F=C[h+"queueHooks"],j=S.timers,V=P?P.length:0;for(C.finish=!0,S.queue(this,h,[]),F&&F.stop&&F.stop.call(this,!0),y=j.length;y--;)j[y].elem===this&&j[y].queue===h&&(j[y].anim.stop(!0),j.splice(y,1));for(y=0;y<V;y++)P[y]&&P[y].finish&&P[y].finish.call(this);delete C.finish})}}),S.each(["toggle","show","hide"],function(h,y){var C=S.fn[y];S.fn[y]=function(P,F,j){return P==null||typeof P=="boolean"?C.apply(this,arguments):this.animate(N(y,!0),P,F,j)}}),S.each({slideDown:N("show"),slideUp:N("hide"),slideToggle:N("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(h,y){S.fn[h]=function(C,P,F){return this.animate(y,C,P,F)}}),S.timers=[],S.fx.tick=function(){var h,y=0,C=S.timers;for(jn=Date.now();y<C.length;y++)h=C[y],!h()&&C[y]===h&&C.splice(y--,1);C.length||S.fx.stop(),jn=void 0},S.fx.timer=function(h){S.timers.push(h),S.fx.start()},S.fx.interval=13,S.fx.start=function(){Cn||(Cn=!0,_n())},S.fx.stop=function(){Cn=null},S.fx.speeds={slow:600,fast:200,_default:400},S.fn.delay=function(h,y){return h=S.fx&&S.fx.speeds[h]||h,y=y||"fx",this.queue(y,function(C,P){var F=e.setTimeout(C,h);P.stop=function(){e.clearTimeout(F)}})},function(){var h=_.createElement("input"),y=_.createElement("select"),C=y.appendChild(_.createElement("option"));h.type="checkbox",A.checkOn=h.value!=="",A.optSelected=C.selected,h=_.createElement("input"),h.value="t",h.type="radio",A.radioValue=h.value==="t"}();var Oe,Xe=S.expr.attrHandle;S.fn.extend({attr:function(h,y){return Sn(this,S.attr,h,y,arguments.length>1)},removeAttr:function(h){return this.each(function(){S.removeAttr(this,h)})}}),S.extend({attr:function(h,y,C){var P,F,j=h.nodeType;if(!(j===3||j===8||j===2)){if(typeof h.getAttribute>"u")return S.prop(h,y,C);if((j!==1||!S.isXMLDoc(h))&&(F=S.attrHooks[y.toLowerCase()]||(S.expr.match.bool.test(y)?Oe:void 0)),C!==void 0){if(C===null){S.removeAttr(h,y);return}return F&&"set"in F&&(P=F.set(h,C,y))!==void 0?P:(h.setAttribute(y,C+""),C)}return F&&"get"in F&&(P=F.get(h,y))!==null?P:(P=S.find.attr(h,y),P??void 0)}},attrHooks:{type:{set:function(h,y){if(!A.radioValue&&y==="radio"&&ae(h,"input")){var C=h.value;return h.setAttribute("type",y),C&&(h.value=C),y}}}},removeAttr:function(h,y){var C,P=0,F=y&&y.match(ft);if(F&&h.nodeType===1)for(;C=F[P++];)h.removeAttribute(C)}}),Oe={set:function(h,y,C){return y===!1?S.removeAttr(h,C):h.setAttribute(C,C),C}},S.each(S.expr.match.bool.source.match(/\w+/g),function(h,y){var C=Xe[y]||S.find.attr;Xe[y]=function(P,F,j){var V,oe,te=F.toLowerCase();return j||(oe=Xe[te],Xe[te]=V,V=C(P,F,j)!=null?te:null,Xe[te]=oe),V}});var gt=/^(?:input|select|textarea|button)$/i,mt=/^(?:a|area)$/i;S.fn.extend({prop:function(h,y){return Sn(this,S.prop,h,y,arguments.length>1)},removeProp:function(h){return this.each(function(){delete this[S.propFix[h]||h]})}}),S.extend({prop:function(h,y,C){var P,F,j=h.nodeType;if(!(j===3||j===8||j===2))return(j!==1||!S.isXMLDoc(h))&&(y=S.propFix[y]||y,F=S.propHooks[y]),C!==void 0?F&&"set"in F&&(P=F.set(h,C,y))!==void 0?P:h[y]=C:F&&"get"in F&&(P=F.get(h,y))!==null?P:h[y]},propHooks:{tabIndex:{get:function(h){var y=S.find.attr(h,"tabindex");return y?parseInt(y,10):gt.test(h.nodeName)||mt.test(h.nodeName)&&h.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),A.optSelected||(S.propHooks.selected={get:function(h){var y=h.parentNode;return y&&y.parentNode&&y.parentNode.selectedIndex,null},set:function(h){var y=h.parentNode;y&&(y.selectedIndex,y.parentNode&&y.parentNode.selectedIndex)}}),S.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){S.propFix[this.toLowerCase()]=this});function dt(h){var y=h.match(ft)||[];return y.join(" ")}function Ft(h){return h.getAttribute&&h.getAttribute("class")||""}function Bn(h){return Array.isArray(h)?h:typeof h=="string"?h.match(ft)||[]:[]}S.fn.extend({addClass:function(h){var y,C,P,F,j,V;return I(h)?this.each(function(oe){S(this).addClass(h.call(this,oe,Ft(this)))}):(y=Bn(h),y.length?this.each(function(){if(P=Ft(this),C=this.nodeType===1&&" "+dt(P)+" ",C){for(j=0;j<y.length;j++)F=y[j],C.indexOf(" "+F+" ")<0&&(C+=F+" ");V=dt(C),P!==V&&this.setAttribute("class",V)}}):this)},removeClass:function(h){var y,C,P,F,j,V;return I(h)?this.each(function(oe){S(this).removeClass(h.call(this,oe,Ft(this)))}):arguments.length?(y=Bn(h),y.length?this.each(function(){if(P=Ft(this),C=this.nodeType===1&&" "+dt(P)+" ",C){for(j=0;j<y.length;j++)for(F=y[j];C.indexOf(" "+F+" ")>-1;)C=C.replace(" "+F+" "," ");V=dt(C),P!==V&&this.setAttribute("class",V)}}):this):this.attr("class","")},toggleClass:function(h,y){var C,P,F,j,V=typeof h,oe=V==="string"||Array.isArray(h);return I(h)?this.each(function(te){S(this).toggleClass(h.call(this,te,Ft(this),y),y)}):typeof y=="boolean"&&oe?y?this.addClass(h):this.removeClass(h):(C=Bn(h),this.each(function(){if(oe)for(j=S(this),F=0;F<C.length;F++)P=C[F],j.hasClass(P)?j.removeClass(P):j.addClass(P);else(h===void 0||V==="boolean")&&(P=Ft(this),P&&ut.set(this,"__className__",P),this.setAttribute&&this.setAttribute("class",P||h===!1?"":ut.get(this,"__className__")||""))}))},hasClass:function(h){var y,C,P=0;for(y=" "+h+" ";C=this[P++];)if(C.nodeType===1&&(" "+dt(Ft(C))+" ").indexOf(y)>-1)return!0;return!1}});var zn=/\r/g;S.fn.extend({val:function(h){var y,C,P,F=this[0];return arguments.length?(P=I(h),this.each(function(j){var V;this.nodeType===1&&(P?V=h.call(this,j,S(this).val()):V=h,V==null?V="":typeof V=="number"?V+="":Array.isArray(V)&&(V=S.map(V,function(oe){return oe==null?"":oe+""})),y=S.valHooks[this.type]||S.valHooks[this.nodeName.toLowerCase()],(!y||!("set"in y)||y.set(this,V,"value")===void 0)&&(this.value=V))})):F?(y=S.valHooks[F.type]||S.valHooks[F.nodeName.toLowerCase()],y&&"get"in y&&(C=y.get(F,"value"))!==void 0?C:(C=F.value,typeof C=="string"?C.replace(zn,""):C??"")):void 0}}),S.extend({valHooks:{option:{get:function(h){var y=S.find.attr(h,"value");return y??dt(S.text(h))}},select:{get:function(h){var y,C,P,F=h.options,j=h.selectedIndex,V=h.type==="select-one",oe=V?null:[],te=V?j+1:F.length;for(j<0?P=te:P=V?j:0;P<te;P++)if(C=F[P],(C.selected||P===j)&&!C.disabled&&(!C.parentNode.disabled||!ae(C.parentNode,"optgroup"))){if(y=S(C).val(),V)return y;oe.push(y)}return oe},set:function(h,y){for(var C,P,F=h.options,j=S.makeArray(y),V=F.length;V--;)P=F[V],(P.selected=S.inArray(S.valHooks.option.get(P),j)>-1)&&(C=!0);return C||(h.selectedIndex=-1),j}}}}),S.each(["radio","checkbox"],function(){S.valHooks[this]={set:function(h,y){if(Array.isArray(y))return h.checked=S.inArray(S(h).val(),y)>-1}},A.checkOn||(S.valHooks[this].get=function(h){return h.getAttribute("value")===null?"on":h.value})});var En=e.location,Zr={guid:Date.now()},lr=/\?/;S.parseXML=function(h){var y,C;if(!h||typeof h!="string")return null;try{y=new e.DOMParser().parseFromString(h,"text/xml")}catch{}return C=y&&y.getElementsByTagName("parsererror")[0],(!y||C)&&S.error("Invalid XML: "+(C?S.map(C.childNodes,function(P){return P.textContent}).join(`
|
|
172
|
+
`):h)),y};var Yi=/^(?:focusinfocus|focusoutblur)$/,gi=function(h){h.stopPropagation()};S.extend(S.event,{trigger:function(h,y,C,P){var F,j,V,oe,te,pe,De,Re,xe=[C||_],Be=m.call(h,"type")?h.type:h,it=m.call(h,"namespace")?h.namespace.split("."):[];if(j=Re=V=C=C||_,!(C.nodeType===3||C.nodeType===8)&&!Yi.test(Be+S.event.triggered)&&(Be.indexOf(".")>-1&&(it=Be.split("."),Be=it.shift(),it.sort()),te=Be.indexOf(":")<0&&"on"+Be,h=h[S.expando]?h:new S.Event(Be,typeof h=="object"&&h),h.isTrigger=P?2:3,h.namespace=it.join("."),h.rnamespace=h.namespace?new RegExp("(^|\\.)"+it.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,h.result=void 0,h.target||(h.target=C),y=y==null?[h]:S.makeArray(y,[h]),De=S.event.special[Be]||{},!(!P&&De.trigger&&De.trigger.apply(C,y)===!1))){if(!P&&!De.noBubble&&!M(C)){for(oe=De.delegateType||Be,Yi.test(oe+Be)||(j=j.parentNode);j;j=j.parentNode)xe.push(j),V=j;V===(C.ownerDocument||_)&&xe.push(V.defaultView||V.parentWindow||e)}for(F=0;(j=xe[F++])&&!h.isPropagationStopped();)Re=j,h.type=F>1?oe:De.bindType||Be,pe=(ut.get(j,"events")||Object.create(null))[h.type]&&ut.get(j,"handle"),pe&&pe.apply(j,y),pe=te&&j[te],pe&&pe.apply&&fn(j)&&(h.result=pe.apply(j,y),h.result===!1&&h.preventDefault());return h.type=Be,!P&&!h.isDefaultPrevented()&&(!De._default||De._default.apply(xe.pop(),y)===!1)&&fn(C)&&te&&I(C[Be])&&!M(C)&&(V=C[te],V&&(C[te]=null),S.event.triggered=Be,h.isPropagationStopped()&&Re.addEventListener(Be,gi),C[Be](),h.isPropagationStopped()&&Re.removeEventListener(Be,gi),S.event.triggered=void 0,V&&(C[te]=V)),h.result}},simulate:function(h,y,C){var P=S.extend(new S.Event,C,{type:h,isSimulated:!0});S.event.trigger(P,null,y)}}),S.fn.extend({trigger:function(h,y){return this.each(function(){S.event.trigger(h,y,this)})},triggerHandler:function(h,y){var C=this[0];if(C)return S.event.trigger(h,y,C,!0)}});var Gi=/\[\]$/,Mr=/\r?\n/g,qi=/^(?:submit|button|image|reset|file)$/i,Ua=/^(?:input|select|textarea|keygen)/i;function Fs(h,y,C,P){var F;if(Array.isArray(y))S.each(y,function(j,V){C||Gi.test(h)?P(h,V):Fs(h+"["+(typeof V=="object"&&V!=null?j:"")+"]",V,C,P)});else if(!C&&ne(y)==="object")for(F in y)Fs(h+"["+F+"]",y[F],C,P);else P(h,y)}S.param=function(h,y){var C,P=[],F=function(j,V){var oe=I(V)?V():V;P[P.length]=encodeURIComponent(j)+"="+encodeURIComponent(oe??"")};if(h==null)return"";if(Array.isArray(h)||h.jquery&&!S.isPlainObject(h))S.each(h,function(){F(this.name,this.value)});else for(C in h)Fs(C,h[C],y,F);return P.join("&")},S.fn.extend({serialize:function(){return S.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var h=S.prop(this,"elements");return h?S.makeArray(h):this}).filter(function(){var h=this.type;return this.name&&!S(this).is(":disabled")&&Ua.test(this.nodeName)&&!qi.test(h)&&(this.checked||!Wt.test(h))}).map(function(h,y){var C=S(this).val();return C==null?null:Array.isArray(C)?S.map(C,function(P){return{name:y.name,value:P.replace(Mr,`\r
|
|
173
|
+
`)}}):{name:y.name,value:C.replace(Mr,`\r
|
|
174
|
+
`)}}).get()}});var rs=/%20/g,xr=/#.*$/,Wa=/([?&])_=[^&]*/,mi=/^(.*?):[ \t]*([^\r\n]*)$/mg,Ns=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,is=/^(?:GET|HEAD)$/,rn=/^\/\//,Gt={},Kt={},Ri="*/".concat("*"),Jr=_.createElement("a");Jr.href=En.href;function Io(h){return function(y,C){typeof y!="string"&&(C=y,y="*");var P,F=0,j=y.toLowerCase().match(ft)||[];if(I(C))for(;P=j[F++];)P[0]==="+"?(P=P.slice(1)||"*",(h[P]=h[P]||[]).unshift(C)):(h[P]=h[P]||[]).push(C)}}function vi(h,y,C,P){var F={},j=h===Kt;function V(oe){var te;return F[oe]=!0,S.each(h[oe]||[],function(pe,De){var Re=De(y,C,P);if(typeof Re=="string"&&!j&&!F[Re])return y.dataTypes.unshift(Re),V(Re),!1;if(j)return!(te=Re)}),te}return V(y.dataTypes[0])||!F["*"]&&V("*")}function ur(h,y){var C,P,F=S.ajaxSettings.flatOptions||{};for(C in y)y[C]!==void 0&&((F[C]?h:P||(P={}))[C]=y[C]);return P&&S.extend(!0,h,P),h}function js(h,y,C){for(var P,F,j,V,oe=h.contents,te=h.dataTypes;te[0]==="*";)te.shift(),P===void 0&&(P=h.mimeType||y.getResponseHeader("Content-Type"));if(P){for(F in oe)if(oe[F]&&oe[F].test(P)){te.unshift(F);break}}if(te[0]in C)j=te[0];else{for(F in C){if(!te[0]||h.converters[F+" "+te[0]]){j=F;break}V||(V=F)}j=j||V}if(j)return j!==te[0]&&te.unshift(j),C[j]}function co(h,y,C,P){var F,j,V,oe,te,pe={},De=h.dataTypes.slice();if(De[1])for(V in h.converters)pe[V.toLowerCase()]=h.converters[V];for(j=De.shift();j;)if(h.responseFields[j]&&(C[h.responseFields[j]]=y),!te&&P&&h.dataFilter&&(y=h.dataFilter(y,h.dataType)),te=j,j=De.shift(),j){if(j==="*")j=te;else if(te!=="*"&&te!==j){if(V=pe[te+" "+j]||pe["* "+j],!V){for(F in pe)if(oe=F.split(" "),oe[1]===j&&(V=pe[te+" "+oe[0]]||pe["* "+oe[0]],V)){V===!0?V=pe[F]:pe[F]!==!0&&(j=oe[0],De.unshift(oe[1]));break}}if(V!==!0)if(V&&h.throws)y=V(y);else try{y=V(y)}catch(Re){return{state:"parsererror",error:V?Re:"No conversion from "+te+" to "+j}}}}return{state:"success",data:y}}S.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:En.href,type:"GET",isLocal:Ns.test(En.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Ri,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":S.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(h,y){return y?ur(ur(h,S.ajaxSettings),y):ur(S.ajaxSettings,h)},ajaxPrefilter:Io(Gt),ajaxTransport:Io(Kt),ajax:function(h,y){typeof h=="object"&&(y=h,h=void 0),y=y||{};var C,P,F,j,V,oe,te,pe,De,Re,xe=S.ajaxSetup({},y),Be=xe.context||xe,it=xe.context&&(Be.nodeType||Be.jquery)?S(Be):S.event,Tt=S.Deferred(),Et=S.Callbacks("once memory"),Rn=xe.statusCode||{},un={},Lr={},Fr="canceled",Lt={readyState:0,getResponseHeader:function(jt){var Qt;if(te){if(!j)for(j={};Qt=mi.exec(F);)j[Qt[1].toLowerCase()+" "]=(j[Qt[1].toLowerCase()+" "]||[]).concat(Qt[2]);Qt=j[jt.toLowerCase()+" "]}return Qt==null?null:Qt.join(", ")},getAllResponseHeaders:function(){return te?F:null},setRequestHeader:function(jt,Qt){return te==null&&(jt=Lr[jt.toLowerCase()]=Lr[jt.toLowerCase()]||jt,un[jt]=Qt),this},overrideMimeType:function(jt){return te==null&&(xe.mimeType=jt),this},statusCode:function(jt){var Qt;if(jt)if(te)Lt.always(jt[Lt.status]);else for(Qt in jt)Rn[Qt]=[Rn[Qt],jt[Qt]];return this},abort:function(jt){var Qt=jt||Fr;return C&&C.abort(Qt),Nr(0,Qt),this}};if(Tt.promise(Lt),xe.url=((h||xe.url||En.href)+"").replace(rn,En.protocol+"//"),xe.type=y.method||y.type||xe.method||xe.type,xe.dataTypes=(xe.dataType||"*").toLowerCase().match(ft)||[""],xe.crossDomain==null){oe=_.createElement("a");try{oe.href=xe.url,oe.href=oe.href,xe.crossDomain=Jr.protocol+"//"+Jr.host!=oe.protocol+"//"+oe.host}catch{xe.crossDomain=!0}}if(xe.data&&xe.processData&&typeof xe.data!="string"&&(xe.data=S.param(xe.data,xe.traditional)),vi(Gt,xe,y,Lt),te)return Lt;pe=S.event&&xe.global,pe&&S.active++===0&&S.event.trigger("ajaxStart"),xe.type=xe.type.toUpperCase(),xe.hasContent=!is.test(xe.type),P=xe.url.replace(xr,""),xe.hasContent?xe.data&&xe.processData&&(xe.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(xe.data=xe.data.replace(rs,"+")):(Re=xe.url.slice(P.length),xe.data&&(xe.processData||typeof xe.data=="string")&&(P+=(lr.test(P)?"&":"?")+xe.data,delete xe.data),xe.cache===!1&&(P=P.replace(Wa,"$1"),Re=(lr.test(P)?"&":"?")+"_="+Zr.guid+++Re),xe.url=P+Re),xe.ifModified&&(S.lastModified[P]&&Lt.setRequestHeader("If-Modified-Since",S.lastModified[P]),S.etag[P]&&Lt.setRequestHeader("If-None-Match",S.etag[P])),(xe.data&&xe.hasContent&&xe.contentType!==!1||y.contentType)&&Lt.setRequestHeader("Content-Type",xe.contentType),Lt.setRequestHeader("Accept",xe.dataTypes[0]&&xe.accepts[xe.dataTypes[0]]?xe.accepts[xe.dataTypes[0]]+(xe.dataTypes[0]!=="*"?", "+Ri+"; q=0.01":""):xe.accepts["*"]);for(De in xe.headers)Lt.setRequestHeader(De,xe.headers[De]);if(xe.beforeSend&&(xe.beforeSend.call(Be,Lt,xe)===!1||te))return Lt.abort();if(Fr="abort",Et.add(xe.complete),Lt.done(xe.success),Lt.fail(xe.error),C=vi(Kt,xe,y,Lt),!C)Nr(-1,"No Transport");else{if(Lt.readyState=1,pe&&it.trigger("ajaxSend",[Lt,xe]),te)return Lt;xe.async&&xe.timeout>0&&(V=e.setTimeout(function(){Lt.abort("timeout")},xe.timeout));try{te=!1,C.send(un,Nr)}catch(jt){if(te)throw jt;Nr(-1,jt)}}function Nr(jt,Qt,ho,po){var Sr,D,L,U,Q,ye=Qt;te||(te=!0,V&&e.clearTimeout(V),C=void 0,F=po||"",Lt.readyState=jt>0?4:0,Sr=jt>=200&&jt<300||jt===304,ho&&(U=js(xe,Lt,ho)),!Sr&&S.inArray("script",xe.dataTypes)>-1&&S.inArray("json",xe.dataTypes)<0&&(xe.converters["text script"]=function(){}),U=co(xe,U,Lt,Sr),Sr?(xe.ifModified&&(Q=Lt.getResponseHeader("Last-Modified"),Q&&(S.lastModified[P]=Q),Q=Lt.getResponseHeader("etag"),Q&&(S.etag[P]=Q)),jt===204||xe.type==="HEAD"?ye="nocontent":jt===304?ye="notmodified":(ye=U.state,D=U.data,L=U.error,Sr=!L)):(L=ye,(jt||!ye)&&(ye="error",jt<0&&(jt=0))),Lt.status=jt,Lt.statusText=(Qt||ye)+"",Sr?Tt.resolveWith(Be,[D,ye,Lt]):Tt.rejectWith(Be,[Lt,ye,L]),Lt.statusCode(Rn),Rn=void 0,pe&&it.trigger(Sr?"ajaxSuccess":"ajaxError",[Lt,xe,Sr?D:L]),Et.fireWith(Be,[Lt,ye]),pe&&(it.trigger("ajaxComplete",[Lt,xe]),--S.active||S.event.trigger("ajaxStop")))}return Lt},getJSON:function(h,y,C){return S.get(h,y,C,"json")},getScript:function(h,y){return S.get(h,void 0,y,"script")}}),S.each(["get","post"],function(h,y){S[y]=function(C,P,F,j){return I(P)&&(j=j||F,F=P,P=void 0),S.ajax(S.extend({url:C,type:y,dataType:j,data:P,success:F},S.isPlainObject(C)&&C))}}),S.ajaxPrefilter(function(h){var y;for(y in h.headers)y.toLowerCase()==="content-type"&&(h.contentType=h.headers[y]||"")}),S._evalUrl=function(h,y,C){return S.ajax({url:h,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(P){S.globalEval(P,y,C)}})},S.fn.extend({wrapAll:function(h){var y;return this[0]&&(I(h)&&(h=h.call(this[0])),y=S(h,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&y.insertBefore(this[0]),y.map(function(){for(var C=this;C.firstElementChild;)C=C.firstElementChild;return C}).append(this)),this},wrapInner:function(h){return I(h)?this.each(function(y){S(this).wrapInner(h.call(this,y))}):this.each(function(){var y=S(this),C=y.contents();C.length?C.wrapAll(h):y.append(h)})},wrap:function(h){var y=I(h);return this.each(function(C){S(this).wrapAll(y?h.call(this,C):h)})},unwrap:function(h){return this.parent(h).not("body").each(function(){S(this).replaceWith(this.childNodes)}),this}}),S.expr.pseudos.hidden=function(h){return!S.expr.pseudos.visible(h)},S.expr.pseudos.visible=function(h){return!!(h.offsetWidth||h.offsetHeight||h.getClientRects().length)},S.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch{}};var la={0:200,1223:204},ln=S.ajaxSettings.xhr();A.cors=!!ln&&"withCredentials"in ln,A.ajax=ln=!!ln,S.ajaxTransport(function(h){var y,C;if(A.cors||ln&&!h.crossDomain)return{send:function(P,F){var j,V=h.xhr();if(V.open(h.type,h.url,h.async,h.username,h.password),h.xhrFields)for(j in h.xhrFields)V[j]=h.xhrFields[j];h.mimeType&&V.overrideMimeType&&V.overrideMimeType(h.mimeType),!h.crossDomain&&!P["X-Requested-With"]&&(P["X-Requested-With"]="XMLHttpRequest");for(j in P)V.setRequestHeader(j,P[j]);y=function(oe){return function(){y&&(y=C=V.onload=V.onerror=V.onabort=V.ontimeout=V.onreadystatechange=null,oe==="abort"?V.abort():oe==="error"?typeof V.status!="number"?F(0,"error"):F(V.status,V.statusText):F(la[V.status]||V.status,V.statusText,(V.responseType||"text")!=="text"||typeof V.responseText!="string"?{binary:V.response}:{text:V.responseText},V.getAllResponseHeaders()))}},V.onload=y(),C=V.onerror=V.ontimeout=y("error"),V.onabort!==void 0?V.onabort=C:V.onreadystatechange=function(){V.readyState===4&&e.setTimeout(function(){y&&C()})},y=y("abort");try{V.send(h.hasContent&&h.data||null)}catch(oe){if(y)throw oe}},abort:function(){y&&y()}}}),S.ajaxPrefilter(function(h){h.crossDomain&&(h.contents.script=!1)}),S.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(h){return S.globalEval(h),h}}}),S.ajaxPrefilter("script",function(h){h.cache===void 0&&(h.cache=!1),h.crossDomain&&(h.type="GET")}),S.ajaxTransport("script",function(h){if(h.crossDomain||h.scriptAttrs){var y,C;return{send:function(P,F){y=S("<script>").attr(h.scriptAttrs||{}).prop({charset:h.scriptCharset,src:h.url}).on("load error",C=function(j){y.remove(),C=null,j&&F(j.type==="error"?404:200,j.type)}),_.head.appendChild(y[0])},abort:function(){C&&C()}}}});var Mo=[],yi=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var h=Mo.pop()||S.expando+"_"+Zr.guid++;return this[h]=!0,h}}),S.ajaxPrefilter("json jsonp",function(h,y,C){var P,F,j,V=h.jsonp!==!1&&(yi.test(h.url)?"url":typeof h.data=="string"&&(h.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&yi.test(h.data)&&"data");if(V||h.dataTypes[0]==="jsonp")return P=h.jsonpCallback=I(h.jsonpCallback)?h.jsonpCallback():h.jsonpCallback,V?h[V]=h[V].replace(yi,"$1"+P):h.jsonp!==!1&&(h.url+=(lr.test(h.url)?"&":"?")+h.jsonp+"="+P),h.converters["script json"]=function(){return j||S.error(P+" was not called"),j[0]},h.dataTypes[0]="json",F=e[P],e[P]=function(){j=arguments},C.always(function(){F===void 0?S(e).removeProp(P):e[P]=F,h[P]&&(h.jsonpCallback=y.jsonpCallback,Mo.push(P)),j&&I(F)&&F(j[0]),j=F=void 0}),"script"}),A.createHTMLDocument=function(){var h=_.implementation.createHTMLDocument("").body;return h.innerHTML="<form></form><form></form>",h.childNodes.length===2}(),S.parseHTML=function(h,y,C){if(typeof h!="string")return[];typeof y=="boolean"&&(C=y,y=!1);var P,F,j;return y||(A.createHTMLDocument?(y=_.implementation.createHTMLDocument(""),P=y.createElement("base"),P.href=_.location.href,y.head.appendChild(P)):y=_),F=We.exec(h),j=!C&&[],F?[y.createElement(F[1])]:(F=Tn([h],y,j),j&&j.length&&S(j).remove(),S.merge([],F.childNodes))},S.fn.load=function(h,y,C){var P,F,j,V=this,oe=h.indexOf(" ");return oe>-1&&(P=dt(h.slice(oe)),h=h.slice(0,oe)),I(y)?(C=y,y=void 0):y&&typeof y=="object"&&(F="POST"),V.length>0&&S.ajax({url:h,type:F||"GET",dataType:"html",data:y}).done(function(te){j=arguments,V.html(P?S("<div>").append(S.parseHTML(te)).find(P):te)}).always(C&&function(te,pe){V.each(function(){C.apply(this,j||[te.responseText,pe,te])})}),this},S.expr.pseudos.animated=function(h){return S.grep(S.timers,function(y){return h===y.elem}).length},S.offset={setOffset:function(h,y,C){var P,F,j,V,oe,te,pe,De=S.css(h,"position"),Re=S(h),xe={};De==="static"&&(h.style.position="relative"),oe=Re.offset(),j=S.css(h,"top"),te=S.css(h,"left"),pe=(De==="absolute"||De==="fixed")&&(j+te).indexOf("auto")>-1,pe?(P=Re.position(),V=P.top,F=P.left):(V=parseFloat(j)||0,F=parseFloat(te)||0),I(y)&&(y=y.call(h,C,S.extend({},oe))),y.top!=null&&(xe.top=y.top-oe.top+V),y.left!=null&&(xe.left=y.left-oe.left+F),"using"in y?y.using.call(h,xe):Re.css(xe)}},S.fn.extend({offset:function(h){if(arguments.length)return h===void 0?this:this.each(function(F){S.offset.setOffset(this,h,F)});var y,C,P=this[0];if(P)return P.getClientRects().length?(y=P.getBoundingClientRect(),C=P.ownerDocument.defaultView,{top:y.top+C.pageYOffset,left:y.left+C.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var h,y,C,P=this[0],F={top:0,left:0};if(S.css(P,"position")==="fixed")y=P.getBoundingClientRect();else{for(y=this.offset(),C=P.ownerDocument,h=P.offsetParent||C.documentElement;h&&(h===C.body||h===C.documentElement)&&S.css(h,"position")==="static";)h=h.parentNode;h&&h!==P&&h.nodeType===1&&(F=S(h).offset(),F.top+=S.css(h,"borderTopWidth",!0),F.left+=S.css(h,"borderLeftWidth",!0))}return{top:y.top-F.top-S.css(P,"marginTop",!0),left:y.left-F.left-S.css(P,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var h=this.offsetParent;h&&S.css(h,"position")==="static";)h=h.offsetParent;return h||Pr})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(h,y){var C=y==="pageYOffset";S.fn[h]=function(P){return Sn(this,function(F,j,V){var oe;if(M(F)?oe=F:F.nodeType===9&&(oe=F.defaultView),V===void 0)return oe?oe[y]:F[j];oe?oe.scrollTo(C?oe.pageXOffset:V,C?V:oe.pageYOffset):F[j]=V},h,P,arguments.length)}}),S.each(["top","left"],function(h,y){S.cssHooks[y]=ar(A.pixelPosition,function(C,P){if(P)return P=Oi(C,y),Xr.test(P)?S(C).position()[y]+"px":P})}),S.each({Height:"height",Width:"width"},function(h,y){S.each({padding:"inner"+h,content:y,"":"outer"+h},function(C,P){S.fn[P]=function(F,j){var V=arguments.length&&(C||typeof F!="boolean"),oe=C||(F===!0||j===!0?"margin":"border");return Sn(this,function(te,pe,De){var Re;return M(te)?P.indexOf("outer")===0?te["inner"+h]:te.document.documentElement["client"+h]:te.nodeType===9?(Re=te.documentElement,Math.max(te.body["scroll"+h],Re["scroll"+h],te.body["offset"+h],Re["offset"+h],Re["client"+h])):De===void 0?S.css(te,pe,oe):S.style(te,pe,De,oe)},y,V?F:void 0,V)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(h,y){S.fn[y]=function(C){return this.on(y,C)}}),S.fn.extend({bind:function(h,y,C){return this.on(h,null,y,C)},unbind:function(h,y){return this.off(h,null,y)},delegate:function(h,y,C,P){return this.on(y,h,C,P)},undelegate:function(h,y,C){return arguments.length===1?this.off(h,"**"):this.off(y,h||"**",C)},hover:function(h,y){return this.on("mouseenter",h).on("mouseleave",y||h)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(h,y){S.fn[y]=function(C,P){return arguments.length>0?this.on(y,null,C,P):this.trigger(y)}});var ua=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;S.proxy=function(h,y){var C,P,F;if(typeof y=="string"&&(C=h[y],y=h,h=C),!!I(h))return P=o.call(arguments,2),F=function(){return h.apply(y||this,P.concat(o.call(arguments)))},F.guid=h.guid=h.guid||S.guid++,F},S.holdReady=function(h){h?S.readyWait++:S.ready(!0)},S.isArray=Array.isArray,S.parseJSON=JSON.parse,S.nodeName=ae,S.isFunction=I,S.isWindow=M,S.camelCase=sn,S.type=ne,S.now=Date.now,S.isNumeric=function(h){var y=S.type(h);return(y==="number"||y==="string")&&!isNaN(h-parseFloat(h))},S.trim=function(h){return h==null?"":(h+"").replace(ua,"$1")};var fo=e.jQuery,cr=e.$;return S.noConflict=function(h){return e.$===S&&(e.$=cr),h&&e.jQuery===S&&(e.jQuery=fo),S},typeof n>"u"&&(e.jQuery=e.$=S),S})})(XD);var KD=XD.exports;const E6=Cu(KD);var k6={exports:{}};/**
|
|
175
|
+
* @version: 3.1
|
|
176
|
+
* @author: Dan Grossman http://www.dangrossman.info/
|
|
177
|
+
* @copyright: Copyright (c) 2012-2019 Dan Grossman. All rights reserved.
|
|
178
|
+
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
|
|
179
|
+
* @website: http://www.daterangepicker.com/
|
|
180
|
+
*/(function(t){(function(e,n){if(t.exports){var r=typeof window<"u"?window.jQuery:void 0;r||(r=KD,r.fn||(r.fn={}));var i=typeof window<"u"&&typeof window.moment<"u"?window.moment:cI;t.exports=n(i,r)}else e.daterangepicker=n(e.moment,e.jQuery)})(Ei,function(e,n){var r=function(i,o,a){if(this.parentEl="body",this.element=n(i),this.startDate=e().startOf("day"),this.endDate=e().endOf("day"),this.minDate=!1,this.maxDate=!1,this.maxSpan=!1,this.autoApply=!1,this.singleDatePicker=!1,this.showDropdowns=!1,this.minYear=e().subtract(100,"year").format("YYYY"),this.maxYear=e().add(100,"year").format("YYYY"),this.showWeekNumbers=!1,this.showISOWeekNumbers=!1,this.showCustomRangeLabel=!0,this.timePicker=!1,this.timePicker24Hour=!1,this.timePickerIncrement=1,this.timePickerSeconds=!1,this.linkedCalendars=!0,this.autoUpdateInput=!0,this.alwaysShowCalendars=!1,this.ranges={},this.opens="right",this.element.hasClass("pull-right")&&(this.opens="left"),this.drops="down",this.element.hasClass("dropup")&&(this.drops="up"),this.buttonClasses="btn btn-sm",this.applyButtonClasses="btn-primary",this.cancelButtonClasses="btn-default",this.locale={direction:"ltr",format:e.localeData().longDateFormat("L"),separator:" - ",applyLabel:"Apply",cancelLabel:"Cancel",weekLabel:"W",customRangeLabel:"Custom Range",daysOfWeek:e.weekdaysMin(),monthNames:e.monthsShort(),firstDay:e.localeData().firstDayOfWeek()},this.callback=function(){},this.isShowing=!1,this.leftCalendar={},this.rightCalendar={},(typeof o!="object"||o===null)&&(o={}),o=n.extend(this.element.data(),o),typeof o.template!="string"&&!(o.template instanceof n)&&(o.template='<div class="daterangepicker"><div class="ranges"></div><div class="drp-calendar left"><div class="calendar-table"></div><div class="calendar-time"></div></div><div class="drp-calendar right"><div class="calendar-table"></div><div class="calendar-time"></div></div><div class="drp-buttons"><span class="drp-selected"></span><button class="cancelBtn" type="button"></button><button class="applyBtn" disabled="disabled" type="button"></button> </div></div>'),this.parentEl=o.parentEl&&n(o.parentEl).length?n(o.parentEl):n(this.parentEl),this.container=n(o.template).appendTo(this.parentEl),typeof o.locale=="object"&&(typeof o.locale.direction=="string"&&(this.locale.direction=o.locale.direction),typeof o.locale.format=="string"&&(this.locale.format=o.locale.format),typeof o.locale.separator=="string"&&(this.locale.separator=o.locale.separator),typeof o.locale.daysOfWeek=="object"&&(this.locale.daysOfWeek=o.locale.daysOfWeek.slice()),typeof o.locale.monthNames=="object"&&(this.locale.monthNames=o.locale.monthNames.slice()),typeof o.locale.firstDay=="number"&&(this.locale.firstDay=o.locale.firstDay),typeof o.locale.applyLabel=="string"&&(this.locale.applyLabel=o.locale.applyLabel),typeof o.locale.cancelLabel=="string"&&(this.locale.cancelLabel=o.locale.cancelLabel),typeof o.locale.weekLabel=="string"&&(this.locale.weekLabel=o.locale.weekLabel),typeof o.locale.customRangeLabel=="string")){var c=document.createElement("textarea");c.innerHTML=o.locale.customRangeLabel;var f=c.value;this.locale.customRangeLabel=f}if(this.container.addClass(this.locale.direction),typeof o.startDate=="string"&&(this.startDate=e(o.startDate,this.locale.format)),typeof o.endDate=="string"&&(this.endDate=e(o.endDate,this.locale.format)),typeof o.minDate=="string"&&(this.minDate=e(o.minDate,this.locale.format)),typeof o.maxDate=="string"&&(this.maxDate=e(o.maxDate,this.locale.format)),typeof o.startDate=="object"&&(this.startDate=e(o.startDate)),typeof o.endDate=="object"&&(this.endDate=e(o.endDate)),typeof o.minDate=="object"&&(this.minDate=e(o.minDate)),typeof o.maxDate=="object"&&(this.maxDate=e(o.maxDate)),this.minDate&&this.startDate.isBefore(this.minDate)&&(this.startDate=this.minDate.clone()),this.maxDate&&this.endDate.isAfter(this.maxDate)&&(this.endDate=this.maxDate.clone()),typeof o.applyButtonClasses=="string"&&(this.applyButtonClasses=o.applyButtonClasses),typeof o.applyClass=="string"&&(this.applyButtonClasses=o.applyClass),typeof o.cancelButtonClasses=="string"&&(this.cancelButtonClasses=o.cancelButtonClasses),typeof o.cancelClass=="string"&&(this.cancelButtonClasses=o.cancelClass),typeof o.maxSpan=="object"&&(this.maxSpan=o.maxSpan),typeof o.dateLimit=="object"&&(this.maxSpan=o.dateLimit),typeof o.opens=="string"&&(this.opens=o.opens),typeof o.drops=="string"&&(this.drops=o.drops),typeof o.showWeekNumbers=="boolean"&&(this.showWeekNumbers=o.showWeekNumbers),typeof o.showISOWeekNumbers=="boolean"&&(this.showISOWeekNumbers=o.showISOWeekNumbers),typeof o.buttonClasses=="string"&&(this.buttonClasses=o.buttonClasses),typeof o.buttonClasses=="object"&&(this.buttonClasses=o.buttonClasses.join(" ")),typeof o.showDropdowns=="boolean"&&(this.showDropdowns=o.showDropdowns),typeof o.minYear=="number"&&(this.minYear=o.minYear),typeof o.maxYear=="number"&&(this.maxYear=o.maxYear),typeof o.showCustomRangeLabel=="boolean"&&(this.showCustomRangeLabel=o.showCustomRangeLabel),typeof o.singleDatePicker=="boolean"&&(this.singleDatePicker=o.singleDatePicker,this.singleDatePicker&&(this.endDate=this.startDate.clone())),typeof o.timePicker=="boolean"&&(this.timePicker=o.timePicker),typeof o.timePickerSeconds=="boolean"&&(this.timePickerSeconds=o.timePickerSeconds),typeof o.timePickerIncrement=="number"&&(this.timePickerIncrement=o.timePickerIncrement),typeof o.timePicker24Hour=="boolean"&&(this.timePicker24Hour=o.timePicker24Hour),typeof o.autoApply=="boolean"&&(this.autoApply=o.autoApply),typeof o.autoUpdateInput=="boolean"&&(this.autoUpdateInput=o.autoUpdateInput),typeof o.linkedCalendars=="boolean"&&(this.linkedCalendars=o.linkedCalendars),typeof o.isInvalidDate=="function"&&(this.isInvalidDate=o.isInvalidDate),typeof o.isCustomDate=="function"&&(this.isCustomDate=o.isCustomDate),typeof o.alwaysShowCalendars=="boolean"&&(this.alwaysShowCalendars=o.alwaysShowCalendars),this.locale.firstDay!=0)for(var p=this.locale.firstDay;p>0;)this.locale.daysOfWeek.push(this.locale.daysOfWeek.shift()),p--;var b,m,T;if(typeof o.startDate>"u"&&typeof o.endDate>"u"&&n(this.element).is(":text")){var E=n(this.element).val(),A=E.split(this.locale.separator);b=m=null,A.length==2?(b=e(A[0],this.locale.format),m=e(A[1],this.locale.format)):this.singleDatePicker&&E!==""&&(b=e(E,this.locale.format),m=e(E,this.locale.format)),b!==null&&m!==null&&(this.setStartDate(b),this.setEndDate(m))}if(typeof o.ranges=="object"){for(T in o.ranges){typeof o.ranges[T][0]=="string"?b=e(o.ranges[T][0],this.locale.format):b=e(o.ranges[T][0]),typeof o.ranges[T][1]=="string"?m=e(o.ranges[T][1],this.locale.format):m=e(o.ranges[T][1]),this.minDate&&b.isBefore(this.minDate)&&(b=this.minDate.clone());var I=this.maxDate;if(this.maxSpan&&I&&b.clone().add(this.maxSpan).isAfter(I)&&(I=b.clone().add(this.maxSpan)),I&&m.isAfter(I)&&(m=I.clone()),!(this.minDate&&m.isBefore(this.minDate,this.timepicker?"minute":"day")||I&&b.isAfter(I,this.timepicker?"minute":"day"))){var c=document.createElement("textarea");c.innerHTML=T;var f=c.value;this.ranges[f]=[b,m]}}var M="<ul>";for(T in this.ranges)M+='<li data-range-key="'+T+'">'+T+"</li>";this.showCustomRangeLabel&&(M+='<li data-range-key="'+this.locale.customRangeLabel+'">'+this.locale.customRangeLabel+"</li>"),M+="</ul>",this.container.find(".ranges").prepend(M)}typeof a=="function"&&(this.callback=a),this.timePicker||(this.startDate=this.startDate.startOf("day"),this.endDate=this.endDate.endOf("day"),this.container.find(".calendar-time").hide()),this.timePicker&&this.autoApply&&(this.autoApply=!1),this.autoApply&&this.container.addClass("auto-apply"),typeof o.ranges=="object"&&this.container.addClass("show-ranges"),this.singleDatePicker&&(this.container.addClass("single"),this.container.find(".drp-calendar.left").addClass("single"),this.container.find(".drp-calendar.left").show(),this.container.find(".drp-calendar.right").hide(),!this.timePicker&&this.autoApply&&this.container.addClass("auto-apply")),(typeof o.ranges>"u"&&!this.singleDatePicker||this.alwaysShowCalendars)&&this.container.addClass("show-calendar"),this.container.addClass("opens"+this.opens),this.container.find(".applyBtn, .cancelBtn").addClass(this.buttonClasses),this.applyButtonClasses.length&&this.container.find(".applyBtn").addClass(this.applyButtonClasses),this.cancelButtonClasses.length&&this.container.find(".cancelBtn").addClass(this.cancelButtonClasses),this.container.find(".applyBtn").html(this.locale.applyLabel),this.container.find(".cancelBtn").html(this.locale.cancelLabel),this.container.find(".drp-calendar").on("click.daterangepicker",".prev",n.proxy(this.clickPrev,this)).on("click.daterangepicker",".next",n.proxy(this.clickNext,this)).on("mousedown.daterangepicker","td.available",n.proxy(this.clickDate,this)).on("mouseenter.daterangepicker","td.available",n.proxy(this.hoverDate,this)).on("change.daterangepicker","select.yearselect",n.proxy(this.monthOrYearChanged,this)).on("change.daterangepicker","select.monthselect",n.proxy(this.monthOrYearChanged,this)).on("change.daterangepicker","select.hourselect,select.minuteselect,select.secondselect,select.ampmselect",n.proxy(this.timeChanged,this)),this.container.find(".ranges").on("click.daterangepicker","li",n.proxy(this.clickRange,this)),this.container.find(".drp-buttons").on("click.daterangepicker","button.applyBtn",n.proxy(this.clickApply,this)).on("click.daterangepicker","button.cancelBtn",n.proxy(this.clickCancel,this)),this.element.is("input")||this.element.is("button")?this.element.on({"click.daterangepicker":n.proxy(this.show,this),"focus.daterangepicker":n.proxy(this.show,this),"keyup.daterangepicker":n.proxy(this.elementChanged,this),"keydown.daterangepicker":n.proxy(this.keydown,this)}):(this.element.on("click.daterangepicker",n.proxy(this.toggle,this)),this.element.on("keydown.daterangepicker",n.proxy(this.toggle,this))),this.updateElement()};return r.prototype={constructor:r,setStartDate:function(i){typeof i=="string"&&(this.startDate=e(i,this.locale.format)),typeof i=="object"&&(this.startDate=e(i)),this.timePicker||(this.startDate=this.startDate.startOf("day")),this.timePicker&&this.timePickerIncrement&&this.startDate.minute(Math.round(this.startDate.minute()/this.timePickerIncrement)*this.timePickerIncrement),this.minDate&&this.startDate.isBefore(this.minDate)&&(this.startDate=this.minDate.clone(),this.timePicker&&this.timePickerIncrement&&this.startDate.minute(Math.round(this.startDate.minute()/this.timePickerIncrement)*this.timePickerIncrement)),this.maxDate&&this.startDate.isAfter(this.maxDate)&&(this.startDate=this.maxDate.clone(),this.timePicker&&this.timePickerIncrement&&this.startDate.minute(Math.floor(this.startDate.minute()/this.timePickerIncrement)*this.timePickerIncrement)),this.isShowing||this.updateElement(),this.updateMonthsInView()},setEndDate:function(i){typeof i=="string"&&(this.endDate=e(i,this.locale.format)),typeof i=="object"&&(this.endDate=e(i)),this.timePicker||(this.endDate=this.endDate.endOf("day")),this.timePicker&&this.timePickerIncrement&&this.endDate.minute(Math.round(this.endDate.minute()/this.timePickerIncrement)*this.timePickerIncrement),this.endDate.isBefore(this.startDate)&&(this.endDate=this.startDate.clone()),this.maxDate&&this.endDate.isAfter(this.maxDate)&&(this.endDate=this.maxDate.clone()),this.maxSpan&&this.startDate.clone().add(this.maxSpan).isBefore(this.endDate)&&(this.endDate=this.startDate.clone().add(this.maxSpan)),this.previousRightTime=this.endDate.clone(),this.container.find(".drp-selected").html(this.startDate.format(this.locale.format)+this.locale.separator+this.endDate.format(this.locale.format)),this.isShowing||this.updateElement(),this.updateMonthsInView()},isInvalidDate:function(){return!1},isCustomDate:function(){return!1},updateView:function(){this.timePicker&&(this.renderTimePicker("left"),this.renderTimePicker("right"),this.endDate?this.container.find(".right .calendar-time select").prop("disabled",!1).removeClass("disabled"):this.container.find(".right .calendar-time select").prop("disabled",!0).addClass("disabled")),this.endDate&&this.container.find(".drp-selected").html(this.startDate.format(this.locale.format)+this.locale.separator+this.endDate.format(this.locale.format)),this.updateMonthsInView(),this.updateCalendars(),this.updateFormInputs()},updateMonthsInView:function(){if(this.endDate){if(!this.singleDatePicker&&this.leftCalendar.month&&this.rightCalendar.month&&(this.startDate.format("YYYY-MM")==this.leftCalendar.month.format("YYYY-MM")||this.startDate.format("YYYY-MM")==this.rightCalendar.month.format("YYYY-MM"))&&(this.endDate.format("YYYY-MM")==this.leftCalendar.month.format("YYYY-MM")||this.endDate.format("YYYY-MM")==this.rightCalendar.month.format("YYYY-MM")))return;this.leftCalendar.month=this.startDate.clone().date(2),!this.linkedCalendars&&(this.endDate.month()!=this.startDate.month()||this.endDate.year()!=this.startDate.year())?this.rightCalendar.month=this.endDate.clone().date(2):this.rightCalendar.month=this.startDate.clone().date(2).add(1,"month")}else this.leftCalendar.month.format("YYYY-MM")!=this.startDate.format("YYYY-MM")&&this.rightCalendar.month.format("YYYY-MM")!=this.startDate.format("YYYY-MM")&&(this.leftCalendar.month=this.startDate.clone().date(2),this.rightCalendar.month=this.startDate.clone().date(2).add(1,"month"));this.maxDate&&this.linkedCalendars&&!this.singleDatePicker&&this.rightCalendar.month>this.maxDate&&(this.rightCalendar.month=this.maxDate.clone().date(2),this.leftCalendar.month=this.maxDate.clone().date(2).subtract(1,"month"))},updateCalendars:function(){if(this.timePicker){var i,o,a;if(this.endDate){if(i=parseInt(this.container.find(".left .hourselect").val(),10),o=parseInt(this.container.find(".left .minuteselect").val(),10),isNaN(o)&&(o=parseInt(this.container.find(".left .minuteselect option:last").val(),10)),a=this.timePickerSeconds?parseInt(this.container.find(".left .secondselect").val(),10):0,!this.timePicker24Hour){var c=this.container.find(".left .ampmselect").val();c==="PM"&&i<12&&(i+=12),c==="AM"&&i===12&&(i=0)}}else if(i=parseInt(this.container.find(".right .hourselect").val(),10),o=parseInt(this.container.find(".right .minuteselect").val(),10),isNaN(o)&&(o=parseInt(this.container.find(".right .minuteselect option:last").val(),10)),a=this.timePickerSeconds?parseInt(this.container.find(".right .secondselect").val(),10):0,!this.timePicker24Hour){var c=this.container.find(".right .ampmselect").val();c==="PM"&&i<12&&(i+=12),c==="AM"&&i===12&&(i=0)}this.leftCalendar.month.hour(i).minute(o).second(a),this.rightCalendar.month.hour(i).minute(o).second(a)}this.renderCalendar("left"),this.renderCalendar("right"),this.container.find(".ranges li").removeClass("active"),this.endDate!=null&&this.calculateChosenLabel()},renderCalendar:function(i){var _=i=="left"?this.leftCalendar:this.rightCalendar,o=_.month.month(),a=_.month.year(),c=_.month.hour(),f=_.month.minute(),p=_.month.second(),b=e([a,o]).daysInMonth(),m=e([a,o,1]),T=e([a,o,b]),E=e(m).subtract(1,"month").month(),A=e(m).subtract(1,"month").year(),I=e([A,E]).daysInMonth(),M=m.day(),_=[];_.firstDay=m,_.lastDay=T;for(var H=0;H<6;H++)_[H]=[];var Y=I-M+this.locale.firstDay+1;Y>I&&(Y-=7),M==this.locale.firstDay&&(Y=I-6);for(var ne=e([A,E,Y,12,f,p]),Z,ce,H=0,Z=0,ce=0;H<42;H++,Z++,ne=e(ne).add(24,"hour"))H>0&&Z%7===0&&(Z=0,ce++),_[ce][Z]=ne.clone().hour(c).minute(f).second(p),ne.hour(12),this.minDate&&_[ce][Z].format("YYYY-MM-DD")==this.minDate.format("YYYY-MM-DD")&&_[ce][Z].isBefore(this.minDate)&&i=="left"&&(_[ce][Z]=this.minDate.clone()),this.maxDate&&_[ce][Z].format("YYYY-MM-DD")==this.maxDate.format("YYYY-MM-DD")&&_[ce][Z].isAfter(this.maxDate)&&i=="right"&&(_[ce][Z]=this.maxDate.clone());i=="left"?this.leftCalendar.calendar=_:this.rightCalendar.calendar=_;var S=i=="left"?this.minDate:this.startDate,ue=this.maxDate;i=="left"?this.startDate:this.endDate,this.locale.direction=="ltr";var ae='<table class="table-condensed">';ae+="<thead>",ae+="<tr>",(this.showWeekNumbers||this.showISOWeekNumbers)&&(ae+="<th></th>"),(!S||S.isBefore(_.firstDay))&&(!this.linkedCalendars||i=="left")?ae+='<th class="prev available"><span></span></th>':ae+="<th></th>";var Ge=this.locale.monthNames[_[1][1].month()]+_[1][1].format(" YYYY");if(this.showDropdowns){for(var Le=_[1][1].month(),Me=_[1][1].year(),$e=ue&&ue.year()||this.maxYear,Ue=S&&S.year()||this.minYear,he=Me==Ue,Ce=Me==$e,Pe='<select class="monthselect">',Ne=0;Ne<12;Ne++)(!he||S&&Ne>=S.month())&&(!Ce||ue&&Ne<=ue.month())?Pe+="<option value='"+Ne+"'"+(Ne===Le?" selected='selected'":"")+">"+this.locale.monthNames[Ne]+"</option>":Pe+="<option value='"+Ne+"'"+(Ne===Le?" selected='selected'":"")+" disabled='disabled'>"+this.locale.monthNames[Ne]+"</option>";Pe+="</select>";for(var tt='<select class="yearselect">',me=Ue;me<=$e;me++)tt+='<option value="'+me+'"'+(me===Me?' selected="selected"':"")+">"+me+"</option>";tt+="</select>",Ge=Pe+tt}if(ae+='<th colspan="5" class="month">'+Ge+"</th>",(!ue||ue.isAfter(_.lastDay))&&(!this.linkedCalendars||i=="right"||this.singleDatePicker)?ae+='<th class="next available"><span></span></th>':ae+="<th></th>",ae+="</tr>",ae+="<tr>",(this.showWeekNumbers||this.showISOWeekNumbers)&&(ae+='<th class="week">'+this.locale.weekLabel+"</th>"),n.each(this.locale.daysOfWeek,function(Ke,ot){ae+="<th>"+ot+"</th>"}),ae+="</tr>",ae+="</thead>",ae+="<tbody>",this.endDate==null&&this.maxSpan){var ke=this.startDate.clone().add(this.maxSpan).endOf("day");(!ue||ke.isBefore(ue))&&(ue=ke)}for(var ce=0;ce<6;ce++){ae+="<tr>",this.showWeekNumbers?ae+='<td class="week">'+_[ce][0].week()+"</td>":this.showISOWeekNumbers&&(ae+='<td class="week">'+_[ce][0].isoWeek()+"</td>");for(var Z=0;Z<7;Z++){var We=[];_[ce][Z].isSame(new Date,"day")&&We.push("today"),_[ce][Z].isoWeekday()>5&&We.push("weekend"),_[ce][Z].month()!=_[1][1].month()&&We.push("off","ends"),this.minDate&&_[ce][Z].isBefore(this.minDate,"day")&&We.push("off","disabled"),ue&&_[ce][Z].isAfter(ue,"day")&&We.push("off","disabled"),this.isInvalidDate(_[ce][Z])&&We.push("off","disabled"),_[ce][Z].format("YYYY-MM-DD")==this.startDate.format("YYYY-MM-DD")&&We.push("active","start-date"),this.endDate!=null&&_[ce][Z].format("YYYY-MM-DD")==this.endDate.format("YYYY-MM-DD")&&We.push("active","end-date"),this.endDate!=null&&_[ce][Z]>this.startDate&&_[ce][Z]<this.endDate&&We.push("in-range");var et=this.isCustomDate(_[ce][Z]);et!==!1&&(typeof et=="string"?We.push(et):Array.prototype.push.apply(We,et));for(var qe="",Je=!1,H=0;H<We.length;H++)qe+=We[H]+" ",We[H]=="disabled"&&(Je=!0);Je||(qe+="available"),ae+='<td class="'+qe.replace(/^\s+|\s+$/g,"")+'" data-title="r'+ce+"c"+Z+'">'+_[ce][Z].date()+"</td>"}ae+="</tr>"}ae+="</tbody>",ae+="</table>",this.container.find(".drp-calendar."+i+" .calendar-table").html(ae)},renderTimePicker:function(i){if(!(i=="right"&&!this.endDate)){var o,a,c,f=this.maxDate;if(this.maxSpan&&(!this.maxDate||this.startDate.clone().add(this.maxSpan).isBefore(this.maxDate))&&(f=this.startDate.clone().add(this.maxSpan)),i=="left")a=this.startDate.clone(),c=this.minDate;else if(i=="right"){a=this.endDate.clone(),c=this.startDate;var p=this.container.find(".drp-calendar.right .calendar-time");if(p.html()!=""&&(a.hour(isNaN(a.hour())?p.find(".hourselect option:selected").val():a.hour()),a.minute(isNaN(a.minute())?p.find(".minuteselect option:selected").val():a.minute()),a.second(isNaN(a.second())?p.find(".secondselect option:selected").val():a.second()),!this.timePicker24Hour)){var b=p.find(".ampmselect option:selected").val();b==="PM"&&a.hour()<12&&a.hour(a.hour()+12),b==="AM"&&a.hour()===12&&a.hour(0)}a.isBefore(this.startDate)&&(a=this.startDate.clone()),f&&a.isAfter(f)&&(a=f.clone())}o='<select class="hourselect">';for(var m=this.timePicker24Hour?0:1,T=this.timePicker24Hour?23:12,E=m;E<=T;E++){var A=E;this.timePicker24Hour||(A=a.hour()>=12?E==12?12:E+12:E==12?0:E);var I=a.clone().hour(A),M=!1;c&&I.minute(59).isBefore(c)&&(M=!0),f&&I.minute(0).isAfter(f)&&(M=!0),A==a.hour()&&!M?o+='<option value="'+E+'" selected="selected">'+E+"</option>":M?o+='<option value="'+E+'" disabled="disabled" class="disabled">'+E+"</option>":o+='<option value="'+E+'">'+E+"</option>"}o+="</select> ",o+=': <select class="minuteselect">';for(var E=0;E<60;E+=this.timePickerIncrement){var _=E<10?"0"+E:E,I=a.clone().minute(E),M=!1;c&&I.second(59).isBefore(c)&&(M=!0),f&&I.second(0).isAfter(f)&&(M=!0),a.minute()==E&&!M?o+='<option value="'+E+'" selected="selected">'+_+"</option>":M?o+='<option value="'+E+'" disabled="disabled" class="disabled">'+_+"</option>":o+='<option value="'+E+'">'+_+"</option>"}if(o+="</select> ",this.timePickerSeconds){o+=': <select class="secondselect">';for(var E=0;E<60;E++){var _=E<10?"0"+E:E,I=a.clone().second(E),M=!1;c&&I.isBefore(c)&&(M=!0),f&&I.isAfter(f)&&(M=!0),a.second()==E&&!M?o+='<option value="'+E+'" selected="selected">'+_+"</option>":M?o+='<option value="'+E+'" disabled="disabled" class="disabled">'+_+"</option>":o+='<option value="'+E+'">'+_+"</option>"}o+="</select> "}if(!this.timePicker24Hour){o+='<select class="ampmselect">';var H="",Y="";c&&a.clone().hour(12).minute(0).second(0).isBefore(c)&&(H=' disabled="disabled" class="disabled"'),f&&a.clone().hour(0).minute(0).second(0).isAfter(f)&&(Y=' disabled="disabled" class="disabled"'),a.hour()>=12?o+='<option value="AM"'+H+'>AM</option><option value="PM" selected="selected"'+Y+">PM</option>":o+='<option value="AM" selected="selected"'+H+'>AM</option><option value="PM"'+Y+">PM</option>",o+="</select>"}this.container.find(".drp-calendar."+i+" .calendar-time").html(o)}},updateFormInputs:function(){this.singleDatePicker||this.endDate&&(this.startDate.isBefore(this.endDate)||this.startDate.isSame(this.endDate))?this.container.find("button.applyBtn").prop("disabled",!1):this.container.find("button.applyBtn").prop("disabled",!0)},move:function(){var i={top:0,left:0},o,a=this.drops,c=n(window).width();switch(this.parentEl.is("body")||(i={top:this.parentEl.offset().top-this.parentEl.scrollTop(),left:this.parentEl.offset().left-this.parentEl.scrollLeft()},c=this.parentEl[0].clientWidth+this.parentEl.offset().left),a){case"auto":o=this.element.offset().top+this.element.outerHeight()-i.top,o+this.container.outerHeight()>=this.parentEl[0].scrollHeight&&(o=this.element.offset().top-this.container.outerHeight()-i.top,a="up");break;case"up":o=this.element.offset().top-this.container.outerHeight()-i.top;break;default:o=this.element.offset().top+this.element.outerHeight()-i.top;break}this.container.css({top:0,left:0,right:"auto"});var f=this.container.outerWidth();if(this.container.toggleClass("drop-up",a=="up"),this.opens=="left"){var p=c-this.element.offset().left-this.element.outerWidth();f+p>n(window).width()?this.container.css({top:o,right:"auto",left:9}):this.container.css({top:o,right:p,left:"auto"})}else if(this.opens=="center"){var b=this.element.offset().left-i.left+this.element.outerWidth()/2-f/2;b<0?this.container.css({top:o,right:"auto",left:9}):b+f>n(window).width()?this.container.css({top:o,left:"auto",right:0}):this.container.css({top:o,left:b,right:"auto"})}else{var b=this.element.offset().left-i.left;b+f>n(window).width()?this.container.css({top:o,left:"auto",right:0}):this.container.css({top:o,left:b,right:"auto"})}},show:function(i){this.isShowing||(this._outsideClickProxy=n.proxy(function(o){this.outsideClick(o)},this),n(document).on("mousedown.daterangepicker",this._outsideClickProxy).on("touchend.daterangepicker",this._outsideClickProxy).on("click.daterangepicker","[data-toggle=dropdown]",this._outsideClickProxy).on("focusin.daterangepicker",this._outsideClickProxy),n(window).on("resize.daterangepicker",n.proxy(function(o){this.move(o)},this)),this.oldStartDate=this.startDate.clone(),this.oldEndDate=this.endDate.clone(),this.previousRightTime=this.endDate.clone(),this.updateView(),this.container.show(),this.move(),this.element.trigger("show.daterangepicker",this),this.isShowing=!0)},hide:function(i){this.isShowing&&(this.endDate||(this.startDate=this.oldStartDate.clone(),this.endDate=this.oldEndDate.clone()),(!this.startDate.isSame(this.oldStartDate)||!this.endDate.isSame(this.oldEndDate))&&this.callback(this.startDate.clone(),this.endDate.clone(),this.chosenLabel),this.updateElement(),n(document).off(".daterangepicker"),n(window).off(".daterangepicker"),this.container.hide(),this.element.trigger("hide.daterangepicker",this),this.isShowing=!1)},toggle:function(i){this.isShowing?this.hide():this.show()},outsideClick:function(i){var o=n(i.target);i.type=="focusin"||o.closest(this.element).length||o.closest(this.container).length||o.closest(".calendar-table").length||(this.hide(),this.element.trigger("outsideClick.daterangepicker",this))},showCalendars:function(){this.container.addClass("show-calendar"),this.move(),this.element.trigger("showCalendar.daterangepicker",this)},hideCalendars:function(){this.container.removeClass("show-calendar"),this.element.trigger("hideCalendar.daterangepicker",this)},clickRange:function(i){var o=i.target.getAttribute("data-range-key");if(this.chosenLabel=o,o==this.locale.customRangeLabel)this.showCalendars();else{var a=this.ranges[o];this.startDate=a[0],this.endDate=a[1],this.timePicker||(this.startDate.startOf("day"),this.endDate.endOf("day")),this.alwaysShowCalendars||this.hideCalendars(),this.clickApply()}},clickPrev:function(i){var o=n(i.target).parents(".drp-calendar");o.hasClass("left")?(this.leftCalendar.month.subtract(1,"month"),this.linkedCalendars&&this.rightCalendar.month.subtract(1,"month")):this.rightCalendar.month.subtract(1,"month"),this.updateCalendars()},clickNext:function(i){var o=n(i.target).parents(".drp-calendar");o.hasClass("left")?this.leftCalendar.month.add(1,"month"):(this.rightCalendar.month.add(1,"month"),this.linkedCalendars&&this.leftCalendar.month.add(1,"month")),this.updateCalendars()},hoverDate:function(i){if(n(i.target).hasClass("available")){var o=n(i.target).attr("data-title"),a=o.substr(1,1),c=o.substr(3,1),f=n(i.target).parents(".drp-calendar"),p=f.hasClass("left")?this.leftCalendar.calendar[a][c]:this.rightCalendar.calendar[a][c],b=this.leftCalendar,m=this.rightCalendar,T=this.startDate;this.endDate||this.container.find(".drp-calendar tbody td").each(function(E,A){if(!n(A).hasClass("week")){var I=n(A).attr("data-title"),M=I.substr(1,1),_=I.substr(3,1),H=n(A).parents(".drp-calendar"),Y=H.hasClass("left")?b.calendar[M][_]:m.calendar[M][_];Y.isAfter(T)&&Y.isBefore(p)||Y.isSame(p,"day")?n(A).addClass("in-range"):n(A).removeClass("in-range")}})}},clickDate:function(i){if(n(i.target).hasClass("available")){var o=n(i.target).attr("data-title"),a=o.substr(1,1),c=o.substr(3,1),f=n(i.target).parents(".drp-calendar"),p=f.hasClass("left")?this.leftCalendar.calendar[a][c]:this.rightCalendar.calendar[a][c];if(this.endDate||p.isBefore(this.startDate,"day")){if(this.timePicker){var b=parseInt(this.container.find(".left .hourselect").val(),10);if(!this.timePicker24Hour){var m=this.container.find(".left .ampmselect").val();m==="PM"&&b<12&&(b+=12),m==="AM"&&b===12&&(b=0)}var T=parseInt(this.container.find(".left .minuteselect").val(),10);isNaN(T)&&(T=parseInt(this.container.find(".left .minuteselect option:last").val(),10));var E=this.timePickerSeconds?parseInt(this.container.find(".left .secondselect").val(),10):0;p=p.clone().hour(b).minute(T).second(E)}this.endDate=null,this.setStartDate(p.clone())}else if(!this.endDate&&p.isBefore(this.startDate))this.setEndDate(this.startDate.clone());else{if(this.timePicker){var b=parseInt(this.container.find(".right .hourselect").val(),10);if(!this.timePicker24Hour){var m=this.container.find(".right .ampmselect").val();m==="PM"&&b<12&&(b+=12),m==="AM"&&b===12&&(b=0)}var T=parseInt(this.container.find(".right .minuteselect").val(),10);isNaN(T)&&(T=parseInt(this.container.find(".right .minuteselect option:last").val(),10));var E=this.timePickerSeconds?parseInt(this.container.find(".right .secondselect").val(),10):0;p=p.clone().hour(b).minute(T).second(E)}this.setEndDate(p.clone()),this.autoApply&&(this.calculateChosenLabel(),this.clickApply())}this.singleDatePicker&&(this.setEndDate(this.startDate),!this.timePicker&&this.autoApply&&this.clickApply()),this.updateView(),i.stopPropagation()}},calculateChosenLabel:function(){var i=!0,o=0;for(var a in this.ranges){if(this.timePicker){var c=this.timePickerSeconds?"YYYY-MM-DD HH:mm:ss":"YYYY-MM-DD HH:mm";if(this.startDate.format(c)==this.ranges[a][0].format(c)&&this.endDate.format(c)==this.ranges[a][1].format(c)){i=!1,this.chosenLabel=this.container.find(".ranges li:eq("+o+")").addClass("active").attr("data-range-key");break}}else if(this.startDate.format("YYYY-MM-DD")==this.ranges[a][0].format("YYYY-MM-DD")&&this.endDate.format("YYYY-MM-DD")==this.ranges[a][1].format("YYYY-MM-DD")){i=!1,this.chosenLabel=this.container.find(".ranges li:eq("+o+")").addClass("active").attr("data-range-key");break}o++}i&&(this.showCustomRangeLabel?this.chosenLabel=this.container.find(".ranges li:last").addClass("active").attr("data-range-key"):this.chosenLabel=null,this.showCalendars())},clickApply:function(i){this.hide(),this.element.trigger("apply.daterangepicker",this)},clickCancel:function(i){this.startDate=this.oldStartDate,this.endDate=this.oldEndDate,this.hide(),this.element.trigger("cancel.daterangepicker",this)},monthOrYearChanged:function(i){var o=n(i.target).closest(".drp-calendar").hasClass("left"),a=o?"left":"right",c=this.container.find(".drp-calendar."+a),f=parseInt(c.find(".monthselect").val(),10),p=c.find(".yearselect").val();o||(p<this.startDate.year()||p==this.startDate.year()&&f<this.startDate.month())&&(f=this.startDate.month(),p=this.startDate.year()),this.minDate&&(p<this.minDate.year()||p==this.minDate.year()&&f<this.minDate.month())&&(f=this.minDate.month(),p=this.minDate.year()),this.maxDate&&(p>this.maxDate.year()||p==this.maxDate.year()&&f>this.maxDate.month())&&(f=this.maxDate.month(),p=this.maxDate.year()),o?(this.leftCalendar.month.month(f).year(p),this.linkedCalendars&&(this.rightCalendar.month=this.leftCalendar.month.clone().add(1,"month"))):(this.rightCalendar.month.month(f).year(p),this.linkedCalendars&&(this.leftCalendar.month=this.rightCalendar.month.clone().subtract(1,"month"))),this.updateCalendars()},timeChanged:function(i){var o=n(i.target).closest(".drp-calendar"),a=o.hasClass("left"),c=parseInt(o.find(".hourselect").val(),10),f=parseInt(o.find(".minuteselect").val(),10);isNaN(f)&&(f=parseInt(o.find(".minuteselect option:last").val(),10));var p=this.timePickerSeconds?parseInt(o.find(".secondselect").val(),10):0;if(!this.timePicker24Hour){var b=o.find(".ampmselect").val();b==="PM"&&c<12&&(c+=12),b==="AM"&&c===12&&(c=0)}if(a){var m=this.startDate.clone();m.hour(c),m.minute(f),m.second(p),this.setStartDate(m),this.singleDatePicker?this.endDate=this.startDate.clone():this.endDate&&this.endDate.format("YYYY-MM-DD")==m.format("YYYY-MM-DD")&&this.endDate.isBefore(m)&&this.setEndDate(m.clone())}else if(this.endDate){var T=this.endDate.clone();T.hour(c),T.minute(f),T.second(p),this.setEndDate(T)}this.updateCalendars(),this.updateFormInputs(),this.renderTimePicker("left"),this.renderTimePicker("right")},elementChanged:function(){if(this.element.is("input")&&this.element.val().length){var i=this.element.val().split(this.locale.separator),o=null,a=null;i.length===2&&(o=e(i[0],this.locale.format),a=e(i[1],this.locale.format)),(this.singleDatePicker||o===null||a===null)&&(o=e(this.element.val(),this.locale.format),a=o),!(!o.isValid()||!a.isValid())&&(this.setStartDate(o),this.setEndDate(a),this.updateView())}},keydown:function(i){(i.keyCode===9||i.keyCode===13)&&this.hide(),i.keyCode===27&&(i.preventDefault(),i.stopPropagation(),this.hide())},updateElement:function(){if(this.element.is("input")&&this.autoUpdateInput){var i=this.startDate.format(this.locale.format);this.singleDatePicker||(i+=this.locale.separator+this.endDate.format(this.locale.format)),i!==this.element.val()&&this.element.val(i).trigger("change")}},remove:function(){this.container.remove(),this.element.off(".daterangepicker"),this.element.removeData()}},n.fn.daterangepicker=function(i,o){var a=n.extend(!0,{},n.fn.daterangepicker.defaultOptions,i);return this.each(function(){var c=n(this);c.data("daterangepicker")&&c.data("daterangepicker").remove(),c.data("daterangepicker",new r(c,a,o))}),this},r})})(k6);var Pv=function(t,e){return Pv=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},Pv(t,e)};function D6(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");Pv(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var P6=function(t){D6(e,t);function e(n){var r=t.call(this,n)||this;return r.ref=null,r.$picker=null,r}return e.prototype.componentDidMount=function(){var n=this;this.$picker=E6(this.ref),this.$picker.daterangepicker(this.props.initialSettings,this.handleCallback.bind(this)),["Show","Hide","ShowCalendar","HideCalendar","Apply","Cancel"].forEach(function(r){var i,o=r.charAt(0).toLowerCase()+r.slice(1);(i=n.$picker)===null||i===void 0||i.on(o+".daterangepicker",n.makeEventHandler("on"+r))})},e.prototype.componentWillUnmount=function(){var n,r;(r=(n=this.$picker)===null||n===void 0?void 0:n.data("daterangepicker"))===null||r===void 0||r.remove()},e.prototype.handleCallback=function(){for(var n,r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];typeof this.props.onCallback=="function"&&(n=this.props).onCallback.apply(n,r)},e.prototype.makeEventHandler=function(n){var r=this,i=this.props.onEvent;return function(o,a){typeof i=="function"&&i(o,a),typeof r.props[n]=="function"&&r.props[n](o,a)}},e.prototype.setStartDate=function(n){var r,i;(i=(r=this.$picker)===null||r===void 0?void 0:r.data("daterangepicker"))===null||i===void 0||i.setStartDate(n)},e.prototype.setEndDate=function(n){var r,i;(i=(r=this.$picker)===null||r===void 0?void 0:r.data("daterangepicker"))===null||i===void 0||i.setEndDate(n)},e.prototype.render=function(){var n=this,r=kn.Children.only(this.props.children);return kn.cloneElement(r,{ref:function(i){return n.ref=i}})},e}(kn.Component);sa.styled(t=>_e.jsx(sa.Switch,{focusVisibleClassName:".Mui-focusVisible",disableRipple:!0,...t}))(({theme:t})=>({width:42,height:26,padding:0,"&.MuiSwitch-root":{margin:0,marginRight:8},"& .MuiSwitch-switchBase":{padding:0,margin:2,transitionDuration:"300ms","&.Mui-checked":{transform:"translateX(16px)",color:"#fff","& + .MuiSwitch-track":{backgroundColor:ki.primary300,opacity:1,border:0},"&.Mui-disabled + .MuiSwitch-track":{opacity:.5}},"&.Mui-focusVisible .MuiSwitch-thumb":{color:"#33cf4d",border:"6px solid #fff"},"&.Mui-disabled .MuiSwitch-thumb":{color:t.palette.grey[100]},"&.Mui-disabled + .MuiSwitch-track":{opacity:.7}},"& .MuiSwitch-thumb":{boxSizing:"border-box",width:22,height:22},"& .MuiSwitch-track":{borderRadius:26/2,backgroundColor:"#E9E9EA",opacity:1}}));/**
|
|
181
|
+
* @license
|
|
182
|
+
* Copyright 2017 Google LLC
|
|
183
|
+
*
|
|
184
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
185
|
+
* you may not use this file except in compliance with the License.
|
|
186
|
+
* You may obtain a copy of the License at
|
|
187
|
+
*
|
|
188
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
189
|
+
*
|
|
190
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
191
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
192
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
193
|
+
* See the License for the specific language governing permissions and
|
|
194
|
+
* limitations under the License.
|
|
195
|
+
*//**
|
|
196
|
+
* @license
|
|
197
|
+
* Copyright 2017 Google LLC
|
|
198
|
+
*
|
|
199
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
200
|
+
* you may not use this file except in compliance with the License.
|
|
201
|
+
* You may obtain a copy of the License at
|
|
202
|
+
*
|
|
203
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
204
|
+
*
|
|
205
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
206
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
207
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
208
|
+
* See the License for the specific language governing permissions and
|
|
209
|
+
* limitations under the License.
|
|
210
|
+
*/const ZD=function(t){const e=[];let n=0;for(let r=0;r<t.length;r++){let i=t.charCodeAt(r);i<128?e[n++]=i:i<2048?(e[n++]=i>>6|192,e[n++]=i&63|128):(i&64512)===55296&&r+1<t.length&&(t.charCodeAt(r+1)&64512)===56320?(i=65536+((i&1023)<<10)+(t.charCodeAt(++r)&1023),e[n++]=i>>18|240,e[n++]=i>>12&63|128,e[n++]=i>>6&63|128,e[n++]=i&63|128):(e[n++]=i>>12|224,e[n++]=i>>6&63|128,e[n++]=i&63|128)}return e},O6=function(t){const e=[];let n=0,r=0;for(;n<t.length;){const i=t[n++];if(i<128)e[r++]=String.fromCharCode(i);else if(i>191&&i<224){const o=t[n++];e[r++]=String.fromCharCode((i&31)<<6|o&63)}else if(i>239&&i<365){const o=t[n++],a=t[n++],c=t[n++],f=((i&7)<<18|(o&63)<<12|(a&63)<<6|c&63)-65536;e[r++]=String.fromCharCode(55296+(f>>10)),e[r++]=String.fromCharCode(56320+(f&1023))}else{const o=t[n++],a=t[n++];e[r++]=String.fromCharCode((i&15)<<12|(o&63)<<6|a&63)}}return e.join("")},JD={byteToCharMap_:null,charToByteMap_:null,byteToCharMapWebSafe_:null,charToByteMapWebSafe_:null,ENCODED_VALS_BASE:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",get ENCODED_VALS(){return this.ENCODED_VALS_BASE+"+/="},get ENCODED_VALS_WEBSAFE(){return this.ENCODED_VALS_BASE+"-_."},HAS_NATIVE_SUPPORT:typeof atob=="function",encodeByteArray(t,e){if(!Array.isArray(t))throw Error("encodeByteArray takes an array as a parameter");this.init_();const n=e?this.byteToCharMapWebSafe_:this.byteToCharMap_,r=[];for(let i=0;i<t.length;i+=3){const o=t[i],a=i+1<t.length,c=a?t[i+1]:0,f=i+2<t.length,p=f?t[i+2]:0,b=o>>2,m=(o&3)<<4|c>>4;let T=(c&15)<<2|p>>6,E=p&63;f||(E=64,a||(T=64)),r.push(n[b],n[m],n[T],n[E])}return r.join("")},encodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?btoa(t):this.encodeByteArray(ZD(t),e)},decodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?atob(t):O6(this.decodeStringToByteArray(t,e))},decodeStringToByteArray(t,e){this.init_();const n=e?this.charToByteMapWebSafe_:this.charToByteMap_,r=[];for(let i=0;i<t.length;){const o=n[t.charAt(i++)],c=i<t.length?n[t.charAt(i)]:0;++i;const p=i<t.length?n[t.charAt(i)]:64;++i;const m=i<t.length?n[t.charAt(i)]:64;if(++i,o==null||c==null||p==null||m==null)throw new _6;const T=o<<2|c>>4;if(r.push(T),p!==64){const E=c<<4&240|p>>2;if(r.push(E),m!==64){const A=p<<6&192|m;r.push(A)}}}return r},init_(){if(!this.byteToCharMap_){this.byteToCharMap_={},this.charToByteMap_={},this.byteToCharMapWebSafe_={},this.charToByteMapWebSafe_={};for(let t=0;t<this.ENCODED_VALS.length;t++)this.byteToCharMap_[t]=this.ENCODED_VALS.charAt(t),this.charToByteMap_[this.byteToCharMap_[t]]=t,this.byteToCharMapWebSafe_[t]=this.ENCODED_VALS_WEBSAFE.charAt(t),this.charToByteMapWebSafe_[this.byteToCharMapWebSafe_[t]]=t,t>=this.ENCODED_VALS_BASE.length&&(this.charToByteMap_[this.ENCODED_VALS_WEBSAFE.charAt(t)]=t,this.charToByteMapWebSafe_[this.ENCODED_VALS.charAt(t)]=t)}}};class _6 extends Error{constructor(){super(...arguments),this.name="DecodeBase64StringError"}}const R6=function(t){const e=ZD(t);return JD.encodeByteArray(e,!0)},QD=function(t){return R6(t).replace(/\./g,"")},A6=function(t){try{return JD.decodeString(t,!0)}catch(e){console.error("base64Decode failed: ",e)}return null};/**
|
|
211
|
+
* @license
|
|
212
|
+
* Copyright 2022 Google LLC
|
|
213
|
+
*
|
|
214
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
215
|
+
* you may not use this file except in compliance with the License.
|
|
216
|
+
* You may obtain a copy of the License at
|
|
217
|
+
*
|
|
218
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
219
|
+
*
|
|
220
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
221
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
222
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
223
|
+
* See the License for the specific language governing permissions and
|
|
224
|
+
* limitations under the License.
|
|
225
|
+
*/function I6(){if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("Unable to locate global object.")}/**
|
|
226
|
+
* @license
|
|
227
|
+
* Copyright 2022 Google LLC
|
|
228
|
+
*
|
|
229
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
230
|
+
* you may not use this file except in compliance with the License.
|
|
231
|
+
* You may obtain a copy of the License at
|
|
232
|
+
*
|
|
233
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
234
|
+
*
|
|
235
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
236
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
237
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
238
|
+
* See the License for the specific language governing permissions and
|
|
239
|
+
* limitations under the License.
|
|
240
|
+
*/const M6=()=>I6().__FIREBASE_DEFAULTS__,L6=()=>{if(typeof process>"u"||typeof process.env>"u")return;const t=process.env.__FIREBASE_DEFAULTS__;if(t)return JSON.parse(t)},F6=()=>{if(typeof document>"u")return;let t;try{t=document.cookie.match(/__FIREBASE_DEFAULTS__=([^;]+)/)}catch{return}const e=t&&A6(t[1]);return e&&JSON.parse(e)},N6=()=>{try{return M6()||L6()||F6()}catch(t){console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${t}`);return}},eP=()=>{var t;return(t=N6())===null||t===void 0?void 0:t.config};/**
|
|
241
|
+
* @license
|
|
242
|
+
* Copyright 2017 Google LLC
|
|
243
|
+
*
|
|
244
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
245
|
+
* you may not use this file except in compliance with the License.
|
|
246
|
+
* You may obtain a copy of the License at
|
|
247
|
+
*
|
|
248
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
249
|
+
*
|
|
250
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
251
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
252
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
253
|
+
* See the License for the specific language governing permissions and
|
|
254
|
+
* limitations under the License.
|
|
255
|
+
*/class j6{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new Promise((e,n)=>{this.resolve=e,this.reject=n})}wrapCallback(e){return(n,r)=>{n?this.reject(n):this.resolve(r),typeof e=="function"&&(this.promise.catch(()=>{}),e.length===1?e(n):e(n,r))}}}function tP(){try{return typeof indexedDB=="object"}catch{return!1}}function nP(){return new Promise((t,e)=>{try{let n=!0;const r="validate-browser-context-for-indexeddb-analytics-module",i=self.indexedDB.open(r);i.onsuccess=()=>{i.result.close(),n||self.indexedDB.deleteDatabase(r),t(!0)},i.onupgradeneeded=()=>{n=!1},i.onerror=()=>{var o;e(((o=i.error)===null||o===void 0?void 0:o.message)||"")}}catch(n){e(n)}})}function B6(){return!(typeof navigator>"u"||!navigator.cookieEnabled)}/**
|
|
256
|
+
* @license
|
|
257
|
+
* Copyright 2017 Google LLC
|
|
258
|
+
*
|
|
259
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
260
|
+
* you may not use this file except in compliance with the License.
|
|
261
|
+
* You may obtain a copy of the License at
|
|
262
|
+
*
|
|
263
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
264
|
+
*
|
|
265
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
266
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
267
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
268
|
+
* See the License for the specific language governing permissions and
|
|
269
|
+
* limitations under the License.
|
|
270
|
+
*/const $6="FirebaseError";class Nf extends Error{constructor(e,n,r){super(n),this.code=e,this.customData=r,this.name=$6,Object.setPrototypeOf(this,Nf.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,qp.prototype.create)}}class qp{constructor(e,n,r){this.service=e,this.serviceName=n,this.errors=r}create(e,...n){const r=n[0]||{},i=`${this.service}/${e}`,o=this.errors[e],a=o?V6(o,r):"Error",c=`${this.serviceName}: ${a} (${i}).`;return new Nf(i,c,r)}}function V6(t,e){return t.replace(H6,(n,r)=>{const i=e[r];return i!=null?String(i):`<${r}?>`})}const H6=/\{\$([^}]+)}/g;function Ov(t,e){if(t===e)return!0;const n=Object.keys(t),r=Object.keys(e);for(const i of n){if(!r.includes(i))return!1;const o=t[i],a=e[i];if(R1(o)&&R1(a)){if(!Ov(o,a))return!1}else if(o!==a)return!1}for(const i of r)if(!n.includes(i))return!1;return!0}function R1(t){return t!==null&&typeof t=="object"}/**
|
|
271
|
+
* @license
|
|
272
|
+
* Copyright 2021 Google LLC
|
|
273
|
+
*
|
|
274
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
275
|
+
* you may not use this file except in compliance with the License.
|
|
276
|
+
* You may obtain a copy of the License at
|
|
277
|
+
*
|
|
278
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
279
|
+
*
|
|
280
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
281
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
282
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
283
|
+
* See the License for the specific language governing permissions and
|
|
284
|
+
* limitations under the License.
|
|
285
|
+
*/function rb(t){return t&&t._delegate?t._delegate:t}class Tu{constructor(e,n,r){this.name=e,this.instanceFactory=n,this.type=r,this.multipleInstances=!1,this.serviceProps={},this.instantiationMode="LAZY",this.onInstanceCreated=null}setInstantiationMode(e){return this.instantiationMode=e,this}setMultipleInstances(e){return this.multipleInstances=e,this}setServiceProps(e){return this.serviceProps=e,this}setInstanceCreatedCallback(e){return this.onInstanceCreated=e,this}}/**
|
|
286
|
+
* @license
|
|
287
|
+
* Copyright 2019 Google LLC
|
|
288
|
+
*
|
|
289
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
290
|
+
* you may not use this file except in compliance with the License.
|
|
291
|
+
* You may obtain a copy of the License at
|
|
292
|
+
*
|
|
293
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
294
|
+
*
|
|
295
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
296
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
297
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
298
|
+
* See the License for the specific language governing permissions and
|
|
299
|
+
* limitations under the License.
|
|
300
|
+
*/const mc="[DEFAULT]";/**
|
|
301
|
+
* @license
|
|
302
|
+
* Copyright 2019 Google LLC
|
|
303
|
+
*
|
|
304
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
305
|
+
* you may not use this file except in compliance with the License.
|
|
306
|
+
* You may obtain a copy of the License at
|
|
307
|
+
*
|
|
308
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
309
|
+
*
|
|
310
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
311
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
312
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
313
|
+
* See the License for the specific language governing permissions and
|
|
314
|
+
* limitations under the License.
|
|
315
|
+
*/class U6{constructor(e,n){this.name=e,this.container=n,this.component=null,this.instances=new Map,this.instancesDeferred=new Map,this.instancesOptions=new Map,this.onInitCallbacks=new Map}get(e){const n=this.normalizeInstanceIdentifier(e);if(!this.instancesDeferred.has(n)){const r=new j6;if(this.instancesDeferred.set(n,r),this.isInitialized(n)||this.shouldAutoInitialize())try{const i=this.getOrInitializeService({instanceIdentifier:n});i&&r.resolve(i)}catch{}}return this.instancesDeferred.get(n).promise}getImmediate(e){var n;const r=this.normalizeInstanceIdentifier(e==null?void 0:e.identifier),i=(n=e==null?void 0:e.optional)!==null&&n!==void 0?n:!1;if(this.isInitialized(r)||this.shouldAutoInitialize())try{return this.getOrInitializeService({instanceIdentifier:r})}catch(o){if(i)return null;throw o}else{if(i)return null;throw Error(`Service ${this.name} is not available`)}}getComponent(){return this.component}setComponent(e){if(e.name!==this.name)throw Error(`Mismatching Component ${e.name} for Provider ${this.name}.`);if(this.component)throw Error(`Component for ${this.name} has already been provided`);if(this.component=e,!!this.shouldAutoInitialize()){if(z6(e))try{this.getOrInitializeService({instanceIdentifier:mc})}catch{}for(const[n,r]of this.instancesDeferred.entries()){const i=this.normalizeInstanceIdentifier(n);try{const o=this.getOrInitializeService({instanceIdentifier:i});r.resolve(o)}catch{}}}}clearInstance(e=mc){this.instancesDeferred.delete(e),this.instancesOptions.delete(e),this.instances.delete(e)}async delete(){const e=Array.from(this.instances.values());await Promise.all([...e.filter(n=>"INTERNAL"in n).map(n=>n.INTERNAL.delete()),...e.filter(n=>"_delete"in n).map(n=>n._delete())])}isComponentSet(){return this.component!=null}isInitialized(e=mc){return this.instances.has(e)}getOptions(e=mc){return this.instancesOptions.get(e)||{}}initialize(e={}){const{options:n={}}=e,r=this.normalizeInstanceIdentifier(e.instanceIdentifier);if(this.isInitialized(r))throw Error(`${this.name}(${r}) has already been initialized`);if(!this.isComponentSet())throw Error(`Component ${this.name} has not been registered yet`);const i=this.getOrInitializeService({instanceIdentifier:r,options:n});for(const[o,a]of this.instancesDeferred.entries()){const c=this.normalizeInstanceIdentifier(o);r===c&&a.resolve(i)}return i}onInit(e,n){var r;const i=this.normalizeInstanceIdentifier(n),o=(r=this.onInitCallbacks.get(i))!==null&&r!==void 0?r:new Set;o.add(e),this.onInitCallbacks.set(i,o);const a=this.instances.get(i);return a&&e(a,i),()=>{o.delete(e)}}invokeOnInitCallbacks(e,n){const r=this.onInitCallbacks.get(n);if(r)for(const i of r)try{i(e,n)}catch{}}getOrInitializeService({instanceIdentifier:e,options:n={}}){let r=this.instances.get(e);if(!r&&this.component&&(r=this.component.instanceFactory(this.container,{instanceIdentifier:W6(e),options:n}),this.instances.set(e,r),this.instancesOptions.set(e,n),this.invokeOnInitCallbacks(r,e),this.component.onInstanceCreated))try{this.component.onInstanceCreated(this.container,e,r)}catch{}return r||null}normalizeInstanceIdentifier(e=mc){return this.component?this.component.multipleInstances?e:mc:e}shouldAutoInitialize(){return!!this.component&&this.component.instantiationMode!=="EXPLICIT"}}function W6(t){return t===mc?void 0:t}function z6(t){return t.instantiationMode==="EAGER"}/**
|
|
316
|
+
* @license
|
|
317
|
+
* Copyright 2019 Google LLC
|
|
318
|
+
*
|
|
319
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
320
|
+
* you may not use this file except in compliance with the License.
|
|
321
|
+
* You may obtain a copy of the License at
|
|
322
|
+
*
|
|
323
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
324
|
+
*
|
|
325
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
326
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
327
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
328
|
+
* See the License for the specific language governing permissions and
|
|
329
|
+
* limitations under the License.
|
|
330
|
+
*/class Y6{constructor(e){this.name=e,this.providers=new Map}addComponent(e){const n=this.getProvider(e.name);if(n.isComponentSet())throw new Error(`Component ${e.name} has already been registered with ${this.name}`);n.setComponent(e)}addOrOverwriteComponent(e){this.getProvider(e.name).isComponentSet()&&this.providers.delete(e.name),this.addComponent(e)}getProvider(e){if(this.providers.has(e))return this.providers.get(e);const n=new U6(e,this);return this.providers.set(e,n),n}getProviders(){return Array.from(this.providers.values())}}/**
|
|
331
|
+
* @license
|
|
332
|
+
* Copyright 2017 Google LLC
|
|
333
|
+
*
|
|
334
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
335
|
+
* you may not use this file except in compliance with the License.
|
|
336
|
+
* You may obtain a copy of the License at
|
|
337
|
+
*
|
|
338
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
339
|
+
*
|
|
340
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
341
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
342
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
343
|
+
* See the License for the specific language governing permissions and
|
|
344
|
+
* limitations under the License.
|
|
345
|
+
*/var Mn;(function(t){t[t.DEBUG=0]="DEBUG",t[t.VERBOSE=1]="VERBOSE",t[t.INFO=2]="INFO",t[t.WARN=3]="WARN",t[t.ERROR=4]="ERROR",t[t.SILENT=5]="SILENT"})(Mn||(Mn={}));const G6={debug:Mn.DEBUG,verbose:Mn.VERBOSE,info:Mn.INFO,warn:Mn.WARN,error:Mn.ERROR,silent:Mn.SILENT},q6=Mn.INFO,X6={[Mn.DEBUG]:"log",[Mn.VERBOSE]:"log",[Mn.INFO]:"info",[Mn.WARN]:"warn",[Mn.ERROR]:"error"},K6=(t,e,...n)=>{if(e<t.logLevel)return;const r=new Date().toISOString(),i=X6[e];if(i)console[i](`[${r}] ${t.name}:`,...n);else throw new Error(`Attempted to log a message with an invalid logType (value: ${e})`)};class Z6{constructor(e){this.name=e,this._logLevel=q6,this._logHandler=K6,this._userLogHandler=null}get logLevel(){return this._logLevel}set logLevel(e){if(!(e in Mn))throw new TypeError(`Invalid value "${e}" assigned to \`logLevel\``);this._logLevel=e}setLogLevel(e){this._logLevel=typeof e=="string"?G6[e]:e}get logHandler(){return this._logHandler}set logHandler(e){if(typeof e!="function")throw new TypeError("Value assigned to `logHandler` must be a function");this._logHandler=e}get userLogHandler(){return this._userLogHandler}set userLogHandler(e){this._userLogHandler=e}debug(...e){this._userLogHandler&&this._userLogHandler(this,Mn.DEBUG,...e),this._logHandler(this,Mn.DEBUG,...e)}log(...e){this._userLogHandler&&this._userLogHandler(this,Mn.VERBOSE,...e),this._logHandler(this,Mn.VERBOSE,...e)}info(...e){this._userLogHandler&&this._userLogHandler(this,Mn.INFO,...e),this._logHandler(this,Mn.INFO,...e)}warn(...e){this._userLogHandler&&this._userLogHandler(this,Mn.WARN,...e),this._logHandler(this,Mn.WARN,...e)}error(...e){this._userLogHandler&&this._userLogHandler(this,Mn.ERROR,...e),this._logHandler(this,Mn.ERROR,...e)}}const J6=(t,e)=>e.some(n=>t instanceof n);let A1,I1;function Q6(){return A1||(A1=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function e8(){return I1||(I1=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])}const rP=new WeakMap,_v=new WeakMap,iP=new WeakMap,ym=new WeakMap,ib=new WeakMap;function t8(t){const e=new Promise((n,r)=>{const i=()=>{t.removeEventListener("success",o),t.removeEventListener("error",a)},o=()=>{n(kl(t.result)),i()},a=()=>{r(t.error),i()};t.addEventListener("success",o),t.addEventListener("error",a)});return e.then(n=>{n instanceof IDBCursor&&rP.set(n,t)}).catch(()=>{}),ib.set(e,t),e}function n8(t){if(_v.has(t))return;const e=new Promise((n,r)=>{const i=()=>{t.removeEventListener("complete",o),t.removeEventListener("error",a),t.removeEventListener("abort",a)},o=()=>{n(),i()},a=()=>{r(t.error||new DOMException("AbortError","AbortError")),i()};t.addEventListener("complete",o),t.addEventListener("error",a),t.addEventListener("abort",a)});_v.set(t,e)}let Rv={get(t,e,n){if(t instanceof IDBTransaction){if(e==="done")return _v.get(t);if(e==="objectStoreNames")return t.objectStoreNames||iP.get(t);if(e==="store")return n.objectStoreNames[1]?void 0:n.objectStore(n.objectStoreNames[0])}return kl(t[e])},set(t,e,n){return t[e]=n,!0},has(t,e){return t instanceof IDBTransaction&&(e==="done"||e==="store")?!0:e in t}};function r8(t){Rv=t(Rv)}function i8(t){return t===IDBDatabase.prototype.transaction&&!("objectStoreNames"in IDBTransaction.prototype)?function(e,...n){const r=t.call(bm(this),e,...n);return iP.set(r,e.sort?e.sort():[e]),kl(r)}:e8().includes(t)?function(...e){return t.apply(bm(this),e),kl(rP.get(this))}:function(...e){return kl(t.apply(bm(this),e))}}function o8(t){return typeof t=="function"?i8(t):(t instanceof IDBTransaction&&n8(t),J6(t,Q6())?new Proxy(t,Rv):t)}function kl(t){if(t instanceof IDBRequest)return t8(t);if(ym.has(t))return ym.get(t);const e=o8(t);return e!==t&&(ym.set(t,e),ib.set(e,t)),e}const bm=t=>ib.get(t);function Xp(t,e,{blocked:n,upgrade:r,blocking:i,terminated:o}={}){const a=indexedDB.open(t,e),c=kl(a);return r&&a.addEventListener("upgradeneeded",f=>{r(kl(a.result),f.oldVersion,f.newVersion,kl(a.transaction),f)}),n&&a.addEventListener("blocked",f=>n(f.oldVersion,f.newVersion,f)),c.then(f=>{o&&f.addEventListener("close",()=>o()),i&&f.addEventListener("versionchange",p=>i(p.oldVersion,p.newVersion,p))}).catch(()=>{}),c}function wm(t,{blocked:e}={}){const n=indexedDB.deleteDatabase(t);return e&&n.addEventListener("blocked",r=>e(r.oldVersion,r)),kl(n).then(()=>{})}const s8=["get","getKey","getAll","getAllKeys","count"],a8=["put","add","delete","clear"],xm=new Map;function M1(t,e){if(!(t instanceof IDBDatabase&&!(e in t)&&typeof e=="string"))return;if(xm.get(e))return xm.get(e);const n=e.replace(/FromIndex$/,""),r=e!==n,i=a8.includes(n);if(!(n in(r?IDBIndex:IDBObjectStore).prototype)||!(i||s8.includes(n)))return;const o=async function(a,...c){const f=this.transaction(a,i?"readwrite":"readonly");let p=f.store;return r&&(p=p.index(c.shift())),(await Promise.all([p[n](...c),i&&f.done]))[0]};return xm.set(e,o),o}r8(t=>({...t,get:(e,n,r)=>M1(e,n)||t.get(e,n,r),has:(e,n)=>!!M1(e,n)||t.has(e,n)}));/**
|
|
346
|
+
* @license
|
|
347
|
+
* Copyright 2019 Google LLC
|
|
348
|
+
*
|
|
349
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
350
|
+
* you may not use this file except in compliance with the License.
|
|
351
|
+
* You may obtain a copy of the License at
|
|
352
|
+
*
|
|
353
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
354
|
+
*
|
|
355
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
356
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
357
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
358
|
+
* See the License for the specific language governing permissions and
|
|
359
|
+
* limitations under the License.
|
|
360
|
+
*/class l8{constructor(e){this.container=e}getPlatformInfoString(){return this.container.getProviders().map(n=>{if(u8(n)){const r=n.getImmediate();return`${r.library}/${r.version}`}else return null}).filter(n=>n).join(" ")}}function u8(t){const e=t.getComponent();return(e==null?void 0:e.type)==="VERSION"}const Av="@firebase/app",L1="0.10.13";/**
|
|
361
|
+
* @license
|
|
362
|
+
* Copyright 2019 Google LLC
|
|
363
|
+
*
|
|
364
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
365
|
+
* you may not use this file except in compliance with the License.
|
|
366
|
+
* You may obtain a copy of the License at
|
|
367
|
+
*
|
|
368
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
369
|
+
*
|
|
370
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
371
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
372
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
373
|
+
* See the License for the specific language governing permissions and
|
|
374
|
+
* limitations under the License.
|
|
375
|
+
*/const Ol=new Z6("@firebase/app"),c8="@firebase/app-compat",f8="@firebase/analytics-compat",d8="@firebase/analytics",h8="@firebase/app-check-compat",p8="@firebase/app-check",g8="@firebase/auth",m8="@firebase/auth-compat",v8="@firebase/database",y8="@firebase/data-connect",b8="@firebase/database-compat",w8="@firebase/functions",x8="@firebase/functions-compat",S8="@firebase/installations",T8="@firebase/installations-compat",C8="@firebase/messaging",E8="@firebase/messaging-compat",k8="@firebase/performance",D8="@firebase/performance-compat",P8="@firebase/remote-config",O8="@firebase/remote-config-compat",_8="@firebase/storage",R8="@firebase/storage-compat",A8="@firebase/firestore",I8="@firebase/vertexai-preview",M8="@firebase/firestore-compat",L8="firebase";/**
|
|
376
|
+
* @license
|
|
377
|
+
* Copyright 2019 Google LLC
|
|
378
|
+
*
|
|
379
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
380
|
+
* you may not use this file except in compliance with the License.
|
|
381
|
+
* You may obtain a copy of the License at
|
|
382
|
+
*
|
|
383
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
384
|
+
*
|
|
385
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
386
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
387
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
388
|
+
* See the License for the specific language governing permissions and
|
|
389
|
+
* limitations under the License.
|
|
390
|
+
*/const Iv="[DEFAULT]",F8={[Av]:"fire-core",[c8]:"fire-core-compat",[d8]:"fire-analytics",[f8]:"fire-analytics-compat",[p8]:"fire-app-check",[h8]:"fire-app-check-compat",[g8]:"fire-auth",[m8]:"fire-auth-compat",[v8]:"fire-rtdb",[y8]:"fire-data-connect",[b8]:"fire-rtdb-compat",[w8]:"fire-fn",[x8]:"fire-fn-compat",[S8]:"fire-iid",[T8]:"fire-iid-compat",[C8]:"fire-fcm",[E8]:"fire-fcm-compat",[k8]:"fire-perf",[D8]:"fire-perf-compat",[P8]:"fire-rc",[O8]:"fire-rc-compat",[_8]:"fire-gcs",[R8]:"fire-gcs-compat",[A8]:"fire-fst",[M8]:"fire-fst-compat",[I8]:"fire-vertex","fire-js":"fire-js",[L8]:"fire-js-all"};/**
|
|
391
|
+
* @license
|
|
392
|
+
* Copyright 2019 Google LLC
|
|
393
|
+
*
|
|
394
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
395
|
+
* you may not use this file except in compliance with the License.
|
|
396
|
+
* You may obtain a copy of the License at
|
|
397
|
+
*
|
|
398
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
399
|
+
*
|
|
400
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
401
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
402
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
403
|
+
* See the License for the specific language governing permissions and
|
|
404
|
+
* limitations under the License.
|
|
405
|
+
*/const wp=new Map,N8=new Map,Mv=new Map;function F1(t,e){try{t.container.addComponent(e)}catch(n){Ol.debug(`Component ${e.name} failed to register with FirebaseApp ${t.name}`,n)}}function Dc(t){const e=t.name;if(Mv.has(e))return Ol.debug(`There were multiple attempts to register component ${e}.`),!1;Mv.set(e,t);for(const n of wp.values())F1(n,t);for(const n of N8.values())F1(n,t);return!0}function ob(t,e){const n=t.container.getProvider("heartbeat").getImmediate({optional:!0});return n&&n.triggerHeartbeat(),t.container.getProvider(e)}/**
|
|
406
|
+
* @license
|
|
407
|
+
* Copyright 2019 Google LLC
|
|
408
|
+
*
|
|
409
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
410
|
+
* you may not use this file except in compliance with the License.
|
|
411
|
+
* You may obtain a copy of the License at
|
|
412
|
+
*
|
|
413
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
414
|
+
*
|
|
415
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
416
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
417
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
418
|
+
* See the License for the specific language governing permissions and
|
|
419
|
+
* limitations under the License.
|
|
420
|
+
*/const j8={"no-app":"No Firebase App '{$appName}' has been created - call initializeApp() first","bad-app-name":"Illegal App name: '{$appName}'","duplicate-app":"Firebase App named '{$appName}' already exists with different options or config","app-deleted":"Firebase App named '{$appName}' already deleted","server-app-deleted":"Firebase Server App has been deleted","no-options":"Need to provide options, when not being deployed to hosting via source.","invalid-app-argument":"firebase.{$appName}() takes either no argument or a Firebase App instance.","invalid-log-argument":"First argument to `onLog` must be null or a function.","idb-open":"Error thrown when opening IndexedDB. Original error: {$originalErrorMessage}.","idb-get":"Error thrown when reading from IndexedDB. Original error: {$originalErrorMessage}.","idb-set":"Error thrown when writing to IndexedDB. Original error: {$originalErrorMessage}.","idb-delete":"Error thrown when deleting from IndexedDB. Original error: {$originalErrorMessage}.","finalization-registry-not-supported":"FirebaseServerApp deleteOnDeref field defined but the JS runtime does not support FinalizationRegistry.","invalid-server-app-environment":"FirebaseServerApp is not for use in browser environments."},pu=new qp("app","Firebase",j8);/**
|
|
421
|
+
* @license
|
|
422
|
+
* Copyright 2019 Google LLC
|
|
423
|
+
*
|
|
424
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
425
|
+
* you may not use this file except in compliance with the License.
|
|
426
|
+
* You may obtain a copy of the License at
|
|
427
|
+
*
|
|
428
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
429
|
+
*
|
|
430
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
431
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
432
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
433
|
+
* See the License for the specific language governing permissions and
|
|
434
|
+
* limitations under the License.
|
|
435
|
+
*/class B8{constructor(e,n,r){this._isDeleted=!1,this._options=Object.assign({},e),this._config=Object.assign({},n),this._name=n.name,this._automaticDataCollectionEnabled=n.automaticDataCollectionEnabled,this._container=r,this.container.addComponent(new Tu("app",()=>this,"PUBLIC"))}get automaticDataCollectionEnabled(){return this.checkDestroyed(),this._automaticDataCollectionEnabled}set automaticDataCollectionEnabled(e){this.checkDestroyed(),this._automaticDataCollectionEnabled=e}get name(){return this.checkDestroyed(),this._name}get options(){return this.checkDestroyed(),this._options}get config(){return this.checkDestroyed(),this._config}get container(){return this._container}get isDeleted(){return this._isDeleted}set isDeleted(e){this._isDeleted=e}checkDestroyed(){if(this.isDeleted)throw pu.create("app-deleted",{appName:this._name})}}function oP(t,e={}){let n=t;typeof e!="object"&&(e={name:e});const r=Object.assign({name:Iv,automaticDataCollectionEnabled:!1},e),i=r.name;if(typeof i!="string"||!i)throw pu.create("bad-app-name",{appName:String(i)});if(n||(n=eP()),!n)throw pu.create("no-options");const o=wp.get(i);if(o){if(Ov(n,o.options)&&Ov(r,o.config))return o;throw pu.create("duplicate-app",{appName:i})}const a=new Y6(i);for(const f of Mv.values())a.addComponent(f);const c=new B8(n,r,a);return wp.set(i,c),c}function $8(t=Iv){const e=wp.get(t);if(!e&&t===Iv&&eP())return oP();if(!e)throw pu.create("no-app",{appName:t});return e}function gu(t,e,n){var r;let i=(r=F8[t])!==null&&r!==void 0?r:t;n&&(i+=`-${n}`);const o=i.match(/\s|\//),a=e.match(/\s|\//);if(o||a){const c=[`Unable to register library "${i}" with version "${e}":`];o&&c.push(`library name "${i}" contains illegal characters (whitespace or "/")`),o&&a&&c.push("and"),a&&c.push(`version name "${e}" contains illegal characters (whitespace or "/")`),Ol.warn(c.join(" "));return}Dc(new Tu(`${i}-version`,()=>({library:i,version:e}),"VERSION"))}/**
|
|
436
|
+
* @license
|
|
437
|
+
* Copyright 2021 Google LLC
|
|
438
|
+
*
|
|
439
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
440
|
+
* you may not use this file except in compliance with the License.
|
|
441
|
+
* You may obtain a copy of the License at
|
|
442
|
+
*
|
|
443
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
444
|
+
*
|
|
445
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
446
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
447
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
448
|
+
* See the License for the specific language governing permissions and
|
|
449
|
+
* limitations under the License.
|
|
450
|
+
*/const V8="firebase-heartbeat-database",H8=1,$d="firebase-heartbeat-store";let Sm=null;function sP(){return Sm||(Sm=Xp(V8,H8,{upgrade:(t,e)=>{switch(e){case 0:try{t.createObjectStore($d)}catch(n){console.warn(n)}}}}).catch(t=>{throw pu.create("idb-open",{originalErrorMessage:t.message})})),Sm}async function U8(t){try{const n=(await sP()).transaction($d),r=await n.objectStore($d).get(aP(t));return await n.done,r}catch(e){if(e instanceof Nf)Ol.warn(e.message);else{const n=pu.create("idb-get",{originalErrorMessage:e==null?void 0:e.message});Ol.warn(n.message)}}}async function N1(t,e){try{const r=(await sP()).transaction($d,"readwrite");await r.objectStore($d).put(e,aP(t)),await r.done}catch(n){if(n instanceof Nf)Ol.warn(n.message);else{const r=pu.create("idb-set",{originalErrorMessage:n==null?void 0:n.message});Ol.warn(r.message)}}}function aP(t){return`${t.name}!${t.options.appId}`}/**
|
|
451
|
+
* @license
|
|
452
|
+
* Copyright 2021 Google LLC
|
|
453
|
+
*
|
|
454
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
455
|
+
* you may not use this file except in compliance with the License.
|
|
456
|
+
* You may obtain a copy of the License at
|
|
457
|
+
*
|
|
458
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
459
|
+
*
|
|
460
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
461
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
462
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
463
|
+
* See the License for the specific language governing permissions and
|
|
464
|
+
* limitations under the License.
|
|
465
|
+
*/const W8=1024,z8=30*24*60*60*1e3;class Y8{constructor(e){this.container=e,this._heartbeatsCache=null;const n=this.container.getProvider("app").getImmediate();this._storage=new q8(n),this._heartbeatsCachePromise=this._storage.read().then(r=>(this._heartbeatsCache=r,r))}async triggerHeartbeat(){var e,n;try{const i=this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(),o=j1();return((e=this._heartbeatsCache)===null||e===void 0?void 0:e.heartbeats)==null&&(this._heartbeatsCache=await this._heartbeatsCachePromise,((n=this._heartbeatsCache)===null||n===void 0?void 0:n.heartbeats)==null)||this._heartbeatsCache.lastSentHeartbeatDate===o||this._heartbeatsCache.heartbeats.some(a=>a.date===o)?void 0:(this._heartbeatsCache.heartbeats.push({date:o,agent:i}),this._heartbeatsCache.heartbeats=this._heartbeatsCache.heartbeats.filter(a=>{const c=new Date(a.date).valueOf();return Date.now()-c<=z8}),this._storage.overwrite(this._heartbeatsCache))}catch(r){Ol.warn(r)}}async getHeartbeatsHeader(){var e;try{if(this._heartbeatsCache===null&&await this._heartbeatsCachePromise,((e=this._heartbeatsCache)===null||e===void 0?void 0:e.heartbeats)==null||this._heartbeatsCache.heartbeats.length===0)return"";const n=j1(),{heartbeatsToSend:r,unsentEntries:i}=G8(this._heartbeatsCache.heartbeats),o=QD(JSON.stringify({version:2,heartbeats:r}));return this._heartbeatsCache.lastSentHeartbeatDate=n,i.length>0?(this._heartbeatsCache.heartbeats=i,await this._storage.overwrite(this._heartbeatsCache)):(this._heartbeatsCache.heartbeats=[],this._storage.overwrite(this._heartbeatsCache)),o}catch(n){return Ol.warn(n),""}}}function j1(){return new Date().toISOString().substring(0,10)}function G8(t,e=W8){const n=[];let r=t.slice();for(const i of t){const o=n.find(a=>a.agent===i.agent);if(o){if(o.dates.push(i.date),B1(n)>e){o.dates.pop();break}}else if(n.push({agent:i.agent,dates:[i.date]}),B1(n)>e){n.pop();break}r=r.slice(1)}return{heartbeatsToSend:n,unsentEntries:r}}class q8{constructor(e){this.app=e,this._canUseIndexedDBPromise=this.runIndexedDBEnvironmentCheck()}async runIndexedDBEnvironmentCheck(){return tP()?nP().then(()=>!0).catch(()=>!1):!1}async read(){if(await this._canUseIndexedDBPromise){const n=await U8(this.app);return n!=null&&n.heartbeats?n:{heartbeats:[]}}else return{heartbeats:[]}}async overwrite(e){var n;if(await this._canUseIndexedDBPromise){const i=await this.read();return N1(this.app,{lastSentHeartbeatDate:(n=e.lastSentHeartbeatDate)!==null&&n!==void 0?n:i.lastSentHeartbeatDate,heartbeats:e.heartbeats})}else return}async add(e){var n;if(await this._canUseIndexedDBPromise){const i=await this.read();return N1(this.app,{lastSentHeartbeatDate:(n=e.lastSentHeartbeatDate)!==null&&n!==void 0?n:i.lastSentHeartbeatDate,heartbeats:[...i.heartbeats,...e.heartbeats]})}else return}}function B1(t){return QD(JSON.stringify({version:2,heartbeats:t})).length}/**
|
|
466
|
+
* @license
|
|
467
|
+
* Copyright 2019 Google LLC
|
|
468
|
+
*
|
|
469
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
470
|
+
* you may not use this file except in compliance with the License.
|
|
471
|
+
* You may obtain a copy of the License at
|
|
472
|
+
*
|
|
473
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
474
|
+
*
|
|
475
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
476
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
477
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
478
|
+
* See the License for the specific language governing permissions and
|
|
479
|
+
* limitations under the License.
|
|
480
|
+
*/function X8(t){Dc(new Tu("platform-logger",e=>new l8(e),"PRIVATE")),Dc(new Tu("heartbeat",e=>new Y8(e),"PRIVATE")),gu(Av,L1,t),gu(Av,L1,"esm2017"),gu("fire-js","")}X8("");var K8="firebase",Z8="10.14.1";/**
|
|
481
|
+
* @license
|
|
482
|
+
* Copyright 2020 Google LLC
|
|
483
|
+
*
|
|
484
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
485
|
+
* you may not use this file except in compliance with the License.
|
|
486
|
+
* You may obtain a copy of the License at
|
|
487
|
+
*
|
|
488
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
489
|
+
*
|
|
490
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
491
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
492
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
493
|
+
* See the License for the specific language governing permissions and
|
|
494
|
+
* limitations under the License.
|
|
495
|
+
*/gu(K8,Z8,"app");const lP="@firebase/installations",sb="0.6.9";/**
|
|
496
|
+
* @license
|
|
497
|
+
* Copyright 2019 Google LLC
|
|
498
|
+
*
|
|
499
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
500
|
+
* you may not use this file except in compliance with the License.
|
|
501
|
+
* You may obtain a copy of the License at
|
|
502
|
+
*
|
|
503
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
504
|
+
*
|
|
505
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
506
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
507
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
508
|
+
* See the License for the specific language governing permissions and
|
|
509
|
+
* limitations under the License.
|
|
510
|
+
*/const uP=1e4,cP=`w:${sb}`,fP="FIS_v2",J8="https://firebaseinstallations.googleapis.com/v1",Q8=60*60*1e3,e9="installations",t9="Installations";/**
|
|
511
|
+
* @license
|
|
512
|
+
* Copyright 2019 Google LLC
|
|
513
|
+
*
|
|
514
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
515
|
+
* you may not use this file except in compliance with the License.
|
|
516
|
+
* You may obtain a copy of the License at
|
|
517
|
+
*
|
|
518
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
519
|
+
*
|
|
520
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
521
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
522
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
523
|
+
* See the License for the specific language governing permissions and
|
|
524
|
+
* limitations under the License.
|
|
525
|
+
*/const n9={"missing-app-config-values":'Missing App configuration value: "{$valueName}"',"not-registered":"Firebase Installation is not registered.","installation-not-found":"Firebase Installation not found.","request-failed":'{$requestName} request failed with error "{$serverCode} {$serverStatus}: {$serverMessage}"',"app-offline":"Could not process request. Application offline.","delete-pending-registration":"Can't delete installation while there is a pending registration request."},Pc=new qp(e9,t9,n9);function dP(t){return t instanceof Nf&&t.code.includes("request-failed")}/**
|
|
526
|
+
* @license
|
|
527
|
+
* Copyright 2019 Google LLC
|
|
528
|
+
*
|
|
529
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
530
|
+
* you may not use this file except in compliance with the License.
|
|
531
|
+
* You may obtain a copy of the License at
|
|
532
|
+
*
|
|
533
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
534
|
+
*
|
|
535
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
536
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
537
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
538
|
+
* See the License for the specific language governing permissions and
|
|
539
|
+
* limitations under the License.
|
|
540
|
+
*/function hP({projectId:t}){return`${J8}/projects/${t}/installations`}function pP(t){return{token:t.token,requestStatus:2,expiresIn:i9(t.expiresIn),creationTime:Date.now()}}async function gP(t,e){const r=(await e.json()).error;return Pc.create("request-failed",{requestName:t,serverCode:r.code,serverMessage:r.message,serverStatus:r.status})}function mP({apiKey:t}){return new Headers({"Content-Type":"application/json",Accept:"application/json","x-goog-api-key":t})}function r9(t,{refreshToken:e}){const n=mP(t);return n.append("Authorization",o9(e)),n}async function vP(t){const e=await t();return e.status>=500&&e.status<600?t():e}function i9(t){return Number(t.replace("s","000"))}function o9(t){return`${fP} ${t}`}/**
|
|
541
|
+
* @license
|
|
542
|
+
* Copyright 2019 Google LLC
|
|
543
|
+
*
|
|
544
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
545
|
+
* you may not use this file except in compliance with the License.
|
|
546
|
+
* You may obtain a copy of the License at
|
|
547
|
+
*
|
|
548
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
549
|
+
*
|
|
550
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
551
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
552
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
553
|
+
* See the License for the specific language governing permissions and
|
|
554
|
+
* limitations under the License.
|
|
555
|
+
*/async function s9({appConfig:t,heartbeatServiceProvider:e},{fid:n}){const r=hP(t),i=mP(t),o=e.getImmediate({optional:!0});if(o){const p=await o.getHeartbeatsHeader();p&&i.append("x-firebase-client",p)}const a={fid:n,authVersion:fP,appId:t.appId,sdkVersion:cP},c={method:"POST",headers:i,body:JSON.stringify(a)},f=await vP(()=>fetch(r,c));if(f.ok){const p=await f.json();return{fid:p.fid||n,registrationStatus:2,refreshToken:p.refreshToken,authToken:pP(p.authToken)}}else throw await gP("Create Installation",f)}/**
|
|
556
|
+
* @license
|
|
557
|
+
* Copyright 2019 Google LLC
|
|
558
|
+
*
|
|
559
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
560
|
+
* you may not use this file except in compliance with the License.
|
|
561
|
+
* You may obtain a copy of the License at
|
|
562
|
+
*
|
|
563
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
564
|
+
*
|
|
565
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
566
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
567
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
568
|
+
* See the License for the specific language governing permissions and
|
|
569
|
+
* limitations under the License.
|
|
570
|
+
*/function yP(t){return new Promise(e=>{setTimeout(e,t)})}/**
|
|
571
|
+
* @license
|
|
572
|
+
* Copyright 2019 Google LLC
|
|
573
|
+
*
|
|
574
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
575
|
+
* you may not use this file except in compliance with the License.
|
|
576
|
+
* You may obtain a copy of the License at
|
|
577
|
+
*
|
|
578
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
579
|
+
*
|
|
580
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
581
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
582
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
583
|
+
* See the License for the specific language governing permissions and
|
|
584
|
+
* limitations under the License.
|
|
585
|
+
*/function a9(t){return btoa(String.fromCharCode(...t)).replace(/\+/g,"-").replace(/\//g,"_")}/**
|
|
586
|
+
* @license
|
|
587
|
+
* Copyright 2019 Google LLC
|
|
588
|
+
*
|
|
589
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
590
|
+
* you may not use this file except in compliance with the License.
|
|
591
|
+
* You may obtain a copy of the License at
|
|
592
|
+
*
|
|
593
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
594
|
+
*
|
|
595
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
596
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
597
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
598
|
+
* See the License for the specific language governing permissions and
|
|
599
|
+
* limitations under the License.
|
|
600
|
+
*/const l9=/^[cdef][\w-]{21}$/,Lv="";function u9(){try{const t=new Uint8Array(17);(self.crypto||self.msCrypto).getRandomValues(t),t[0]=112+t[0]%16;const n=c9(t);return l9.test(n)?n:Lv}catch{return Lv}}function c9(t){return a9(t).substr(0,22)}/**
|
|
601
|
+
* @license
|
|
602
|
+
* Copyright 2019 Google LLC
|
|
603
|
+
*
|
|
604
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
605
|
+
* you may not use this file except in compliance with the License.
|
|
606
|
+
* You may obtain a copy of the License at
|
|
607
|
+
*
|
|
608
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
609
|
+
*
|
|
610
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
611
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
612
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
613
|
+
* See the License for the specific language governing permissions and
|
|
614
|
+
* limitations under the License.
|
|
615
|
+
*/function Kp(t){return`${t.appName}!${t.appId}`}/**
|
|
616
|
+
* @license
|
|
617
|
+
* Copyright 2019 Google LLC
|
|
618
|
+
*
|
|
619
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
620
|
+
* you may not use this file except in compliance with the License.
|
|
621
|
+
* You may obtain a copy of the License at
|
|
622
|
+
*
|
|
623
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
624
|
+
*
|
|
625
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
626
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
627
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
628
|
+
* See the License for the specific language governing permissions and
|
|
629
|
+
* limitations under the License.
|
|
630
|
+
*/const bP=new Map;function wP(t,e){const n=Kp(t);xP(n,e),f9(n,e)}function xP(t,e){const n=bP.get(t);if(n)for(const r of n)r(e)}function f9(t,e){const n=d9();n&&n.postMessage({key:t,fid:e}),h9()}let bc=null;function d9(){return!bc&&"BroadcastChannel"in self&&(bc=new BroadcastChannel("[Firebase] FID Change"),bc.onmessage=t=>{xP(t.data.key,t.data.fid)}),bc}function h9(){bP.size===0&&bc&&(bc.close(),bc=null)}/**
|
|
631
|
+
* @license
|
|
632
|
+
* Copyright 2019 Google LLC
|
|
633
|
+
*
|
|
634
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
635
|
+
* you may not use this file except in compliance with the License.
|
|
636
|
+
* You may obtain a copy of the License at
|
|
637
|
+
*
|
|
638
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
639
|
+
*
|
|
640
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
641
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
642
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
643
|
+
* See the License for the specific language governing permissions and
|
|
644
|
+
* limitations under the License.
|
|
645
|
+
*/const p9="firebase-installations-database",g9=1,Oc="firebase-installations-store";let Tm=null;function ab(){return Tm||(Tm=Xp(p9,g9,{upgrade:(t,e)=>{switch(e){case 0:t.createObjectStore(Oc)}}})),Tm}async function xp(t,e){const n=Kp(t),i=(await ab()).transaction(Oc,"readwrite"),o=i.objectStore(Oc),a=await o.get(n);return await o.put(e,n),await i.done,(!a||a.fid!==e.fid)&&wP(t,e.fid),e}async function SP(t){const e=Kp(t),r=(await ab()).transaction(Oc,"readwrite");await r.objectStore(Oc).delete(e),await r.done}async function Zp(t,e){const n=Kp(t),i=(await ab()).transaction(Oc,"readwrite"),o=i.objectStore(Oc),a=await o.get(n),c=e(a);return c===void 0?await o.delete(n):await o.put(c,n),await i.done,c&&(!a||a.fid!==c.fid)&&wP(t,c.fid),c}/**
|
|
646
|
+
* @license
|
|
647
|
+
* Copyright 2019 Google LLC
|
|
648
|
+
*
|
|
649
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
650
|
+
* you may not use this file except in compliance with the License.
|
|
651
|
+
* You may obtain a copy of the License at
|
|
652
|
+
*
|
|
653
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
654
|
+
*
|
|
655
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
656
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
657
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
658
|
+
* See the License for the specific language governing permissions and
|
|
659
|
+
* limitations under the License.
|
|
660
|
+
*/async function lb(t){let e;const n=await Zp(t.appConfig,r=>{const i=m9(r),o=v9(t,i);return e=o.registrationPromise,o.installationEntry});return n.fid===Lv?{installationEntry:await e}:{installationEntry:n,registrationPromise:e}}function m9(t){const e=t||{fid:u9(),registrationStatus:0};return TP(e)}function v9(t,e){if(e.registrationStatus===0){if(!navigator.onLine){const i=Promise.reject(Pc.create("app-offline"));return{installationEntry:e,registrationPromise:i}}const n={fid:e.fid,registrationStatus:1,registrationTime:Date.now()},r=y9(t,n);return{installationEntry:n,registrationPromise:r}}else return e.registrationStatus===1?{installationEntry:e,registrationPromise:b9(t)}:{installationEntry:e}}async function y9(t,e){try{const n=await s9(t,e);return xp(t.appConfig,n)}catch(n){throw dP(n)&&n.customData.serverCode===409?await SP(t.appConfig):await xp(t.appConfig,{fid:e.fid,registrationStatus:0}),n}}async function b9(t){let e=await $1(t.appConfig);for(;e.registrationStatus===1;)await yP(100),e=await $1(t.appConfig);if(e.registrationStatus===0){const{installationEntry:n,registrationPromise:r}=await lb(t);return r||n}return e}function $1(t){return Zp(t,e=>{if(!e)throw Pc.create("installation-not-found");return TP(e)})}function TP(t){return w9(t)?{fid:t.fid,registrationStatus:0}:t}function w9(t){return t.registrationStatus===1&&t.registrationTime+uP<Date.now()}/**
|
|
661
|
+
* @license
|
|
662
|
+
* Copyright 2019 Google LLC
|
|
663
|
+
*
|
|
664
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
665
|
+
* you may not use this file except in compliance with the License.
|
|
666
|
+
* You may obtain a copy of the License at
|
|
667
|
+
*
|
|
668
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
669
|
+
*
|
|
670
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
671
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
672
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
673
|
+
* See the License for the specific language governing permissions and
|
|
674
|
+
* limitations under the License.
|
|
675
|
+
*/async function x9({appConfig:t,heartbeatServiceProvider:e},n){const r=S9(t,n),i=r9(t,n),o=e.getImmediate({optional:!0});if(o){const p=await o.getHeartbeatsHeader();p&&i.append("x-firebase-client",p)}const a={installation:{sdkVersion:cP,appId:t.appId}},c={method:"POST",headers:i,body:JSON.stringify(a)},f=await vP(()=>fetch(r,c));if(f.ok){const p=await f.json();return pP(p)}else throw await gP("Generate Auth Token",f)}function S9(t,{fid:e}){return`${hP(t)}/${e}/authTokens:generate`}/**
|
|
676
|
+
* @license
|
|
677
|
+
* Copyright 2019 Google LLC
|
|
678
|
+
*
|
|
679
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
680
|
+
* you may not use this file except in compliance with the License.
|
|
681
|
+
* You may obtain a copy of the License at
|
|
682
|
+
*
|
|
683
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
684
|
+
*
|
|
685
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
686
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
687
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
688
|
+
* See the License for the specific language governing permissions and
|
|
689
|
+
* limitations under the License.
|
|
690
|
+
*/async function ub(t,e=!1){let n;const r=await Zp(t.appConfig,o=>{if(!CP(o))throw Pc.create("not-registered");const a=o.authToken;if(!e&&E9(a))return o;if(a.requestStatus===1)return n=T9(t,e),o;{if(!navigator.onLine)throw Pc.create("app-offline");const c=D9(o);return n=C9(t,c),c}});return n?await n:r.authToken}async function T9(t,e){let n=await V1(t.appConfig);for(;n.authToken.requestStatus===1;)await yP(100),n=await V1(t.appConfig);const r=n.authToken;return r.requestStatus===0?ub(t,e):r}function V1(t){return Zp(t,e=>{if(!CP(e))throw Pc.create("not-registered");const n=e.authToken;return P9(n)?Object.assign(Object.assign({},e),{authToken:{requestStatus:0}}):e})}async function C9(t,e){try{const n=await x9(t,e),r=Object.assign(Object.assign({},e),{authToken:n});return await xp(t.appConfig,r),n}catch(n){if(dP(n)&&(n.customData.serverCode===401||n.customData.serverCode===404))await SP(t.appConfig);else{const r=Object.assign(Object.assign({},e),{authToken:{requestStatus:0}});await xp(t.appConfig,r)}throw n}}function CP(t){return t!==void 0&&t.registrationStatus===2}function E9(t){return t.requestStatus===2&&!k9(t)}function k9(t){const e=Date.now();return e<t.creationTime||t.creationTime+t.expiresIn<e+Q8}function D9(t){const e={requestStatus:1,requestTime:Date.now()};return Object.assign(Object.assign({},t),{authToken:e})}function P9(t){return t.requestStatus===1&&t.requestTime+uP<Date.now()}/**
|
|
691
|
+
* @license
|
|
692
|
+
* Copyright 2019 Google LLC
|
|
693
|
+
*
|
|
694
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
695
|
+
* you may not use this file except in compliance with the License.
|
|
696
|
+
* You may obtain a copy of the License at
|
|
697
|
+
*
|
|
698
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
699
|
+
*
|
|
700
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
701
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
702
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
703
|
+
* See the License for the specific language governing permissions and
|
|
704
|
+
* limitations under the License.
|
|
705
|
+
*/async function O9(t){const e=t,{installationEntry:n,registrationPromise:r}=await lb(e);return r?r.catch(console.error):ub(e).catch(console.error),n.fid}/**
|
|
706
|
+
* @license
|
|
707
|
+
* Copyright 2019 Google LLC
|
|
708
|
+
*
|
|
709
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
710
|
+
* you may not use this file except in compliance with the License.
|
|
711
|
+
* You may obtain a copy of the License at
|
|
712
|
+
*
|
|
713
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
714
|
+
*
|
|
715
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
716
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
717
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
718
|
+
* See the License for the specific language governing permissions and
|
|
719
|
+
* limitations under the License.
|
|
720
|
+
*/async function _9(t,e=!1){const n=t;return await R9(n),(await ub(n,e)).token}async function R9(t){const{registrationPromise:e}=await lb(t);e&&await e}/**
|
|
721
|
+
* @license
|
|
722
|
+
* Copyright 2019 Google LLC
|
|
723
|
+
*
|
|
724
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
725
|
+
* you may not use this file except in compliance with the License.
|
|
726
|
+
* You may obtain a copy of the License at
|
|
727
|
+
*
|
|
728
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
729
|
+
*
|
|
730
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
731
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
732
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
733
|
+
* See the License for the specific language governing permissions and
|
|
734
|
+
* limitations under the License.
|
|
735
|
+
*/function A9(t){if(!t||!t.options)throw Cm("App Configuration");if(!t.name)throw Cm("App Name");const e=["projectId","apiKey","appId"];for(const n of e)if(!t.options[n])throw Cm(n);return{appName:t.name,projectId:t.options.projectId,apiKey:t.options.apiKey,appId:t.options.appId}}function Cm(t){return Pc.create("missing-app-config-values",{valueName:t})}/**
|
|
736
|
+
* @license
|
|
737
|
+
* Copyright 2020 Google LLC
|
|
738
|
+
*
|
|
739
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
740
|
+
* you may not use this file except in compliance with the License.
|
|
741
|
+
* You may obtain a copy of the License at
|
|
742
|
+
*
|
|
743
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
744
|
+
*
|
|
745
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
746
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
747
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
748
|
+
* See the License for the specific language governing permissions and
|
|
749
|
+
* limitations under the License.
|
|
750
|
+
*/const EP="installations",I9="installations-internal",M9=t=>{const e=t.getProvider("app").getImmediate(),n=A9(e),r=ob(e,"heartbeat");return{app:e,appConfig:n,heartbeatServiceProvider:r,_delete:()=>Promise.resolve()}},L9=t=>{const e=t.getProvider("app").getImmediate(),n=ob(e,EP).getImmediate();return{getId:()=>O9(n),getToken:i=>_9(n,i)}};function F9(){Dc(new Tu(EP,M9,"PUBLIC")),Dc(new Tu(I9,L9,"PRIVATE"))}F9();gu(lP,sb);gu(lP,sb,"esm2017");/**
|
|
751
|
+
* @license
|
|
752
|
+
* Copyright 2019 Google LLC
|
|
753
|
+
*
|
|
754
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
755
|
+
* you may not use this file except in compliance with the License.
|
|
756
|
+
* You may obtain a copy of the License at
|
|
757
|
+
*
|
|
758
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
759
|
+
*
|
|
760
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
761
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
762
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
763
|
+
* See the License for the specific language governing permissions and
|
|
764
|
+
* limitations under the License.
|
|
765
|
+
*/const N9="/firebase-messaging-sw.js",j9="/firebase-cloud-messaging-push-scope",kP="BDOU99-h67HcA6JeFXHbSNMu7e2yNNu3RzoMj8TM4W88jITfq7ZmPvIM1Iv-4_l2LxQcYwhqby2xGpWwzjfAnG4",B9="https://fcmregistrations.googleapis.com/v1",DP="google.c.a.c_id",$9="google.c.a.c_l",V9="google.c.a.ts",H9="google.c.a.e";var H1;(function(t){t[t.DATA_MESSAGE=1]="DATA_MESSAGE",t[t.DISPLAY_NOTIFICATION=3]="DISPLAY_NOTIFICATION"})(H1||(H1={}));/**
|
|
766
|
+
* @license
|
|
767
|
+
* Copyright 2018 Google LLC
|
|
768
|
+
*
|
|
769
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
770
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
771
|
+
*
|
|
772
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
773
|
+
*
|
|
774
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
775
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
776
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
777
|
+
* the License.
|
|
778
|
+
*/var Vd;(function(t){t.PUSH_RECEIVED="push-received",t.NOTIFICATION_CLICKED="notification-clicked"})(Vd||(Vd={}));/**
|
|
779
|
+
* @license
|
|
780
|
+
* Copyright 2017 Google LLC
|
|
781
|
+
*
|
|
782
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
783
|
+
* you may not use this file except in compliance with the License.
|
|
784
|
+
* You may obtain a copy of the License at
|
|
785
|
+
*
|
|
786
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
787
|
+
*
|
|
788
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
789
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
790
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
791
|
+
* See the License for the specific language governing permissions and
|
|
792
|
+
* limitations under the License.
|
|
793
|
+
*/function yl(t){const e=new Uint8Array(t);return btoa(String.fromCharCode(...e)).replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function U9(t){const e="=".repeat((4-t.length%4)%4),n=(t+e).replace(/\-/g,"+").replace(/_/g,"/"),r=atob(n),i=new Uint8Array(r.length);for(let o=0;o<r.length;++o)i[o]=r.charCodeAt(o);return i}/**
|
|
794
|
+
* @license
|
|
795
|
+
* Copyright 2019 Google LLC
|
|
796
|
+
*
|
|
797
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
798
|
+
* you may not use this file except in compliance with the License.
|
|
799
|
+
* You may obtain a copy of the License at
|
|
800
|
+
*
|
|
801
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
802
|
+
*
|
|
803
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
804
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
805
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
806
|
+
* See the License for the specific language governing permissions and
|
|
807
|
+
* limitations under the License.
|
|
808
|
+
*/const Em="fcm_token_details_db",W9=5,U1="fcm_token_object_Store";async function z9(t){if("databases"in indexedDB&&!(await indexedDB.databases()).map(o=>o.name).includes(Em))return null;let e=null;return(await Xp(Em,W9,{upgrade:async(r,i,o,a)=>{var c;if(i<2||!r.objectStoreNames.contains(U1))return;const f=a.objectStore(U1),p=await f.index("fcmSenderId").get(t);if(await f.clear(),!!p){if(i===2){const b=p;if(!b.auth||!b.p256dh||!b.endpoint)return;e={token:b.fcmToken,createTime:(c=b.createTime)!==null&&c!==void 0?c:Date.now(),subscriptionOptions:{auth:b.auth,p256dh:b.p256dh,endpoint:b.endpoint,swScope:b.swScope,vapidKey:typeof b.vapidKey=="string"?b.vapidKey:yl(b.vapidKey)}}}else if(i===3){const b=p;e={token:b.fcmToken,createTime:b.createTime,subscriptionOptions:{auth:yl(b.auth),p256dh:yl(b.p256dh),endpoint:b.endpoint,swScope:b.swScope,vapidKey:yl(b.vapidKey)}}}else if(i===4){const b=p;e={token:b.fcmToken,createTime:b.createTime,subscriptionOptions:{auth:yl(b.auth),p256dh:yl(b.p256dh),endpoint:b.endpoint,swScope:b.swScope,vapidKey:yl(b.vapidKey)}}}}}})).close(),await wm(Em),await wm("fcm_vapid_details_db"),await wm("undefined"),Y9(e)?e:null}function Y9(t){if(!t||!t.subscriptionOptions)return!1;const{subscriptionOptions:e}=t;return typeof t.createTime=="number"&&t.createTime>0&&typeof t.token=="string"&&t.token.length>0&&typeof e.auth=="string"&&e.auth.length>0&&typeof e.p256dh=="string"&&e.p256dh.length>0&&typeof e.endpoint=="string"&&e.endpoint.length>0&&typeof e.swScope=="string"&&e.swScope.length>0&&typeof e.vapidKey=="string"&&e.vapidKey.length>0}/**
|
|
809
|
+
* @license
|
|
810
|
+
* Copyright 2019 Google LLC
|
|
811
|
+
*
|
|
812
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
813
|
+
* you may not use this file except in compliance with the License.
|
|
814
|
+
* You may obtain a copy of the License at
|
|
815
|
+
*
|
|
816
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
817
|
+
*
|
|
818
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
819
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
820
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
821
|
+
* See the License for the specific language governing permissions and
|
|
822
|
+
* limitations under the License.
|
|
823
|
+
*/const G9="firebase-messaging-database",q9=1,Hd="firebase-messaging-store";let km=null;function PP(){return km||(km=Xp(G9,q9,{upgrade:(t,e)=>{switch(e){case 0:t.createObjectStore(Hd)}}})),km}async function X9(t){const e=OP(t),r=await(await PP()).transaction(Hd).objectStore(Hd).get(e);if(r)return r;{const i=await z9(t.appConfig.senderId);if(i)return await cb(t,i),i}}async function cb(t,e){const n=OP(t),i=(await PP()).transaction(Hd,"readwrite");return await i.objectStore(Hd).put(e,n),await i.done,e}function OP({appConfig:t}){return t.appId}/**
|
|
824
|
+
* @license
|
|
825
|
+
* Copyright 2017 Google LLC
|
|
826
|
+
*
|
|
827
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
828
|
+
* you may not use this file except in compliance with the License.
|
|
829
|
+
* You may obtain a copy of the License at
|
|
830
|
+
*
|
|
831
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
832
|
+
*
|
|
833
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
834
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
835
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
836
|
+
* See the License for the specific language governing permissions and
|
|
837
|
+
* limitations under the License.
|
|
838
|
+
*/const K9={"missing-app-config-values":'Missing App configuration value: "{$valueName}"',"only-available-in-window":"This method is available in a Window context.","only-available-in-sw":"This method is available in a service worker context.","permission-default":"The notification permission was not granted and dismissed instead.","permission-blocked":"The notification permission was not granted and blocked instead.","unsupported-browser":"This browser doesn't support the API's required to use the Firebase SDK.","indexed-db-unsupported":"This browser doesn't support indexedDb.open() (ex. Safari iFrame, Firefox Private Browsing, etc)","failed-service-worker-registration":"We are unable to register the default service worker. {$browserErrorMessage}","token-subscribe-failed":"A problem occurred while subscribing the user to FCM: {$errorInfo}","token-subscribe-no-token":"FCM returned no token when subscribing the user to push.","token-unsubscribe-failed":"A problem occurred while unsubscribing the user from FCM: {$errorInfo}","token-update-failed":"A problem occurred while updating the user from FCM: {$errorInfo}","token-update-no-token":"FCM returned no token when updating the user to push.","use-sw-after-get-token":"The useServiceWorker() method may only be called once and must be called before calling getToken() to ensure your service worker is used.","invalid-sw-registration":"The input to useServiceWorker() must be a ServiceWorkerRegistration.","invalid-bg-handler":"The input to setBackgroundMessageHandler() must be a function.","invalid-vapid-key":"The public VAPID key must be a string.","use-vapid-key-after-get-token":"The usePublicVapidKey() method may only be called once and must be called before calling getToken() to ensure your VAPID key is used."},Bi=new qp("messaging","Messaging",K9);/**
|
|
839
|
+
* @license
|
|
840
|
+
* Copyright 2019 Google LLC
|
|
841
|
+
*
|
|
842
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
843
|
+
* you may not use this file except in compliance with the License.
|
|
844
|
+
* You may obtain a copy of the License at
|
|
845
|
+
*
|
|
846
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
847
|
+
*
|
|
848
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
849
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
850
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
851
|
+
* See the License for the specific language governing permissions and
|
|
852
|
+
* limitations under the License.
|
|
853
|
+
*/async function Z9(t,e){const n=await db(t),r=_P(e),i={method:"POST",headers:n,body:JSON.stringify(r)};let o;try{o=await(await fetch(fb(t.appConfig),i)).json()}catch(a){throw Bi.create("token-subscribe-failed",{errorInfo:a==null?void 0:a.toString()})}if(o.error){const a=o.error.message;throw Bi.create("token-subscribe-failed",{errorInfo:a})}if(!o.token)throw Bi.create("token-subscribe-no-token");return o.token}async function J9(t,e){const n=await db(t),r=_P(e.subscriptionOptions),i={method:"PATCH",headers:n,body:JSON.stringify(r)};let o;try{o=await(await fetch(`${fb(t.appConfig)}/${e.token}`,i)).json()}catch(a){throw Bi.create("token-update-failed",{errorInfo:a==null?void 0:a.toString()})}if(o.error){const a=o.error.message;throw Bi.create("token-update-failed",{errorInfo:a})}if(!o.token)throw Bi.create("token-update-no-token");return o.token}async function Q9(t,e){const r={method:"DELETE",headers:await db(t)};try{const o=await(await fetch(`${fb(t.appConfig)}/${e}`,r)).json();if(o.error){const a=o.error.message;throw Bi.create("token-unsubscribe-failed",{errorInfo:a})}}catch(i){throw Bi.create("token-unsubscribe-failed",{errorInfo:i==null?void 0:i.toString()})}}function fb({projectId:t}){return`${B9}/projects/${t}/registrations`}async function db({appConfig:t,installations:e}){const n=await e.getToken();return new Headers({"Content-Type":"application/json",Accept:"application/json","x-goog-api-key":t.apiKey,"x-goog-firebase-installations-auth":`FIS ${n}`})}function _P({p256dh:t,auth:e,endpoint:n,vapidKey:r}){const i={web:{endpoint:n,auth:e,p256dh:t}};return r!==kP&&(i.web.applicationPubKey=r),i}/**
|
|
854
|
+
* @license
|
|
855
|
+
* Copyright 2019 Google LLC
|
|
856
|
+
*
|
|
857
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
858
|
+
* you may not use this file except in compliance with the License.
|
|
859
|
+
* You may obtain a copy of the License at
|
|
860
|
+
*
|
|
861
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
862
|
+
*
|
|
863
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
864
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
865
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
866
|
+
* See the License for the specific language governing permissions and
|
|
867
|
+
* limitations under the License.
|
|
868
|
+
*/const eY=7*24*60*60*1e3;async function tY(t){const e=await rY(t.swRegistration,t.vapidKey),n={vapidKey:t.vapidKey,swScope:t.swRegistration.scope,endpoint:e.endpoint,auth:yl(e.getKey("auth")),p256dh:yl(e.getKey("p256dh"))},r=await X9(t.firebaseDependencies);if(r){if(iY(r.subscriptionOptions,n))return Date.now()>=r.createTime+eY?nY(t,{token:r.token,createTime:Date.now(),subscriptionOptions:n}):r.token;try{await Q9(t.firebaseDependencies,r.token)}catch(i){console.warn(i)}return W1(t.firebaseDependencies,n)}else return W1(t.firebaseDependencies,n)}async function nY(t,e){try{const n=await J9(t.firebaseDependencies,e),r=Object.assign(Object.assign({},e),{token:n,createTime:Date.now()});return await cb(t.firebaseDependencies,r),n}catch(n){throw n}}async function W1(t,e){const r={token:await Z9(t,e),createTime:Date.now(),subscriptionOptions:e};return await cb(t,r),r.token}async function rY(t,e){const n=await t.pushManager.getSubscription();return n||t.pushManager.subscribe({userVisibleOnly:!0,applicationServerKey:U9(e)})}function iY(t,e){const n=e.vapidKey===t.vapidKey,r=e.endpoint===t.endpoint,i=e.auth===t.auth,o=e.p256dh===t.p256dh;return n&&r&&i&&o}/**
|
|
869
|
+
* @license
|
|
870
|
+
* Copyright 2020 Google LLC
|
|
871
|
+
*
|
|
872
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
873
|
+
* you may not use this file except in compliance with the License.
|
|
874
|
+
* You may obtain a copy of the License at
|
|
875
|
+
*
|
|
876
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
877
|
+
*
|
|
878
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
879
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
880
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
881
|
+
* See the License for the specific language governing permissions and
|
|
882
|
+
* limitations under the License.
|
|
883
|
+
*/function z1(t){const e={from:t.from,collapseKey:t.collapse_key,messageId:t.fcmMessageId};return oY(e,t),sY(e,t),aY(e,t),e}function oY(t,e){if(!e.notification)return;t.notification={};const n=e.notification.title;n&&(t.notification.title=n);const r=e.notification.body;r&&(t.notification.body=r);const i=e.notification.image;i&&(t.notification.image=i);const o=e.notification.icon;o&&(t.notification.icon=o)}function sY(t,e){e.data&&(t.data=e.data)}function aY(t,e){var n,r,i,o,a;if(!e.fcmOptions&&!(!((n=e.notification)===null||n===void 0)&&n.click_action))return;t.fcmOptions={};const c=(i=(r=e.fcmOptions)===null||r===void 0?void 0:r.link)!==null&&i!==void 0?i:(o=e.notification)===null||o===void 0?void 0:o.click_action;c&&(t.fcmOptions.link=c);const f=(a=e.fcmOptions)===null||a===void 0?void 0:a.analytics_label;f&&(t.fcmOptions.analyticsLabel=f)}/**
|
|
884
|
+
* @license
|
|
885
|
+
* Copyright 2019 Google LLC
|
|
886
|
+
*
|
|
887
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
888
|
+
* you may not use this file except in compliance with the License.
|
|
889
|
+
* You may obtain a copy of the License at
|
|
890
|
+
*
|
|
891
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
892
|
+
*
|
|
893
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
894
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
895
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
896
|
+
* See the License for the specific language governing permissions and
|
|
897
|
+
* limitations under the License.
|
|
898
|
+
*/function lY(t){return typeof t=="object"&&!!t&&DP in t}/**
|
|
899
|
+
* @license
|
|
900
|
+
* Copyright 2019 Google LLC
|
|
901
|
+
*
|
|
902
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
903
|
+
* you may not use this file except in compliance with the License.
|
|
904
|
+
* You may obtain a copy of the License at
|
|
905
|
+
*
|
|
906
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
907
|
+
*
|
|
908
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
909
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
910
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
911
|
+
* See the License for the specific language governing permissions and
|
|
912
|
+
* limitations under the License.
|
|
913
|
+
*/function uY(t){if(!t||!t.options)throw Dm("App Configuration Object");if(!t.name)throw Dm("App Name");const e=["projectId","apiKey","appId","messagingSenderId"],{options:n}=t;for(const r of e)if(!n[r])throw Dm(r);return{appName:t.name,projectId:n.projectId,apiKey:n.apiKey,appId:n.appId,senderId:n.messagingSenderId}}function Dm(t){return Bi.create("missing-app-config-values",{valueName:t})}/**
|
|
914
|
+
* @license
|
|
915
|
+
* Copyright 2020 Google LLC
|
|
916
|
+
*
|
|
917
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
918
|
+
* you may not use this file except in compliance with the License.
|
|
919
|
+
* You may obtain a copy of the License at
|
|
920
|
+
*
|
|
921
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
922
|
+
*
|
|
923
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
924
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
925
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
926
|
+
* See the License for the specific language governing permissions and
|
|
927
|
+
* limitations under the License.
|
|
928
|
+
*/class cY{constructor(e,n,r){this.deliveryMetricsExportedToBigQueryEnabled=!1,this.onBackgroundMessageHandler=null,this.onMessageHandler=null,this.logEvents=[],this.isLogServiceStarted=!1;const i=uY(e);this.firebaseDependencies={app:e,appConfig:i,installations:n,analyticsProvider:r}}_delete(){return Promise.resolve()}}/**
|
|
929
|
+
* @license
|
|
930
|
+
* Copyright 2020 Google LLC
|
|
931
|
+
*
|
|
932
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
933
|
+
* you may not use this file except in compliance with the License.
|
|
934
|
+
* You may obtain a copy of the License at
|
|
935
|
+
*
|
|
936
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
937
|
+
*
|
|
938
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
939
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
940
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
941
|
+
* See the License for the specific language governing permissions and
|
|
942
|
+
* limitations under the License.
|
|
943
|
+
*/async function fY(t){try{t.swRegistration=await navigator.serviceWorker.register(N9,{scope:j9}),t.swRegistration.update().catch(()=>{})}catch(e){throw Bi.create("failed-service-worker-registration",{browserErrorMessage:e==null?void 0:e.message})}}/**
|
|
944
|
+
* @license
|
|
945
|
+
* Copyright 2020 Google LLC
|
|
946
|
+
*
|
|
947
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
948
|
+
* you may not use this file except in compliance with the License.
|
|
949
|
+
* You may obtain a copy of the License at
|
|
950
|
+
*
|
|
951
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
952
|
+
*
|
|
953
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
954
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
955
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
956
|
+
* See the License for the specific language governing permissions and
|
|
957
|
+
* limitations under the License.
|
|
958
|
+
*/async function dY(t,e){if(!e&&!t.swRegistration&&await fY(t),!(!e&&t.swRegistration)){if(!(e instanceof ServiceWorkerRegistration))throw Bi.create("invalid-sw-registration");t.swRegistration=e}}/**
|
|
959
|
+
* @license
|
|
960
|
+
* Copyright 2020 Google LLC
|
|
961
|
+
*
|
|
962
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
963
|
+
* you may not use this file except in compliance with the License.
|
|
964
|
+
* You may obtain a copy of the License at
|
|
965
|
+
*
|
|
966
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
967
|
+
*
|
|
968
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
969
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
970
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
971
|
+
* See the License for the specific language governing permissions and
|
|
972
|
+
* limitations under the License.
|
|
973
|
+
*/async function hY(t,e){e?t.vapidKey=e:t.vapidKey||(t.vapidKey=kP)}/**
|
|
974
|
+
* @license
|
|
975
|
+
* Copyright 2020 Google LLC
|
|
976
|
+
*
|
|
977
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
978
|
+
* you may not use this file except in compliance with the License.
|
|
979
|
+
* You may obtain a copy of the License at
|
|
980
|
+
*
|
|
981
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
982
|
+
*
|
|
983
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
984
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
985
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
986
|
+
* See the License for the specific language governing permissions and
|
|
987
|
+
* limitations under the License.
|
|
988
|
+
*/async function RP(t,e){if(!navigator)throw Bi.create("only-available-in-window");if(Notification.permission==="default"&&await Notification.requestPermission(),Notification.permission!=="granted")throw Bi.create("permission-blocked");return await hY(t,e==null?void 0:e.vapidKey),await dY(t,e==null?void 0:e.serviceWorkerRegistration),tY(t)}/**
|
|
989
|
+
* @license
|
|
990
|
+
* Copyright 2019 Google LLC
|
|
991
|
+
*
|
|
992
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
993
|
+
* you may not use this file except in compliance with the License.
|
|
994
|
+
* You may obtain a copy of the License at
|
|
995
|
+
*
|
|
996
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
997
|
+
*
|
|
998
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
999
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1000
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1001
|
+
* See the License for the specific language governing permissions and
|
|
1002
|
+
* limitations under the License.
|
|
1003
|
+
*/async function pY(t,e,n){const r=gY(e);(await t.firebaseDependencies.analyticsProvider.get()).logEvent(r,{message_id:n[DP],message_name:n[$9],message_time:n[V9],message_device_time:Math.floor(Date.now()/1e3)})}function gY(t){switch(t){case Vd.NOTIFICATION_CLICKED:return"notification_open";case Vd.PUSH_RECEIVED:return"notification_foreground";default:throw new Error}}/**
|
|
1004
|
+
* @license
|
|
1005
|
+
* Copyright 2017 Google LLC
|
|
1006
|
+
*
|
|
1007
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1008
|
+
* you may not use this file except in compliance with the License.
|
|
1009
|
+
* You may obtain a copy of the License at
|
|
1010
|
+
*
|
|
1011
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1012
|
+
*
|
|
1013
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1014
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1015
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1016
|
+
* See the License for the specific language governing permissions and
|
|
1017
|
+
* limitations under the License.
|
|
1018
|
+
*/async function mY(t,e){const n=e.data;if(!n.isFirebaseMessaging)return;t.onMessageHandler&&n.messageType===Vd.PUSH_RECEIVED&&(typeof t.onMessageHandler=="function"?t.onMessageHandler(z1(n)):t.onMessageHandler.next(z1(n)));const r=n.data;lY(r)&&r[H9]==="1"&&await pY(t,n.messageType,r)}const Y1="@firebase/messaging",G1="0.12.12";/**
|
|
1019
|
+
* @license
|
|
1020
|
+
* Copyright 2020 Google LLC
|
|
1021
|
+
*
|
|
1022
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1023
|
+
* you may not use this file except in compliance with the License.
|
|
1024
|
+
* You may obtain a copy of the License at
|
|
1025
|
+
*
|
|
1026
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1027
|
+
*
|
|
1028
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1029
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1030
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1031
|
+
* See the License for the specific language governing permissions and
|
|
1032
|
+
* limitations under the License.
|
|
1033
|
+
*/const vY=t=>{const e=new cY(t.getProvider("app").getImmediate(),t.getProvider("installations-internal").getImmediate(),t.getProvider("analytics-internal"));return navigator.serviceWorker.addEventListener("message",n=>mY(e,n)),e},yY=t=>{const e=t.getProvider("messaging").getImmediate();return{getToken:r=>RP(e,r)}};function bY(){Dc(new Tu("messaging",vY,"PUBLIC")),Dc(new Tu("messaging-internal",yY,"PRIVATE")),gu(Y1,G1),gu(Y1,G1,"esm2017")}/**
|
|
1034
|
+
* @license
|
|
1035
|
+
* Copyright 2020 Google LLC
|
|
1036
|
+
*
|
|
1037
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1038
|
+
* you may not use this file except in compliance with the License.
|
|
1039
|
+
* You may obtain a copy of the License at
|
|
1040
|
+
*
|
|
1041
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1042
|
+
*
|
|
1043
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1044
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1045
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1046
|
+
* See the License for the specific language governing permissions and
|
|
1047
|
+
* limitations under the License.
|
|
1048
|
+
*/async function wY(){try{await nP()}catch{return!1}return typeof window<"u"&&tP()&&B6()&&"serviceWorker"in navigator&&"PushManager"in window&&"Notification"in window&&"fetch"in window&&ServiceWorkerRegistration.prototype.hasOwnProperty("showNotification")&&PushSubscription.prototype.hasOwnProperty("getKey")}/**
|
|
1049
|
+
* @license
|
|
1050
|
+
* Copyright 2020 Google LLC
|
|
1051
|
+
*
|
|
1052
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1053
|
+
* you may not use this file except in compliance with the License.
|
|
1054
|
+
* You may obtain a copy of the License at
|
|
1055
|
+
*
|
|
1056
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1057
|
+
*
|
|
1058
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1059
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1060
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1061
|
+
* See the License for the specific language governing permissions and
|
|
1062
|
+
* limitations under the License.
|
|
1063
|
+
*/function xY(t,e){if(!navigator)throw Bi.create("only-available-in-window");return t.onMessageHandler=e,()=>{t.onMessageHandler=null}}/**
|
|
1064
|
+
* @license
|
|
1065
|
+
* Copyright 2017 Google LLC
|
|
1066
|
+
*
|
|
1067
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1068
|
+
* you may not use this file except in compliance with the License.
|
|
1069
|
+
* You may obtain a copy of the License at
|
|
1070
|
+
*
|
|
1071
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1072
|
+
*
|
|
1073
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1074
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1075
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1076
|
+
* See the License for the specific language governing permissions and
|
|
1077
|
+
* limitations under the License.
|
|
1078
|
+
*/function SY(t=$8()){return wY().then(e=>{if(!e)throw Bi.create("unsupported-browser")},e=>{throw Bi.create("indexed-db-unsupported")}),ob(rb(t),"messaging").getImmediate()}async function TY(t,e){return t=rb(t),RP(t,e)}function CY(t,e){return t=rb(t),xY(t,e)}bY();exports.AuthContext=jv;exports.AuthProvider=lM;exports.CustomOpenList=sT;exports.CustomOpenListProvider=GI;exports.DateRangePicker=P6;exports.ERROR_MESSAGE=nT;exports.FavoriteMenu=n6;exports.GlobalMenu=m6;exports.IconComponent=FD;exports.InfiniteLoader=C6;exports.Language=$v;exports.LogoutConfirmModal=q1;exports.PropTypes=_s;exports.Q=L2;exports.SaasThemeProvider=oM;exports.StyleWrapper=Vv;exports.TranslationProvider=gL;exports._=y6;exports._assertThisInitialized=xl;exports._extends=Rf;exports._extends$1=e4;exports._inheritsLoose=RD;exports._objectWithoutPropertiesLoose=Bv;exports.activeStyles=eb;exports.axiosInstance=As;exports.clsx=bl;exports.color=ki;exports.commonjsGlobal=Ei;exports.createCustomTheme=cT;exports.getAugmentedNamespace=EM;exports.getMessagingInWindow=SY;exports.getToken=TY;exports.handleErrorAxios=oT;exports.initializeApp=oP;exports.lodashExports=qD;exports.login=rT;exports.logout=iT;exports.notify=V2;exports.objectWithoutPropertiesLoose=CM;exports.onMessage=CY;exports.pushError=Wd;exports.pushSuccess=Yv;exports.pushWarning=$2;exports.responseInterceptor=YI;exports.search=cM;exports.setFavicon=fT;exports.styles=v6;exports.translate=hL;exports.translationConfig=dL;exports.updateFavoriteItems=nb;exports.useAuth=uM;exports.useCustomTranslation=fL;exports.useTheme=iM;exports.useTranslation=wT;exports.useTranslation$1=pL;
|