@ws-ui/shared 0.1.3 → 0.1.5

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/index.cjs.js CHANGED
@@ -1,158 +1,158 @@
1
- "use strict";var C_=Object.defineProperty;var P_=(e,r,n)=>r in e?C_(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n;var md=(e,r,n)=>(P_(e,typeof r!="symbol"?r+"":r,n),n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const q=require("react"),Ba=require("react-dom"),Vu=require("@emotion/react");function Yp(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,o.get?o:{enumerable:!0,get:()=>e[n]})}}return r.default=e,Object.freeze(r)}const I=Yp(q),R_=Yp(Ba);var Fr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Xp(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function A_(e){if(e.__esModule)return e;var r=e.default;if(typeof r=="function"){var n=function o(){return this instanceof o?Reflect.construct(r,arguments,this.constructor):r.apply(this,arguments)};n.prototype=r.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(o){var a=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(n,o,a.get?a:{enumerable:!0,get:function(){return e[o]}})}),n}var Ju={exports:{}},fi={};/*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */var du,gd;function wc(){if(gd)return du;gd=1;var e=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(u){if(u==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(u)}function a(){try{if(!Object.assign)return!1;var u=new String("abc");if(u[5]="de",Object.getOwnPropertyNames(u)[0]==="5")return!1;for(var c={},f=0;f<10;f++)c["_"+String.fromCharCode(f)]=f;var h=Object.getOwnPropertyNames(c).map(function(y){return c[y]});if(h.join("")!=="0123456789")return!1;var m={};return"abcdefghijklmnopqrst".split("").forEach(function(y){m[y]=y}),Object.keys(Object.assign({},m)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return du=a()?Object.assign:function(u,c){for(var f,h=o(u),m,y=1;y<arguments.length;y++){f=Object(arguments[y]);for(var _ in f)r.call(f,_)&&(h[_]=f[_]);if(e){m=e(f);for(var O=0;O<m.length;O++)n.call(f,m[O])&&(h[m[O]]=f[m[O]])}}return h},du}/** @license React v17.0.2
1
+ "use strict";var PS=Object.defineProperty;var AS=(e,r,n)=>r in e?PS(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n;var bd=(e,r,n)=>(AS(e,typeof r!="symbol"?r+"":r,n),n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const q=require("react"),Ka=require("react-dom"),Qu=require("@emotion/react");function th(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,o.get?o:{enumerable:!0,get:()=>e[n]})}}return r.default=e,Object.freeze(r)}const A=th(q),IS=th(Ka);var qr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function nh(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function LS(e){if(e.__esModule)return e;var r=e.default;if(typeof r=="function"){var n=function o(){return this instanceof o?Reflect.construct(r,arguments,this.constructor):r.apply(this,arguments)};n.prototype=r.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(o){var a=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(n,o,a.get?a:{enumerable:!0,get:function(){return e[o]}})}),n}var el={exports:{}},Vi={};/**
2
+ * @license React
6
3
  * react-jsx-runtime.production.min.js
7
4
  *
8
5
  * Copyright (c) Facebook, Inc. and its affiliates.
9
6
  *
10
7
  * This source code is licensed under the MIT license found in the
11
8
  * LICENSE file in the root directory of this source tree.
12
- */var yd;function I_(){if(yd)return fi;yd=1,wc();var e=q,r=60103;if(fi.Fragment=60107,typeof Symbol=="function"&&Symbol.for){var n=Symbol.for;r=n("react.element"),fi.Fragment=n("react.fragment")}var o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function c(f,h,m){var y,_={},O=null,v=null;m!==void 0&&(O=""+m),h.key!==void 0&&(O=""+h.key),h.ref!==void 0&&(v=h.ref);for(y in h)a.call(h,y)&&!u.hasOwnProperty(y)&&(_[y]=h[y]);if(f&&f.defaultProps)for(y in h=f.defaultProps,h)_[y]===void 0&&(_[y]=h[y]);return{$$typeof:r,type:f,key:O,ref:v,props:_,_owner:o.current}}return fi.jsx=c,fi.jsxs=c,fi}var pu={};/** @license React v17.0.2
9
+ */var wd;function MS(){if(wd)return Vi;wd=1;var e=q,r=Symbol.for("react.element"),n=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u={key:!0,ref:!0,__self:!0,__source:!0};function l(f,p,y){var g,S={},T=null,v=null;y!==void 0&&(T=""+y),p.key!==void 0&&(T=""+p.key),p.ref!==void 0&&(v=p.ref);for(g in p)o.call(p,g)&&!u.hasOwnProperty(g)&&(S[g]=p[g]);if(f&&f.defaultProps)for(g in p=f.defaultProps,p)S[g]===void 0&&(S[g]=p[g]);return{$$typeof:r,type:f,key:T,ref:v,props:S,_owner:a.current}}return Vi.Fragment=n,Vi.jsx=l,Vi.jsxs=l,Vi}var Xi={};/**
10
+ * @license React
13
11
  * react-jsx-runtime.development.js
14
12
  *
15
13
  * Copyright (c) Facebook, Inc. and its affiliates.
16
14
  *
17
15
  * This source code is licensed under the MIT license found in the
18
16
  * LICENSE file in the root directory of this source tree.
19
- */var wd;function L_(){return wd||(wd=1,function(e){process.env.NODE_ENV!=="production"&&function(){var r=q,n=wc(),o=60103,a=60106;e.Fragment=60107;var u=60108,c=60114,f=60109,h=60110,m=60112,y=60113,_=60120,O=60115,v=60116,S=60121,w=60122,T=60117,D=60129,M=60131;if(typeof Symbol=="function"&&Symbol.for){var P=Symbol.for;o=P("react.element"),a=P("react.portal"),e.Fragment=P("react.fragment"),u=P("react.strict_mode"),c=P("react.profiler"),f=P("react.provider"),h=P("react.context"),m=P("react.forward_ref"),y=P("react.suspense"),_=P("react.suspense_list"),O=P("react.memo"),v=P("react.lazy"),S=P("react.block"),w=P("react.server.block"),T=P("react.fundamental"),P("react.scope"),P("react.opaque.id"),D=P("react.debug_trace_mode"),P("react.offscreen"),M=P("react.legacy_hidden")}var k=typeof Symbol=="function"&&Symbol.iterator,x="@@iterator";function W(d){if(d===null||typeof d!="object")return null;var R=k&&d[k]||d[x];return typeof R=="function"?R:null}var F=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function $(d){{for(var R=arguments.length,N=new Array(R>1?R-1:0),Y=1;Y<R;Y++)N[Y-1]=arguments[Y];Z("error",d,N)}}function Z(d,R,N){{var Y=F.ReactDebugCurrentFrame,ie=Y.getStackAddendum();ie!==""&&(R+="%s",N=N.concat([ie]));var oe=N.map(function(ee){return""+ee});oe.unshift("Warning: "+R),Function.prototype.apply.call(console[d],console,oe)}}var ne=!1;function we(d){return!!(typeof d=="string"||typeof d=="function"||d===e.Fragment||d===c||d===D||d===u||d===y||d===_||d===M||ne||typeof d=="object"&&d!==null&&(d.$$typeof===v||d.$$typeof===O||d.$$typeof===f||d.$$typeof===h||d.$$typeof===m||d.$$typeof===T||d.$$typeof===S||d[0]===w))}function Me(d,R,N){var Y=R.displayName||R.name||"";return d.displayName||(Y!==""?N+"("+Y+")":N)}function Oe(d){return d.displayName||"Context"}function ue(d){if(d==null)return null;if(typeof d.tag=="number"&&$("Received an unexpected object in getComponentName(). This is likely a bug in React. Please file an issue."),typeof d=="function")return d.displayName||d.name||null;if(typeof d=="string")return d;switch(d){case e.Fragment:return"Fragment";case a:return"Portal";case c:return"Profiler";case u:return"StrictMode";case y:return"Suspense";case _:return"SuspenseList"}if(typeof d=="object")switch(d.$$typeof){case h:var R=d;return Oe(R)+".Consumer";case f:var N=d;return Oe(N._context)+".Provider";case m:return Me(d,d.render,"ForwardRef");case O:return ue(d.type);case S:return ue(d._render);case v:{var Y=d,ie=Y._payload,oe=Y._init;try{return ue(oe(ie))}catch{return null}}}return null}var ke=0,_e,Ie,qe,ft,G,X,ve;function me(){}me.__reactDisabledLog=!0;function ce(){{if(ke===0){_e=console.log,Ie=console.info,qe=console.warn,ft=console.error,G=console.group,X=console.groupCollapsed,ve=console.groupEnd;var d={configurable:!0,enumerable:!0,value:me,writable:!0};Object.defineProperties(console,{info:d,log:d,warn:d,error:d,group:d,groupCollapsed:d,groupEnd:d})}ke++}}function le(){{if(ke--,ke===0){var d={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:n({},d,{value:_e}),info:n({},d,{value:Ie}),warn:n({},d,{value:qe}),error:n({},d,{value:ft}),group:n({},d,{value:G}),groupCollapsed:n({},d,{value:X}),groupEnd:n({},d,{value:ve})})}ke<0&&$("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ae=F.ReactCurrentDispatcher,fe;function se(d,R,N){{if(fe===void 0)try{throw Error()}catch(ie){var Y=ie.stack.trim().match(/\n( *(at )?)/);fe=Y&&Y[1]||""}return`
20
- `+fe+d}}var ge=!1,ye;{var Ge=typeof WeakMap=="function"?WeakMap:Map;ye=new Ge}function V(d,R){if(!d||ge)return"";{var N=ye.get(d);if(N!==void 0)return N}var Y;ge=!0;var ie=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var oe;oe=ae.current,ae.current=null,ce();try{if(R){var ee=function(){throw Error()};if(Object.defineProperty(ee.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ee,[])}catch(st){Y=st}Reflect.construct(d,[],ee)}else{try{ee.call()}catch(st){Y=st}d.call(ee.prototype)}}else{try{throw Error()}catch(st){Y=st}d()}}catch(st){if(st&&Y&&typeof st.stack=="string"){for(var Q=st.stack.split(`
21
- `),je=Y.stack.split(`
22
- `),be=Q.length-1,Ee=je.length-1;be>=1&&Ee>=0&&Q[be]!==je[Ee];)Ee--;for(;be>=1&&Ee>=0;be--,Ee--)if(Q[be]!==je[Ee]){if(be!==1||Ee!==1)do if(be--,Ee--,Ee<0||Q[be]!==je[Ee]){var it=`
23
- `+Q[be].replace(" at new "," at ");return typeof d=="function"&&ye.set(d,it),it}while(be>=1&&Ee>=0);break}}}finally{ge=!1,ae.current=oe,le(),Error.prepareStackTrace=ie}var It=d?d.displayName||d.name:"",Tr=It?se(It):"";return typeof d=="function"&&ye.set(d,Tr),Tr}function nt(d,R,N){return V(d,!1)}function rt(d){var R=d.prototype;return!!(R&&R.isReactComponent)}function lt(d,R,N){if(d==null)return"";if(typeof d=="function")return V(d,rt(d));if(typeof d=="string")return se(d);switch(d){case y:return se("Suspense");case _:return se("SuspenseList")}if(typeof d=="object")switch(d.$$typeof){case m:return nt(d.render);case O:return lt(d.type,R,N);case S:return nt(d._render);case v:{var Y=d,ie=Y._payload,oe=Y._init;try{return lt(oe(ie),R,N)}catch{}}}return""}var Rn={},vt=F.ReactDebugCurrentFrame;function $t(d){if(d){var R=d._owner,N=lt(d.type,d._source,R?R.type:null);vt.setExtraStackFrame(N)}else vt.setExtraStackFrame(null)}function gr(d,R,N,Y,ie){{var oe=Function.call.bind(Object.prototype.hasOwnProperty);for(var ee in d)if(oe(d,ee)){var Q=void 0;try{if(typeof d[ee]!="function"){var je=Error((Y||"React class")+": "+N+" type `"+ee+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof d[ee]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw je.name="Invariant Violation",je}Q=d[ee](R,ee,Y,N,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(be){Q=be}Q&&!(Q instanceof Error)&&($t(ie),$("%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).",Y||"React class",N,ee,typeof Q),$t(null)),Q instanceof Error&&!(Q.message in Rn)&&(Rn[Q.message]=!0,$t(ie),$("Failed %s type: %s",N,Q.message),$t(null))}}}var Je=F.ReactCurrentOwner,Qe=Object.prototype.hasOwnProperty,tn={key:!0,ref:!0,__self:!0,__source:!0},qt,mn,Et;Et={};function Qn(d){if(Qe.call(d,"ref")){var R=Object.getOwnPropertyDescriptor(d,"ref").get;if(R&&R.isReactWarning)return!1}return d.ref!==void 0}function nn(d){if(Qe.call(d,"key")){var R=Object.getOwnPropertyDescriptor(d,"key").get;if(R&&R.isReactWarning)return!1}return d.key!==void 0}function Kt(d,R){if(typeof d.ref=="string"&&Je.current&&R&&Je.current.stateNode!==R){var N=ue(Je.current.type);Et[N]||($('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',ue(Je.current.type),d.ref),Et[N]=!0)}}function yr(d,R){{var N=function(){qt||(qt=!0,$("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",R))};N.isReactWarning=!0,Object.defineProperty(d,"key",{get:N,configurable:!0})}}function wr(d,R){{var N=function(){mn||(mn=!0,$("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",R))};N.isReactWarning=!0,Object.defineProperty(d,"ref",{get:N,configurable:!0})}}var br=function(d,R,N,Y,ie,oe,ee){var Q={$$typeof:o,type:d,key:R,ref:N,props:ee,_owner:oe};return Q._store={},Object.defineProperty(Q._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(Q,"_self",{configurable:!1,enumerable:!1,writable:!1,value:Y}),Object.defineProperty(Q,"_source",{configurable:!1,enumerable:!1,writable:!1,value:ie}),Object.freeze&&(Object.freeze(Q.props),Object.freeze(Q)),Q};function _r(d,R,N,Y,ie){{var oe,ee={},Q=null,je=null;N!==void 0&&(Q=""+N),nn(R)&&(Q=""+R.key),Qn(R)&&(je=R.ref,Kt(R,ie));for(oe in R)Qe.call(R,oe)&&!tn.hasOwnProperty(oe)&&(ee[oe]=R[oe]);if(d&&d.defaultProps){var be=d.defaultProps;for(oe in be)ee[oe]===void 0&&(ee[oe]=be[oe])}if(Q||je){var Ee=typeof d=="function"?d.displayName||d.name||"Unknown":d;Q&&yr(ee,Ee),je&&wr(ee,Ee)}return br(d,Q,je,ie,Y,Je.current,ee)}}var gn=F.ReactCurrentOwner,Fn=F.ReactDebugCurrentFrame;function yt(d){if(d){var R=d._owner,N=lt(d.type,d._source,R?R.type:null);Fn.setExtraStackFrame(N)}else Fn.setExtraStackFrame(null)}var yn;yn=!1;function wn(d){return typeof d=="object"&&d!==null&&d.$$typeof===o}function Sr(){{if(gn.current){var d=ue(gn.current.type);if(d)return`
17
+ */var Sd;function DS(){return Sd||(Sd=1,process.env.NODE_ENV!=="production"&&function(){var e=q,r=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),u=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),f=Symbol.for("react.context"),p=Symbol.for("react.forward_ref"),y=Symbol.for("react.suspense"),g=Symbol.for("react.suspense_list"),S=Symbol.for("react.memo"),T=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen"),E=Symbol.iterator,b="@@iterator";function O(d){if(d===null||typeof d!="object")return null;var P=E&&d[E]||d[b];return typeof P=="function"?P:null}var D=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function R(d){{for(var P=arguments.length,k=new Array(P>1?P-1:0),G=1;G<P;G++)k[G-1]=arguments[G];M("error",d,k)}}function M(d,P,k){{var G=D.ReactDebugCurrentFrame,re=G.getStackAddendum();re!==""&&(P+="%s",k=k.concat([re]));var oe=k.map(function(ee){return String(ee)});oe.unshift("Warning: "+P),Function.prototype.apply.call(console[d],console,oe)}}var $=!1,x=!1,j=!1,F=!1,B=!1,J;J=Symbol.for("react.module.reference");function ne(d){return!!(typeof d=="string"||typeof d=="function"||d===o||d===u||B||d===a||d===y||d===g||F||d===v||$||x||j||typeof d=="object"&&d!==null&&(d.$$typeof===T||d.$$typeof===S||d.$$typeof===l||d.$$typeof===f||d.$$typeof===p||d.$$typeof===J||d.getModuleId!==void 0))}function we(d,P,k){var G=d.displayName;if(G)return G;var re=P.displayName||P.name||"";return re!==""?k+"("+re+")":k}function Ae(d){return d.displayName||"Context"}function ue(d){if(d==null)return null;if(typeof d.tag=="number"&&R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof d=="function")return d.displayName||d.name||null;if(typeof d=="string")return d;switch(d){case o:return"Fragment";case n:return"Portal";case u:return"Profiler";case a:return"StrictMode";case y:return"Suspense";case g:return"SuspenseList"}if(typeof d=="object")switch(d.$$typeof){case f:var P=d;return Ae(P)+".Consumer";case l:var k=d;return Ae(k._context)+".Provider";case p:return we(d,d.render,"ForwardRef");case S:var G=d.displayName||null;return G!==null?G:ue(d.type)||"Memo";case T:{var re=d,oe=re._payload,ee=re._init;try{return ue(ee(oe))}catch{return null}}}return null}var ge=Object.assign,ke=0,_e,Le,ze,ct,Y,V,ve;function me(){}me.__reactDisabledLog=!0;function le(){{if(ke===0){_e=console.log,Le=console.info,ze=console.warn,ct=console.error,Y=console.group,V=console.groupCollapsed,ve=console.groupEnd;var d={configurable:!0,enumerable:!0,value:me,writable:!0};Object.defineProperties(console,{info:d,log:d,warn:d,error:d,group:d,groupCollapsed:d,groupEnd:d})}ke++}}function ce(){{if(ke--,ke===0){var d={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:ge({},d,{value:_e}),info:ge({},d,{value:Le}),warn:ge({},d,{value:ze}),error:ge({},d,{value:ct}),group:ge({},d,{value:Y}),groupCollapsed:ge({},d,{value:V}),groupEnd:ge({},d,{value:ve})})}ke<0&&R("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ae=D.ReactCurrentDispatcher,fe;function se(d,P,k){{if(fe===void 0)try{throw Error()}catch(re){var G=re.stack.trim().match(/\n( *(at )?)/);fe=G&&G[1]||""}return`
18
+ `+fe+d}}var ye=!1,be;{var Ke=typeof WeakMap=="function"?WeakMap:Map;be=new Ke}function X(d,P){if(!d||ye)return"";{var k=be.get(d);if(k!==void 0)return k}var G;ye=!0;var re=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var oe;oe=ae.current,ae.current=null,le();try{if(P){var ee=function(){throw Error()};if(Object.defineProperty(ee.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ee,[])}catch(Ze){G=Ze}Reflect.construct(d,[],ee)}else{try{ee.call()}catch(Ze){G=Ze}d.call(ee.prototype)}}else{try{throw Error()}catch(Ze){G=Ze}d()}}catch(Ze){if(Ze&&G&&typeof Ze.stack=="string"){for(var Q=Ze.stack.split(`
19
+ `),Ne=G.stack.split(`
20
+ `),Se=Q.length-1,xe=Ne.length-1;Se>=1&&xe>=0&&Q[Se]!==Ne[xe];)xe--;for(;Se>=1&&xe>=0;Se--,xe--)if(Q[Se]!==Ne[xe]){if(Se!==1||xe!==1)do if(Se--,xe--,xe<0||Q[Se]!==Ne[xe]){var Ye=`
21
+ `+Q[Se].replace(" at new "," at ");return d.displayName&&Ye.includes("<anonymous>")&&(Ye=Ye.replace("<anonymous>",d.displayName)),typeof d=="function"&&be.set(d,Ye),Ye}while(Se>=1&&xe>=0);break}}}finally{ye=!1,ae.current=oe,ce(),Error.prepareStackTrace=re}var vt=d?d.displayName||d.name:"",Lr=vt?se(vt):"";return typeof d=="function"&&be.set(d,Lr),Lr}function at(d,P,k){return X(d,!1)}function tt(d){var P=d.prototype;return!!(P&&P.isReactComponent)}function st(d,P,k){if(d==null)return"";if(typeof d=="function")return X(d,tt(d));if(typeof d=="string")return se(d);switch(d){case y:return se("Suspense");case g:return se("SuspenseList")}if(typeof d=="object")switch(d.$$typeof){case p:return at(d.render);case S:return st(d.type,P,k);case T:{var G=d,re=G._payload,oe=G._init;try{return st(oe(re),P,k)}catch{}}}return""}var Nt=Object.prototype.hasOwnProperty,ht={},Tn=D.ReactDebugCurrentFrame;function Kt(d){if(d){var P=d._owner,k=st(d.type,d._source,P?P.type:null);Tn.setExtraStackFrame(k)}else Tn.setExtraStackFrame(null)}function yt(d,P,k,G,re){{var oe=Function.call.bind(Nt);for(var ee in d)if(oe(d,ee)){var Q=void 0;try{if(typeof d[ee]!="function"){var Ne=Error((G||"React class")+": "+k+" type `"+ee+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof d[ee]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Ne.name="Invariant Violation",Ne}Q=d[ee](P,ee,G,k,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Se){Q=Se}Q&&!(Q instanceof Error)&&(Kt(re),R("%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",k,ee,typeof Q),Kt(null)),Q instanceof Error&&!(Q.message in ht)&&(ht[Q.message]=!0,Kt(re),R("Failed %s type: %s",k,Q.message),Kt(null))}}}var ut=Array.isArray;function Et(d){return ut(d)}function vn(d){{var P=typeof Symbol=="function"&&Symbol.toStringTag,k=P&&d[Symbol.toStringTag]||d.constructor.name||"Object";return k}}function jn(d){try{return jt(d),!1}catch{return!0}}function jt(d){return""+d}function Cn(d){if(jn(d))return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",vn(d)),jt(d)}var lt=D.ReactCurrentOwner,Yt={key:!0,ref:!0,__self:!0,__source:!0},Fn,Wn,mn;mn={};function yr(d){if(Nt.call(d,"ref")){var P=Object.getOwnPropertyDescriptor(d,"ref").get;if(P&&P.isReactWarning)return!1}return d.ref!==void 0}function br(d){if(Nt.call(d,"key")){var P=Object.getOwnPropertyDescriptor(d,"key").get;if(P&&P.isReactWarning)return!1}return d.key!==void 0}function wr(d,P){if(typeof d.ref=="string"&&lt.current&&P&&lt.current.stateNode!==P){var k=ue(lt.current.type);mn[k]||(R('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',ue(lt.current.type),d.ref),mn[k]=!0)}}function Sr(d,P){{var k=function(){Fn||(Fn=!0,R("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",P))};k.isReactWarning=!0,Object.defineProperty(d,"key",{get:k,configurable:!0})}}function _r(d,P){{var k=function(){Wn||(Wn=!0,R("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",P))};k.isReactWarning=!0,Object.defineProperty(d,"ref",{get:k,configurable:!0})}}var Er=function(d,P,k,G,re,oe,ee){var Q={$$typeof:r,type:d,key:P,ref:k,props:ee,_owner:oe};return Q._store={},Object.defineProperty(Q._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(Q,"_self",{configurable:!1,enumerable:!1,writable:!1,value:G}),Object.defineProperty(Q,"_source",{configurable:!1,enumerable:!1,writable:!1,value:re}),Object.freeze&&(Object.freeze(Q.props),Object.freeze(Q)),Q};function Ri(d,P,k,G,re){{var oe,ee={},Q=null,Ne=null;k!==void 0&&(Cn(k),Q=""+k),br(P)&&(Cn(P.key),Q=""+P.key),yr(P)&&(Ne=P.ref,wr(P,re));for(oe in P)Nt.call(P,oe)&&!Yt.hasOwnProperty(oe)&&(ee[oe]=P[oe]);if(d&&d.defaultProps){var Se=d.defaultProps;for(oe in Se)ee[oe]===void 0&&(ee[oe]=Se[oe])}if(Q||Ne){var xe=typeof d=="function"?d.displayName||d.name||"Unknown":d;Q&&Sr(ee,xe),Ne&&_r(ee,xe)}return Er(d,Q,Ne,re,G,lt.current,ee)}}var Un=D.ReactCurrentOwner,xr=D.ReactDebugCurrentFrame;function xt(d){if(d){var P=d._owner,k=st(d.type,d._source,P?P.type:null);xr.setExtraStackFrame(k)}else xr.setExtraStackFrame(null)}var Rn;Rn=!1;function Bn(d){return typeof d=="object"&&d!==null&&d.$$typeof===r}function Or(){{if(Un.current){var d=ue(Un.current.type);if(d)return`
24
22
 
25
- Check the render method of \``+d+"`."}return""}}function Ti(d){{if(d!==void 0){var R=d.fileName.replace(/^.*[\\\/]/,""),N=d.lineNumber;return`
23
+ Check the render method of \``+d+"`."}return""}}function Pi(d){{if(d!==void 0){var P=d.fileName.replace(/^.*[\\\/]/,""),k=d.lineNumber;return`
26
24
 
27
- Check your code at `+R+":"+N+"."}return""}}var Er={};function Xr(d){{var R=Sr();if(!R){var N=typeof d=="string"?d:d.displayName||d.name;N&&(R=`
25
+ Check your code at `+P+":"+k+"."}return""}}var Tr={};function Qr(d){{var P=Or();if(!P){var k=typeof d=="string"?d:d.displayName||d.name;k&&(P=`
28
26
 
29
- Check the top-level render call using <`+N+">.")}return R}}function er(d,R){{if(!d._store||d._store.validated||d.key!=null)return;d._store.validated=!0;var N=Xr(R);if(Er[N])return;Er[N]=!0;var Y="";d&&d._owner&&d._owner!==gn.current&&(Y=" It was passed a child from "+ue(d._owner.type)+"."),yt(d),$('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',N,Y),yt(null)}}function xr(d,R){{if(typeof d!="object")return;if(Array.isArray(d))for(var N=0;N<d.length;N++){var Y=d[N];wn(Y)&&er(Y,R)}else if(wn(d))d._store&&(d._store.validated=!0);else if(d){var ie=W(d);if(typeof ie=="function"&&ie!==d.entries)for(var oe=ie.call(d),ee;!(ee=oe.next()).done;)wn(ee.value)&&er(ee.value,R)}}}function Ci(d){{var R=d.type;if(R==null||typeof R=="string")return;var N;if(typeof R=="function")N=R.propTypes;else if(typeof R=="object"&&(R.$$typeof===m||R.$$typeof===O))N=R.propTypes;else return;if(N){var Y=ue(R);gr(N,d.props,"prop",Y,d)}else if(R.PropTypes!==void 0&&!yn){yn=!0;var ie=ue(R);$("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",ie||"Unknown")}typeof R.getDefaultProps=="function"&&!R.getDefaultProps.isReactClassApproved&&$("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Pi(d){{for(var R=Object.keys(d.props),N=0;N<R.length;N++){var Y=R[N];if(Y!=="children"&&Y!=="key"){yt(d),$("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",Y),yt(null);break}}d.ref!==null&&(yt(d),$("Invalid attribute `ref` supplied to `React.Fragment`."),yt(null))}}function Or(d,R,N,Y,ie,oe){{var ee=we(d);if(!ee){var Q="";(d===void 0||typeof d=="object"&&d!==null&&Object.keys(d).length===0)&&(Q+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var je=Ti(ie);je?Q+=je:Q+=Sr();var be;d===null?be="null":Array.isArray(d)?be="array":d!==void 0&&d.$$typeof===o?(be="<"+(ue(d.type)||"Unknown")+" />",Q=" Did you accidentally export a JSX literal instead of a component?"):be=typeof d,$("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",be,Q)}var Ee=_r(d,R,N,ie,oe);if(Ee==null)return Ee;if(ee){var it=R.children;if(it!==void 0)if(Y)if(Array.isArray(it)){for(var It=0;It<it.length;It++)xr(it[It],d);Object.freeze&&Object.freeze(it)}else $("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else xr(it,d)}return d===e.Fragment?Pi(Ee):Ci(Ee),Ee}}function Vr(d,R,N){return Or(d,R,N,!0)}function Ri(d,R,N){return Or(d,R,N,!1)}var Ai=Ri,Ii=Vr;e.jsx=Ai,e.jsxs=Ii}()}(pu)),pu}process.env.NODE_ENV==="production"?Ju.exports=I_():Ju.exports=L_();var B=Ju.exports;const Vp=({children:e})=>Ba.createPortal(e,document.querySelector("body"));var bd=function(r){return r.reduce(function(n,o){var a=o[0],u=o[1];return n[a]=u,n},{})},_d=typeof window<"u"&&window.document&&window.document.createElement?I.useLayoutEffect:I.useEffect,Bt="top",pn="bottom",hn="right",Ht="left",bc="auto",uo=[Bt,pn,hn,Ht],yi="start",eo="end",M_="clippingParents",Jp="viewport",Gi="popper",D_="reference",Sd=uo.reduce(function(e,r){return e.concat([r+"-"+yi,r+"-"+eo])},[]),Zp=[].concat(uo,[bc]).reduce(function(e,r){return e.concat([r,r+"-"+yi,r+"-"+eo])},[]),k_="beforeRead",N_="read",$_="afterRead",j_="beforeMain",F_="main",W_="afterMain",U_="beforeWrite",B_="write",H_="afterWrite",z_=[k_,N_,$_,j_,F_,W_,U_,B_,H_];function $n(e){return e?(e.nodeName||"").toLowerCase():null}function en(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var r=e.ownerDocument;return r&&r.defaultView||window}return e}function qr(e){var r=en(e).Element;return e instanceof r||e instanceof Element}function dn(e){var r=en(e).HTMLElement;return e instanceof r||e instanceof HTMLElement}function _c(e){if(typeof ShadowRoot>"u")return!1;var r=en(e).ShadowRoot;return e instanceof r||e instanceof ShadowRoot}function q_(e){var r=e.state;Object.keys(r.elements).forEach(function(n){var o=r.styles[n]||{},a=r.attributes[n]||{},u=r.elements[n];!dn(u)||!$n(u)||(Object.assign(u.style,o),Object.keys(a).forEach(function(c){var f=a[c];f===!1?u.removeAttribute(c):u.setAttribute(c,f===!0?"":f)}))})}function K_(e){var r=e.state,n={popper:{position:r.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(r.elements.popper.style,n.popper),r.styles=n,r.elements.arrow&&Object.assign(r.elements.arrow.style,n.arrow),function(){Object.keys(r.elements).forEach(function(o){var a=r.elements[o],u=r.attributes[o]||{},c=Object.keys(r.styles.hasOwnProperty(o)?r.styles[o]:n[o]),f=c.reduce(function(h,m){return h[m]="",h},{});!dn(a)||!$n(a)||(Object.assign(a.style,f),Object.keys(u).forEach(function(h){a.removeAttribute(h)}))})}}const G_={name:"applyStyles",enabled:!0,phase:"write",fn:q_,effect:K_,requires:["computeStyles"]};function Nn(e){return e.split("-")[0]}var Br=Math.max,Ma=Math.min,wi=Math.round;function Zu(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(r){return r.brand+"/"+r.version}).join(" "):navigator.userAgent}function Qp(){return!/^((?!chrome|android).)*safari/i.test(Zu())}function bi(e,r,n){r===void 0&&(r=!1),n===void 0&&(n=!1);var o=e.getBoundingClientRect(),a=1,u=1;r&&dn(e)&&(a=e.offsetWidth>0&&wi(o.width)/e.offsetWidth||1,u=e.offsetHeight>0&&wi(o.height)/e.offsetHeight||1);var c=qr(e)?en(e):window,f=c.visualViewport,h=!Qp()&&n,m=(o.left+(h&&f?f.offsetLeft:0))/a,y=(o.top+(h&&f?f.offsetTop:0))/u,_=o.width/a,O=o.height/u;return{width:_,height:O,top:y,right:m+_,bottom:y+O,left:m,x:m,y}}function Sc(e){var r=bi(e),n=e.offsetWidth,o=e.offsetHeight;return Math.abs(r.width-n)<=1&&(n=r.width),Math.abs(r.height-o)<=1&&(o=r.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:o}}function eh(e,r){var n=r.getRootNode&&r.getRootNode();if(e.contains(r))return!0;if(n&&_c(n)){var o=r;do{if(o&&e.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function Zn(e){return en(e).getComputedStyle(e)}function Y_(e){return["table","td","th"].indexOf($n(e))>=0}function mr(e){return((qr(e)?e.ownerDocument:e.document)||window.document).documentElement}function Ha(e){return $n(e)==="html"?e:e.assignedSlot||e.parentNode||(_c(e)?e.host:null)||mr(e)}function Ed(e){return!dn(e)||Zn(e).position==="fixed"?null:e.offsetParent}function X_(e){var r=/firefox/i.test(Zu()),n=/Trident/i.test(Zu());if(n&&dn(e)){var o=Zn(e);if(o.position==="fixed")return null}var a=Ha(e);for(_c(a)&&(a=a.host);dn(a)&&["html","body"].indexOf($n(a))<0;){var u=Zn(a);if(u.transform!=="none"||u.perspective!=="none"||u.contain==="paint"||["transform","perspective"].indexOf(u.willChange)!==-1||r&&u.willChange==="filter"||r&&u.filter&&u.filter!=="none")return a;a=a.parentNode}return null}function co(e){for(var r=en(e),n=Ed(e);n&&Y_(n)&&Zn(n).position==="static";)n=Ed(n);return n&&($n(n)==="html"||$n(n)==="body"&&Zn(n).position==="static")?r:n||X_(e)||r}function Ec(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Vi(e,r,n){return Br(e,Ma(r,n))}function V_(e,r,n){var o=Vi(e,r,n);return o>n?n:o}function th(){return{top:0,right:0,bottom:0,left:0}}function nh(e){return Object.assign({},th(),e)}function rh(e,r){return r.reduce(function(n,o){return n[o]=e,n},{})}var J_=function(r,n){return r=typeof r=="function"?r(Object.assign({},n.rects,{placement:n.placement})):r,nh(typeof r!="number"?r:rh(r,uo))};function Z_(e){var r,n=e.state,o=e.name,a=e.options,u=n.elements.arrow,c=n.modifiersData.popperOffsets,f=Nn(n.placement),h=Ec(f),m=[Ht,hn].indexOf(f)>=0,y=m?"height":"width";if(!(!u||!c)){var _=J_(a.padding,n),O=Sc(u),v=h==="y"?Bt:Ht,S=h==="y"?pn:hn,w=n.rects.reference[y]+n.rects.reference[h]-c[h]-n.rects.popper[y],T=c[h]-n.rects.reference[h],D=co(u),M=D?h==="y"?D.clientHeight||0:D.clientWidth||0:0,P=w/2-T/2,k=_[v],x=M-O[y]-_[S],W=M/2-O[y]/2+P,F=Vi(k,W,x),$=h;n.modifiersData[o]=(r={},r[$]=F,r.centerOffset=F-W,r)}}function Q_(e){var r=e.state,n=e.options,o=n.element,a=o===void 0?"[data-popper-arrow]":o;a!=null&&(typeof a=="string"&&(a=r.elements.popper.querySelector(a),!a)||eh(r.elements.popper,a)&&(r.elements.arrow=a))}const eS={name:"arrow",enabled:!0,phase:"main",fn:Z_,effect:Q_,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function _i(e){return e.split("-")[1]}var tS={top:"auto",right:"auto",bottom:"auto",left:"auto"};function nS(e,r){var n=e.x,o=e.y,a=r.devicePixelRatio||1;return{x:wi(n*a)/a||0,y:wi(o*a)/a||0}}function xd(e){var r,n=e.popper,o=e.popperRect,a=e.placement,u=e.variation,c=e.offsets,f=e.position,h=e.gpuAcceleration,m=e.adaptive,y=e.roundOffsets,_=e.isFixed,O=c.x,v=O===void 0?0:O,S=c.y,w=S===void 0?0:S,T=typeof y=="function"?y({x:v,y:w}):{x:v,y:w};v=T.x,w=T.y;var D=c.hasOwnProperty("x"),M=c.hasOwnProperty("y"),P=Ht,k=Bt,x=window;if(m){var W=co(n),F="clientHeight",$="clientWidth";if(W===en(n)&&(W=mr(n),Zn(W).position!=="static"&&f==="absolute"&&(F="scrollHeight",$="scrollWidth")),W=W,a===Bt||(a===Ht||a===hn)&&u===eo){k=pn;var Z=_&&W===x&&x.visualViewport?x.visualViewport.height:W[F];w-=Z-o.height,w*=h?1:-1}if(a===Ht||(a===Bt||a===pn)&&u===eo){P=hn;var ne=_&&W===x&&x.visualViewport?x.visualViewport.width:W[$];v-=ne-o.width,v*=h?1:-1}}var we=Object.assign({position:f},m&&tS),Me=y===!0?nS({x:v,y:w},en(n)):{x:v,y:w};if(v=Me.x,w=Me.y,h){var Oe;return Object.assign({},we,(Oe={},Oe[k]=M?"0":"",Oe[P]=D?"0":"",Oe.transform=(x.devicePixelRatio||1)<=1?"translate("+v+"px, "+w+"px)":"translate3d("+v+"px, "+w+"px, 0)",Oe))}return Object.assign({},we,(r={},r[k]=M?w+"px":"",r[P]=D?v+"px":"",r.transform="",r))}function rS(e){var r=e.state,n=e.options,o=n.gpuAcceleration,a=o===void 0?!0:o,u=n.adaptive,c=u===void 0?!0:u,f=n.roundOffsets,h=f===void 0?!0:f,m={placement:Nn(r.placement),variation:_i(r.placement),popper:r.elements.popper,popperRect:r.rects.popper,gpuAcceleration:a,isFixed:r.options.strategy==="fixed"};r.modifiersData.popperOffsets!=null&&(r.styles.popper=Object.assign({},r.styles.popper,xd(Object.assign({},m,{offsets:r.modifiersData.popperOffsets,position:r.options.strategy,adaptive:c,roundOffsets:h})))),r.modifiersData.arrow!=null&&(r.styles.arrow=Object.assign({},r.styles.arrow,xd(Object.assign({},m,{offsets:r.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:h})))),r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-placement":r.placement})}const iS={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:rS,data:{}};var ua={passive:!0};function oS(e){var r=e.state,n=e.instance,o=e.options,a=o.scroll,u=a===void 0?!0:a,c=o.resize,f=c===void 0?!0:c,h=en(r.elements.popper),m=[].concat(r.scrollParents.reference,r.scrollParents.popper);return u&&m.forEach(function(y){y.addEventListener("scroll",n.update,ua)}),f&&h.addEventListener("resize",n.update,ua),function(){u&&m.forEach(function(y){y.removeEventListener("scroll",n.update,ua)}),f&&h.removeEventListener("resize",n.update,ua)}}const aS={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:oS,data:{}};var sS={left:"right",right:"left",bottom:"top",top:"bottom"};function Ta(e){return e.replace(/left|right|bottom|top/g,function(r){return sS[r]})}var uS={start:"end",end:"start"};function Od(e){return e.replace(/start|end/g,function(r){return uS[r]})}function xc(e){var r=en(e),n=r.pageXOffset,o=r.pageYOffset;return{scrollLeft:n,scrollTop:o}}function Oc(e){return bi(mr(e)).left+xc(e).scrollLeft}function cS(e,r){var n=en(e),o=mr(e),a=n.visualViewport,u=o.clientWidth,c=o.clientHeight,f=0,h=0;if(a){u=a.width,c=a.height;var m=Qp();(m||!m&&r==="fixed")&&(f=a.offsetLeft,h=a.offsetTop)}return{width:u,height:c,x:f+Oc(e),y:h}}function lS(e){var r,n=mr(e),o=xc(e),a=(r=e.ownerDocument)==null?void 0:r.body,u=Br(n.scrollWidth,n.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),c=Br(n.scrollHeight,n.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),f=-o.scrollLeft+Oc(e),h=-o.scrollTop;return Zn(a||n).direction==="rtl"&&(f+=Br(n.clientWidth,a?a.clientWidth:0)-u),{width:u,height:c,x:f,y:h}}function Tc(e){var r=Zn(e),n=r.overflow,o=r.overflowX,a=r.overflowY;return/auto|scroll|overlay|hidden/.test(n+a+o)}function ih(e){return["html","body","#document"].indexOf($n(e))>=0?e.ownerDocument.body:dn(e)&&Tc(e)?e:ih(Ha(e))}function Ji(e,r){var n;r===void 0&&(r=[]);var o=ih(e),a=o===((n=e.ownerDocument)==null?void 0:n.body),u=en(o),c=a?[u].concat(u.visualViewport||[],Tc(o)?o:[]):o,f=r.concat(c);return a?f:f.concat(Ji(Ha(c)))}function Qu(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function fS(e,r){var n=bi(e,!1,r==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function Td(e,r,n){return r===Jp?Qu(cS(e,n)):qr(r)?fS(r,n):Qu(lS(mr(e)))}function dS(e){var r=Ji(Ha(e)),n=["absolute","fixed"].indexOf(Zn(e).position)>=0,o=n&&dn(e)?co(e):e;return qr(o)?r.filter(function(a){return qr(a)&&eh(a,o)&&$n(a)!=="body"}):[]}function pS(e,r,n,o){var a=r==="clippingParents"?dS(e):[].concat(r),u=[].concat(a,[n]),c=u[0],f=u.reduce(function(h,m){var y=Td(e,m,o);return h.top=Br(y.top,h.top),h.right=Ma(y.right,h.right),h.bottom=Ma(y.bottom,h.bottom),h.left=Br(y.left,h.left),h},Td(e,c,o));return f.width=f.right-f.left,f.height=f.bottom-f.top,f.x=f.left,f.y=f.top,f}function oh(e){var r=e.reference,n=e.element,o=e.placement,a=o?Nn(o):null,u=o?_i(o):null,c=r.x+r.width/2-n.width/2,f=r.y+r.height/2-n.height/2,h;switch(a){case Bt:h={x:c,y:r.y-n.height};break;case pn:h={x:c,y:r.y+r.height};break;case hn:h={x:r.x+r.width,y:f};break;case Ht:h={x:r.x-n.width,y:f};break;default:h={x:r.x,y:r.y}}var m=a?Ec(a):null;if(m!=null){var y=m==="y"?"height":"width";switch(u){case yi:h[m]=h[m]-(r[y]/2-n[y]/2);break;case eo:h[m]=h[m]+(r[y]/2-n[y]/2);break}}return h}function to(e,r){r===void 0&&(r={});var n=r,o=n.placement,a=o===void 0?e.placement:o,u=n.strategy,c=u===void 0?e.strategy:u,f=n.boundary,h=f===void 0?M_:f,m=n.rootBoundary,y=m===void 0?Jp:m,_=n.elementContext,O=_===void 0?Gi:_,v=n.altBoundary,S=v===void 0?!1:v,w=n.padding,T=w===void 0?0:w,D=nh(typeof T!="number"?T:rh(T,uo)),M=O===Gi?D_:Gi,P=e.rects.popper,k=e.elements[S?M:O],x=pS(qr(k)?k:k.contextElement||mr(e.elements.popper),h,y,c),W=bi(e.elements.reference),F=oh({reference:W,element:P,strategy:"absolute",placement:a}),$=Qu(Object.assign({},P,F)),Z=O===Gi?$:W,ne={top:x.top-Z.top+D.top,bottom:Z.bottom-x.bottom+D.bottom,left:x.left-Z.left+D.left,right:Z.right-x.right+D.right},we=e.modifiersData.offset;if(O===Gi&&we){var Me=we[a];Object.keys(ne).forEach(function(Oe){var ue=[hn,pn].indexOf(Oe)>=0?1:-1,ke=[Bt,pn].indexOf(Oe)>=0?"y":"x";ne[Oe]+=Me[ke]*ue})}return ne}function hS(e,r){r===void 0&&(r={});var n=r,o=n.placement,a=n.boundary,u=n.rootBoundary,c=n.padding,f=n.flipVariations,h=n.allowedAutoPlacements,m=h===void 0?Zp:h,y=_i(o),_=y?f?Sd:Sd.filter(function(S){return _i(S)===y}):uo,O=_.filter(function(S){return m.indexOf(S)>=0});O.length===0&&(O=_);var v=O.reduce(function(S,w){return S[w]=to(e,{placement:w,boundary:a,rootBoundary:u,padding:c})[Nn(w)],S},{});return Object.keys(v).sort(function(S,w){return v[S]-v[w]})}function vS(e){if(Nn(e)===bc)return[];var r=Ta(e);return[Od(e),r,Od(r)]}function mS(e){var r=e.state,n=e.options,o=e.name;if(!r.modifiersData[o]._skip){for(var a=n.mainAxis,u=a===void 0?!0:a,c=n.altAxis,f=c===void 0?!0:c,h=n.fallbackPlacements,m=n.padding,y=n.boundary,_=n.rootBoundary,O=n.altBoundary,v=n.flipVariations,S=v===void 0?!0:v,w=n.allowedAutoPlacements,T=r.options.placement,D=Nn(T),M=D===T,P=h||(M||!S?[Ta(T)]:vS(T)),k=[T].concat(P).reduce(function(ce,le){return ce.concat(Nn(le)===bc?hS(r,{placement:le,boundary:y,rootBoundary:_,padding:m,flipVariations:S,allowedAutoPlacements:w}):le)},[]),x=r.rects.reference,W=r.rects.popper,F=new Map,$=!0,Z=k[0],ne=0;ne<k.length;ne++){var we=k[ne],Me=Nn(we),Oe=_i(we)===yi,ue=[Bt,pn].indexOf(Me)>=0,ke=ue?"width":"height",_e=to(r,{placement:we,boundary:y,rootBoundary:_,altBoundary:O,padding:m}),Ie=ue?Oe?hn:Ht:Oe?pn:Bt;x[ke]>W[ke]&&(Ie=Ta(Ie));var qe=Ta(Ie),ft=[];if(u&&ft.push(_e[Me]<=0),f&&ft.push(_e[Ie]<=0,_e[qe]<=0),ft.every(function(ce){return ce})){Z=we,$=!1;break}F.set(we,ft)}if($)for(var G=S?3:1,X=function(le){var ae=k.find(function(fe){var se=F.get(fe);if(se)return se.slice(0,le).every(function(ge){return ge})});if(ae)return Z=ae,"break"},ve=G;ve>0;ve--){var me=X(ve);if(me==="break")break}r.placement!==Z&&(r.modifiersData[o]._skip=!0,r.placement=Z,r.reset=!0)}}const gS={name:"flip",enabled:!0,phase:"main",fn:mS,requiresIfExists:["offset"],data:{_skip:!1}};function Cd(e,r,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-r.height-n.y,right:e.right-r.width+n.x,bottom:e.bottom-r.height+n.y,left:e.left-r.width-n.x}}function Pd(e){return[Bt,hn,pn,Ht].some(function(r){return e[r]>=0})}function yS(e){var r=e.state,n=e.name,o=r.rects.reference,a=r.rects.popper,u=r.modifiersData.preventOverflow,c=to(r,{elementContext:"reference"}),f=to(r,{altBoundary:!0}),h=Cd(c,o),m=Cd(f,a,u),y=Pd(h),_=Pd(m);r.modifiersData[n]={referenceClippingOffsets:h,popperEscapeOffsets:m,isReferenceHidden:y,hasPopperEscaped:_},r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-reference-hidden":y,"data-popper-escaped":_})}const wS={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:yS};function bS(e,r,n){var o=Nn(e),a=[Ht,Bt].indexOf(o)>=0?-1:1,u=typeof n=="function"?n(Object.assign({},r,{placement:e})):n,c=u[0],f=u[1];return c=c||0,f=(f||0)*a,[Ht,hn].indexOf(o)>=0?{x:f,y:c}:{x:c,y:f}}function _S(e){var r=e.state,n=e.options,o=e.name,a=n.offset,u=a===void 0?[0,0]:a,c=Zp.reduce(function(y,_){return y[_]=bS(_,r.rects,u),y},{}),f=c[r.placement],h=f.x,m=f.y;r.modifiersData.popperOffsets!=null&&(r.modifiersData.popperOffsets.x+=h,r.modifiersData.popperOffsets.y+=m),r.modifiersData[o]=c}const SS={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:_S};function ES(e){var r=e.state,n=e.name;r.modifiersData[n]=oh({reference:r.rects.reference,element:r.rects.popper,strategy:"absolute",placement:r.placement})}const xS={name:"popperOffsets",enabled:!0,phase:"read",fn:ES,data:{}};function OS(e){return e==="x"?"y":"x"}function TS(e){var r=e.state,n=e.options,o=e.name,a=n.mainAxis,u=a===void 0?!0:a,c=n.altAxis,f=c===void 0?!1:c,h=n.boundary,m=n.rootBoundary,y=n.altBoundary,_=n.padding,O=n.tether,v=O===void 0?!0:O,S=n.tetherOffset,w=S===void 0?0:S,T=to(r,{boundary:h,rootBoundary:m,padding:_,altBoundary:y}),D=Nn(r.placement),M=_i(r.placement),P=!M,k=Ec(D),x=OS(k),W=r.modifiersData.popperOffsets,F=r.rects.reference,$=r.rects.popper,Z=typeof w=="function"?w(Object.assign({},r.rects,{placement:r.placement})):w,ne=typeof Z=="number"?{mainAxis:Z,altAxis:Z}:Object.assign({mainAxis:0,altAxis:0},Z),we=r.modifiersData.offset?r.modifiersData.offset[r.placement]:null,Me={x:0,y:0};if(W){if(u){var Oe,ue=k==="y"?Bt:Ht,ke=k==="y"?pn:hn,_e=k==="y"?"height":"width",Ie=W[k],qe=Ie+T[ue],ft=Ie-T[ke],G=v?-$[_e]/2:0,X=M===yi?F[_e]:$[_e],ve=M===yi?-$[_e]:-F[_e],me=r.elements.arrow,ce=v&&me?Sc(me):{width:0,height:0},le=r.modifiersData["arrow#persistent"]?r.modifiersData["arrow#persistent"].padding:th(),ae=le[ue],fe=le[ke],se=Vi(0,F[_e],ce[_e]),ge=P?F[_e]/2-G-se-ae-ne.mainAxis:X-se-ae-ne.mainAxis,ye=P?-F[_e]/2+G+se+fe+ne.mainAxis:ve+se+fe+ne.mainAxis,Ge=r.elements.arrow&&co(r.elements.arrow),V=Ge?k==="y"?Ge.clientTop||0:Ge.clientLeft||0:0,nt=(Oe=we==null?void 0:we[k])!=null?Oe:0,rt=Ie+ge-nt-V,lt=Ie+ye-nt,Rn=Vi(v?Ma(qe,rt):qe,Ie,v?Br(ft,lt):ft);W[k]=Rn,Me[k]=Rn-Ie}if(f){var vt,$t=k==="x"?Bt:Ht,gr=k==="x"?pn:hn,Je=W[x],Qe=x==="y"?"height":"width",tn=Je+T[$t],qt=Je-T[gr],mn=[Bt,Ht].indexOf(D)!==-1,Et=(vt=we==null?void 0:we[x])!=null?vt:0,Qn=mn?tn:Je-F[Qe]-$[Qe]-Et+ne.altAxis,nn=mn?Je+F[Qe]+$[Qe]-Et-ne.altAxis:qt,Kt=v&&mn?V_(Qn,Je,nn):Vi(v?Qn:tn,Je,v?nn:qt);W[x]=Kt,Me[x]=Kt-Je}r.modifiersData[o]=Me}}const CS={name:"preventOverflow",enabled:!0,phase:"main",fn:TS,requiresIfExists:["offset"]};function PS(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function RS(e){return e===en(e)||!dn(e)?xc(e):PS(e)}function AS(e){var r=e.getBoundingClientRect(),n=wi(r.width)/e.offsetWidth||1,o=wi(r.height)/e.offsetHeight||1;return n!==1||o!==1}function IS(e,r,n){n===void 0&&(n=!1);var o=dn(r),a=dn(r)&&AS(r),u=mr(r),c=bi(e,a,n),f={scrollLeft:0,scrollTop:0},h={x:0,y:0};return(o||!o&&!n)&&(($n(r)!=="body"||Tc(u))&&(f=RS(r)),dn(r)?(h=bi(r,!0),h.x+=r.clientLeft,h.y+=r.clientTop):u&&(h.x=Oc(u))),{x:c.left+f.scrollLeft-h.x,y:c.top+f.scrollTop-h.y,width:c.width,height:c.height}}function LS(e){var r=new Map,n=new Set,o=[];e.forEach(function(u){r.set(u.name,u)});function a(u){n.add(u.name);var c=[].concat(u.requires||[],u.requiresIfExists||[]);c.forEach(function(f){if(!n.has(f)){var h=r.get(f);h&&a(h)}}),o.push(u)}return e.forEach(function(u){n.has(u.name)||a(u)}),o}function MS(e){var r=LS(e);return z_.reduce(function(n,o){return n.concat(r.filter(function(a){return a.phase===o}))},[])}function DS(e){var r;return function(){return r||(r=new Promise(function(n){Promise.resolve().then(function(){r=void 0,n(e())})})),r}}function kS(e){var r=e.reduce(function(n,o){var a=n[o.name];return n[o.name]=a?Object.assign({},a,o,{options:Object.assign({},a.options,o.options),data:Object.assign({},a.data,o.data)}):o,n},{});return Object.keys(r).map(function(n){return r[n]})}var Rd={placement:"bottom",modifiers:[],strategy:"absolute"};function Ad(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return!r.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function NS(e){e===void 0&&(e={});var r=e,n=r.defaultModifiers,o=n===void 0?[]:n,a=r.defaultOptions,u=a===void 0?Rd:a;return function(f,h,m){m===void 0&&(m=u);var y={placement:"bottom",orderedModifiers:[],options:Object.assign({},Rd,u),modifiersData:{},elements:{reference:f,popper:h},attributes:{},styles:{}},_=[],O=!1,v={state:y,setOptions:function(D){var M=typeof D=="function"?D(y.options):D;w(),y.options=Object.assign({},u,y.options,M),y.scrollParents={reference:qr(f)?Ji(f):f.contextElement?Ji(f.contextElement):[],popper:Ji(h)};var P=MS(kS([].concat(o,y.options.modifiers)));return y.orderedModifiers=P.filter(function(k){return k.enabled}),S(),v.update()},forceUpdate:function(){if(!O){var D=y.elements,M=D.reference,P=D.popper;if(Ad(M,P)){y.rects={reference:IS(M,co(P),y.options.strategy==="fixed"),popper:Sc(P)},y.reset=!1,y.placement=y.options.placement,y.orderedModifiers.forEach(function(ne){return y.modifiersData[ne.name]=Object.assign({},ne.data)});for(var k=0;k<y.orderedModifiers.length;k++){if(y.reset===!0){y.reset=!1,k=-1;continue}var x=y.orderedModifiers[k],W=x.fn,F=x.options,$=F===void 0?{}:F,Z=x.name;typeof W=="function"&&(y=W({state:y,options:$,name:Z,instance:v})||y)}}}},update:DS(function(){return new Promise(function(T){v.forceUpdate(),T(y)})}),destroy:function(){w(),O=!0}};if(!Ad(f,h))return v;v.setOptions(m).then(function(T){!O&&m.onFirstUpdate&&m.onFirstUpdate(T)});function S(){y.orderedModifiers.forEach(function(T){var D=T.name,M=T.options,P=M===void 0?{}:M,k=T.effect;if(typeof k=="function"){var x=k({state:y,name:D,instance:v,options:P}),W=function(){};_.push(x||W)}})}function w(){_.forEach(function(T){return T()}),_=[]}return v}}var $S=[aS,xS,iS,G_,SS,gS,CS,eS,wS],jS=NS({defaultModifiers:$S}),FS=typeof Element<"u",WS=typeof Map=="function",US=typeof Set=="function",BS=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function Ca(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,o,a;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!Ca(e[o],r[o]))return!1;return!0}var u;if(WS&&e instanceof Map&&r instanceof Map){if(e.size!==r.size)return!1;for(u=e.entries();!(o=u.next()).done;)if(!r.has(o.value[0]))return!1;for(u=e.entries();!(o=u.next()).done;)if(!Ca(o.value[1],r.get(o.value[0])))return!1;return!0}if(US&&e instanceof Set&&r instanceof Set){if(e.size!==r.size)return!1;for(u=e.entries();!(o=u.next()).done;)if(!r.has(o.value[0]))return!1;return!0}if(BS&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(r)){if(n=e.length,n!=r.length)return!1;for(o=n;o--!==0;)if(e[o]!==r[o])return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf&&typeof e.valueOf=="function"&&typeof r.valueOf=="function")return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString&&typeof e.toString=="function"&&typeof r.toString=="function")return e.toString()===r.toString();if(a=Object.keys(e),n=a.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,a[o]))return!1;if(FS&&e instanceof Element)return!1;for(o=n;o--!==0;)if(!((a[o]==="_owner"||a[o]==="__v"||a[o]==="__o")&&e.$$typeof)&&!Ca(e[a[o]],r[a[o]]))return!1;return!0}return e!==e&&r!==r}var HS=function(r,n){try{return Ca(r,n)}catch(o){if((o.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw o}};const zS=Xp(HS);var qS=[],ah=function(r,n,o){o===void 0&&(o={});var a=I.useRef(null),u={onFirstUpdate:o.onFirstUpdate,placement:o.placement||"bottom",strategy:o.strategy||"absolute",modifiers:o.modifiers||qS},c=I.useState({styles:{popper:{position:u.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),f=c[0],h=c[1],m=I.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:function(v){var S=v.state,w=Object.keys(S.elements);R_.flushSync(function(){h({styles:bd(w.map(function(T){return[T,S.styles[T]||{}]})),attributes:bd(w.map(function(T){return[T,S.attributes[T]]}))})})},requires:["computeStyles"]}},[]),y=I.useMemo(function(){var O={onFirstUpdate:u.onFirstUpdate,placement:u.placement,strategy:u.strategy,modifiers:[].concat(u.modifiers,[m,{name:"applyStyles",enabled:!1}])};return zS(a.current,O)?a.current||O:(a.current=O,O)},[u.onFirstUpdate,u.placement,u.strategy,u.modifiers,m]),_=I.useRef();return _d(function(){_.current&&_.current.setOptions(y)},[y]),_d(function(){if(!(r==null||n==null)){var O=o.createPopper||jS,v=O(r,n,y);return _.current=v,function(){v.destroy(),_.current=null}}},[r,n,o.createPopper]),{state:_.current?_.current.state:null,styles:f.styles,attributes:f.attributes,update:_.current?_.current.update:null,forceUpdate:_.current?_.current.forceUpdate:null}};const sh=e=>B.jsx("div",{className:"absolute inset-0 z-[1999]",onClick:e.onClick}),uh=q.forwardRef(({children:e,style:r,attributes:n},o)=>B.jsx("div",{style:{...r,zIndex:2e3},...n,ref:o,className:"w-60 rounded border border-grey-900 bg-fd-gray-light shadow-2xl","data-cy":"dialogBody",children:e})),KS=({referenceElement:e,placement:r,isOpen:n,children:o,onClose:a})=>{const[u,c]=q.useState(null),{styles:f,attributes:h}=ah(e,u,{placement:r||"bottom-start"}),m=q.useCallback(()=>{a&&a()},[a]);return n?B.jsxs(Vp,{children:[B.jsx(sh,{onClick:()=>m()}),B.jsx(uh,{ref:c,style:f.popper,attributes:h.popper,children:o})]}):null};var ec={exports:{}},di={};/*
30
- object-assign
31
- (c) Sindre Sorhus
32
- @license MIT
33
- */var hu,Id;function ch(){if(Id)return hu;Id=1;var e=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(u){if(u==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(u)}function a(){try{if(!Object.assign)return!1;var u=new String("abc");if(u[5]="de",Object.getOwnPropertyNames(u)[0]==="5")return!1;for(var c={},f=0;f<10;f++)c["_"+String.fromCharCode(f)]=f;var h=Object.getOwnPropertyNames(c).map(function(y){return c[y]});if(h.join("")!=="0123456789")return!1;var m={};return"abcdefghijklmnopqrst".split("").forEach(function(y){m[y]=y}),Object.keys(Object.assign({},m)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return hu=a()?Object.assign:function(u,c){for(var f,h=o(u),m,y=1;y<arguments.length;y++){f=Object(arguments[y]);for(var _ in f)r.call(f,_)&&(h[_]=f[_]);if(e){m=e(f);for(var O=0;O<m.length;O++)n.call(f,m[O])&&(h[m[O]]=f[m[O]])}}return h},hu}/** @license React v17.0.2
27
+ Check the top-level render call using <`+k+">.")}return P}}function Cr(d,P){{if(!d._store||d._store.validated||d.key!=null)return;d._store.validated=!0;var k=Qr(P);if(Tr[k])return;Tr[k]=!0;var G="";d&&d._owner&&d._owner!==Un.current&&(G=" It was passed a child from "+ue(d._owner.type)+"."),xt(d),R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',k,G),xt(null)}}function Rr(d,P){{if(typeof d!="object")return;if(Et(d))for(var k=0;k<d.length;k++){var G=d[k];Bn(G)&&Cr(G,P)}else if(Bn(d))d._store&&(d._store.validated=!0);else if(d){var re=O(d);if(typeof re=="function"&&re!==d.entries)for(var oe=re.call(d),ee;!(ee=oe.next()).done;)Bn(ee.value)&&Cr(ee.value,P)}}}function Ai(d){{var P=d.type;if(P==null||typeof P=="string")return;var k;if(typeof P=="function")k=P.propTypes;else if(typeof P=="object"&&(P.$$typeof===p||P.$$typeof===S))k=P.propTypes;else return;if(k){var G=ue(P);yt(k,d.props,"prop",G,d)}else if(P.PropTypes!==void 0&&!Rn){Rn=!0;var re=ue(P);R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",re||"Unknown")}typeof P.getDefaultProps=="function"&&!P.getDefaultProps.isReactClassApproved&&R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Pr(d){{for(var P=Object.keys(d.props),k=0;k<P.length;k++){var G=P[k];if(G!=="children"&&G!=="key"){xt(d),R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",G),xt(null);break}}d.ref!==null&&(xt(d),R("Invalid attribute `ref` supplied to `React.Fragment`."),xt(null))}}function Ar(d,P,k,G,re,oe){{var ee=ne(d);if(!ee){var Q="";(d===void 0||typeof d=="object"&&d!==null&&Object.keys(d).length===0)&&(Q+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var Ne=Pi(re);Ne?Q+=Ne:Q+=Or();var Se;d===null?Se="null":Et(d)?Se="array":d!==void 0&&d.$$typeof===r?(Se="<"+(ue(d.type)||"Unknown")+" />",Q=" Did you accidentally export a JSX literal instead of a component?"):Se=typeof d,R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Se,Q)}var xe=Ri(d,P,k,re,oe);if(xe==null)return xe;if(ee){var Ye=P.children;if(Ye!==void 0)if(G)if(Et(Ye)){for(var vt=0;vt<Ye.length;vt++)Rr(Ye[vt],d);Object.freeze&&Object.freeze(Ye)}else R("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Rr(Ye,d)}return d===o?Pr(xe):Ai(xe),xe}}function Ir(d,P,k){return Ar(d,P,k,!0)}function Ii(d,P,k){return Ar(d,P,k,!1)}var Li=Ii,Mi=Ir;Xi.Fragment=o,Xi.jsx=Li,Xi.jsxs=Mi}()),Xi}process.env.NODE_ENV==="production"?el.exports=MS():el.exports=DS();var U=el.exports;const rh=({children:e})=>Ka.createPortal(e,document.querySelector("body"));var _d=function(r){return r.reduce(function(n,o){var a=o[0],u=o[1];return n[a]=u,n},{})},Ed=typeof window<"u"&&window.document&&window.document.createElement?A.useLayoutEffect:A.useEffect,Ht="top",dn="bottom",pn="right",zt="left",El="auto",po=[Ht,dn,pn,zt],bi="start",oo="end",kS="clippingParents",ih="viewport",Ji="popper",$S="reference",xd=po.reduce(function(e,r){return e.concat([r+"-"+bi,r+"-"+oo])},[]),oh=[].concat(po,[El]).reduce(function(e,r){return e.concat([r,r+"-"+bi,r+"-"+oo])},[]),NS="beforeRead",jS="read",FS="afterRead",WS="beforeMain",US="main",BS="afterMain",HS="beforeWrite",zS="write",qS="afterWrite",KS=[NS,jS,FS,WS,US,BS,HS,zS,qS];function $n(e){return e?(e.nodeName||"").toLowerCase():null}function tn(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var r=e.ownerDocument;return r&&r.defaultView||window}return e}function Jr(e){var r=tn(e).Element;return e instanceof r||e instanceof Element}function fn(e){var r=tn(e).HTMLElement;return e instanceof r||e instanceof HTMLElement}function xl(e){if(typeof ShadowRoot>"u")return!1;var r=tn(e).ShadowRoot;return e instanceof r||e instanceof ShadowRoot}function YS(e){var r=e.state;Object.keys(r.elements).forEach(function(n){var o=r.styles[n]||{},a=r.attributes[n]||{},u=r.elements[n];!fn(u)||!$n(u)||(Object.assign(u.style,o),Object.keys(a).forEach(function(l){var f=a[l];f===!1?u.removeAttribute(l):u.setAttribute(l,f===!0?"":f)}))})}function GS(e){var r=e.state,n={popper:{position:r.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(r.elements.popper.style,n.popper),r.styles=n,r.elements.arrow&&Object.assign(r.elements.arrow.style,n.arrow),function(){Object.keys(r.elements).forEach(function(o){var a=r.elements[o],u=r.attributes[o]||{},l=Object.keys(r.styles.hasOwnProperty(o)?r.styles[o]:n[o]),f=l.reduce(function(p,y){return p[y]="",p},{});!fn(a)||!$n(a)||(Object.assign(a.style,f),Object.keys(u).forEach(function(p){a.removeAttribute(p)}))})}}const VS={name:"applyStyles",enabled:!0,phase:"write",fn:YS,effect:GS,requires:["computeStyles"]};function kn(e){return e.split("-")[0]}var Gr=Math.max,$a=Math.min,wi=Math.round;function tl(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(r){return r.brand+"/"+r.version}).join(" "):navigator.userAgent}function ah(){return!/^((?!chrome|android).)*safari/i.test(tl())}function Si(e,r,n){r===void 0&&(r=!1),n===void 0&&(n=!1);var o=e.getBoundingClientRect(),a=1,u=1;r&&fn(e)&&(a=e.offsetWidth>0&&wi(o.width)/e.offsetWidth||1,u=e.offsetHeight>0&&wi(o.height)/e.offsetHeight||1);var l=Jr(e)?tn(e):window,f=l.visualViewport,p=!ah()&&n,y=(o.left+(p&&f?f.offsetLeft:0))/a,g=(o.top+(p&&f?f.offsetTop:0))/u,S=o.width/a,T=o.height/u;return{width:S,height:T,top:g,right:y+S,bottom:g+T,left:y,x:y,y:g}}function Ol(e){var r=Si(e),n=e.offsetWidth,o=e.offsetHeight;return Math.abs(r.width-n)<=1&&(n=r.width),Math.abs(r.height-o)<=1&&(o=r.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:o}}function sh(e,r){var n=r.getRootNode&&r.getRootNode();if(e.contains(r))return!0;if(n&&xl(n)){var o=r;do{if(o&&e.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function tr(e){return tn(e).getComputedStyle(e)}function XS(e){return["table","td","th"].indexOf($n(e))>=0}function gr(e){return((Jr(e)?e.ownerDocument:e.document)||window.document).documentElement}function Ya(e){return $n(e)==="html"?e:e.assignedSlot||e.parentNode||(xl(e)?e.host:null)||gr(e)}function Od(e){return!fn(e)||tr(e).position==="fixed"?null:e.offsetParent}function JS(e){var r=/firefox/i.test(tl()),n=/Trident/i.test(tl());if(n&&fn(e)){var o=tr(e);if(o.position==="fixed")return null}var a=Ya(e);for(xl(a)&&(a=a.host);fn(a)&&["html","body"].indexOf($n(a))<0;){var u=tr(a);if(u.transform!=="none"||u.perspective!=="none"||u.contain==="paint"||["transform","perspective"].indexOf(u.willChange)!==-1||r&&u.willChange==="filter"||r&&u.filter&&u.filter!=="none")return a;a=a.parentNode}return null}function ho(e){for(var r=tn(e),n=Od(e);n&&XS(n)&&tr(n).position==="static";)n=Od(n);return n&&($n(n)==="html"||$n(n)==="body"&&tr(n).position==="static")?r:n||JS(e)||r}function Tl(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function to(e,r,n){return Gr(e,$a(r,n))}function ZS(e,r,n){var o=to(e,r,n);return o>n?n:o}function uh(){return{top:0,right:0,bottom:0,left:0}}function lh(e){return Object.assign({},uh(),e)}function ch(e,r){return r.reduce(function(n,o){return n[o]=e,n},{})}var QS=function(r,n){return r=typeof r=="function"?r(Object.assign({},n.rects,{placement:n.placement})):r,lh(typeof r!="number"?r:ch(r,po))};function e_(e){var r,n=e.state,o=e.name,a=e.options,u=n.elements.arrow,l=n.modifiersData.popperOffsets,f=kn(n.placement),p=Tl(f),y=[zt,pn].indexOf(f)>=0,g=y?"height":"width";if(!(!u||!l)){var S=QS(a.padding,n),T=Ol(u),v=p==="y"?Ht:zt,E=p==="y"?dn:pn,b=n.rects.reference[g]+n.rects.reference[p]-l[p]-n.rects.popper[g],O=l[p]-n.rects.reference[p],D=ho(u),R=D?p==="y"?D.clientHeight||0:D.clientWidth||0:0,M=b/2-O/2,$=S[v],x=R-T[g]-S[E],j=R/2-T[g]/2+M,F=to($,j,x),B=p;n.modifiersData[o]=(r={},r[B]=F,r.centerOffset=F-j,r)}}function t_(e){var r=e.state,n=e.options,o=n.element,a=o===void 0?"[data-popper-arrow]":o;a!=null&&(typeof a=="string"&&(a=r.elements.popper.querySelector(a),!a)||sh(r.elements.popper,a)&&(r.elements.arrow=a))}const n_={name:"arrow",enabled:!0,phase:"main",fn:e_,effect:t_,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function _i(e){return e.split("-")[1]}var r_={top:"auto",right:"auto",bottom:"auto",left:"auto"};function i_(e,r){var n=e.x,o=e.y,a=r.devicePixelRatio||1;return{x:wi(n*a)/a||0,y:wi(o*a)/a||0}}function Td(e){var r,n=e.popper,o=e.popperRect,a=e.placement,u=e.variation,l=e.offsets,f=e.position,p=e.gpuAcceleration,y=e.adaptive,g=e.roundOffsets,S=e.isFixed,T=l.x,v=T===void 0?0:T,E=l.y,b=E===void 0?0:E,O=typeof g=="function"?g({x:v,y:b}):{x:v,y:b};v=O.x,b=O.y;var D=l.hasOwnProperty("x"),R=l.hasOwnProperty("y"),M=zt,$=Ht,x=window;if(y){var j=ho(n),F="clientHeight",B="clientWidth";if(j===tn(n)&&(j=gr(n),tr(j).position!=="static"&&f==="absolute"&&(F="scrollHeight",B="scrollWidth")),j=j,a===Ht||(a===zt||a===pn)&&u===oo){$=dn;var J=S&&j===x&&x.visualViewport?x.visualViewport.height:j[F];b-=J-o.height,b*=p?1:-1}if(a===zt||(a===Ht||a===dn)&&u===oo){M=pn;var ne=S&&j===x&&x.visualViewport?x.visualViewport.width:j[B];v-=ne-o.width,v*=p?1:-1}}var we=Object.assign({position:f},y&&r_),Ae=g===!0?i_({x:v,y:b},tn(n)):{x:v,y:b};if(v=Ae.x,b=Ae.y,p){var ue;return Object.assign({},we,(ue={},ue[$]=R?"0":"",ue[M]=D?"0":"",ue.transform=(x.devicePixelRatio||1)<=1?"translate("+v+"px, "+b+"px)":"translate3d("+v+"px, "+b+"px, 0)",ue))}return Object.assign({},we,(r={},r[$]=R?b+"px":"",r[M]=D?v+"px":"",r.transform="",r))}function o_(e){var r=e.state,n=e.options,o=n.gpuAcceleration,a=o===void 0?!0:o,u=n.adaptive,l=u===void 0?!0:u,f=n.roundOffsets,p=f===void 0?!0:f,y={placement:kn(r.placement),variation:_i(r.placement),popper:r.elements.popper,popperRect:r.rects.popper,gpuAcceleration:a,isFixed:r.options.strategy==="fixed"};r.modifiersData.popperOffsets!=null&&(r.styles.popper=Object.assign({},r.styles.popper,Td(Object.assign({},y,{offsets:r.modifiersData.popperOffsets,position:r.options.strategy,adaptive:l,roundOffsets:p})))),r.modifiersData.arrow!=null&&(r.styles.arrow=Object.assign({},r.styles.arrow,Td(Object.assign({},y,{offsets:r.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:p})))),r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-placement":r.placement})}const a_={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:o_,data:{}};var ca={passive:!0};function s_(e){var r=e.state,n=e.instance,o=e.options,a=o.scroll,u=a===void 0?!0:a,l=o.resize,f=l===void 0?!0:l,p=tn(r.elements.popper),y=[].concat(r.scrollParents.reference,r.scrollParents.popper);return u&&y.forEach(function(g){g.addEventListener("scroll",n.update,ca)}),f&&p.addEventListener("resize",n.update,ca),function(){u&&y.forEach(function(g){g.removeEventListener("scroll",n.update,ca)}),f&&p.removeEventListener("resize",n.update,ca)}}const u_={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:s_,data:{}};var l_={left:"right",right:"left",bottom:"top",top:"bottom"};function Pa(e){return e.replace(/left|right|bottom|top/g,function(r){return l_[r]})}var c_={start:"end",end:"start"};function Cd(e){return e.replace(/start|end/g,function(r){return c_[r]})}function Cl(e){var r=tn(e),n=r.pageXOffset,o=r.pageYOffset;return{scrollLeft:n,scrollTop:o}}function Rl(e){return Si(gr(e)).left+Cl(e).scrollLeft}function f_(e,r){var n=tn(e),o=gr(e),a=n.visualViewport,u=o.clientWidth,l=o.clientHeight,f=0,p=0;if(a){u=a.width,l=a.height;var y=ah();(y||!y&&r==="fixed")&&(f=a.offsetLeft,p=a.offsetTop)}return{width:u,height:l,x:f+Rl(e),y:p}}function d_(e){var r,n=gr(e),o=Cl(e),a=(r=e.ownerDocument)==null?void 0:r.body,u=Gr(n.scrollWidth,n.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),l=Gr(n.scrollHeight,n.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),f=-o.scrollLeft+Rl(e),p=-o.scrollTop;return tr(a||n).direction==="rtl"&&(f+=Gr(n.clientWidth,a?a.clientWidth:0)-u),{width:u,height:l,x:f,y:p}}function Pl(e){var r=tr(e),n=r.overflow,o=r.overflowX,a=r.overflowY;return/auto|scroll|overlay|hidden/.test(n+a+o)}function fh(e){return["html","body","#document"].indexOf($n(e))>=0?e.ownerDocument.body:fn(e)&&Pl(e)?e:fh(Ya(e))}function no(e,r){var n;r===void 0&&(r=[]);var o=fh(e),a=o===((n=e.ownerDocument)==null?void 0:n.body),u=tn(o),l=a?[u].concat(u.visualViewport||[],Pl(o)?o:[]):o,f=r.concat(l);return a?f:f.concat(no(Ya(l)))}function nl(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function p_(e,r){var n=Si(e,!1,r==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function Rd(e,r,n){return r===ih?nl(f_(e,n)):Jr(r)?p_(r,n):nl(d_(gr(e)))}function h_(e){var r=no(Ya(e)),n=["absolute","fixed"].indexOf(tr(e).position)>=0,o=n&&fn(e)?ho(e):e;return Jr(o)?r.filter(function(a){return Jr(a)&&sh(a,o)&&$n(a)!=="body"}):[]}function v_(e,r,n,o){var a=r==="clippingParents"?h_(e):[].concat(r),u=[].concat(a,[n]),l=u[0],f=u.reduce(function(p,y){var g=Rd(e,y,o);return p.top=Gr(g.top,p.top),p.right=$a(g.right,p.right),p.bottom=$a(g.bottom,p.bottom),p.left=Gr(g.left,p.left),p},Rd(e,l,o));return f.width=f.right-f.left,f.height=f.bottom-f.top,f.x=f.left,f.y=f.top,f}function dh(e){var r=e.reference,n=e.element,o=e.placement,a=o?kn(o):null,u=o?_i(o):null,l=r.x+r.width/2-n.width/2,f=r.y+r.height/2-n.height/2,p;switch(a){case Ht:p={x:l,y:r.y-n.height};break;case dn:p={x:l,y:r.y+r.height};break;case pn:p={x:r.x+r.width,y:f};break;case zt:p={x:r.x-n.width,y:f};break;default:p={x:r.x,y:r.y}}var y=a?Tl(a):null;if(y!=null){var g=y==="y"?"height":"width";switch(u){case bi:p[y]=p[y]-(r[g]/2-n[g]/2);break;case oo:p[y]=p[y]+(r[g]/2-n[g]/2);break}}return p}function ao(e,r){r===void 0&&(r={});var n=r,o=n.placement,a=o===void 0?e.placement:o,u=n.strategy,l=u===void 0?e.strategy:u,f=n.boundary,p=f===void 0?kS:f,y=n.rootBoundary,g=y===void 0?ih:y,S=n.elementContext,T=S===void 0?Ji:S,v=n.altBoundary,E=v===void 0?!1:v,b=n.padding,O=b===void 0?0:b,D=lh(typeof O!="number"?O:ch(O,po)),R=T===Ji?$S:Ji,M=e.rects.popper,$=e.elements[E?R:T],x=v_(Jr($)?$:$.contextElement||gr(e.elements.popper),p,g,l),j=Si(e.elements.reference),F=dh({reference:j,element:M,strategy:"absolute",placement:a}),B=nl(Object.assign({},M,F)),J=T===Ji?B:j,ne={top:x.top-J.top+D.top,bottom:J.bottom-x.bottom+D.bottom,left:x.left-J.left+D.left,right:J.right-x.right+D.right},we=e.modifiersData.offset;if(T===Ji&&we){var Ae=we[a];Object.keys(ne).forEach(function(ue){var ge=[pn,dn].indexOf(ue)>=0?1:-1,ke=[Ht,dn].indexOf(ue)>=0?"y":"x";ne[ue]+=Ae[ke]*ge})}return ne}function m_(e,r){r===void 0&&(r={});var n=r,o=n.placement,a=n.boundary,u=n.rootBoundary,l=n.padding,f=n.flipVariations,p=n.allowedAutoPlacements,y=p===void 0?oh:p,g=_i(o),S=g?f?xd:xd.filter(function(E){return _i(E)===g}):po,T=S.filter(function(E){return y.indexOf(E)>=0});T.length===0&&(T=S);var v=T.reduce(function(E,b){return E[b]=ao(e,{placement:b,boundary:a,rootBoundary:u,padding:l})[kn(b)],E},{});return Object.keys(v).sort(function(E,b){return v[E]-v[b]})}function g_(e){if(kn(e)===El)return[];var r=Pa(e);return[Cd(e),r,Cd(r)]}function y_(e){var r=e.state,n=e.options,o=e.name;if(!r.modifiersData[o]._skip){for(var a=n.mainAxis,u=a===void 0?!0:a,l=n.altAxis,f=l===void 0?!0:l,p=n.fallbackPlacements,y=n.padding,g=n.boundary,S=n.rootBoundary,T=n.altBoundary,v=n.flipVariations,E=v===void 0?!0:v,b=n.allowedAutoPlacements,O=r.options.placement,D=kn(O),R=D===O,M=p||(R||!E?[Pa(O)]:g_(O)),$=[O].concat(M).reduce(function(le,ce){return le.concat(kn(ce)===El?m_(r,{placement:ce,boundary:g,rootBoundary:S,padding:y,flipVariations:E,allowedAutoPlacements:b}):ce)},[]),x=r.rects.reference,j=r.rects.popper,F=new Map,B=!0,J=$[0],ne=0;ne<$.length;ne++){var we=$[ne],Ae=kn(we),ue=_i(we)===bi,ge=[Ht,dn].indexOf(Ae)>=0,ke=ge?"width":"height",_e=ao(r,{placement:we,boundary:g,rootBoundary:S,altBoundary:T,padding:y}),Le=ge?ue?pn:zt:ue?dn:Ht;x[ke]>j[ke]&&(Le=Pa(Le));var ze=Pa(Le),ct=[];if(u&&ct.push(_e[Ae]<=0),f&&ct.push(_e[Le]<=0,_e[ze]<=0),ct.every(function(le){return le})){J=we,B=!1;break}F.set(we,ct)}if(B)for(var Y=E?3:1,V=function(ce){var ae=$.find(function(fe){var se=F.get(fe);if(se)return se.slice(0,ce).every(function(ye){return ye})});if(ae)return J=ae,"break"},ve=Y;ve>0;ve--){var me=V(ve);if(me==="break")break}r.placement!==J&&(r.modifiersData[o]._skip=!0,r.placement=J,r.reset=!0)}}const b_={name:"flip",enabled:!0,phase:"main",fn:y_,requiresIfExists:["offset"],data:{_skip:!1}};function Pd(e,r,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-r.height-n.y,right:e.right-r.width+n.x,bottom:e.bottom-r.height+n.y,left:e.left-r.width-n.x}}function Ad(e){return[Ht,pn,dn,zt].some(function(r){return e[r]>=0})}function w_(e){var r=e.state,n=e.name,o=r.rects.reference,a=r.rects.popper,u=r.modifiersData.preventOverflow,l=ao(r,{elementContext:"reference"}),f=ao(r,{altBoundary:!0}),p=Pd(l,o),y=Pd(f,a,u),g=Ad(p),S=Ad(y);r.modifiersData[n]={referenceClippingOffsets:p,popperEscapeOffsets:y,isReferenceHidden:g,hasPopperEscaped:S},r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-reference-hidden":g,"data-popper-escaped":S})}const S_={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:w_};function __(e,r,n){var o=kn(e),a=[zt,Ht].indexOf(o)>=0?-1:1,u=typeof n=="function"?n(Object.assign({},r,{placement:e})):n,l=u[0],f=u[1];return l=l||0,f=(f||0)*a,[zt,pn].indexOf(o)>=0?{x:f,y:l}:{x:l,y:f}}function E_(e){var r=e.state,n=e.options,o=e.name,a=n.offset,u=a===void 0?[0,0]:a,l=oh.reduce(function(g,S){return g[S]=__(S,r.rects,u),g},{}),f=l[r.placement],p=f.x,y=f.y;r.modifiersData.popperOffsets!=null&&(r.modifiersData.popperOffsets.x+=p,r.modifiersData.popperOffsets.y+=y),r.modifiersData[o]=l}const x_={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:E_};function O_(e){var r=e.state,n=e.name;r.modifiersData[n]=dh({reference:r.rects.reference,element:r.rects.popper,strategy:"absolute",placement:r.placement})}const T_={name:"popperOffsets",enabled:!0,phase:"read",fn:O_,data:{}};function C_(e){return e==="x"?"y":"x"}function R_(e){var r=e.state,n=e.options,o=e.name,a=n.mainAxis,u=a===void 0?!0:a,l=n.altAxis,f=l===void 0?!1:l,p=n.boundary,y=n.rootBoundary,g=n.altBoundary,S=n.padding,T=n.tether,v=T===void 0?!0:T,E=n.tetherOffset,b=E===void 0?0:E,O=ao(r,{boundary:p,rootBoundary:y,padding:S,altBoundary:g}),D=kn(r.placement),R=_i(r.placement),M=!R,$=Tl(D),x=C_($),j=r.modifiersData.popperOffsets,F=r.rects.reference,B=r.rects.popper,J=typeof b=="function"?b(Object.assign({},r.rects,{placement:r.placement})):b,ne=typeof J=="number"?{mainAxis:J,altAxis:J}:Object.assign({mainAxis:0,altAxis:0},J),we=r.modifiersData.offset?r.modifiersData.offset[r.placement]:null,Ae={x:0,y:0};if(j){if(u){var ue,ge=$==="y"?Ht:zt,ke=$==="y"?dn:pn,_e=$==="y"?"height":"width",Le=j[$],ze=Le+O[ge],ct=Le-O[ke],Y=v?-B[_e]/2:0,V=R===bi?F[_e]:B[_e],ve=R===bi?-B[_e]:-F[_e],me=r.elements.arrow,le=v&&me?Ol(me):{width:0,height:0},ce=r.modifiersData["arrow#persistent"]?r.modifiersData["arrow#persistent"].padding:uh(),ae=ce[ge],fe=ce[ke],se=to(0,F[_e],le[_e]),ye=M?F[_e]/2-Y-se-ae-ne.mainAxis:V-se-ae-ne.mainAxis,be=M?-F[_e]/2+Y+se+fe+ne.mainAxis:ve+se+fe+ne.mainAxis,Ke=r.elements.arrow&&ho(r.elements.arrow),X=Ke?$==="y"?Ke.clientTop||0:Ke.clientLeft||0:0,at=(ue=we==null?void 0:we[$])!=null?ue:0,tt=Le+ye-at-X,st=Le+be-at,Nt=to(v?$a(ze,tt):ze,Le,v?Gr(ct,st):ct);j[$]=Nt,Ae[$]=Nt-Le}if(f){var ht,Tn=$==="x"?Ht:zt,Kt=$==="x"?dn:pn,yt=j[x],ut=x==="y"?"height":"width",Et=yt+O[Tn],vn=yt-O[Kt],jn=[Ht,zt].indexOf(D)!==-1,jt=(ht=we==null?void 0:we[x])!=null?ht:0,Cn=jn?Et:yt-F[ut]-B[ut]-jt+ne.altAxis,lt=jn?yt+F[ut]+B[ut]-jt-ne.altAxis:vn,Yt=v&&jn?ZS(Cn,yt,lt):to(v?Cn:Et,yt,v?lt:vn);j[x]=Yt,Ae[x]=Yt-yt}r.modifiersData[o]=Ae}}const P_={name:"preventOverflow",enabled:!0,phase:"main",fn:R_,requiresIfExists:["offset"]};function A_(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function I_(e){return e===tn(e)||!fn(e)?Cl(e):A_(e)}function L_(e){var r=e.getBoundingClientRect(),n=wi(r.width)/e.offsetWidth||1,o=wi(r.height)/e.offsetHeight||1;return n!==1||o!==1}function M_(e,r,n){n===void 0&&(n=!1);var o=fn(r),a=fn(r)&&L_(r),u=gr(r),l=Si(e,a,n),f={scrollLeft:0,scrollTop:0},p={x:0,y:0};return(o||!o&&!n)&&(($n(r)!=="body"||Pl(u))&&(f=I_(r)),fn(r)?(p=Si(r,!0),p.x+=r.clientLeft,p.y+=r.clientTop):u&&(p.x=Rl(u))),{x:l.left+f.scrollLeft-p.x,y:l.top+f.scrollTop-p.y,width:l.width,height:l.height}}function D_(e){var r=new Map,n=new Set,o=[];e.forEach(function(u){r.set(u.name,u)});function a(u){n.add(u.name);var l=[].concat(u.requires||[],u.requiresIfExists||[]);l.forEach(function(f){if(!n.has(f)){var p=r.get(f);p&&a(p)}}),o.push(u)}return e.forEach(function(u){n.has(u.name)||a(u)}),o}function k_(e){var r=D_(e);return KS.reduce(function(n,o){return n.concat(r.filter(function(a){return a.phase===o}))},[])}function $_(e){var r;return function(){return r||(r=new Promise(function(n){Promise.resolve().then(function(){r=void 0,n(e())})})),r}}function N_(e){var r=e.reduce(function(n,o){var a=n[o.name];return n[o.name]=a?Object.assign({},a,o,{options:Object.assign({},a.options,o.options),data:Object.assign({},a.data,o.data)}):o,n},{});return Object.keys(r).map(function(n){return r[n]})}var Id={placement:"bottom",modifiers:[],strategy:"absolute"};function Ld(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return!r.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function j_(e){e===void 0&&(e={});var r=e,n=r.defaultModifiers,o=n===void 0?[]:n,a=r.defaultOptions,u=a===void 0?Id:a;return function(f,p,y){y===void 0&&(y=u);var g={placement:"bottom",orderedModifiers:[],options:Object.assign({},Id,u),modifiersData:{},elements:{reference:f,popper:p},attributes:{},styles:{}},S=[],T=!1,v={state:g,setOptions:function(D){var R=typeof D=="function"?D(g.options):D;b(),g.options=Object.assign({},u,g.options,R),g.scrollParents={reference:Jr(f)?no(f):f.contextElement?no(f.contextElement):[],popper:no(p)};var M=k_(N_([].concat(o,g.options.modifiers)));return g.orderedModifiers=M.filter(function($){return $.enabled}),E(),v.update()},forceUpdate:function(){if(!T){var D=g.elements,R=D.reference,M=D.popper;if(Ld(R,M)){g.rects={reference:M_(R,ho(M),g.options.strategy==="fixed"),popper:Ol(M)},g.reset=!1,g.placement=g.options.placement,g.orderedModifiers.forEach(function(ne){return g.modifiersData[ne.name]=Object.assign({},ne.data)});for(var $=0;$<g.orderedModifiers.length;$++){if(g.reset===!0){g.reset=!1,$=-1;continue}var x=g.orderedModifiers[$],j=x.fn,F=x.options,B=F===void 0?{}:F,J=x.name;typeof j=="function"&&(g=j({state:g,options:B,name:J,instance:v})||g)}}}},update:$_(function(){return new Promise(function(O){v.forceUpdate(),O(g)})}),destroy:function(){b(),T=!0}};if(!Ld(f,p))return v;v.setOptions(y).then(function(O){!T&&y.onFirstUpdate&&y.onFirstUpdate(O)});function E(){g.orderedModifiers.forEach(function(O){var D=O.name,R=O.options,M=R===void 0?{}:R,$=O.effect;if(typeof $=="function"){var x=$({state:g,name:D,instance:v,options:M}),j=function(){};S.push(x||j)}})}function b(){S.forEach(function(O){return O()}),S=[]}return v}}var F_=[u_,T_,a_,VS,x_,b_,P_,n_,S_],W_=j_({defaultModifiers:F_}),U_=typeof Element<"u",B_=typeof Map=="function",H_=typeof Set=="function",z_=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function Aa(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,o,a;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!Aa(e[o],r[o]))return!1;return!0}var u;if(B_&&e instanceof Map&&r instanceof Map){if(e.size!==r.size)return!1;for(u=e.entries();!(o=u.next()).done;)if(!r.has(o.value[0]))return!1;for(u=e.entries();!(o=u.next()).done;)if(!Aa(o.value[1],r.get(o.value[0])))return!1;return!0}if(H_&&e instanceof Set&&r instanceof Set){if(e.size!==r.size)return!1;for(u=e.entries();!(o=u.next()).done;)if(!r.has(o.value[0]))return!1;return!0}if(z_&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(r)){if(n=e.length,n!=r.length)return!1;for(o=n;o--!==0;)if(e[o]!==r[o])return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf&&typeof e.valueOf=="function"&&typeof r.valueOf=="function")return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString&&typeof e.toString=="function"&&typeof r.toString=="function")return e.toString()===r.toString();if(a=Object.keys(e),n=a.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,a[o]))return!1;if(U_&&e instanceof Element)return!1;for(o=n;o--!==0;)if(!((a[o]==="_owner"||a[o]==="__v"||a[o]==="__o")&&e.$$typeof)&&!Aa(e[a[o]],r[a[o]]))return!1;return!0}return e!==e&&r!==r}var q_=function(r,n){try{return Aa(r,n)}catch(o){if((o.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw o}};const K_=nh(q_);var Y_=[],ph=function(r,n,o){o===void 0&&(o={});var a=A.useRef(null),u={onFirstUpdate:o.onFirstUpdate,placement:o.placement||"bottom",strategy:o.strategy||"absolute",modifiers:o.modifiers||Y_},l=A.useState({styles:{popper:{position:u.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),f=l[0],p=l[1],y=A.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:function(v){var E=v.state,b=Object.keys(E.elements);IS.flushSync(function(){p({styles:_d(b.map(function(O){return[O,E.styles[O]||{}]})),attributes:_d(b.map(function(O){return[O,E.attributes[O]]}))})})},requires:["computeStyles"]}},[]),g=A.useMemo(function(){var T={onFirstUpdate:u.onFirstUpdate,placement:u.placement,strategy:u.strategy,modifiers:[].concat(u.modifiers,[y,{name:"applyStyles",enabled:!1}])};return K_(a.current,T)?a.current||T:(a.current=T,T)},[u.onFirstUpdate,u.placement,u.strategy,u.modifiers,y]),S=A.useRef();return Ed(function(){S.current&&S.current.setOptions(g)},[g]),Ed(function(){if(!(r==null||n==null)){var T=o.createPopper||W_,v=T(r,n,g);return S.current=v,function(){v.destroy(),S.current=null}}},[r,n,o.createPopper]),{state:S.current?S.current.state:null,styles:f.styles,attributes:f.attributes,update:S.current?S.current.update:null,forceUpdate:S.current?S.current.forceUpdate:null}};const hh=e=>U.jsx("div",{className:"absolute inset-0 z-[1999]",onClick:e.onClick}),vh=q.forwardRef(({children:e,style:r,attributes:n},o)=>U.jsx("div",{style:{...r,zIndex:2e3},...n,ref:o,className:"w-60 rounded border border-grey-900 bg-fd-gray-light shadow-2xl","data-cy":"dialogBody",children:e})),G_=({referenceElement:e,placement:r,isOpen:n,children:o,onClose:a})=>{const[u,l]=q.useState(null),{styles:f,attributes:p}=ph(e,u,{placement:r||"bottom-start"}),y=q.useCallback(()=>{a&&a()},[a]);return n?U.jsxs(rh,{children:[U.jsx(hh,{onClick:()=>y()}),U.jsx(vh,{ref:l,style:f.popper,attributes:p.popper,children:o})]}):null};var rl={exports:{}},Zi={};/**
28
+ * @license React
34
29
  * react-jsx-runtime.production.min.js
35
30
  *
36
31
  * Copyright (c) Facebook, Inc. and its affiliates.
37
32
  *
38
33
  * This source code is licensed under the MIT license found in the
39
34
  * LICENSE file in the root directory of this source tree.
40
- */var Ld;function GS(){if(Ld)return di;Ld=1,ch();var e=q,r=60103;if(di.Fragment=60107,typeof Symbol=="function"&&Symbol.for){var n=Symbol.for;r=n("react.element"),di.Fragment=n("react.fragment")}var o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function c(f,h,m){var y,_={},O=null,v=null;m!==void 0&&(O=""+m),h.key!==void 0&&(O=""+h.key),h.ref!==void 0&&(v=h.ref);for(y in h)a.call(h,y)&&!u.hasOwnProperty(y)&&(_[y]=h[y]);if(f&&f.defaultProps)for(y in h=f.defaultProps,h)_[y]===void 0&&(_[y]=h[y]);return{$$typeof:r,type:f,key:O,ref:v,props:_,_owner:o.current}}return di.jsx=c,di.jsxs=c,di}var Md={};/** @license React v17.0.2
35
+ */var Md;function V_(){if(Md)return Zi;Md=1;var e=q,r=Symbol.for("react.element"),n=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u={key:!0,ref:!0,__self:!0,__source:!0};function l(f,p,y){var g,S={},T=null,v=null;y!==void 0&&(T=""+y),p.key!==void 0&&(T=""+p.key),p.ref!==void 0&&(v=p.ref);for(g in p)o.call(p,g)&&!u.hasOwnProperty(g)&&(S[g]=p[g]);if(f&&f.defaultProps)for(g in p=f.defaultProps,p)S[g]===void 0&&(S[g]=p[g]);return{$$typeof:r,type:f,key:T,ref:v,props:S,_owner:a.current}}return Zi.Fragment=n,Zi.jsx=l,Zi.jsxs=l,Zi}var fa={};/**
36
+ * @license React
41
37
  * react-jsx-runtime.development.js
42
38
  *
43
39
  * Copyright (c) Facebook, Inc. and its affiliates.
44
40
  *
45
41
  * This source code is licensed under the MIT license found in the
46
42
  * LICENSE file in the root directory of this source tree.
47
- */var Dd;function YS(){return Dd||(Dd=1,function(e){process.env.NODE_ENV!=="production"&&function(){var r=q,n=ch(),o=60103,a=60106;e.Fragment=60107;var u=60108,c=60114,f=60109,h=60110,m=60112,y=60113,_=60120,O=60115,v=60116,S=60121,w=60122,T=60117,D=60129,M=60131;if(typeof Symbol=="function"&&Symbol.for){var P=Symbol.for;o=P("react.element"),a=P("react.portal"),e.Fragment=P("react.fragment"),u=P("react.strict_mode"),c=P("react.profiler"),f=P("react.provider"),h=P("react.context"),m=P("react.forward_ref"),y=P("react.suspense"),_=P("react.suspense_list"),O=P("react.memo"),v=P("react.lazy"),S=P("react.block"),w=P("react.server.block"),T=P("react.fundamental"),P("react.scope"),P("react.opaque.id"),D=P("react.debug_trace_mode"),P("react.offscreen"),M=P("react.legacy_hidden")}var k=typeof Symbol=="function"&&Symbol.iterator,x="@@iterator";function W(d){if(d===null||typeof d!="object")return null;var R=k&&d[k]||d[x];return typeof R=="function"?R:null}var F=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function $(d){{for(var R=arguments.length,N=new Array(R>1?R-1:0),Y=1;Y<R;Y++)N[Y-1]=arguments[Y];Z("error",d,N)}}function Z(d,R,N){{var Y=F.ReactDebugCurrentFrame,ie=Y.getStackAddendum();ie!==""&&(R+="%s",N=N.concat([ie]));var oe=N.map(function(ee){return""+ee});oe.unshift("Warning: "+R),Function.prototype.apply.call(console[d],console,oe)}}var ne=!1;function we(d){return!!(typeof d=="string"||typeof d=="function"||d===e.Fragment||d===c||d===D||d===u||d===y||d===_||d===M||ne||typeof d=="object"&&d!==null&&(d.$$typeof===v||d.$$typeof===O||d.$$typeof===f||d.$$typeof===h||d.$$typeof===m||d.$$typeof===T||d.$$typeof===S||d[0]===w))}function Me(d,R,N){var Y=R.displayName||R.name||"";return d.displayName||(Y!==""?N+"("+Y+")":N)}function Oe(d){return d.displayName||"Context"}function ue(d){if(d==null)return null;if(typeof d.tag=="number"&&$("Received an unexpected object in getComponentName(). This is likely a bug in React. Please file an issue."),typeof d=="function")return d.displayName||d.name||null;if(typeof d=="string")return d;switch(d){case e.Fragment:return"Fragment";case a:return"Portal";case c:return"Profiler";case u:return"StrictMode";case y:return"Suspense";case _:return"SuspenseList"}if(typeof d=="object")switch(d.$$typeof){case h:var R=d;return Oe(R)+".Consumer";case f:var N=d;return Oe(N._context)+".Provider";case m:return Me(d,d.render,"ForwardRef");case O:return ue(d.type);case S:return ue(d._render);case v:{var Y=d,ie=Y._payload,oe=Y._init;try{return ue(oe(ie))}catch{return null}}}return null}var ke=0,_e,Ie,qe,ft,G,X,ve;function me(){}me.__reactDisabledLog=!0;function ce(){{if(ke===0){_e=console.log,Ie=console.info,qe=console.warn,ft=console.error,G=console.group,X=console.groupCollapsed,ve=console.groupEnd;var d={configurable:!0,enumerable:!0,value:me,writable:!0};Object.defineProperties(console,{info:d,log:d,warn:d,error:d,group:d,groupCollapsed:d,groupEnd:d})}ke++}}function le(){{if(ke--,ke===0){var d={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:n({},d,{value:_e}),info:n({},d,{value:Ie}),warn:n({},d,{value:qe}),error:n({},d,{value:ft}),group:n({},d,{value:G}),groupCollapsed:n({},d,{value:X}),groupEnd:n({},d,{value:ve})})}ke<0&&$("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ae=F.ReactCurrentDispatcher,fe;function se(d,R,N){{if(fe===void 0)try{throw Error()}catch(ie){var Y=ie.stack.trim().match(/\n( *(at )?)/);fe=Y&&Y[1]||""}return`
48
- `+fe+d}}var ge=!1,ye;{var Ge=typeof WeakMap=="function"?WeakMap:Map;ye=new Ge}function V(d,R){if(!d||ge)return"";{var N=ye.get(d);if(N!==void 0)return N}var Y;ge=!0;var ie=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var oe;oe=ae.current,ae.current=null,ce();try{if(R){var ee=function(){throw Error()};if(Object.defineProperty(ee.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ee,[])}catch(st){Y=st}Reflect.construct(d,[],ee)}else{try{ee.call()}catch(st){Y=st}d.call(ee.prototype)}}else{try{throw Error()}catch(st){Y=st}d()}}catch(st){if(st&&Y&&typeof st.stack=="string"){for(var Q=st.stack.split(`
49
- `),je=Y.stack.split(`
50
- `),be=Q.length-1,Ee=je.length-1;be>=1&&Ee>=0&&Q[be]!==je[Ee];)Ee--;for(;be>=1&&Ee>=0;be--,Ee--)if(Q[be]!==je[Ee]){if(be!==1||Ee!==1)do if(be--,Ee--,Ee<0||Q[be]!==je[Ee]){var it=`
51
- `+Q[be].replace(" at new "," at ");return typeof d=="function"&&ye.set(d,it),it}while(be>=1&&Ee>=0);break}}}finally{ge=!1,ae.current=oe,le(),Error.prepareStackTrace=ie}var It=d?d.displayName||d.name:"",Tr=It?se(It):"";return typeof d=="function"&&ye.set(d,Tr),Tr}function nt(d,R,N){return V(d,!1)}function rt(d){var R=d.prototype;return!!(R&&R.isReactComponent)}function lt(d,R,N){if(d==null)return"";if(typeof d=="function")return V(d,rt(d));if(typeof d=="string")return se(d);switch(d){case y:return se("Suspense");case _:return se("SuspenseList")}if(typeof d=="object")switch(d.$$typeof){case m:return nt(d.render);case O:return lt(d.type,R,N);case S:return nt(d._render);case v:{var Y=d,ie=Y._payload,oe=Y._init;try{return lt(oe(ie),R,N)}catch{}}}return""}var Rn={},vt=F.ReactDebugCurrentFrame;function $t(d){if(d){var R=d._owner,N=lt(d.type,d._source,R?R.type:null);vt.setExtraStackFrame(N)}else vt.setExtraStackFrame(null)}function gr(d,R,N,Y,ie){{var oe=Function.call.bind(Object.prototype.hasOwnProperty);for(var ee in d)if(oe(d,ee)){var Q=void 0;try{if(typeof d[ee]!="function"){var je=Error((Y||"React class")+": "+N+" type `"+ee+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof d[ee]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw je.name="Invariant Violation",je}Q=d[ee](R,ee,Y,N,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(be){Q=be}Q&&!(Q instanceof Error)&&($t(ie),$("%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).",Y||"React class",N,ee,typeof Q),$t(null)),Q instanceof Error&&!(Q.message in Rn)&&(Rn[Q.message]=!0,$t(ie),$("Failed %s type: %s",N,Q.message),$t(null))}}}var Je=F.ReactCurrentOwner,Qe=Object.prototype.hasOwnProperty,tn={key:!0,ref:!0,__self:!0,__source:!0},qt,mn,Et;Et={};function Qn(d){if(Qe.call(d,"ref")){var R=Object.getOwnPropertyDescriptor(d,"ref").get;if(R&&R.isReactWarning)return!1}return d.ref!==void 0}function nn(d){if(Qe.call(d,"key")){var R=Object.getOwnPropertyDescriptor(d,"key").get;if(R&&R.isReactWarning)return!1}return d.key!==void 0}function Kt(d,R){if(typeof d.ref=="string"&&Je.current&&R&&Je.current.stateNode!==R){var N=ue(Je.current.type);Et[N]||($('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',ue(Je.current.type),d.ref),Et[N]=!0)}}function yr(d,R){{var N=function(){qt||(qt=!0,$("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",R))};N.isReactWarning=!0,Object.defineProperty(d,"key",{get:N,configurable:!0})}}function wr(d,R){{var N=function(){mn||(mn=!0,$("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",R))};N.isReactWarning=!0,Object.defineProperty(d,"ref",{get:N,configurable:!0})}}var br=function(d,R,N,Y,ie,oe,ee){var Q={$$typeof:o,type:d,key:R,ref:N,props:ee,_owner:oe};return Q._store={},Object.defineProperty(Q._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(Q,"_self",{configurable:!1,enumerable:!1,writable:!1,value:Y}),Object.defineProperty(Q,"_source",{configurable:!1,enumerable:!1,writable:!1,value:ie}),Object.freeze&&(Object.freeze(Q.props),Object.freeze(Q)),Q};function _r(d,R,N,Y,ie){{var oe,ee={},Q=null,je=null;N!==void 0&&(Q=""+N),nn(R)&&(Q=""+R.key),Qn(R)&&(je=R.ref,Kt(R,ie));for(oe in R)Qe.call(R,oe)&&!tn.hasOwnProperty(oe)&&(ee[oe]=R[oe]);if(d&&d.defaultProps){var be=d.defaultProps;for(oe in be)ee[oe]===void 0&&(ee[oe]=be[oe])}if(Q||je){var Ee=typeof d=="function"?d.displayName||d.name||"Unknown":d;Q&&yr(ee,Ee),je&&wr(ee,Ee)}return br(d,Q,je,ie,Y,Je.current,ee)}}var gn=F.ReactCurrentOwner,Fn=F.ReactDebugCurrentFrame;function yt(d){if(d){var R=d._owner,N=lt(d.type,d._source,R?R.type:null);Fn.setExtraStackFrame(N)}else Fn.setExtraStackFrame(null)}var yn;yn=!1;function wn(d){return typeof d=="object"&&d!==null&&d.$$typeof===o}function Sr(){{if(gn.current){var d=ue(gn.current.type);if(d)return`
43
+ */var Dd;function X_(){return Dd||(Dd=1,process.env.NODE_ENV!=="production"&&function(){var e=q,r=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),u=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),f=Symbol.for("react.context"),p=Symbol.for("react.forward_ref"),y=Symbol.for("react.suspense"),g=Symbol.for("react.suspense_list"),S=Symbol.for("react.memo"),T=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen"),E=Symbol.iterator,b="@@iterator";function O(d){if(d===null||typeof d!="object")return null;var P=E&&d[E]||d[b];return typeof P=="function"?P:null}var D=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function R(d){{for(var P=arguments.length,k=new Array(P>1?P-1:0),G=1;G<P;G++)k[G-1]=arguments[G];M("error",d,k)}}function M(d,P,k){{var G=D.ReactDebugCurrentFrame,re=G.getStackAddendum();re!==""&&(P+="%s",k=k.concat([re]));var oe=k.map(function(ee){return String(ee)});oe.unshift("Warning: "+P),Function.prototype.apply.call(console[d],console,oe)}}var $=!1,x=!1,j=!1,F=!1,B=!1,J;J=Symbol.for("react.module.reference");function ne(d){return!!(typeof d=="string"||typeof d=="function"||d===o||d===u||B||d===a||d===y||d===g||F||d===v||$||x||j||typeof d=="object"&&d!==null&&(d.$$typeof===T||d.$$typeof===S||d.$$typeof===l||d.$$typeof===f||d.$$typeof===p||d.$$typeof===J||d.getModuleId!==void 0))}function we(d,P,k){var G=d.displayName;if(G)return G;var re=P.displayName||P.name||"";return re!==""?k+"("+re+")":k}function Ae(d){return d.displayName||"Context"}function ue(d){if(d==null)return null;if(typeof d.tag=="number"&&R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof d=="function")return d.displayName||d.name||null;if(typeof d=="string")return d;switch(d){case o:return"Fragment";case n:return"Portal";case u:return"Profiler";case a:return"StrictMode";case y:return"Suspense";case g:return"SuspenseList"}if(typeof d=="object")switch(d.$$typeof){case f:var P=d;return Ae(P)+".Consumer";case l:var k=d;return Ae(k._context)+".Provider";case p:return we(d,d.render,"ForwardRef");case S:var G=d.displayName||null;return G!==null?G:ue(d.type)||"Memo";case T:{var re=d,oe=re._payload,ee=re._init;try{return ue(ee(oe))}catch{return null}}}return null}var ge=Object.assign,ke=0,_e,Le,ze,ct,Y,V,ve;function me(){}me.__reactDisabledLog=!0;function le(){{if(ke===0){_e=console.log,Le=console.info,ze=console.warn,ct=console.error,Y=console.group,V=console.groupCollapsed,ve=console.groupEnd;var d={configurable:!0,enumerable:!0,value:me,writable:!0};Object.defineProperties(console,{info:d,log:d,warn:d,error:d,group:d,groupCollapsed:d,groupEnd:d})}ke++}}function ce(){{if(ke--,ke===0){var d={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:ge({},d,{value:_e}),info:ge({},d,{value:Le}),warn:ge({},d,{value:ze}),error:ge({},d,{value:ct}),group:ge({},d,{value:Y}),groupCollapsed:ge({},d,{value:V}),groupEnd:ge({},d,{value:ve})})}ke<0&&R("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ae=D.ReactCurrentDispatcher,fe;function se(d,P,k){{if(fe===void 0)try{throw Error()}catch(re){var G=re.stack.trim().match(/\n( *(at )?)/);fe=G&&G[1]||""}return`
44
+ `+fe+d}}var ye=!1,be;{var Ke=typeof WeakMap=="function"?WeakMap:Map;be=new Ke}function X(d,P){if(!d||ye)return"";{var k=be.get(d);if(k!==void 0)return k}var G;ye=!0;var re=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var oe;oe=ae.current,ae.current=null,le();try{if(P){var ee=function(){throw Error()};if(Object.defineProperty(ee.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ee,[])}catch(Ze){G=Ze}Reflect.construct(d,[],ee)}else{try{ee.call()}catch(Ze){G=Ze}d.call(ee.prototype)}}else{try{throw Error()}catch(Ze){G=Ze}d()}}catch(Ze){if(Ze&&G&&typeof Ze.stack=="string"){for(var Q=Ze.stack.split(`
45
+ `),Ne=G.stack.split(`
46
+ `),Se=Q.length-1,xe=Ne.length-1;Se>=1&&xe>=0&&Q[Se]!==Ne[xe];)xe--;for(;Se>=1&&xe>=0;Se--,xe--)if(Q[Se]!==Ne[xe]){if(Se!==1||xe!==1)do if(Se--,xe--,xe<0||Q[Se]!==Ne[xe]){var Ye=`
47
+ `+Q[Se].replace(" at new "," at ");return d.displayName&&Ye.includes("<anonymous>")&&(Ye=Ye.replace("<anonymous>",d.displayName)),typeof d=="function"&&be.set(d,Ye),Ye}while(Se>=1&&xe>=0);break}}}finally{ye=!1,ae.current=oe,ce(),Error.prepareStackTrace=re}var vt=d?d.displayName||d.name:"",Lr=vt?se(vt):"";return typeof d=="function"&&be.set(d,Lr),Lr}function at(d,P,k){return X(d,!1)}function tt(d){var P=d.prototype;return!!(P&&P.isReactComponent)}function st(d,P,k){if(d==null)return"";if(typeof d=="function")return X(d,tt(d));if(typeof d=="string")return se(d);switch(d){case y:return se("Suspense");case g:return se("SuspenseList")}if(typeof d=="object")switch(d.$$typeof){case p:return at(d.render);case S:return st(d.type,P,k);case T:{var G=d,re=G._payload,oe=G._init;try{return st(oe(re),P,k)}catch{}}}return""}var Nt=Object.prototype.hasOwnProperty,ht={},Tn=D.ReactDebugCurrentFrame;function Kt(d){if(d){var P=d._owner,k=st(d.type,d._source,P?P.type:null);Tn.setExtraStackFrame(k)}else Tn.setExtraStackFrame(null)}function yt(d,P,k,G,re){{var oe=Function.call.bind(Nt);for(var ee in d)if(oe(d,ee)){var Q=void 0;try{if(typeof d[ee]!="function"){var Ne=Error((G||"React class")+": "+k+" type `"+ee+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof d[ee]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Ne.name="Invariant Violation",Ne}Q=d[ee](P,ee,G,k,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Se){Q=Se}Q&&!(Q instanceof Error)&&(Kt(re),R("%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",k,ee,typeof Q),Kt(null)),Q instanceof Error&&!(Q.message in ht)&&(ht[Q.message]=!0,Kt(re),R("Failed %s type: %s",k,Q.message),Kt(null))}}}var ut=Array.isArray;function Et(d){return ut(d)}function vn(d){{var P=typeof Symbol=="function"&&Symbol.toStringTag,k=P&&d[Symbol.toStringTag]||d.constructor.name||"Object";return k}}function jn(d){try{return jt(d),!1}catch{return!0}}function jt(d){return""+d}function Cn(d){if(jn(d))return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",vn(d)),jt(d)}var lt=D.ReactCurrentOwner,Yt={key:!0,ref:!0,__self:!0,__source:!0},Fn,Wn,mn;mn={};function yr(d){if(Nt.call(d,"ref")){var P=Object.getOwnPropertyDescriptor(d,"ref").get;if(P&&P.isReactWarning)return!1}return d.ref!==void 0}function br(d){if(Nt.call(d,"key")){var P=Object.getOwnPropertyDescriptor(d,"key").get;if(P&&P.isReactWarning)return!1}return d.key!==void 0}function wr(d,P){if(typeof d.ref=="string"&&lt.current&&P&&lt.current.stateNode!==P){var k=ue(lt.current.type);mn[k]||(R('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',ue(lt.current.type),d.ref),mn[k]=!0)}}function Sr(d,P){{var k=function(){Fn||(Fn=!0,R("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",P))};k.isReactWarning=!0,Object.defineProperty(d,"key",{get:k,configurable:!0})}}function _r(d,P){{var k=function(){Wn||(Wn=!0,R("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",P))};k.isReactWarning=!0,Object.defineProperty(d,"ref",{get:k,configurable:!0})}}var Er=function(d,P,k,G,re,oe,ee){var Q={$$typeof:r,type:d,key:P,ref:k,props:ee,_owner:oe};return Q._store={},Object.defineProperty(Q._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(Q,"_self",{configurable:!1,enumerable:!1,writable:!1,value:G}),Object.defineProperty(Q,"_source",{configurable:!1,enumerable:!1,writable:!1,value:re}),Object.freeze&&(Object.freeze(Q.props),Object.freeze(Q)),Q};function Ri(d,P,k,G,re){{var oe,ee={},Q=null,Ne=null;k!==void 0&&(Cn(k),Q=""+k),br(P)&&(Cn(P.key),Q=""+P.key),yr(P)&&(Ne=P.ref,wr(P,re));for(oe in P)Nt.call(P,oe)&&!Yt.hasOwnProperty(oe)&&(ee[oe]=P[oe]);if(d&&d.defaultProps){var Se=d.defaultProps;for(oe in Se)ee[oe]===void 0&&(ee[oe]=Se[oe])}if(Q||Ne){var xe=typeof d=="function"?d.displayName||d.name||"Unknown":d;Q&&Sr(ee,xe),Ne&&_r(ee,xe)}return Er(d,Q,Ne,re,G,lt.current,ee)}}var Un=D.ReactCurrentOwner,xr=D.ReactDebugCurrentFrame;function xt(d){if(d){var P=d._owner,k=st(d.type,d._source,P?P.type:null);xr.setExtraStackFrame(k)}else xr.setExtraStackFrame(null)}var Rn;Rn=!1;function Bn(d){return typeof d=="object"&&d!==null&&d.$$typeof===r}function Or(){{if(Un.current){var d=ue(Un.current.type);if(d)return`
52
48
 
53
- Check the render method of \``+d+"`."}return""}}function Ti(d){{if(d!==void 0){var R=d.fileName.replace(/^.*[\\\/]/,""),N=d.lineNumber;return`
49
+ Check the render method of \``+d+"`."}return""}}function Pi(d){{if(d!==void 0){var P=d.fileName.replace(/^.*[\\\/]/,""),k=d.lineNumber;return`
54
50
 
55
- Check your code at `+R+":"+N+"."}return""}}var Er={};function Xr(d){{var R=Sr();if(!R){var N=typeof d=="string"?d:d.displayName||d.name;N&&(R=`
51
+ Check your code at `+P+":"+k+"."}return""}}var Tr={};function Qr(d){{var P=Or();if(!P){var k=typeof d=="string"?d:d.displayName||d.name;k&&(P=`
56
52
 
57
- Check the top-level render call using <`+N+">.")}return R}}function er(d,R){{if(!d._store||d._store.validated||d.key!=null)return;d._store.validated=!0;var N=Xr(R);if(Er[N])return;Er[N]=!0;var Y="";d&&d._owner&&d._owner!==gn.current&&(Y=" It was passed a child from "+ue(d._owner.type)+"."),yt(d),$('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',N,Y),yt(null)}}function xr(d,R){{if(typeof d!="object")return;if(Array.isArray(d))for(var N=0;N<d.length;N++){var Y=d[N];wn(Y)&&er(Y,R)}else if(wn(d))d._store&&(d._store.validated=!0);else if(d){var ie=W(d);if(typeof ie=="function"&&ie!==d.entries)for(var oe=ie.call(d),ee;!(ee=oe.next()).done;)wn(ee.value)&&er(ee.value,R)}}}function Ci(d){{var R=d.type;if(R==null||typeof R=="string")return;var N;if(typeof R=="function")N=R.propTypes;else if(typeof R=="object"&&(R.$$typeof===m||R.$$typeof===O))N=R.propTypes;else return;if(N){var Y=ue(R);gr(N,d.props,"prop",Y,d)}else if(R.PropTypes!==void 0&&!yn){yn=!0;var ie=ue(R);$("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",ie||"Unknown")}typeof R.getDefaultProps=="function"&&!R.getDefaultProps.isReactClassApproved&&$("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Pi(d){{for(var R=Object.keys(d.props),N=0;N<R.length;N++){var Y=R[N];if(Y!=="children"&&Y!=="key"){yt(d),$("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",Y),yt(null);break}}d.ref!==null&&(yt(d),$("Invalid attribute `ref` supplied to `React.Fragment`."),yt(null))}}function Or(d,R,N,Y,ie,oe){{var ee=we(d);if(!ee){var Q="";(d===void 0||typeof d=="object"&&d!==null&&Object.keys(d).length===0)&&(Q+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var je=Ti(ie);je?Q+=je:Q+=Sr();var be;d===null?be="null":Array.isArray(d)?be="array":d!==void 0&&d.$$typeof===o?(be="<"+(ue(d.type)||"Unknown")+" />",Q=" Did you accidentally export a JSX literal instead of a component?"):be=typeof d,$("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",be,Q)}var Ee=_r(d,R,N,ie,oe);if(Ee==null)return Ee;if(ee){var it=R.children;if(it!==void 0)if(Y)if(Array.isArray(it)){for(var It=0;It<it.length;It++)xr(it[It],d);Object.freeze&&Object.freeze(it)}else $("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else xr(it,d)}return d===e.Fragment?Pi(Ee):Ci(Ee),Ee}}function Vr(d,R,N){return Or(d,R,N,!0)}function Ri(d,R,N){return Or(d,R,N,!1)}var Ai=Ri,Ii=Vr;e.jsx=Ai,e.jsxs=Ii}()}(Md)),Md}process.env.NODE_ENV==="production"?ec.exports=GS():ec.exports=YS();var Nt=ec.exports;const XS=e=>Nt.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:Nt.jsx("path",{d:"M8.82 19.748c.001.245.075.486.214.69l.38 1.004c.117.172.573.312.758.41.185.097.391.148.601.148h2.454c.21 0 .417-.05.601-.148.185-.098.621-.238.737-.41l.402-1.003c.138-.205.213-.445.213-.691l.001-1.498H8.82l.002 1.498ZM5 8.875c0 1.733.654 3.314 1.732 4.522.658.737 1.685 2.275 2.077 3.573l.004.03h6.374l.004-.03c.392-1.298 1.42-2.836 2.076-3.573A6.766 6.766 0 0 0 19 8.875C19 5.07 15.854 1.988 11.978 2 7.921 2.012 5 5.241 5 8.875Z",fill:"currentColor"})}),VS=e=>Nt.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:Nt.jsx("path",{d:"M4.497 5.361a.5.5 0 0 0 0 .707L10.429 12l-5.932 5.932a.5.5 0 0 0 0 .707l.864.864a.5.5 0 0 0 .707 0L12 13.571l5.932 5.932a.5.5 0 0 0 .707 0l.864-.864a.5.5 0 0 0 0-.707L13.571 12l5.932-5.932a.5.5 0 0 0 0-.707l-.864-.864a.5.5 0 0 0-.707 0L12 10.429 6.068 4.497a.5.5 0 0 0-.707 0l-.864.864Z",fill:"currentColor"})}),vu=e=>Nt.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:Nt.jsx("path",{d:"M11.701 18.797c.206.195.52.195.726 0l2.487-2.349-.008-.007 6.973-6.585a.58.58 0 0 0 0-.835l-2.045-1.932a.524.524 0 0 0-.726 0l-7.052 6.66-7.051-6.66a.524.524 0 0 0-.726 0L2.234 9.021a.58.58 0 0 0 0 .835l9.467 8.941Z",fill:"currentColor"})}),kd=e=>Nt.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:Nt.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 21c5.523 0 10-4.477 10-10S16.523 1 11 1 1 5.477 1 11s4.477 10 10 10Zm0-14a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 1.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h.5v4h-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H12V8.5Z",fill:"currentColor"})}),JS=e=>Nt.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:Nt.jsx("path",{d:"M18.797 12.299a.524.524 0 0 0 0-.726l-2.349-2.487-.007.008L9.856 2.12a.58.58 0 0 0-.835 0L7.089 4.166a.524.524 0 0 0 0 .726l6.66 7.051-6.66 7.053a.524.524 0 0 0 0 .725l1.932 2.045a.58.58 0 0 0 .835 0l8.941-9.467Z",fill:"currentColor"})}),ZS=e=>Nt.jsxs("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:[Nt.jsx("path",{d:"M10 18h4V5h-4v13Z",fill:"#fff"}),Nt.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm1-15.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-7ZM11 17a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z",fill:"currentColor"})]}),QS=e=>Nt.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:Nt.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.953 3.53c-.393-.707-1.513-.707-1.906 0L2.114 19.612c-.354.638.16 1.388.953 1.388h17.866c.792 0 1.307-.75.953-1.388L12.953 3.53ZM11.508 8a.504.504 0 0 0-.507.531l.491 8A.505.505 0 0 0 12 17c.269 0 .49-.205.508-.469l.492-8A.504.504 0 0 0 12.492 8h-.984ZM12 20c.561 0 1.016-.448 1.016-1s-.455-1-1.016-1c-.561 0-1.016.448-1.016 1s.455 1 1.016 1Z",fill:"currentColor"})});var lh={exports:{}};/*!
53
+ Check the top-level render call using <`+k+">.")}return P}}function Cr(d,P){{if(!d._store||d._store.validated||d.key!=null)return;d._store.validated=!0;var k=Qr(P);if(Tr[k])return;Tr[k]=!0;var G="";d&&d._owner&&d._owner!==Un.current&&(G=" It was passed a child from "+ue(d._owner.type)+"."),xt(d),R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',k,G),xt(null)}}function Rr(d,P){{if(typeof d!="object")return;if(Et(d))for(var k=0;k<d.length;k++){var G=d[k];Bn(G)&&Cr(G,P)}else if(Bn(d))d._store&&(d._store.validated=!0);else if(d){var re=O(d);if(typeof re=="function"&&re!==d.entries)for(var oe=re.call(d),ee;!(ee=oe.next()).done;)Bn(ee.value)&&Cr(ee.value,P)}}}function Ai(d){{var P=d.type;if(P==null||typeof P=="string")return;var k;if(typeof P=="function")k=P.propTypes;else if(typeof P=="object"&&(P.$$typeof===p||P.$$typeof===S))k=P.propTypes;else return;if(k){var G=ue(P);yt(k,d.props,"prop",G,d)}else if(P.PropTypes!==void 0&&!Rn){Rn=!0;var re=ue(P);R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",re||"Unknown")}typeof P.getDefaultProps=="function"&&!P.getDefaultProps.isReactClassApproved&&R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Pr(d){{for(var P=Object.keys(d.props),k=0;k<P.length;k++){var G=P[k];if(G!=="children"&&G!=="key"){xt(d),R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",G),xt(null);break}}d.ref!==null&&(xt(d),R("Invalid attribute `ref` supplied to `React.Fragment`."),xt(null))}}function Ar(d,P,k,G,re,oe){{var ee=ne(d);if(!ee){var Q="";(d===void 0||typeof d=="object"&&d!==null&&Object.keys(d).length===0)&&(Q+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var Ne=Pi(re);Ne?Q+=Ne:Q+=Or();var Se;d===null?Se="null":Et(d)?Se="array":d!==void 0&&d.$$typeof===r?(Se="<"+(ue(d.type)||"Unknown")+" />",Q=" Did you accidentally export a JSX literal instead of a component?"):Se=typeof d,R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Se,Q)}var xe=Ri(d,P,k,re,oe);if(xe==null)return xe;if(ee){var Ye=P.children;if(Ye!==void 0)if(G)if(Et(Ye)){for(var vt=0;vt<Ye.length;vt++)Rr(Ye[vt],d);Object.freeze&&Object.freeze(Ye)}else R("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Rr(Ye,d)}return d===o?Pr(xe):Ai(xe),xe}}function Ir(d,P,k){return Ar(d,P,k,!0)}function Ii(d,P,k){return Ar(d,P,k,!1)}var Li=Ii,Mi=Ir;fa.Fragment=o,fa.jsx=Li,fa.jsxs=Mi}()),fa}process.env.NODE_ENV==="production"?rl.exports=V_():rl.exports=X_();var $t=rl.exports;const J_=e=>$t.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:$t.jsx("path",{d:"M8.82 19.748c.001.245.075.486.214.69l.38 1.004c.117.172.573.312.758.41.185.097.391.148.601.148h2.454c.21 0 .417-.05.601-.148.185-.098.621-.238.737-.41l.402-1.003c.138-.205.213-.445.213-.691l.001-1.498H8.82l.002 1.498ZM5 8.875c0 1.733.654 3.314 1.732 4.522.658.737 1.685 2.275 2.077 3.573l.004.03h6.374l.004-.03c.392-1.298 1.42-2.836 2.076-3.573A6.766 6.766 0 0 0 19 8.875C19 5.07 15.854 1.988 11.978 2 7.921 2.012 5 5.241 5 8.875Z",fill:"currentColor"})}),Z_=e=>$t.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:$t.jsx("path",{d:"M4.497 5.361a.5.5 0 0 0 0 .707L10.429 12l-5.932 5.932a.5.5 0 0 0 0 .707l.864.864a.5.5 0 0 0 .707 0L12 13.571l5.932 5.932a.5.5 0 0 0 .707 0l.864-.864a.5.5 0 0 0 0-.707L13.571 12l5.932-5.932a.5.5 0 0 0 0-.707l-.864-.864a.5.5 0 0 0-.707 0L12 10.429 6.068 4.497a.5.5 0 0 0-.707 0l-.864.864Z",fill:"currentColor"})}),mu=e=>$t.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:$t.jsx("path",{d:"M11.701 18.797c.206.195.52.195.726 0l2.487-2.349-.008-.007 6.973-6.585a.58.58 0 0 0 0-.835l-2.045-1.932a.524.524 0 0 0-.726 0l-7.052 6.66-7.051-6.66a.524.524 0 0 0-.726 0L2.234 9.021a.58.58 0 0 0 0 .835l9.467 8.941Z",fill:"currentColor"})}),kd=e=>$t.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:$t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 21c5.523 0 10-4.477 10-10S16.523 1 11 1 1 5.477 1 11s4.477 10 10 10Zm0-14a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 1.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h.5v4h-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H12V8.5Z",fill:"currentColor"})}),Q_=e=>$t.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:$t.jsx("path",{d:"M18.797 12.299a.524.524 0 0 0 0-.726l-2.349-2.487-.007.008L9.856 2.12a.58.58 0 0 0-.835 0L7.089 4.166a.524.524 0 0 0 0 .726l6.66 7.051-6.66 7.053a.524.524 0 0 0 0 .725l1.932 2.045a.58.58 0 0 0 .835 0l8.941-9.467Z",fill:"currentColor"})}),eE=e=>$t.jsxs("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:[$t.jsx("path",{d:"M10 18h4V5h-4v13Z",fill:"#fff"}),$t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm1-15.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-7ZM11 17a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z",fill:"currentColor"})]}),tE=e=>$t.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",...e,children:$t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.953 3.53c-.393-.707-1.513-.707-1.906 0L2.114 19.612c-.354.638.16 1.388.953 1.388h17.866c.792 0 1.307-.75.953-1.388L12.953 3.53ZM11.508 8a.504.504 0 0 0-.507.531l.491 8A.505.505 0 0 0 12 17c.269 0 .49-.205.508-.469l.492-8A.504.504 0 0 0 12.492 8h-.984ZM12 20c.561 0 1.016-.448 1.016-1s-.455-1-1.016-1c-.561 0-1.016.448-1.016 1s.455 1 1.016 1Z",fill:"currentColor"})});var mh={exports:{}};/*!
58
54
  Copyright (c) 2018 Jed Watson.
59
55
  Licensed under the MIT License (MIT), see
60
56
  http://jedwatson.github.io/classnames
61
- */(function(e){(function(){var r={}.hasOwnProperty;function n(){for(var o=[],a=0;a<arguments.length;a++){var u=arguments[a];if(u){var c=typeof u;if(c==="string"||c==="number")o.push(u);else if(Array.isArray(u)){if(u.length){var f=n.apply(null,u);f&&o.push(f)}}else if(c==="object"){if(u.toString!==Object.prototype.toString&&!u.toString.toString().includes("[native code]")){o.push(u.toString());continue}for(var h in u)r.call(u,h)&&u[h]&&o.push(h)}}}return o.join(" ")}e.exports?(n.default=n,e.exports=n):window.classNames=n})()})(lh);var fh=lh.exports;const zt=Xp(fh);function Wr(){return Wr=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},Wr.apply(this,arguments)}const eE=["children","options"],Nd=["allowFullScreen","allowTransparency","autoComplete","autoFocus","autoPlay","cellPadding","cellSpacing","charSet","className","classId","colSpan","contentEditable","contextMenu","crossOrigin","encType","formAction","formEncType","formMethod","formNoValidate","formTarget","frameBorder","hrefLang","inputMode","keyParams","keyType","marginHeight","marginWidth","maxLength","mediaGroup","minLength","noValidate","radioGroup","readOnly","rowSpan","spellCheck","srcDoc","srcLang","srcSet","tabIndex","useMap"].reduce((e,r)=>(e[r.toLowerCase()]=r,e),{for:"htmlFor"}),$d={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},tE=["style","script"],nE=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,rE=/mailto:/i,iE=/\n{2,}$/,dh=/^( *>[^\n]+(\n[^\n]+)*\n*)+\n{2,}/,oE=/^ *> ?/gm,aE=/^ {2,}\n/,sE=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,ph=/^\s*(`{3,}|~{3,}) *(\S+)?([^\n]*?)?\n([\s\S]+?)\s*\1 *(?:\n *)*\n?/,hh=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,uE=/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,cE=/^(?:\n *)*\n/,lE=/\r\n?/g,fE=/^\[\^([^\]]+)](:.*)\n/,dE=/^\[\^([^\]]+)]/,pE=/\f/g,hE=/^\s*?\[(x|\s)\]/,vh=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,mh=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,gh=/^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/,tc=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?([^>]*)\/{0}>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/i,vE=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,yh=/^<!--[\s\S]*?(?:-->)/,mE=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,nc=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,gE=/^\{.*\}$/,yE=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,wE=/^<([^ >]+@[^ >]+)>/,bE=/^<([^ >]+:\/[^ >]+)>/,_E=/-([a-z])?/gi,wh=/^(.*\|?.*)\n *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*)\n?/,SE=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,EE=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,xE=/^\[([^\]]*)\] ?\[([^\]]*)\]/,OE=/(\[|\])/g,TE=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,CE=/\t/g,PE=/^ *\| */,RE=/(^ *\||\| *$)/g,AE=/ *$/,IE=/^ *:-+: *$/,LE=/^ *:-+ *$/,ME=/^ *-+: *$/,DE=/^([*_])\1((?:\[.*?\][([].*?[)\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~+.*?~+|.)*?)\1\1(?!\1)/,kE=/^([*_])((?:\[.*?\][([].*?[)\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~+.*?~+|.)*?)\1(?!\1|\w)/,NE=/^==((?:\[.*?\]|<.*?>(?:.*?<.*?>)?|`.*?`|.)*?)==/,$E=/^~~((?:\[.*?\]|<.*?>(?:.*?<.*?>)?|`.*?`|.)*?)~~/,jE=/^\\([^0-9A-Za-z\s])/,FE=/^[\s\S]+?(?=[^0-9A-Z\s\u00c0-\uffff&#;.()'"]|\d+\.|\n\n| {2,}\n|\w+:\S|$)/i,WE=/^\n+/,UE=/^([ \t]*)/,BE=/\\([^\\])/g,jd=/ *\n+$/,HE=/(?:^|\n)( *)$/,Cc="(?:\\d+\\.)",Pc="(?:[*+-])";function bh(e){return"( *)("+(e===1?Cc:Pc)+") +"}const _h=bh(1),Sh=bh(2);function Eh(e){return new RegExp("^"+(e===1?_h:Sh))}const zE=Eh(1),qE=Eh(2);function xh(e){return new RegExp("^"+(e===1?_h:Sh)+"[^\\n]*(?:\\n(?!\\1"+(e===1?Cc:Pc)+" )[^\\n]*)*(\\n|$)","gm")}const Oh=xh(1),Th=xh(2);function Ch(e){const r=e===1?Cc:Pc;return new RegExp("^( *)("+r+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+r+" (?!"+r+" ))\\n*|\\s*\\n*$)")}const Ph=Ch(1),Rh=Ch(2);function Fd(e,r){const n=r===1,o=n?Ph:Rh,a=n?Oh:Th,u=n?zE:qE;return{t(c,f,h){const m=HE.exec(h);return m&&(f.o||!f._&&!f.u)?o.exec(c=m[1]+c):null},i:$e.HIGH,l(c,f,h){const m=n?+c[2]:void 0,y=c[0].replace(iE,`
62
- `).match(a);let _=!1;return{p:y.map(function(O,v){const S=u.exec(O)[0].length,w=new RegExp("^ {1,"+S+"}","gm"),T=O.replace(w,"").replace(u,""),D=v===y.length-1,M=T.indexOf(`
57
+ */(function(e){(function(){var r={}.hasOwnProperty;function n(){for(var o=[],a=0;a<arguments.length;a++){var u=arguments[a];if(u){var l=typeof u;if(l==="string"||l==="number")o.push(u);else if(Array.isArray(u)){if(u.length){var f=n.apply(null,u);f&&o.push(f)}}else if(l==="object"){if(u.toString!==Object.prototype.toString&&!u.toString.toString().includes("[native code]")){o.push(u.toString());continue}for(var p in u)r.call(u,p)&&u[p]&&o.push(p)}}}return o.join(" ")}e.exports?(n.default=n,e.exports=n):window.classNames=n})()})(mh);var gh=mh.exports;const qt=nh(gh);function Kr(){return Kr=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},Kr.apply(this,arguments)}const nE=["children","options"];var $d,Nd;(function(e){e.blockQuote="0",e.breakLine="1",e.breakThematic="2",e.codeBlock="3",e.codeFenced="4",e.codeInline="5",e.footnote="6",e.footnoteReference="7",e.gfmTask="8",e.heading="9",e.headingSetext="10",e.htmlBlock="11",e.htmlComment="12",e.htmlSelfClosing="13",e.image="14",e.link="15",e.linkAngleBraceStyleDetector="16",e.linkBareUrlDetector="17",e.linkMailtoDetector="18",e.newlineCoalescer="19",e.orderedList="20",e.paragraph="21",e.ref="22",e.refImage="23",e.refLink="24",e.table="25",e.tableSeparator="26",e.text="27",e.textBolded="28",e.textEmphasized="29",e.textEscaped="30",e.textMarked="31",e.textStrikethroughed="32",e.unorderedList="33"})($d||($d={})),function(e){e[e.MAX=0]="MAX",e[e.HIGH=1]="HIGH",e[e.MED=2]="MED",e[e.LOW=3]="LOW",e[e.MIN=4]="MIN"}(Nd||(Nd={}));const jd=["allowFullScreen","allowTransparency","autoComplete","autoFocus","autoPlay","cellPadding","cellSpacing","charSet","className","classId","colSpan","contentEditable","contextMenu","crossOrigin","encType","formAction","formEncType","formMethod","formNoValidate","formTarget","frameBorder","hrefLang","inputMode","keyParams","keyType","marginHeight","marginWidth","maxLength","mediaGroup","minLength","noValidate","radioGroup","readOnly","rowSpan","spellCheck","srcDoc","srcLang","srcSet","tabIndex","useMap"].reduce((e,r)=>(e[r.toLowerCase()]=r,e),{for:"htmlFor"}),Fd={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},rE=["style","script"],iE=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,oE=/mailto:/i,aE=/\n{2,}$/,yh=/^( *>[^\n]+(\n[^\n]+)*\n*)+\n{2,}/,sE=/^ *> ?/gm,uE=/^ {2,}\n/,lE=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,bh=/^\s*(`{3,}|~{3,}) *(\S+)?([^\n]*?)?\n([\s\S]+?)\s*\1 *(?:\n *)*\n?/,wh=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,cE=/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,fE=/^(?:\n *)*\n/,dE=/\r\n?/g,pE=/^\[\^([^\]]+)](:.*)\n/,hE=/^\[\^([^\]]+)]/,vE=/\f/g,mE=/^---[ \t]*\n(.|\n)*\n---[ \t]*\n/,gE=/^\s*?\[(x|\s)\]/,Sh=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,_h=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,Eh=/^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/,il=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?([^>]*)\/{0}>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/i,yE=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,xh=/^<!--[\s\S]*?(?:-->)/,bE=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,ol=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,wE=/^\{.*\}$/,SE=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,_E=/^<([^ >]+@[^ >]+)>/,EE=/^<([^ >]+:\/[^ >]+)>/,xE=/-([a-z])?/gi,Oh=/^(.*\|?.*)\n *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*)\n?/,OE=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,TE=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,CE=/^\[([^\]]*)\] ?\[([^\]]*)\]/,RE=/(\[|\])/g,PE=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,AE=/\t/g,IE=/^ *\| */,LE=/(^ *\||\| *$)/g,ME=/ *$/,DE=/^ *:-+: *$/,kE=/^ *:-+ *$/,$E=/^ *-+: *$/,NE=/^([*_])\1((?:\[.*?\][([].*?[)\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~+.*?~+|.)*?)\1\1(?!\1)/,jE=/^([*_])((?:\[.*?\][([].*?[)\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~+.*?~+|.)*?)\1(?!\1|\w)/,FE=/^==((?:\[.*?\]|<.*?>(?:.*?<.*?>)?|`.*?`|.)*?)==/,WE=/^~~((?:\[.*?\]|<.*?>(?:.*?<.*?>)?|`.*?`|.)*?)~~/,UE=/^\\([^0-9A-Za-z\s])/,BE=/^[\s\S]+?(?=[^0-9A-Z\s\u00c0-\uffff&#;.()'"]|\d+\.|\n\n| {2,}\n|\w+:\S|$)/i,HE=/^\n+/,zE=/^([ \t]*)/,qE=/\\([^\\])/g,Wd=/ *\n+$/,KE=/(?:^|\n)( *)$/,Al="(?:\\d+\\.)",Il="(?:[*+-])";function Th(e){return"( *)("+(e===1?Al:Il)+") +"}const Ch=Th(1),Rh=Th(2);function Ph(e){return new RegExp("^"+(e===1?Ch:Rh))}const YE=Ph(1),GE=Ph(2);function Ah(e){return new RegExp("^"+(e===1?Ch:Rh)+"[^\\n]*(?:\\n(?!\\1"+(e===1?Al:Il)+" )[^\\n]*)*(\\n|$)","gm")}const Ih=Ah(1),Lh=Ah(2);function Mh(e){const r=e===1?Al:Il;return new RegExp("^( *)("+r+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+r+" (?!"+r+" ))\\n*|\\s*\\n*$)")}const Dh=Mh(1),kh=Mh(2);function Ud(e,r){const n=r===1,o=n?Dh:kh,a=n?Ih:Lh,u=n?YE:GE;return{match(l,f,p){const y=KE.exec(p);return y&&(f.list||!f.inline&&!f.simple)?o.exec(l=y[1]+l):null},order:1,parse(l,f,p){const y=n?+l[2]:void 0,g=l[0].replace(aE,`
58
+ `).match(a);let S=!1;return{items:g.map(function(T,v){const E=u.exec(T)[0].length,b=new RegExp("^ {1,"+E+"}","gm"),O=T.replace(b,"").replace(u,""),D=v===g.length-1,R=O.indexOf(`
63
59
 
64
- `)!==-1||D&&_;_=M;const P=h._,k=h.o;let x;h.o=!0,M?(h._=!1,x=T.replace(jd,`
60
+ `)!==-1||D&&S;S=R;const M=p.inline,$=p.list;let x;p.list=!0,R?(p.inline=!1,x=O.replace(Wd,`
65
61
 
66
- `)):(h._=!0,x=T.replace(jd,""));const W=f(x,h);return h._=P,h.o=k,W}),m:n,g:m}},h:(c,f,h)=>e(c.m?"ol":"ul",{key:h.k,start:c.g},c.p.map(function(m,y){return e("li",{key:y},f(m,h))}))}}const KE=/^\[([^\]]*)]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,GE=/^!\[([^\]]*)]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,Ah=[dh,ph,hh,vh,gh,mh,yh,wh,Oh,Ph,Th,Rh],YE=[...Ah,/^[^\n]+(?: \n|\n{2,})/,tc,nc];function XE(e){return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g,"a").replace(/[çÇ]/g,"c").replace(/[ðÐ]/g,"d").replace(/[ÈÉÊËéèêë]/g,"e").replace(/[ÏïÎîÍíÌì]/g,"i").replace(/[Ññ]/g,"n").replace(/[øØœŒÕõÔôÓóÒò]/g,"o").replace(/[ÜüÛûÚúÙù]/g,"u").replace(/[ŸÿÝý]/g,"y").replace(/[^a-z0-9- ]/gi,"").replace(/ /gi,"-").toLowerCase()}function VE(e){return ME.test(e)?"right":IE.test(e)?"center":LE.test(e)?"left":null}function Wd(e,r,n){const o=n.$;n.$=!0;const a=r(e.trim(),n);n.$=o;let u=[[]];return a.forEach(function(c,f){c.type==="tableSeparator"?f!==0&&f!==a.length-1&&u.push([]):(c.type!=="text"||a[f+1]!=null&&a[f+1].type!=="tableSeparator"||(c.v=c.v.replace(AE,"")),u[u.length-1].push(c))}),u}function JE(e,r,n){n._=!0;const o=Wd(e[1],r,n),a=e[2].replace(RE,"").split("|").map(VE),u=function(c,f,h){return c.trim().split(`
67
- `).map(function(m){return Wd(m,f,h)})}(e[3],r,n);return n._=!1,{S:a,A:u,L:o,type:"table"}}function Ud(e,r){return e.S[r]==null?{}:{textAlign:e.S[r]}}function lr(e){return function(r,n){return n._?e.exec(r):null}}function fr(e){return function(r,n){return n._||n.u?e.exec(r):null}}function Xn(e){return function(r,n){return n._||n.u?null:e.exec(r)}}function Yi(e){return function(r){return e.exec(r)}}function ZE(e,r,n){if(r._||r.u||n&&!n.endsWith(`
62
+ `)):(p.inline=!0,x=O.replace(Wd,""));const j=f(x,p);return p.inline=M,p.list=$,j}),ordered:n,start:y}},render:(l,f,p)=>e(l.ordered?"ol":"ul",{key:p.key,start:l.type==="20"?l.start:void 0},l.items.map(function(y,g){return e("li",{key:g},f(y,p))}))}}const VE=/^\[([^\]]*)]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,XE=/^!\[([^\]]*)]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,$h=[yh,bh,wh,Sh,Eh,_h,xh,Oh,Ih,Dh,Lh,kh],JE=[...$h,/^[^\n]+(?: \n|\n{2,})/,il,ol];function ZE(e){return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g,"a").replace(/[çÇ]/g,"c").replace(/[ðÐ]/g,"d").replace(/[ÈÉÊËéèêë]/g,"e").replace(/[ÏïÎîÍíÌì]/g,"i").replace(/[Ññ]/g,"n").replace(/[øØœŒÕõÔôÓóÒò]/g,"o").replace(/[ÜüÛûÚúÙù]/g,"u").replace(/[ŸÿÝý]/g,"y").replace(/[^a-z0-9- ]/gi,"").replace(/ /gi,"-").toLowerCase()}function QE(e){return $E.test(e)?"right":DE.test(e)?"center":kE.test(e)?"left":null}function Bd(e,r,n){const o=n.inTable;n.inTable=!0;const a=r(e.trim(),n);n.inTable=o;let u=[[]];return a.forEach(function(l,f){l.type==="26"?f!==0&&f!==a.length-1&&u.push([]):(l.type!=="27"||a[f+1]!=null&&a[f+1].type!=="26"||(l.text=l.text.replace(ME,"")),u[u.length-1].push(l))}),u}function ex(e,r,n){n.inline=!0;const o=Bd(e[1],r,n),a=e[2].replace(LE,"").split("|").map(QE),u=function(l,f,p){return l.trim().split(`
63
+ `).map(function(y){return Bd(y,f,p)})}(e[3],r,n);return n.inline=!1,{align:a,cells:u,header:o,type:"25"}}function Hd(e,r){return e.align[r]==null?{}:{textAlign:e.align[r]}}function fr(e){return function(r,n){return n.inline?e.exec(r):null}}function dr(e){return function(r,n){return n.inline||n.simple?e.exec(r):null}}function Zn(e){return function(r,n){return n.inline||n.simple?null:e.exec(r)}}function Qi(e){return function(r){return e.exec(r)}}function tx(e,r,n){if(r.inline||r.simple||n&&!n.endsWith(`
68
64
  `))return null;let o="";e.split(`
69
- `).every(u=>!Ah.some(c=>c.test(u))&&(o+=u+`
70
- `,u.trim()));const a=o.trimEnd();return a==""?null:[o,a]}function pi(e){try{if(decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"").match(/^\s*(javascript|vbscript|data(?!:image)):/i))return}catch{return null}return e}function Bd(e){return e.replace(BE,"$1")}function Pa(e,r,n){const o=n._||!1,a=n.u||!1;n._=!0,n.u=!0;const u=e(r,n);return n._=o,n.u=a,u}function QE(e,r,n){const o=n._||!1,a=n.u||!1;n._=!1,n.u=!0;const u=e(r,n);return n._=o,n.u=a,u}function ex(e,r,n){return n._=!1,e(r,n)}const mu=(e,r,n)=>({v:Pa(r,e[1],n)});function gu(){return{}}function yu(){return null}function tx(...e){return e.filter(Boolean).join(" ")}function wu(e,r,n){let o=e;const a=r.split(".");for(;a.length&&(o=o[a[0]],o!==void 0);)a.shift();return o||n}var $e;function nx(e,r={}){r.overrides=r.overrides||{},r.slugify=r.slugify||XE,r.namedCodesToUnicode=r.namedCodesToUnicode?Wr({},$d,r.namedCodesToUnicode):$d;const n=r.createElement||I.createElement;function o(v,S,...w){const T=wu(r.overrides,`${v}.props`,{});return n(function(D,M){const P=wu(M,D);return P?typeof P=="function"||typeof P=="object"&&"render"in P?P:wu(M,`${D}.component`,D):D}(v,r.overrides),Wr({},S,T,{className:tx(S==null?void 0:S.className,T.className)||void 0}),...w)}function a(v){let S=!1;r.forceInline?S=!0:r.forceBlock||(S=TE.test(v)===!1);const w=y(m(S?v:`${v.trimEnd().replace(WE,"")}
65
+ `).every(u=>!$h.some(l=>l.test(u))&&(o+=u+`
66
+ `,u.trim()));const a=o.trimEnd();return a==""?null:[o,a]}function hi(e){try{if(decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"").match(/^\s*(javascript|vbscript|data(?!:image)):/i))return}catch{return null}return e}function zd(e){return e.replace(qE,"$1")}function Ia(e,r,n){const o=n.inline||!1,a=n.simple||!1;n.inline=!0,n.simple=!0;const u=e(r,n);return n.inline=o,n.simple=a,u}function nx(e,r,n){const o=n.inline||!1,a=n.simple||!1;n.inline=!1,n.simple=!0;const u=e(r,n);return n.inline=o,n.simple=a,u}function rx(e,r,n){return n.inline=!1,e(r,n)}const gu=(e,r,n)=>({children:Ia(r,e[1],n)});function yu(){return{}}function bu(){return null}function ix(...e){return e.filter(Boolean).join(" ")}function wu(e,r,n){let o=e;const a=r.split(".");for(;a.length&&(o=o[a[0]],o!==void 0);)a.shift();return o||n}function ox(e,r={}){r.overrides=r.overrides||{},r.slugify=r.slugify||ZE,r.namedCodesToUnicode=r.namedCodesToUnicode?Kr({},Fd,r.namedCodesToUnicode):Fd;const n=r.createElement||A.createElement;function o(v,E,...b){const O=wu(r.overrides,`${v}.props`,{});return n(function(D,R){const M=wu(R,D);return M?typeof M=="function"||typeof M=="object"&&"render"in M?M:wu(R,`${D}.component`,D):D}(v,r.overrides),Kr({},E,O,{className:ix(E==null?void 0:E.className,O.className)||void 0}),...b)}function a(v){v=v.replace(mE,"");let E=!1;r.forceInline?E=!0:r.forceBlock||(E=PE.test(v)===!1);const b=g(y(E?v:`${v.trimEnd().replace(HE,"")}
71
67
 
72
- `,{_:S}));for(;typeof w[w.length-1]=="string"&&!w[w.length-1].trim();)w.pop();if(r.wrapper===null)return w;const T=r.wrapper||(S?"span":"div");let D;if(w.length>1||r.forceWrapper)D=w;else{if(w.length===1)return D=w[0],typeof D=="string"?o("span",{key:"outer"},D):D;D=null}return I.createElement(T,{key:"outer"},D)}function u(v){const S=v.match(nE);return S?S.reduce(function(w,T,D){const M=T.indexOf("=");if(M!==-1){const P=function(F){return F.indexOf("-")!==-1&&F.match(mE)===null&&(F=F.replace(_E,function($,Z){return Z.toUpperCase()})),F}(T.slice(0,M)).trim(),k=function(F){const $=F[0];return($==='"'||$==="'")&&F.length>=2&&F[F.length-1]===$?F.slice(1,-1):F}(T.slice(M+1).trim()),x=Nd[P]||P,W=w[x]=function(F,$){return F==="style"?$.split(/;\s?/).reduce(function(Z,ne){const we=ne.slice(0,ne.indexOf(":"));return Z[we.replace(/(-[a-z])/g,Me=>Me[1].toUpperCase())]=ne.slice(we.length+1).trim(),Z},{}):F==="href"?pi($):($.match(gE)&&($=$.slice(1,$.length-1)),$==="true"||$!=="false"&&$)}(P,k);typeof W=="string"&&(tc.test(W)||nc.test(W))&&(w[x]=I.cloneElement(a(W.trim()),{key:D}))}else T!=="style"&&(w[Nd[T]||T]=!0);return w},{}):null}const c=[],f={},h={blockQuote:{t:Xn(dh),i:$e.HIGH,l:(v,S,w)=>({v:S(v[0].replace(oE,""),w)}),h:(v,S,w)=>o("blockquote",{key:w.k},S(v.v,w))},breakLine:{t:Yi(aE),i:$e.HIGH,l:gu,h:(v,S,w)=>o("br",{key:w.k})},breakThematic:{t:Xn(sE),i:$e.HIGH,l:gu,h:(v,S,w)=>o("hr",{key:w.k})},codeBlock:{t:Xn(hh),i:$e.MAX,l:v=>({v:v[0].replace(/^ {4}/gm,"").replace(/\n+$/,""),M:void 0}),h:(v,S,w)=>o("pre",{key:w.k},o("code",Wr({},v.O,{className:v.M?`lang-${v.M}`:""}),v.v))},codeFenced:{t:Xn(ph),i:$e.MAX,l:v=>({O:u(v[3]||""),v:v[4],M:v[2]||void 0,type:"codeBlock"})},codeInline:{t:fr(uE),i:$e.LOW,l:v=>({v:v[2]}),h:(v,S,w)=>o("code",{key:w.k},v.v)},footnote:{t:Xn(fE),i:$e.MAX,l:v=>(c.push({I:v[2],j:v[1]}),{}),h:yu},footnoteReference:{t:lr(dE),i:$e.HIGH,l:v=>({v:v[1],B:`#${r.slugify(v[1])}`}),h:(v,S,w)=>o("a",{key:w.k,href:pi(v.B)},o("sup",{key:w.k},v.v))},gfmTask:{t:lr(hE),i:$e.HIGH,l:v=>({R:v[1].toLowerCase()==="x"}),h:(v,S,w)=>o("input",{checked:v.R,key:w.k,readOnly:!0,type:"checkbox"})},heading:{t:Xn(r.enforceAtxHeadings?mh:vh),i:$e.HIGH,l:(v,S,w)=>({v:Pa(S,v[2],w),T:r.slugify(v[2]),C:v[1].length}),h:(v,S,w)=>o(`h${v.C}`,{id:v.T,key:w.k},S(v.v,w))},headingSetext:{t:Xn(gh),i:$e.MAX,l:(v,S,w)=>({v:Pa(S,v[1],w),C:v[2]==="="?1:2,type:"heading"})},htmlComment:{t:Yi(yh),i:$e.HIGH,l:()=>({}),h:yu},image:{t:fr(GE),i:$e.HIGH,l:v=>({D:v[1],B:Bd(v[2]),F:v[3]}),h:(v,S,w)=>o("img",{key:w.k,alt:v.D||void 0,title:v.F||void 0,src:pi(v.B)})},link:{t:lr(KE),i:$e.LOW,l:(v,S,w)=>({v:QE(S,v[1],w),B:Bd(v[2]),F:v[3]}),h:(v,S,w)=>o("a",{key:w.k,href:pi(v.B),title:v.F},S(v.v,w))},linkAngleBraceStyleDetector:{t:lr(bE),i:$e.MAX,l:v=>({v:[{v:v[1],type:"text"}],B:v[1],type:"link"})},linkBareUrlDetector:{t:(v,S)=>S.N?null:lr(yE)(v,S),i:$e.MAX,l:v=>({v:[{v:v[1],type:"text"}],B:v[1],F:void 0,type:"link"})},linkMailtoDetector:{t:lr(wE),i:$e.MAX,l(v){let S=v[1],w=v[1];return rE.test(w)||(w="mailto:"+w),{v:[{v:S.replace("mailto:",""),type:"text"}],B:w,type:"link"}}},orderedList:Fd(o,1),unorderedList:Fd(o,2),newlineCoalescer:{t:Xn(cE),i:$e.LOW,l:gu,h:()=>`
73
- `},paragraph:{t:ZE,i:$e.LOW,l:mu,h:(v,S,w)=>o("p",{key:w.k},S(v.v,w))},ref:{t:lr(SE),i:$e.MAX,l:v=>(f[v[1]]={B:v[2],F:v[4]},{}),h:yu},refImage:{t:fr(EE),i:$e.MAX,l:v=>({D:v[1]||void 0,P:v[2]}),h:(v,S,w)=>o("img",{key:w.k,alt:v.D,src:pi(f[v.P].B),title:f[v.P].F})},refLink:{t:lr(xE),i:$e.MAX,l:(v,S,w)=>({v:S(v[1],w),Z:S(v[0].replace(OE,"\\$1"),w),P:v[2]}),h:(v,S,w)=>f[v.P]?o("a",{key:w.k,href:pi(f[v.P].B),title:f[v.P].F},S(v.v,w)):o("span",{key:w.k},S(v.Z,w))},table:{t:Xn(wh),i:$e.HIGH,l:JE,h:(v,S,w)=>o("table",{key:w.k},o("thead",null,o("tr",null,v.L.map(function(T,D){return o("th",{key:D,style:Ud(v,D)},S(T,w))}))),o("tbody",null,v.A.map(function(T,D){return o("tr",{key:D},T.map(function(M,P){return o("td",{key:P,style:Ud(v,P)},S(M,w))}))})))},tableSeparator:{t:function(v,S){return S.$?(S._=!0,PE.exec(v)):null},i:$e.HIGH,l:function(){return{type:"tableSeparator"}},h:()=>" | "},text:{t:Yi(FE),i:$e.MIN,l:v=>({v:v[0].replace(vE,(S,w)=>r.namedCodesToUnicode[w]?r.namedCodesToUnicode[w]:S)}),h:v=>v.v},textBolded:{t:fr(DE),i:$e.MED,l:(v,S,w)=>({v:S(v[2],w)}),h:(v,S,w)=>o("strong",{key:w.k},S(v.v,w))},textEmphasized:{t:fr(kE),i:$e.LOW,l:(v,S,w)=>({v:S(v[2],w)}),h:(v,S,w)=>o("em",{key:w.k},S(v.v,w))},textEscaped:{t:fr(jE),i:$e.HIGH,l:v=>({v:v[1],type:"text"})},textMarked:{t:fr(NE),i:$e.LOW,l:mu,h:(v,S,w)=>o("mark",{key:w.k},S(v.v,w))},textStrikethroughed:{t:fr($E),i:$e.LOW,l:mu,h:(v,S,w)=>o("del",{key:w.k},S(v.v,w))}};r.disableParsingRawHTML!==!0&&(h.htmlBlock={t:Yi(tc),i:$e.HIGH,l(v,S,w){const[,T]=v[3].match(UE),D=new RegExp(`^${T}`,"gm"),M=v[3].replace(D,""),P=(k=M,YE.some($=>$.test(k))?ex:Pa);var k;const x=v[1].toLowerCase(),W=tE.indexOf(x)!==-1;w.N=w.N||x==="a";const F=W?v[3]:P(S,M,w);return w.N=!1,{O:u(v[2]),v:F,G:W,H:W?x:v[1]}},h:(v,S,w)=>o(v.H,Wr({key:w.k},v.O),v.G?v.v:S(v.v,w))},h.htmlSelfClosing={t:Yi(nc),i:$e.HIGH,l:v=>({O:u(v[2]||""),H:v[1]}),h:(v,S,w)=>o(v.H,Wr({},v.O,{key:w.k}))});const m=function(v){let S=Object.keys(v);function w(T,D){let M=[],P="";for(;T;){let k=0;for(;k<S.length;){const x=S[k],W=v[x],F=W.t(T,D,P);if(F){const $=F[0];T=T.substring($.length);const Z=W.l(F,w,D);Z.type==null&&(Z.type=x),M.push(Z),P=$;break}k++}}return M}return S.sort(function(T,D){let M=v[T].i,P=v[D].i;return M!==P?M-P:T<D?-1:1}),function(T,D){return w(function(M){return M.replace(lE,`
74
- `).replace(pE,"").replace(CE," ")}(T),D)}}(h),y=(_=function(v){return function(S,w,T){return v[S.type].h(S,w,T)}}(h),function v(S,w={}){if(Array.isArray(S)){const T=w.k,D=[];let M=!1;for(let P=0;P<S.length;P++){w.k=P;const k=v(S[P],w),x=typeof k=="string";x&&M?D[D.length-1]+=k:k!==null&&D.push(k),M=x}return w.k=T,D}return _(S,v,w)});var _;const O=a(e);return c.length?o("div",null,O,o("footer",{key:"footer"},c.map(function(v){return o("div",{id:r.slugify(v.j),key:v.j},v.j,y(m(v.I,{_:!0})))}))):O}(function(e){e[e.MAX=0]="MAX",e[e.HIGH=1]="HIGH",e[e.MED=2]="MED",e[e.LOW=3]="LOW",e[e.MIN=4]="MIN"})($e||($e={}));const Da=e=>{let{children:r,options:n}=e,o=function(a,u){if(a==null)return{};var c,f,h={},m=Object.keys(a);for(f=0;f<m.length;f++)u.indexOf(c=m[f])>=0||(h[c]=a[c]);return h}(e,eE);return I.cloneElement(nx(r,n),o)},Hd=({kind:e,customIcon:r})=>{if(r)return B.jsx(r,{className:"mr-1 h-6 w-6 flex-none"});switch(e){case"error":case"danger":return B.jsx(ZS,{className:"flex-none h-6 w-6"});case"info":return B.jsx(B.Fragment,{children:B.jsx(kd,{className:"flex-none h-6 w-6"})});case"warning":return B.jsx(B.Fragment,{children:B.jsx(QS,{className:"flex-none h-6 w-6"})});case"message":return B.jsx(B.Fragment,{children:B.jsx(kd,{className:"flex-none h-6 w-6"})});default:return null}},rx=({id:e,onClose:r,kind:n,message:o,markdown:a,customIcon:u})=>{const c=({className:f}={})=>B.jsx("button",{onClick:r,className:zt("flex items-center justify-center p-1",f),children:B.jsx(VS,{className:"h-5 w-5 font-thin stroke-current"})});return B.jsx("div",{className:zt("relative flex items-center rounded-lg py-2 px-4 font-semibold",{"bg-yellow-100 text-yellow-400":n==="warning","bg-red-200 text-red-500":n==="danger"||n==="error","bg-blue-100 text-blue-900":n==="info","bg-green-200 text-green-500":n==="message"}),children:typeof o=="string"?B.jsxs("div",{className:"w-full flex items-center justify-between gap-x-3",children:[B.jsxs("div",{className:"flex items-center gap-1",children:[B.jsx(Hd,{kind:n,customIcon:u}),a?B.jsx(Da,{children:o}):B.jsx(B.Fragment,{children:o})]}),c()]}):B.jsxs("div",{className:"flex items-start",children:[B.jsx("div",{className:"flex flex-col gap-2 justify-between",children:o.filter(f=>f.messages.length>0).map(f=>B.jsxs(B.Fragment,{children:[B.jsxs("span",{className:"flex items-center gap-1 font-bold capitalize",children:[B.jsx(Hd,{kind:n,customIcon:u}),B.jsxs("span",{children:[f.title," :"]})]}),B.jsx("ul",{className:"list-disc px-12",children:f.messages.map(h=>B.jsx("li",{children:a?B.jsx(Da,{children:h}):B.jsx(B.Fragment,{children:h})}))})]}))}),c({className:"absolute top-1 right-1"})]})},e)},Ih=({children:e,size:r,className:n,...o})=>B.jsx("div",{style:{"--width":`${r||24}px`},className:zt("h-6 flex items-center pr-1 w-[--width]",n),...o,children:e});var ca,ix=new Uint8Array(16);function Lh(){if(!ca&&(ca=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto<"u"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto),!ca))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ca(ix)}const ox=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function za(e){return typeof e=="string"&&ox.test(e)}var _t=[];for(var bu=0;bu<256;++bu)_t.push((bu+256).toString(16).substr(1));function qa(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=(_t[e[r+0]]+_t[e[r+1]]+_t[e[r+2]]+_t[e[r+3]]+"-"+_t[e[r+4]]+_t[e[r+5]]+"-"+_t[e[r+6]]+_t[e[r+7]]+"-"+_t[e[r+8]]+_t[e[r+9]]+"-"+_t[e[r+10]]+_t[e[r+11]]+_t[e[r+12]]+_t[e[r+13]]+_t[e[r+14]]+_t[e[r+15]]).toLowerCase();if(!za(n))throw TypeError("Stringified UUID is invalid");return n}var zd,_u,Su=0,Eu=0;function ax(e,r,n){var o=r&&n||0,a=r||new Array(16);e=e||{};var u=e.node||zd,c=e.clockseq!==void 0?e.clockseq:_u;if(u==null||c==null){var f=e.random||(e.rng||Lh)();u==null&&(u=zd=[f[0]|1,f[1],f[2],f[3],f[4],f[5]]),c==null&&(c=_u=(f[6]<<8|f[7])&16383)}var h=e.msecs!==void 0?e.msecs:Date.now(),m=e.nsecs!==void 0?e.nsecs:Eu+1,y=h-Su+(m-Eu)/1e4;if(y<0&&e.clockseq===void 0&&(c=c+1&16383),(y<0||h>Su)&&e.nsecs===void 0&&(m=0),m>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Su=h,Eu=m,_u=c,h+=122192928e5;var _=((h&268435455)*1e4+m)%4294967296;a[o++]=_>>>24&255,a[o++]=_>>>16&255,a[o++]=_>>>8&255,a[o++]=_&255;var O=h/4294967296*1e4&268435455;a[o++]=O>>>8&255,a[o++]=O&255,a[o++]=O>>>24&15|16,a[o++]=O>>>16&255,a[o++]=c>>>8|128,a[o++]=c&255;for(var v=0;v<6;++v)a[o+v]=u[v];return r||qa(a)}function Mh(e){if(!za(e))throw TypeError("Invalid UUID");var r,n=new Uint8Array(16);return n[0]=(r=parseInt(e.slice(0,8),16))>>>24,n[1]=r>>>16&255,n[2]=r>>>8&255,n[3]=r&255,n[4]=(r=parseInt(e.slice(9,13),16))>>>8,n[5]=r&255,n[6]=(r=parseInt(e.slice(14,18),16))>>>8,n[7]=r&255,n[8]=(r=parseInt(e.slice(19,23),16))>>>8,n[9]=r&255,n[10]=(r=parseInt(e.slice(24,36),16))/1099511627776&255,n[11]=r/4294967296&255,n[12]=r>>>24&255,n[13]=r>>>16&255,n[14]=r>>>8&255,n[15]=r&255,n}function sx(e){e=unescape(encodeURIComponent(e));for(var r=[],n=0;n<e.length;++n)r.push(e.charCodeAt(n));return r}var ux="6ba7b810-9dad-11d1-80b4-00c04fd430c8",cx="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function Dh(e,r,n){function o(a,u,c,f){if(typeof a=="string"&&(a=sx(a)),typeof u=="string"&&(u=Mh(u)),u.length!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var h=new Uint8Array(16+a.length);if(h.set(u),h.set(a,u.length),h=n(h),h[6]=h[6]&15|r,h[8]=h[8]&63|128,c){f=f||0;for(var m=0;m<16;++m)c[f+m]=h[m];return c}return qa(h)}try{o.name=e}catch{}return o.DNS=ux,o.URL=cx,o}function lx(e){if(typeof e=="string"){var r=unescape(encodeURIComponent(e));e=new Uint8Array(r.length);for(var n=0;n<r.length;++n)e[n]=r.charCodeAt(n)}return fx(dx(px(e),e.length*8))}function fx(e){for(var r=[],n=e.length*32,o="0123456789abcdef",a=0;a<n;a+=8){var u=e[a>>5]>>>a%32&255,c=parseInt(o.charAt(u>>>4&15)+o.charAt(u&15),16);r.push(c)}return r}function kh(e){return(e+64>>>9<<4)+14+1}function dx(e,r){e[r>>5]|=128<<r%32,e[kh(r)-1]=r;for(var n=1732584193,o=-271733879,a=-1732584194,u=271733878,c=0;c<e.length;c+=16){var f=n,h=o,m=a,y=u;n=Tt(n,o,a,u,e[c],7,-680876936),u=Tt(u,n,o,a,e[c+1],12,-389564586),a=Tt(a,u,n,o,e[c+2],17,606105819),o=Tt(o,a,u,n,e[c+3],22,-1044525330),n=Tt(n,o,a,u,e[c+4],7,-176418897),u=Tt(u,n,o,a,e[c+5],12,1200080426),a=Tt(a,u,n,o,e[c+6],17,-1473231341),o=Tt(o,a,u,n,e[c+7],22,-45705983),n=Tt(n,o,a,u,e[c+8],7,1770035416),u=Tt(u,n,o,a,e[c+9],12,-1958414417),a=Tt(a,u,n,o,e[c+10],17,-42063),o=Tt(o,a,u,n,e[c+11],22,-1990404162),n=Tt(n,o,a,u,e[c+12],7,1804603682),u=Tt(u,n,o,a,e[c+13],12,-40341101),a=Tt(a,u,n,o,e[c+14],17,-1502002290),o=Tt(o,a,u,n,e[c+15],22,1236535329),n=Ct(n,o,a,u,e[c+1],5,-165796510),u=Ct(u,n,o,a,e[c+6],9,-1069501632),a=Ct(a,u,n,o,e[c+11],14,643717713),o=Ct(o,a,u,n,e[c],20,-373897302),n=Ct(n,o,a,u,e[c+5],5,-701558691),u=Ct(u,n,o,a,e[c+10],9,38016083),a=Ct(a,u,n,o,e[c+15],14,-660478335),o=Ct(o,a,u,n,e[c+4],20,-405537848),n=Ct(n,o,a,u,e[c+9],5,568446438),u=Ct(u,n,o,a,e[c+14],9,-1019803690),a=Ct(a,u,n,o,e[c+3],14,-187363961),o=Ct(o,a,u,n,e[c+8],20,1163531501),n=Ct(n,o,a,u,e[c+13],5,-1444681467),u=Ct(u,n,o,a,e[c+2],9,-51403784),a=Ct(a,u,n,o,e[c+7],14,1735328473),o=Ct(o,a,u,n,e[c+12],20,-1926607734),n=Pt(n,o,a,u,e[c+5],4,-378558),u=Pt(u,n,o,a,e[c+8],11,-2022574463),a=Pt(a,u,n,o,e[c+11],16,1839030562),o=Pt(o,a,u,n,e[c+14],23,-35309556),n=Pt(n,o,a,u,e[c+1],4,-1530992060),u=Pt(u,n,o,a,e[c+4],11,1272893353),a=Pt(a,u,n,o,e[c+7],16,-155497632),o=Pt(o,a,u,n,e[c+10],23,-1094730640),n=Pt(n,o,a,u,e[c+13],4,681279174),u=Pt(u,n,o,a,e[c],11,-358537222),a=Pt(a,u,n,o,e[c+3],16,-722521979),o=Pt(o,a,u,n,e[c+6],23,76029189),n=Pt(n,o,a,u,e[c+9],4,-640364487),u=Pt(u,n,o,a,e[c+12],11,-421815835),a=Pt(a,u,n,o,e[c+15],16,530742520),o=Pt(o,a,u,n,e[c+2],23,-995338651),n=Rt(n,o,a,u,e[c],6,-198630844),u=Rt(u,n,o,a,e[c+7],10,1126891415),a=Rt(a,u,n,o,e[c+14],15,-1416354905),o=Rt(o,a,u,n,e[c+5],21,-57434055),n=Rt(n,o,a,u,e[c+12],6,1700485571),u=Rt(u,n,o,a,e[c+3],10,-1894986606),a=Rt(a,u,n,o,e[c+10],15,-1051523),o=Rt(o,a,u,n,e[c+1],21,-2054922799),n=Rt(n,o,a,u,e[c+8],6,1873313359),u=Rt(u,n,o,a,e[c+15],10,-30611744),a=Rt(a,u,n,o,e[c+6],15,-1560198380),o=Rt(o,a,u,n,e[c+13],21,1309151649),n=Rt(n,o,a,u,e[c+4],6,-145523070),u=Rt(u,n,o,a,e[c+11],10,-1120210379),a=Rt(a,u,n,o,e[c+2],15,718787259),o=Rt(o,a,u,n,e[c+9],21,-343485551),n=pr(n,f),o=pr(o,h),a=pr(a,m),u=pr(u,y)}return[n,o,a,u]}function px(e){if(e.length===0)return[];for(var r=e.length*8,n=new Uint32Array(kh(r)),o=0;o<r;o+=8)n[o>>5]|=(e[o/8]&255)<<o%32;return n}function pr(e,r){var n=(e&65535)+(r&65535),o=(e>>16)+(r>>16)+(n>>16);return o<<16|n&65535}function hx(e,r){return e<<r|e>>>32-r}function Ka(e,r,n,o,a,u){return pr(hx(pr(pr(r,e),pr(o,u)),a),n)}function Tt(e,r,n,o,a,u,c){return Ka(r&n|~r&o,e,r,a,u,c)}function Ct(e,r,n,o,a,u,c){return Ka(r&o|n&~o,e,r,a,u,c)}function Pt(e,r,n,o,a,u,c){return Ka(r^n^o,e,r,a,u,c)}function Rt(e,r,n,o,a,u,c){return Ka(n^(r|~o),e,r,a,u,c)}var vx=Dh("v3",48,lx);const mx=vx;function gx(e,r,n){e=e||{};var o=e.random||(e.rng||Lh)();if(o[6]=o[6]&15|64,o[8]=o[8]&63|128,r){n=n||0;for(var a=0;a<16;++a)r[n+a]=o[a];return r}return qa(o)}function yx(e,r,n,o){switch(e){case 0:return r&n^~r&o;case 1:return r^n^o;case 2:return r&n^r&o^n&o;case 3:return r^n^o}}function xu(e,r){return e<<r|e>>>32-r}function wx(e){var r=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof e=="string"){var o=unescape(encodeURIComponent(e));e=[];for(var a=0;a<o.length;++a)e.push(o.charCodeAt(a))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);for(var u=e.length/4+2,c=Math.ceil(u/16),f=new Array(c),h=0;h<c;++h){for(var m=new Uint32Array(16),y=0;y<16;++y)m[y]=e[h*64+y*4]<<24|e[h*64+y*4+1]<<16|e[h*64+y*4+2]<<8|e[h*64+y*4+3];f[h]=m}f[c-1][14]=(e.length-1)*8/Math.pow(2,32),f[c-1][14]=Math.floor(f[c-1][14]),f[c-1][15]=(e.length-1)*8&4294967295;for(var _=0;_<c;++_){for(var O=new Uint32Array(80),v=0;v<16;++v)O[v]=f[_][v];for(var S=16;S<80;++S)O[S]=xu(O[S-3]^O[S-8]^O[S-14]^O[S-16],1);for(var w=n[0],T=n[1],D=n[2],M=n[3],P=n[4],k=0;k<80;++k){var x=Math.floor(k/20),W=xu(w,5)+yx(x,T,D,M)+P+r[x]+O[k]>>>0;P=M,M=D,D=xu(T,30)>>>0,T=w,w=W}n[0]=n[0]+w>>>0,n[1]=n[1]+T>>>0,n[2]=n[2]+D>>>0,n[3]=n[3]+M>>>0,n[4]=n[4]+P>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,n[0]&255,n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,n[1]&255,n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,n[2]&255,n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,n[3]&255,n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,n[4]&255]}var bx=Dh("v5",80,wx);const _x=bx,Sx="00000000-0000-0000-0000-000000000000";function Ex(e){if(!za(e))throw TypeError("Invalid UUID");return parseInt(e.substr(14,1),16)}const xx=Object.freeze(Object.defineProperty({__proto__:null,NIL:Sx,parse:Mh,stringify:qa,v1:ax,v3:mx,v4:gx,v5:_x,validate:za,version:Ex},Symbol.toStringTag,{value:"Module"})),Ox=A_(xx);function Rc(e,r){if(!e||!r||!e.length||!r.length)throw new Error("Bad alphabet");this.srcAlphabet=e,this.dstAlphabet=r}Rc.prototype.convert=function(e){var r,n,o,a={},u=this.srcAlphabet.length,c=this.dstAlphabet.length,f=e.length,h=typeof e=="string"?"":[];if(!this.isValid(e))throw new Error('Number "'+e+'" contains of non-alphabetic digits ('+this.srcAlphabet+")");if(this.srcAlphabet===this.dstAlphabet)return e;for(r=0;r<f;r++)a[r]=this.srcAlphabet.indexOf(e[r]);do{for(n=0,o=0,r=0;r<f;r++)n=n*u+a[r],n>=c?(a[o++]=parseInt(n/c,10),n=n%c):o>0&&(a[o++]=0);f=o,h=this.dstAlphabet.slice(n,n+1).concat(h)}while(o!==0);return h};Rc.prototype.isValid=function(e){for(var r=0;r<e.length;++r)if(this.srcAlphabet.indexOf(e[r])===-1)return!1;return!0};var Tx=Rc,Cx=Tx;function lo(e,r){var n=new Cx(e,r);return function(o){return n.convert(o)}}lo.BIN="01";lo.OCT="01234567";lo.DEC="0123456789";lo.HEX="0123456789abcdef";var Px=lo;const{v4:Ou}=Ox,la=Px,Tu="123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ",Rx="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'()*+-./:<=>?@[]^_`{|}~",Ax={consistentLength:!0};let Cu;const qd=(e,r,n)=>{const o=r(e.toLowerCase().replace(/-/g,""));return!n||!n.consistentLength?o:o.padStart(n.shortIdLength,n.paddingChar)},Ix=(e,r)=>{const o=r(e).padStart(32,"0").match(/(\w{8})(\w{4})(\w{4})(\w{4})(\w{12})/);return[o[1],o[2],o[3],o[4],o[5]].join("-")},Lx=e=>Math.ceil(Math.log(2**128)/Math.log(e));var Nh=(()=>{const e=(r,n)=>{const o=r||Tu,a={...Ax,...n};if([...new Set(Array.from(o))].length!==o.length)throw new Error("The provided Alphabet has duplicate characters resulting in unreliable results");const u=Lx(o.length),c={shortIdLength:u,consistentLength:a.consistentLength,paddingChar:o[0]},f=la(la.HEX,o),h=la(o,la.HEX),m=()=>qd(Ou(),f,c),y={new:m,generate:m,uuid:Ou,fromUUID:_=>qd(_,f,c),toUUID:_=>Ix(_,h),alphabet:o,maxLength:u};return Object.freeze(y),y};return e.constants={flickrBase58:Tu,cookieBase90:Rx},e.uuid=Ou,e.generate=()=>(Cu||(Cu=e(Tu).generate),Cu()),e})();const $h=({depth:e,height:r=24,width:n=14,showLines:o=!0})=>{const a=`indent_line_${Nh.generate()}`;return B.jsxs("svg",{viewBox:`0 0 ${12*e} 24`,width:`${12*e}`,height:r,children:[B.jsx("defs",{children:B.jsx("pattern",{id:a,x:"0",y:"0",width:n,height:r,patternUnits:"userSpaceOnUse",children:B.jsx("line",{x1:n/2,y1:"0",x2:n/2,y2:r,stroke:"rgba(255,255,255,0.4)"})})}),o?B.jsx("rect",{fill:`url(#${a})`,x:"0",y:"0",width:`${12*e}`,height:r}):B.jsx("rect",{fill:o?`url(#${a})`:"",x:"0",y:"0",width:0,height:r})]})},jh=({show:e,expanded:r,onClick:n,variant:o="arrow"})=>e?B.jsx("div",{className:"flex h-6 w-5 items-center",onClick:a=>n&&n(a),children:(()=>{switch(o){case"arrow":return B.jsx(vu,{className:zt(["h-3 w-3 transform text-grey-50 transition ease-in-out",{"rotate-0":r,"-rotate-90":!r}])});case"caret":return r?B.jsx(vu,{}):B.jsx(JS,{});default:return B.jsx(vu,{className:"h-3 w-3 transform text-grey-50 transition ease-in-out"})}})()}):B.jsx("div",{className:"flex h-6 w-3 items-center"}),Ac=({node:e,depth:r,expandedKeys:n,selectedKeys:o,actions:a,searchQuery:u,renderNode:c,onNodeClick:f})=>{var v;const{key:h,children:m}=e,y=q.useMemo(()=>({expanded:n.includes(e.key),selected:o.includes(e.key)}),[n,e.key,o]),_=c&&typeof c=="function"?c(e,r,y,a,u):kx(e,r,y,f);return!((v=e.options)!=null&&v.filterable)||!u||e.title.toLowerCase().includes(u.toLowerCase())?B.jsxs(B.Fragment,{children:[B.jsx("div",{className:"flex items-center space-x-2",children:_},h),Dx(m||[],r,u,n,o,y.expanded,a,f,c)]}):null},Mx=function(e,r){var c;const{title:n,icon:o,subtitle:a}=e;let u=null;return o&&(u=B.jsx(Ih,{children:o})),B.jsxs("div",{className:"flex flex-1 select-none items-center overflow-hidden text-ellipsis whitespace-nowrap",draggable:(c=e.options)==null?void 0:c.draggable,onClick:()=>{r&&r(e)},children:[u,B.jsx("div",{style:{lineHeight:"24px",fontSize:11},children:n}),a&&B.jsx("div",{className:"mx-1 min-w-0 text-xxs italic text-fd-gray-mild",children:a})]})},Dx=function(e,r,n,o,a,u,c,f,h){return e.length&&u?e.map(m=>B.jsx(Ac,{actions:c,node:m,searchQuery:n,depth:r+1,expandedKeys:o,selectedKeys:a,onNodeClick:f,renderNode:h},m.key)):null},kx=function(e,r,n,o){return B.jsxs(B.Fragment,{children:[B.jsx($h,{showLines:!0,depth:r}),B.jsx(jh,{show:e.children&&e.children.length>0||!1,expanded:n.expanded}),Mx(e,o)]})},fa=e=>r=>e===r,Nx=function({treeData:r,renderNode:n,onNodeClick:o,onExpandNode:a,searchQuery:u,expandedKeys:c,expandCondition:f="always",encapsulated:h}){const[m,y]=q.useState(()=>({expandedKeys:c||[],selectedKeys:[]}));q.useEffect(()=>{f==="when-collapsed"&&m.expandedKeys.length>0||y({...m,expandedKeys:c||m.expandedKeys})},[c]);const _=q.useCallback(T=>{if(!T)return;const D=m.expandedKeys.findIndex(fa(T.key));let M=[];D===-1?(M=[...m.expandedKeys,T.key],y(()=>({...m,expandedKeys:M})),a&&a(M)):(M=m.expandedKeys.filter(P=>P!==T.key),y(()=>({...m,expandedKeys:M})),a&&a(M))},[m]),O=q.useCallback(T=>{var M;if(!((M=T==null?void 0:T.options)!=null&&M.selectable))return;m.selectedKeys.findIndex(fa(T.key))===-1&&y({...m,selectedKeys:[...m.selectedKeys,T.key]})},[m]),v=q.useCallback(T=>{var M;if(!((M=T==null?void 0:T.options)!=null&&M.selectable))return;m.selectedKeys.findIndex(fa(T.key))===-1&&y({...m,selectedKeys:[T.key]})},[m]),S=q.useCallback(T=>{var M;if(!((M=T==null?void 0:T.options)!=null&&M.selectable)){y({...m,selectedKeys:[]});return}m.selectedKeys.findIndex(fa(T.key))!==-1&&y({...m,selectedKeys:m.selectedKeys.filter(P=>P!==T.key)})},[m]),w=q.useMemo(()=>({expand:_,select:O,selectSingle:v,deselect:S}),[S,_,O,v]);return B.jsx("div",{className:zt("fd-tree",{"mb-1 rounded border bg-grey-900 p-1":h}),children:r.map(T=>B.jsx(Ac,{node:T,searchQuery:u||"",depth:0,expandedKeys:m.expandedKeys,selectedKeys:m.selectedKeys,actions:w,renderNode:n,onNodeClick:o},T.key))})};function $x(e){return e.of&&e.children?B.jsx(B.Fragment,{children:e.children}):null}function gt(){return gt=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},gt.apply(this,arguments)}function Fh(e){var r=Object.create(null);return function(n){return r[n]===void 0&&(r[n]=e(n)),r[n]}}var jx=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Fx=Fh(function(e){return jx.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),Wx=!0;function Ux(e,r,n){var o="";return n.split(" ").forEach(function(a){e[a]!==void 0?r.push(e[a]+";"):o+=a+" "}),o}var Wh=function(r,n,o){var a=r.key+"-"+n.name;(o===!1||Wx===!1)&&r.registered[a]===void 0&&(r.registered[a]=n.styles)},Bx=function(r,n,o){Wh(r,n,o);var a=r.key+"-"+n.name;if(r.inserted[n.name]===void 0){var u=n;do r.insert(n===u?"."+a:"",u,r.sheet,!0),u=u.next;while(u!==void 0)}};function Hx(e){for(var r=0,n,o=0,a=e.length;a>=4;++o,a-=4)n=e.charCodeAt(o)&255|(e.charCodeAt(++o)&255)<<8|(e.charCodeAt(++o)&255)<<16|(e.charCodeAt(++o)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,r=(n&65535)*1540483477+((n>>>16)*59797<<16)^(r&65535)*1540483477+((r>>>16)*59797<<16);switch(a){case 3:r^=(e.charCodeAt(o+2)&255)<<16;case 2:r^=(e.charCodeAt(o+1)&255)<<8;case 1:r^=e.charCodeAt(o)&255,r=(r&65535)*1540483477+((r>>>16)*59797<<16)}return r^=r>>>13,r=(r&65535)*1540483477+((r>>>16)*59797<<16),((r^r>>>15)>>>0).toString(36)}var zx={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Kd=`You have illegal escape sequence in your template literal, most likely inside content's property value.
68
+ `,{inline:E}));for(;typeof b[b.length-1]=="string"&&!b[b.length-1].trim();)b.pop();if(r.wrapper===null)return b;const O=r.wrapper||(E?"span":"div");let D;if(b.length>1||r.forceWrapper)D=b;else{if(b.length===1)return D=b[0],typeof D=="string"?o("span",{key:"outer"},D):D;D=null}return A.createElement(O,{key:"outer"},D)}function u(v){const E=v.match(iE);return E?E.reduce(function(b,O,D){const R=O.indexOf("=");if(R!==-1){const M=function(F){return F.indexOf("-")!==-1&&F.match(bE)===null&&(F=F.replace(xE,function(B,J){return J.toUpperCase()})),F}(O.slice(0,R)).trim(),$=function(F){const B=F[0];return(B==='"'||B==="'")&&F.length>=2&&F[F.length-1]===B?F.slice(1,-1):F}(O.slice(R+1).trim()),x=jd[M]||M,j=b[x]=function(F,B){return F==="style"?B.split(/;\s?/).reduce(function(J,ne){const we=ne.slice(0,ne.indexOf(":"));return J[we.replace(/(-[a-z])/g,Ae=>Ae[1].toUpperCase())]=ne.slice(we.length+1).trim(),J},{}):F==="href"||F==="src"?hi(B):(B.match(wE)&&(B=B.slice(1,B.length-1)),B==="true"||B!=="false"&&B)}(M,$);typeof j=="string"&&(il.test(j)||ol.test(j))&&(b[x]=A.cloneElement(a(j.trim()),{key:D}))}else O!=="style"&&(b[jd[O]||O]=!0);return b},{}):null}const l=[],f={},p={0:{match:Zn(yh),order:1,parse:(v,E,b)=>({children:E(v[0].replace(sE,""),b)}),render:(v,E,b)=>o("blockquote",{key:b.key},E(v.children,b))},1:{match:Qi(uE),order:1,parse:yu,render:(v,E,b)=>o("br",{key:b.key})},2:{match:Zn(lE),order:1,parse:yu,render:(v,E,b)=>o("hr",{key:b.key})},3:{match:Zn(wh),order:0,parse:v=>({lang:void 0,text:v[0].replace(/^ {4}/gm,"").replace(/\n+$/,"")}),render:(v,E,b)=>o("pre",{key:b.key},o("code",Kr({},v.attrs,{className:v.lang?`lang-${v.lang}`:""}),v.text))},4:{match:Zn(bh),order:0,parse:v=>({attrs:u(v[3]||""),lang:v[2]||void 0,text:v[4],type:"3"})},5:{match:dr(cE),order:3,parse:v=>({text:v[2]}),render:(v,E,b)=>o("code",{key:b.key},v.text)},6:{match:Zn(pE),order:0,parse:v=>(l.push({footnote:v[2],identifier:v[1]}),{}),render:bu},7:{match:fr(hE),order:1,parse:v=>({target:`#${r.slugify(v[1])}`,text:v[1]}),render:(v,E,b)=>o("a",{key:b.key,href:hi(v.target)},o("sup",{key:b.key},v.text))},8:{match:fr(gE),order:1,parse:v=>({completed:v[1].toLowerCase()==="x"}),render:(v,E,b)=>o("input",{checked:v.completed,key:b.key,readOnly:!0,type:"checkbox"})},9:{match:Zn(r.enforceAtxHeadings?_h:Sh),order:1,parse:(v,E,b)=>({children:Ia(E,v[2],b),id:r.slugify(v[2]),level:v[1].length}),render:(v,E,b)=>o(`h${v.level}`,{id:v.id,key:b.key},E(v.children,b))},10:{match:Zn(Eh),order:0,parse:(v,E,b)=>({children:Ia(E,v[1],b),level:v[2]==="="?1:2,type:"9"})},11:{match:Qi(il),order:1,parse(v,E,b){const[,O]=v[3].match(zE),D=new RegExp(`^${O}`,"gm"),R=v[3].replace(D,""),M=($=R,JE.some(B=>B.test($))?rx:Ia);var $;const x=v[1].toLowerCase(),j=rE.indexOf(x)!==-1,F={attrs:u(v[2]),noInnerParse:j,tag:j?x:v[1]};return b.inAnchor=b.inAnchor||x==="a",j?F.text=v[3]:F.children=M(E,R,b),b.inAnchor=!1,F},render:(v,E,b)=>o(v.tag,Kr({key:b.key},v.attrs),v.text||E(v.children,b))},13:{match:Qi(ol),order:1,parse:v=>({attrs:u(v[2]||""),tag:v[1]}),render:(v,E,b)=>o(v.tag,Kr({},v.attrs,{key:b.key}))},12:{match:Qi(xh),order:1,parse:()=>({}),render:bu},14:{match:dr(XE),order:1,parse:v=>({alt:v[1],target:zd(v[2]),title:v[3]}),render:(v,E,b)=>o("img",{key:b.key,alt:v.alt||void 0,title:v.title||void 0,src:hi(v.target)})},15:{match:fr(VE),order:3,parse:(v,E,b)=>({children:nx(E,v[1],b),target:zd(v[2]),title:v[3]}),render:(v,E,b)=>o("a",{key:b.key,href:hi(v.target),title:v.title},E(v.children,b))},16:{match:fr(EE),order:0,parse:v=>({children:[{text:v[1],type:"27"}],target:v[1],type:"15"})},17:{match:(v,E)=>E.inAnchor?null:fr(SE)(v,E),order:0,parse:v=>({children:[{text:v[1],type:"27"}],target:v[1],title:void 0,type:"15"})},18:{match:fr(_E),order:0,parse(v){let E=v[1],b=v[1];return oE.test(b)||(b="mailto:"+b),{children:[{text:E.replace("mailto:",""),type:"27"}],target:b,type:"15"}}},20:Ud(o,1),33:Ud(o,2),19:{match:Zn(fE),order:3,parse:yu,render:()=>`
69
+ `},21:{match:tx,order:3,parse:gu,render:(v,E,b)=>o("p",{key:b.key},E(v.children,b))},22:{match:fr(OE),order:0,parse:v=>(f[v[1]]={target:v[2],title:v[4]},{}),render:bu},23:{match:dr(TE),order:0,parse:v=>({alt:v[1]||void 0,ref:v[2]}),render:(v,E,b)=>o("img",{key:b.key,alt:v.alt,src:hi(f[v.ref].target),title:f[v.ref].title})},24:{match:fr(CE),order:0,parse:(v,E,b)=>({children:E(v[1],b),fallbackChildren:E(v[0].replace(RE,"\\$1"),b),ref:v[2]}),render:(v,E,b)=>f[v.ref]?o("a",{key:b.key,href:hi(f[v.ref].target),title:f[v.ref].title},E(v.children,b)):o("span",{key:b.key},E(v.fallbackChildren,b))},25:{match:Zn(Oh),order:1,parse:ex,render:(v,E,b)=>o("table",{key:b.key},o("thead",null,o("tr",null,v.header.map(function(O,D){return o("th",{key:D,style:Hd(v,D)},E(O,b))}))),o("tbody",null,v.cells.map(function(O,D){return o("tr",{key:D},O.map(function(R,M){return o("td",{key:M,style:Hd(v,M)},E(R,b))}))})))},26:{match:function(v,E){return E.inTable?(E.inline=!0,IE.exec(v)):null},order:1,parse:function(){return{type:"26"}},render:()=>" | "},27:{match:Qi(BE),order:4,parse:v=>({text:v[0].replace(yE,(E,b)=>r.namedCodesToUnicode[b]?r.namedCodesToUnicode[b]:E)}),render:v=>v.text},28:{match:dr(NE),order:2,parse:(v,E,b)=>({children:E(v[2],b)}),render:(v,E,b)=>o("strong",{key:b.key},E(v.children,b))},29:{match:dr(jE),order:3,parse:(v,E,b)=>({children:E(v[2],b)}),render:(v,E,b)=>o("em",{key:b.key},E(v.children,b))},30:{match:dr(UE),order:1,parse:v=>({text:v[1],type:"27"})},31:{match:dr(FE),order:3,parse:gu,render:(v,E,b)=>o("mark",{key:b.key},E(v.children,b))},32:{match:dr(WE),order:3,parse:gu,render:(v,E,b)=>o("del",{key:b.key},E(v.children,b))}};r.disableParsingRawHTML===!0&&(delete p[11],delete p[13]);const y=function(v){let E=Object.keys(v);function b(O,D){let R=[],M="";for(;O;){let $=0;for(;$<E.length;){const x=E[$],j=v[x],F=j.match(O,D,M);if(F){const B=F[0];O=O.substring(B.length);const J=j.parse(F,b,D);J.type==null&&(J.type=x),R.push(J),M=B;break}$++}}return R}return E.sort(function(O,D){let R=v[O].order,M=v[D].order;return R!==M?R-M:1}),function(O,D){return b(function(R){return R.replace(dE,`
70
+ `).replace(vE,"").replace(AE," ")}(O),D)}}(p),g=(S=function(v,E){return function(b,O,D){const R=v[b.type].render;return E?E(()=>R(b,O,D),b,O,D):R(b,O,D)}}(p,r.renderRule),function v(E,b={}){if(Array.isArray(E)){const O=b.key,D=[];let R=!1;for(let M=0;M<E.length;M++){b.key=M;const $=v(E[M],b),x=typeof $=="string";x&&R?D[D.length-1]+=$:$!==null&&D.push($),R=x}return b.key=O,D}return S(E,v,b)});var S;const T=a(e);return l.length?o("div",null,T,o("footer",{key:"footer"},l.map(function(v){return o("div",{id:r.slugify(v.identifier),key:v.identifier},v.identifier,g(y(v.footnote,{inline:!0})))}))):T}const Na=e=>{let{children:r,options:n}=e,o=function(a,u){if(a==null)return{};var l,f,p={},y=Object.keys(a);for(f=0;f<y.length;f++)u.indexOf(l=y[f])>=0||(p[l]=a[l]);return p}(e,nE);return A.cloneElement(ox(r,n),o)},qd=({kind:e,customIcon:r})=>{if(r)return U.jsx(r,{className:"mr-1 h-6 w-6 flex-none"});switch(e){case"error":case"danger":return U.jsx(eE,{className:"flex-none h-6 w-6"});case"info":return U.jsx(U.Fragment,{children:U.jsx(kd,{className:"flex-none h-6 w-6"})});case"warning":return U.jsx(U.Fragment,{children:U.jsx(tE,{className:"flex-none h-6 w-6"})});case"message":return U.jsx(U.Fragment,{children:U.jsx(kd,{className:"flex-none h-6 w-6"})});default:return null}},ax=({id:e,onClose:r,kind:n,message:o,markdown:a,customIcon:u})=>{const l=({className:f}={})=>U.jsx("button",{onClick:r,className:qt("flex items-center justify-center p-1",f),children:U.jsx(Z_,{className:"h-5 w-5 font-thin stroke-current"})});return U.jsx("div",{className:qt("relative flex items-center rounded-lg py-2 px-4 font-semibold",{"bg-yellow-100 text-yellow-400":n==="warning","bg-red-200 text-red-500":n==="danger"||n==="error","bg-blue-100 text-blue-900":n==="info","bg-green-200 text-green-500":n==="message"}),children:typeof o=="string"?U.jsxs("div",{className:"w-full flex items-center justify-between gap-x-3",children:[U.jsxs("div",{className:"flex items-center gap-1",children:[U.jsx(qd,{kind:n,customIcon:u}),a?U.jsx(Na,{children:o}):U.jsx(U.Fragment,{children:o})]}),l()]}):U.jsxs("div",{className:"flex items-start",children:[U.jsx("div",{className:"flex flex-col gap-2 justify-between",children:o.filter(f=>f.messages.length>0).map(f=>U.jsxs(U.Fragment,{children:[U.jsxs("span",{className:"flex items-center gap-1 font-bold capitalize",children:[U.jsx(qd,{kind:n,customIcon:u}),U.jsxs("span",{children:[f.title," :"]})]}),U.jsx("ul",{className:"list-disc px-12",children:f.messages.map(p=>U.jsx("li",{children:a?U.jsx(Na,{children:p}):U.jsx(U.Fragment,{children:p})}))})]}))}),l({className:"absolute top-1 right-1"})]})},e)},Nh=({children:e,size:r,className:n,...o})=>U.jsx("div",{style:{"--width":`${r||24}px`},className:qt("h-6 flex items-center pr-1 w-[--width]",n),...o,children:e});var da,sx=new Uint8Array(16);function jh(){if(!da&&(da=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto<"u"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto),!da))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return da(sx)}const ux=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function Ga(e){return typeof e=="string"&&ux.test(e)}var St=[];for(var Su=0;Su<256;++Su)St.push((Su+256).toString(16).substr(1));function Va(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=(St[e[r+0]]+St[e[r+1]]+St[e[r+2]]+St[e[r+3]]+"-"+St[e[r+4]]+St[e[r+5]]+"-"+St[e[r+6]]+St[e[r+7]]+"-"+St[e[r+8]]+St[e[r+9]]+"-"+St[e[r+10]]+St[e[r+11]]+St[e[r+12]]+St[e[r+13]]+St[e[r+14]]+St[e[r+15]]).toLowerCase();if(!Ga(n))throw TypeError("Stringified UUID is invalid");return n}var Kd,_u,Eu=0,xu=0;function lx(e,r,n){var o=r&&n||0,a=r||new Array(16);e=e||{};var u=e.node||Kd,l=e.clockseq!==void 0?e.clockseq:_u;if(u==null||l==null){var f=e.random||(e.rng||jh)();u==null&&(u=Kd=[f[0]|1,f[1],f[2],f[3],f[4],f[5]]),l==null&&(l=_u=(f[6]<<8|f[7])&16383)}var p=e.msecs!==void 0?e.msecs:Date.now(),y=e.nsecs!==void 0?e.nsecs:xu+1,g=p-Eu+(y-xu)/1e4;if(g<0&&e.clockseq===void 0&&(l=l+1&16383),(g<0||p>Eu)&&e.nsecs===void 0&&(y=0),y>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Eu=p,xu=y,_u=l,p+=122192928e5;var S=((p&268435455)*1e4+y)%4294967296;a[o++]=S>>>24&255,a[o++]=S>>>16&255,a[o++]=S>>>8&255,a[o++]=S&255;var T=p/4294967296*1e4&268435455;a[o++]=T>>>8&255,a[o++]=T&255,a[o++]=T>>>24&15|16,a[o++]=T>>>16&255,a[o++]=l>>>8|128,a[o++]=l&255;for(var v=0;v<6;++v)a[o+v]=u[v];return r||Va(a)}function Fh(e){if(!Ga(e))throw TypeError("Invalid UUID");var r,n=new Uint8Array(16);return n[0]=(r=parseInt(e.slice(0,8),16))>>>24,n[1]=r>>>16&255,n[2]=r>>>8&255,n[3]=r&255,n[4]=(r=parseInt(e.slice(9,13),16))>>>8,n[5]=r&255,n[6]=(r=parseInt(e.slice(14,18),16))>>>8,n[7]=r&255,n[8]=(r=parseInt(e.slice(19,23),16))>>>8,n[9]=r&255,n[10]=(r=parseInt(e.slice(24,36),16))/1099511627776&255,n[11]=r/4294967296&255,n[12]=r>>>24&255,n[13]=r>>>16&255,n[14]=r>>>8&255,n[15]=r&255,n}function cx(e){e=unescape(encodeURIComponent(e));for(var r=[],n=0;n<e.length;++n)r.push(e.charCodeAt(n));return r}var fx="6ba7b810-9dad-11d1-80b4-00c04fd430c8",dx="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function Wh(e,r,n){function o(a,u,l,f){if(typeof a=="string"&&(a=cx(a)),typeof u=="string"&&(u=Fh(u)),u.length!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var p=new Uint8Array(16+a.length);if(p.set(u),p.set(a,u.length),p=n(p),p[6]=p[6]&15|r,p[8]=p[8]&63|128,l){f=f||0;for(var y=0;y<16;++y)l[f+y]=p[y];return l}return Va(p)}try{o.name=e}catch{}return o.DNS=fx,o.URL=dx,o}function px(e){if(typeof e=="string"){var r=unescape(encodeURIComponent(e));e=new Uint8Array(r.length);for(var n=0;n<r.length;++n)e[n]=r.charCodeAt(n)}return hx(vx(mx(e),e.length*8))}function hx(e){for(var r=[],n=e.length*32,o="0123456789abcdef",a=0;a<n;a+=8){var u=e[a>>5]>>>a%32&255,l=parseInt(o.charAt(u>>>4&15)+o.charAt(u&15),16);r.push(l)}return r}function Uh(e){return(e+64>>>9<<4)+14+1}function vx(e,r){e[r>>5]|=128<<r%32,e[Uh(r)-1]=r;for(var n=1732584193,o=-271733879,a=-1732584194,u=271733878,l=0;l<e.length;l+=16){var f=n,p=o,y=a,g=u;n=Ct(n,o,a,u,e[l],7,-680876936),u=Ct(u,n,o,a,e[l+1],12,-389564586),a=Ct(a,u,n,o,e[l+2],17,606105819),o=Ct(o,a,u,n,e[l+3],22,-1044525330),n=Ct(n,o,a,u,e[l+4],7,-176418897),u=Ct(u,n,o,a,e[l+5],12,1200080426),a=Ct(a,u,n,o,e[l+6],17,-1473231341),o=Ct(o,a,u,n,e[l+7],22,-45705983),n=Ct(n,o,a,u,e[l+8],7,1770035416),u=Ct(u,n,o,a,e[l+9],12,-1958414417),a=Ct(a,u,n,o,e[l+10],17,-42063),o=Ct(o,a,u,n,e[l+11],22,-1990404162),n=Ct(n,o,a,u,e[l+12],7,1804603682),u=Ct(u,n,o,a,e[l+13],12,-40341101),a=Ct(a,u,n,o,e[l+14],17,-1502002290),o=Ct(o,a,u,n,e[l+15],22,1236535329),n=Rt(n,o,a,u,e[l+1],5,-165796510),u=Rt(u,n,o,a,e[l+6],9,-1069501632),a=Rt(a,u,n,o,e[l+11],14,643717713),o=Rt(o,a,u,n,e[l],20,-373897302),n=Rt(n,o,a,u,e[l+5],5,-701558691),u=Rt(u,n,o,a,e[l+10],9,38016083),a=Rt(a,u,n,o,e[l+15],14,-660478335),o=Rt(o,a,u,n,e[l+4],20,-405537848),n=Rt(n,o,a,u,e[l+9],5,568446438),u=Rt(u,n,o,a,e[l+14],9,-1019803690),a=Rt(a,u,n,o,e[l+3],14,-187363961),o=Rt(o,a,u,n,e[l+8],20,1163531501),n=Rt(n,o,a,u,e[l+13],5,-1444681467),u=Rt(u,n,o,a,e[l+2],9,-51403784),a=Rt(a,u,n,o,e[l+7],14,1735328473),o=Rt(o,a,u,n,e[l+12],20,-1926607734),n=Pt(n,o,a,u,e[l+5],4,-378558),u=Pt(u,n,o,a,e[l+8],11,-2022574463),a=Pt(a,u,n,o,e[l+11],16,1839030562),o=Pt(o,a,u,n,e[l+14],23,-35309556),n=Pt(n,o,a,u,e[l+1],4,-1530992060),u=Pt(u,n,o,a,e[l+4],11,1272893353),a=Pt(a,u,n,o,e[l+7],16,-155497632),o=Pt(o,a,u,n,e[l+10],23,-1094730640),n=Pt(n,o,a,u,e[l+13],4,681279174),u=Pt(u,n,o,a,e[l],11,-358537222),a=Pt(a,u,n,o,e[l+3],16,-722521979),o=Pt(o,a,u,n,e[l+6],23,76029189),n=Pt(n,o,a,u,e[l+9],4,-640364487),u=Pt(u,n,o,a,e[l+12],11,-421815835),a=Pt(a,u,n,o,e[l+15],16,530742520),o=Pt(o,a,u,n,e[l+2],23,-995338651),n=At(n,o,a,u,e[l],6,-198630844),u=At(u,n,o,a,e[l+7],10,1126891415),a=At(a,u,n,o,e[l+14],15,-1416354905),o=At(o,a,u,n,e[l+5],21,-57434055),n=At(n,o,a,u,e[l+12],6,1700485571),u=At(u,n,o,a,e[l+3],10,-1894986606),a=At(a,u,n,o,e[l+10],15,-1051523),o=At(o,a,u,n,e[l+1],21,-2054922799),n=At(n,o,a,u,e[l+8],6,1873313359),u=At(u,n,o,a,e[l+15],10,-30611744),a=At(a,u,n,o,e[l+6],15,-1560198380),o=At(o,a,u,n,e[l+13],21,1309151649),n=At(n,o,a,u,e[l+4],6,-145523070),u=At(u,n,o,a,e[l+11],10,-1120210379),a=At(a,u,n,o,e[l+2],15,718787259),o=At(o,a,u,n,e[l+9],21,-343485551),n=hr(n,f),o=hr(o,p),a=hr(a,y),u=hr(u,g)}return[n,o,a,u]}function mx(e){if(e.length===0)return[];for(var r=e.length*8,n=new Uint32Array(Uh(r)),o=0;o<r;o+=8)n[o>>5]|=(e[o/8]&255)<<o%32;return n}function hr(e,r){var n=(e&65535)+(r&65535),o=(e>>16)+(r>>16)+(n>>16);return o<<16|n&65535}function gx(e,r){return e<<r|e>>>32-r}function Xa(e,r,n,o,a,u){return hr(gx(hr(hr(r,e),hr(o,u)),a),n)}function Ct(e,r,n,o,a,u,l){return Xa(r&n|~r&o,e,r,a,u,l)}function Rt(e,r,n,o,a,u,l){return Xa(r&o|n&~o,e,r,a,u,l)}function Pt(e,r,n,o,a,u,l){return Xa(r^n^o,e,r,a,u,l)}function At(e,r,n,o,a,u,l){return Xa(n^(r|~o),e,r,a,u,l)}var yx=Wh("v3",48,px);const bx=yx;function wx(e,r,n){e=e||{};var o=e.random||(e.rng||jh)();if(o[6]=o[6]&15|64,o[8]=o[8]&63|128,r){n=n||0;for(var a=0;a<16;++a)r[n+a]=o[a];return r}return Va(o)}function Sx(e,r,n,o){switch(e){case 0:return r&n^~r&o;case 1:return r^n^o;case 2:return r&n^r&o^n&o;case 3:return r^n^o}}function Ou(e,r){return e<<r|e>>>32-r}function _x(e){var r=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof e=="string"){var o=unescape(encodeURIComponent(e));e=[];for(var a=0;a<o.length;++a)e.push(o.charCodeAt(a))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);for(var u=e.length/4+2,l=Math.ceil(u/16),f=new Array(l),p=0;p<l;++p){for(var y=new Uint32Array(16),g=0;g<16;++g)y[g]=e[p*64+g*4]<<24|e[p*64+g*4+1]<<16|e[p*64+g*4+2]<<8|e[p*64+g*4+3];f[p]=y}f[l-1][14]=(e.length-1)*8/Math.pow(2,32),f[l-1][14]=Math.floor(f[l-1][14]),f[l-1][15]=(e.length-1)*8&4294967295;for(var S=0;S<l;++S){for(var T=new Uint32Array(80),v=0;v<16;++v)T[v]=f[S][v];for(var E=16;E<80;++E)T[E]=Ou(T[E-3]^T[E-8]^T[E-14]^T[E-16],1);for(var b=n[0],O=n[1],D=n[2],R=n[3],M=n[4],$=0;$<80;++$){var x=Math.floor($/20),j=Ou(b,5)+Sx(x,O,D,R)+M+r[x]+T[$]>>>0;M=R,R=D,D=Ou(O,30)>>>0,O=b,b=j}n[0]=n[0]+b>>>0,n[1]=n[1]+O>>>0,n[2]=n[2]+D>>>0,n[3]=n[3]+R>>>0,n[4]=n[4]+M>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,n[0]&255,n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,n[1]&255,n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,n[2]&255,n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,n[3]&255,n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,n[4]&255]}var Ex=Wh("v5",80,_x);const xx=Ex,Ox="00000000-0000-0000-0000-000000000000";function Tx(e){if(!Ga(e))throw TypeError("Invalid UUID");return parseInt(e.substr(14,1),16)}const Cx=Object.freeze(Object.defineProperty({__proto__:null,NIL:Ox,parse:Fh,stringify:Va,v1:lx,v3:bx,v4:wx,v5:xx,validate:Ga,version:Tx},Symbol.toStringTag,{value:"Module"})),Rx=LS(Cx);function Ll(e,r){if(!e||!r||!e.length||!r.length)throw new Error("Bad alphabet");this.srcAlphabet=e,this.dstAlphabet=r}Ll.prototype.convert=function(e){var r,n,o,a={},u=this.srcAlphabet.length,l=this.dstAlphabet.length,f=e.length,p=typeof e=="string"?"":[];if(!this.isValid(e))throw new Error('Number "'+e+'" contains of non-alphabetic digits ('+this.srcAlphabet+")");if(this.srcAlphabet===this.dstAlphabet)return e;for(r=0;r<f;r++)a[r]=this.srcAlphabet.indexOf(e[r]);do{for(n=0,o=0,r=0;r<f;r++)n=n*u+a[r],n>=l?(a[o++]=parseInt(n/l,10),n=n%l):o>0&&(a[o++]=0);f=o,p=this.dstAlphabet.slice(n,n+1).concat(p)}while(o!==0);return p};Ll.prototype.isValid=function(e){for(var r=0;r<e.length;++r)if(this.srcAlphabet.indexOf(e[r])===-1)return!1;return!0};var Px=Ll,Ax=Px;function vo(e,r){var n=new Ax(e,r);return function(o){return n.convert(o)}}vo.BIN="01";vo.OCT="01234567";vo.DEC="0123456789";vo.HEX="0123456789abcdef";var Ix=vo;const{v4:Tu}=Rx,pa=Ix,Cu="123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ",Lx="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'()*+-./:<=>?@[]^_`{|}~",Mx={consistentLength:!0};let Ru;const Yd=(e,r,n)=>{const o=r(e.toLowerCase().replace(/-/g,""));return!n||!n.consistentLength?o:o.padStart(n.shortIdLength,n.paddingChar)},Dx=(e,r)=>{const o=r(e).padStart(32,"0").match(/(\w{8})(\w{4})(\w{4})(\w{4})(\w{12})/);return[o[1],o[2],o[3],o[4],o[5]].join("-")},kx=e=>Math.ceil(Math.log(2**128)/Math.log(e));var Bh=(()=>{const e=(r,n)=>{const o=r||Cu,a={...Mx,...n};if([...new Set(Array.from(o))].length!==o.length)throw new Error("The provided Alphabet has duplicate characters resulting in unreliable results");const u=kx(o.length),l={shortIdLength:u,consistentLength:a.consistentLength,paddingChar:o[0]},f=pa(pa.HEX,o),p=pa(o,pa.HEX),y=()=>Yd(Tu(),f,l),g={new:y,generate:y,uuid:Tu,fromUUID:S=>Yd(S,f,l),toUUID:S=>Dx(S,p),alphabet:o,maxLength:u};return Object.freeze(g),g};return e.constants={flickrBase58:Cu,cookieBase90:Lx},e.uuid=Tu,e.generate=()=>(Ru||(Ru=e(Cu).generate),Ru()),e})();const Hh=({depth:e,height:r=24,width:n=14,showLines:o=!0})=>{const a=`indent_line_${Bh.generate()}`;return U.jsxs("svg",{viewBox:`0 0 ${12*e} 24`,width:`${12*e}`,height:r,children:[U.jsx("defs",{children:U.jsx("pattern",{id:a,x:"0",y:"0",width:n,height:r,patternUnits:"userSpaceOnUse",children:U.jsx("line",{x1:n/2,y1:"0",x2:n/2,y2:r,stroke:"rgba(255,255,255,0.4)"})})}),o?U.jsx("rect",{fill:`url(#${a})`,x:"0",y:"0",width:`${12*e}`,height:r}):U.jsx("rect",{fill:o?`url(#${a})`:"",x:"0",y:"0",width:0,height:r})]})},zh=({show:e,expanded:r,onClick:n,variant:o="arrow"})=>e?U.jsx("div",{className:"flex h-6 w-5 items-center",onClick:a=>n&&n(a),children:(()=>{switch(o){case"arrow":return U.jsx(mu,{className:qt(["h-3 w-3 transform text-grey-50 transition ease-in-out",{"rotate-0":r,"-rotate-90":!r}])});case"caret":return r?U.jsx(mu,{}):U.jsx(Q_,{});default:return U.jsx(mu,{className:"h-3 w-3 transform text-grey-50 transition ease-in-out"})}})()}):U.jsx("div",{className:"flex h-6 w-3 items-center"}),Ml=({node:e,depth:r,expandedKeys:n,selectedKeys:o,actions:a,searchQuery:u,renderNode:l,onNodeClick:f})=>{var v;const{key:p,children:y}=e,g=q.useMemo(()=>({expanded:n.includes(e.key),selected:o.includes(e.key)}),[n,e.key,o]),S=l&&typeof l=="function"?l(e,r,g,a,u):jx(e,r,g,f);return!((v=e.options)!=null&&v.filterable)||!u||e.title.toLowerCase().includes(u.toLowerCase())?U.jsxs(U.Fragment,{children:[U.jsx("div",{className:"flex items-center space-x-2",children:S},p),Nx(y||[],r,u,n,o,g.expanded,a,f,l)]}):null},$x=function(e,r){var l;const{title:n,icon:o,subtitle:a}=e;let u=null;return o&&(u=U.jsx(Nh,{children:o})),U.jsxs("div",{className:"flex flex-1 select-none items-center overflow-hidden text-ellipsis whitespace-nowrap",draggable:(l=e.options)==null?void 0:l.draggable,onClick:()=>{r&&r(e)},children:[u,U.jsx("div",{style:{lineHeight:"24px",fontSize:11},children:n}),a&&U.jsx("div",{className:"mx-1 min-w-0 text-xxs italic text-fd-gray-mild",children:a})]})},Nx=function(e,r,n,o,a,u,l,f,p){return e.length&&u?e.map(y=>U.jsx(Ml,{actions:l,node:y,searchQuery:n,depth:r+1,expandedKeys:o,selectedKeys:a,onNodeClick:f,renderNode:p},y.key)):null},jx=function(e,r,n,o){return U.jsxs(U.Fragment,{children:[U.jsx(Hh,{showLines:!0,depth:r}),U.jsx(zh,{show:e.children&&e.children.length>0||!1,expanded:n.expanded}),$x(e,o)]})},ha=e=>r=>e===r,Fx=function({treeData:r,renderNode:n,onNodeClick:o,onExpandNode:a,searchQuery:u,expandedKeys:l,expandCondition:f="always",encapsulated:p}){const[y,g]=q.useState(()=>({expandedKeys:l||[],selectedKeys:[]}));q.useEffect(()=>{f==="when-collapsed"&&y.expandedKeys.length>0||g({...y,expandedKeys:l||y.expandedKeys})},[l]);const S=q.useCallback(O=>{if(!O)return;const D=y.expandedKeys.findIndex(ha(O.key));let R=[];D===-1?(R=[...y.expandedKeys,O.key],g(()=>({...y,expandedKeys:R})),a&&a(R)):(R=y.expandedKeys.filter(M=>M!==O.key),g(()=>({...y,expandedKeys:R})),a&&a(R))},[y]),T=q.useCallback(O=>{var R;if(!((R=O==null?void 0:O.options)!=null&&R.selectable))return;y.selectedKeys.findIndex(ha(O.key))===-1&&g({...y,selectedKeys:[...y.selectedKeys,O.key]})},[y]),v=q.useCallback(O=>{var R;if(!((R=O==null?void 0:O.options)!=null&&R.selectable))return;y.selectedKeys.findIndex(ha(O.key))===-1&&g({...y,selectedKeys:[O.key]})},[y]),E=q.useCallback(O=>{var R;if(!((R=O==null?void 0:O.options)!=null&&R.selectable)){g({...y,selectedKeys:[]});return}y.selectedKeys.findIndex(ha(O.key))!==-1&&g({...y,selectedKeys:y.selectedKeys.filter(M=>M!==O.key)})},[y]),b=q.useMemo(()=>({expand:S,select:T,selectSingle:v,deselect:E}),[E,S,T,v]);return U.jsx("div",{className:qt("fd-tree",{"mb-1 rounded border bg-grey-900 p-1":p}),children:r.map(O=>U.jsx(Ml,{node:O,searchQuery:u||"",depth:0,expandedKeys:y.expandedKeys,selectedKeys:y.selectedKeys,actions:b,renderNode:n,onNodeClick:o},O.key))})};function Wx(e){return e.of&&e.children?U.jsx(U.Fragment,{children:e.children}):null}function gt(){return gt=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},gt.apply(this,arguments)}function qh(e){var r=Object.create(null);return function(n){return r[n]===void 0&&(r[n]=e(n)),r[n]}}var Ux=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Bx=qh(function(e){return Ux.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),Hx=!0;function zx(e,r,n){var o="";return n.split(" ").forEach(function(a){e[a]!==void 0?r.push(e[a]+";"):o+=a+" "}),o}var Kh=function(r,n,o){var a=r.key+"-"+n.name;(o===!1||Hx===!1)&&r.registered[a]===void 0&&(r.registered[a]=n.styles)},qx=function(r,n,o){Kh(r,n,o);var a=r.key+"-"+n.name;if(r.inserted[n.name]===void 0){var u=n;do r.insert(n===u?"."+a:"",u,r.sheet,!0),u=u.next;while(u!==void 0)}};function Kx(e){for(var r=0,n,o=0,a=e.length;a>=4;++o,a-=4)n=e.charCodeAt(o)&255|(e.charCodeAt(++o)&255)<<8|(e.charCodeAt(++o)&255)<<16|(e.charCodeAt(++o)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,r=(n&65535)*1540483477+((n>>>16)*59797<<16)^(r&65535)*1540483477+((r>>>16)*59797<<16);switch(a){case 3:r^=(e.charCodeAt(o+2)&255)<<16;case 2:r^=(e.charCodeAt(o+1)&255)<<8;case 1:r^=e.charCodeAt(o)&255,r=(r&65535)*1540483477+((r>>>16)*59797<<16)}return r^=r>>>13,r=(r&65535)*1540483477+((r>>>16)*59797<<16),((r^r>>>15)>>>0).toString(36)}var Yx={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Gd=`You have illegal escape sequence in your template literal, most likely inside content's property value.
75
71
  Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
76
72
  You can read more about this here:
77
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,qx="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",Kx=/[A-Z]|^ms/g,Uh=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Ic=function(r){return r.charCodeAt(1)===45},Gd=function(r){return r!=null&&typeof r!="boolean"},Pu=Fh(function(e){return Ic(e)?e:e.replace(Kx,"-$&").toLowerCase()}),ka=function(r,n){switch(r){case"animation":case"animationName":if(typeof n=="string")return n.replace(Uh,function(o,a,u){return Cn={name:a,styles:u,next:Cn},a})}return zx[r]!==1&&!Ic(r)&&typeof n=="number"&&n!==0?n+"px":n};if(process.env.NODE_ENV!=="production"){var Gx=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,Yx=["normal","none","initial","inherit","unset"],Xx=ka,Vx=/^-ms-/,Jx=/-(.)/g,Yd={};ka=function(r,n){if(r==="content"&&(typeof n!="string"||Yx.indexOf(n)===-1&&!Gx.test(n)&&(n.charAt(0)!==n.charAt(n.length-1)||n.charAt(0)!=='"'&&n.charAt(0)!=="'")))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+n+"\"'`");var o=Xx(r,n);return o!==""&&!Ic(r)&&r.indexOf("-")!==-1&&Yd[r]===void 0&&(Yd[r]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+r.replace(Vx,"ms-").replace(Jx,function(a,u){return u.toUpperCase()})+"?")),o}}var Bh="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function no(e,r,n){if(n==null)return"";if(n.__emotion_styles!==void 0){if(process.env.NODE_ENV!=="production"&&n.toString()==="NO_COMPONENT_SELECTOR")throw new Error(Bh);return n}switch(typeof n){case"boolean":return"";case"object":{if(n.anim===1)return Cn={name:n.name,styles:n.styles,next:Cn},n.name;if(n.styles!==void 0){var o=n.next;if(o!==void 0)for(;o!==void 0;)Cn={name:o.name,styles:o.styles,next:Cn},o=o.next;var a=n.styles+";";return process.env.NODE_ENV!=="production"&&n.map!==void 0&&(a+=n.map),a}return Zx(e,r,n)}case"function":{if(e!==void 0){var u=Cn,c=n(e);return Cn=u,no(e,r,c)}else process.env.NODE_ENV!=="production"&&console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break}case"string":if(process.env.NODE_ENV!=="production"){var f=[],h=n.replace(Uh,function(y,_,O){var v="animation"+f.length;return f.push("const "+v+" = keyframes`"+O.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+v+"}"});f.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(f,["`"+h+"`"]).join(`
73
+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,Gx="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",Vx=/[A-Z]|^ms/g,Yh=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Dl=function(r){return r.charCodeAt(1)===45},Vd=function(r){return r!=null&&typeof r!="boolean"},Pu=qh(function(e){return Dl(e)?e:e.replace(Vx,"-$&").toLowerCase()}),ja=function(r,n){switch(r){case"animation":case"animationName":if(typeof n=="string")return n.replace(Yh,function(o,a,u){return xn={name:a,styles:u,next:xn},a})}return Yx[r]!==1&&!Dl(r)&&typeof n=="number"&&n!==0?n+"px":n};if(process.env.NODE_ENV!=="production"){var Xx=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,Jx=["normal","none","initial","inherit","unset"],Zx=ja,Qx=/^-ms-/,eO=/-(.)/g,Xd={};ja=function(r,n){if(r==="content"&&(typeof n!="string"||Jx.indexOf(n)===-1&&!Xx.test(n)&&(n.charAt(0)!==n.charAt(n.length-1)||n.charAt(0)!=='"'&&n.charAt(0)!=="'")))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+n+"\"'`");var o=Zx(r,n);return o!==""&&!Dl(r)&&r.indexOf("-")!==-1&&Xd[r]===void 0&&(Xd[r]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+r.replace(Qx,"ms-").replace(eO,function(a,u){return u.toUpperCase()})+"?")),o}}var Gh="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function so(e,r,n){if(n==null)return"";if(n.__emotion_styles!==void 0){if(process.env.NODE_ENV!=="production"&&n.toString()==="NO_COMPONENT_SELECTOR")throw new Error(Gh);return n}switch(typeof n){case"boolean":return"";case"object":{if(n.anim===1)return xn={name:n.name,styles:n.styles,next:xn},n.name;if(n.styles!==void 0){var o=n.next;if(o!==void 0)for(;o!==void 0;)xn={name:o.name,styles:o.styles,next:xn},o=o.next;var a=n.styles+";";return process.env.NODE_ENV!=="production"&&n.map!==void 0&&(a+=n.map),a}return tO(e,r,n)}case"function":{if(e!==void 0){var u=xn,l=n(e);return xn=u,so(e,r,l)}else process.env.NODE_ENV!=="production"&&console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break}case"string":if(process.env.NODE_ENV!=="production"){var f=[],p=n.replace(Yh,function(g,S,T){var v="animation"+f.length;return f.push("const "+v+" = keyframes`"+T.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+v+"}"});f.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(f,["`"+p+"`"]).join(`
78
74
  `)+`
79
75
 
80
76
  You should wrap it with \`css\` like this:
81
77
 
82
- `+("css`"+h+"`"))}break}if(r==null)return n;var m=r[n];return m!==void 0?m:n}function Zx(e,r,n){var o="";if(Array.isArray(n))for(var a=0;a<n.length;a++)o+=no(e,r,n[a])+";";else for(var u in n){var c=n[u];if(typeof c!="object")r!=null&&r[c]!==void 0?o+=u+"{"+r[c]+"}":Gd(c)&&(o+=Pu(u)+":"+ka(u,c)+";");else{if(u==="NO_COMPONENT_SELECTOR"&&process.env.NODE_ENV!=="production")throw new Error(Bh);if(Array.isArray(c)&&typeof c[0]=="string"&&(r==null||r[c[0]]===void 0))for(var f=0;f<c.length;f++)Gd(c[f])&&(o+=Pu(u)+":"+ka(u,c[f])+";");else{var h=no(e,r,c);switch(u){case"animation":case"animationName":{o+=Pu(u)+":"+h+";";break}default:process.env.NODE_ENV!=="production"&&u==="undefined"&&console.error(qx),o+=u+"{"+h+"}"}}}}return o}var Xd=/label:\s*([^\s;\n{]+)\s*(;|$)/g,Hh;process.env.NODE_ENV!=="production"&&(Hh=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g);var Cn,Qx=function(r,n,o){if(r.length===1&&typeof r[0]=="object"&&r[0]!==null&&r[0].styles!==void 0)return r[0];var a=!0,u="";Cn=void 0;var c=r[0];c==null||c.raw===void 0?(a=!1,u+=no(o,n,c)):(process.env.NODE_ENV!=="production"&&c[0]===void 0&&console.error(Kd),u+=c[0]);for(var f=1;f<r.length;f++)u+=no(o,n,r[f]),a&&(process.env.NODE_ENV!=="production"&&c[f]===void 0&&console.error(Kd),u+=c[f]);var h;process.env.NODE_ENV!=="production"&&(u=u.replace(Hh,function(O){return h=O,""})),Xd.lastIndex=0;for(var m="",y;(y=Xd.exec(u))!==null;)m+="-"+y[1];var _=Hx(u)+m;return process.env.NODE_ENV!=="production"?{name:_,styles:u,map:h,next:Cn,toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}}:{name:_,styles:u,next:Cn}},eO=function(r){return r()},tO=I["useInsertionEffect"]?I["useInsertionEffect"]:!1,nO=tO||eO,rO=Fx,iO=function(r){return r!=="theme"},Vd=function(r){return typeof r=="string"&&r.charCodeAt(0)>96?rO:iO},Jd=function(r,n,o){var a;if(n){var u=n.shouldForwardProp;a=r.__emotion_forwardProp&&u?function(c){return r.__emotion_forwardProp(c)&&u(c)}:u}return typeof a!="function"&&o&&(a=r.__emotion_forwardProp),a},Zd=`You have illegal escape sequence in your template literal, most likely inside content's property value.
78
+ `+("css`"+p+"`"))}break}if(r==null)return n;var y=r[n];return y!==void 0?y:n}function tO(e,r,n){var o="";if(Array.isArray(n))for(var a=0;a<n.length;a++)o+=so(e,r,n[a])+";";else for(var u in n){var l=n[u];if(typeof l!="object")r!=null&&r[l]!==void 0?o+=u+"{"+r[l]+"}":Vd(l)&&(o+=Pu(u)+":"+ja(u,l)+";");else{if(u==="NO_COMPONENT_SELECTOR"&&process.env.NODE_ENV!=="production")throw new Error(Gh);if(Array.isArray(l)&&typeof l[0]=="string"&&(r==null||r[l[0]]===void 0))for(var f=0;f<l.length;f++)Vd(l[f])&&(o+=Pu(u)+":"+ja(u,l[f])+";");else{var p=so(e,r,l);switch(u){case"animation":case"animationName":{o+=Pu(u)+":"+p+";";break}default:process.env.NODE_ENV!=="production"&&u==="undefined"&&console.error(Gx),o+=u+"{"+p+"}"}}}}return o}var Jd=/label:\s*([^\s;\n{]+)\s*(;|$)/g,Vh;process.env.NODE_ENV!=="production"&&(Vh=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g);var xn,nO=function(r,n,o){if(r.length===1&&typeof r[0]=="object"&&r[0]!==null&&r[0].styles!==void 0)return r[0];var a=!0,u="";xn=void 0;var l=r[0];l==null||l.raw===void 0?(a=!1,u+=so(o,n,l)):(process.env.NODE_ENV!=="production"&&l[0]===void 0&&console.error(Gd),u+=l[0]);for(var f=1;f<r.length;f++)u+=so(o,n,r[f]),a&&(process.env.NODE_ENV!=="production"&&l[f]===void 0&&console.error(Gd),u+=l[f]);var p;process.env.NODE_ENV!=="production"&&(u=u.replace(Vh,function(T){return p=T,""})),Jd.lastIndex=0;for(var y="",g;(g=Jd.exec(u))!==null;)y+="-"+g[1];var S=Kx(u)+y;return process.env.NODE_ENV!=="production"?{name:S,styles:u,map:p,next:xn,toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}}:{name:S,styles:u,next:xn}},rO=function(r){return r()},iO=A["useInsertionEffect"]?A["useInsertionEffect"]:!1,oO=iO||rO,aO=Bx,sO=function(r){return r!=="theme"},Zd=function(r){return typeof r=="string"&&r.charCodeAt(0)>96?aO:sO},Qd=function(r,n,o){var a;if(n){var u=n.shouldForwardProp;a=r.__emotion_forwardProp&&u?function(l){return r.__emotion_forwardProp(l)&&u(l)}:u}return typeof a!="function"&&o&&(a=r.__emotion_forwardProp),a},ep=`You have illegal escape sequence in your template literal, most likely inside content's property value.
83
79
  Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
84
80
  You can read more about this here:
85
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,oO=function(r){var n=r.cache,o=r.serialized,a=r.isStringTag;return Wh(n,o,a),nO(function(){return Bx(n,o,a)}),null},aO=function e(r,n){if(process.env.NODE_ENV!=="production"&&r===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
86
- You may have forgotten to import it.`);var o=r.__emotion_real===r,a=o&&r.__emotion_base||r,u,c;n!==void 0&&(u=n.label,c=n.target);var f=Jd(r,n,o),h=f||Vd(a),m=!h("as");return function(){var y=arguments,_=o&&r.__emotion_styles!==void 0?r.__emotion_styles.slice(0):[];if(u!==void 0&&_.push("label:"+u+";"),y[0]==null||y[0].raw===void 0)_.push.apply(_,y);else{process.env.NODE_ENV!=="production"&&y[0][0]===void 0&&console.error(Zd),_.push(y[0][0]);for(var O=y.length,v=1;v<O;v++)process.env.NODE_ENV!=="production"&&y[0][v]===void 0&&console.error(Zd),_.push(y[v],y[0][v])}var S=Vu.withEmotionCache(function(w,T,D){var M=m&&w.as||a,P="",k=[],x=w;if(w.theme==null){x={};for(var W in w)x[W]=w[W];x.theme=I.useContext(Vu.ThemeContext)}typeof w.className=="string"?P=Ux(T.registered,k,w.className):w.className!=null&&(P=w.className+" ");var F=Qx(_.concat(k),T.registered,x);P+=T.key+"-"+F.name,c!==void 0&&(P+=" "+c);var $=m&&f===void 0?Vd(M):h,Z={};for(var ne in w)m&&ne==="as"||$(ne)&&(Z[ne]=w[ne]);return Z.className=P,Z.ref=D,I.createElement(I.Fragment,null,I.createElement(oO,{cache:T,serialized:F,isStringTag:typeof M=="string"}),I.createElement(M,Z))});return S.displayName=u!==void 0?u:"Styled("+(typeof a=="string"?a:a.displayName||a.name||"Component")+")",S.defaultProps=r.defaultProps,S.__emotion_real=S,S.__emotion_base=a,S.__emotion_styles=_,S.__emotion_forwardProp=f,Object.defineProperty(S,"toString",{value:function(){return c===void 0&&process.env.NODE_ENV!=="production"?"NO_COMPONENT_SELECTOR":"."+c}}),S.withComponent=function(w,T){return e(w,gt({},n,T,{shouldForwardProp:Jd(S,T,!0)})).apply(void 0,_)},S}},sO=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],Na=aO.bind();sO.forEach(function(e){Na[e]=Na(e)});var uO=function(e){if(typeof document>"u")return null;var r=Array.isArray(e)?e[0]:e;return r.ownerDocument.body},hi=new WeakMap,da=new WeakMap,pa={},Ru=0,zh=function(e){return e&&(e.host||zh(e.parentNode))},cO=function(e,r){return r.map(function(n){if(e.contains(n))return n;var o=zh(n);return o&&e.contains(o)?o:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},lO=function(e,r,n,o){var a=cO(r,Array.isArray(e)?e:[e]);pa[n]||(pa[n]=new WeakMap);var u=pa[n],c=[],f=new Set,h=new Set(a),m=function(_){!_||f.has(_)||(f.add(_),m(_.parentNode))};a.forEach(m);var y=function(_){!_||h.has(_)||Array.prototype.forEach.call(_.children,function(O){if(f.has(O))y(O);else{var v=O.getAttribute(o),S=v!==null&&v!=="false",w=(hi.get(O)||0)+1,T=(u.get(O)||0)+1;hi.set(O,w),u.set(O,T),c.push(O),w===1&&S&&da.set(O,!0),T===1&&O.setAttribute(n,"true"),S||O.setAttribute(o,"true")}})};return y(r),f.clear(),Ru++,function(){c.forEach(function(_){var O=hi.get(_)-1,v=u.get(_)-1;hi.set(_,O),u.set(_,v),O||(da.has(_)||_.removeAttribute(o),da.delete(_)),v||_.removeAttribute(n)}),Ru--,Ru||(hi=new WeakMap,hi=new WeakMap,da=new WeakMap,pa={})}},fO=function(e,r,n){n===void 0&&(n="data-aria-hidden");var o=Array.from(Array.isArray(e)?e:[e]),a=r||uO(e);return a?(o.push.apply(o,Array.from(a.querySelectorAll("[aria-live]"))),lO(o,a,n,"aria-hidden")):function(){return null}},rc=function(e,r){return rc=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var a in o)Object.prototype.hasOwnProperty.call(o,a)&&(n[a]=o[a])},rc(e,r)};function Ga(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");rc(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}var Mn=function(){return Mn=Object.assign||function(r){for(var n,o=1,a=arguments.length;o<a;o++){n=arguments[o];for(var u in n)Object.prototype.hasOwnProperty.call(n,u)&&(r[u]=n[u])}return r},Mn.apply(this,arguments)};function qh(e,r){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&r.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,o=Object.getOwnPropertySymbols(e);a<o.length;a++)r.indexOf(o[a])<0&&Object.prototype.propertyIsEnumerable.call(e,o[a])&&(n[o[a]]=e[o[a]]);return n}function ic(e){var r=typeof Symbol=="function"&&Symbol.iterator,n=r&&e[r],o=0;if(n)return n.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function $a(e,r){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var o=n.call(e),a,u=[],c;try{for(;(r===void 0||r-- >0)&&!(a=o.next()).done;)u.push(a.value)}catch(f){c={error:f}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(c)throw c.error}}return u}function ro(e,r,n){if(n||arguments.length===2)for(var o=0,a=r.length,u;o<a;o++)(u||!(o in r))&&(u||(u=Array.prototype.slice.call(r,0,o)),u[o]=r[o]);return e.concat(u||Array.prototype.slice.call(r))}var Ra="right-scroll-bar-position",Aa="width-before-scroll-bar",dO="with-scroll-bars-hidden",pO="--removed-body-scroll-bar-size";function hO(e,r){return typeof e=="function"?e(r):e&&(e.current=r),e}function vO(e,r){var n=q.useState(function(){return{value:e,callback:r,facade:{get current(){return n.value},set current(o){var a=n.value;a!==o&&(n.value=o,n.callback(o,a))}}}})[0];return n.callback=r,n.facade}function mO(e,r){return vO(r||null,function(n){return e.forEach(function(o){return hO(o,n)})})}function gO(e){return e}function yO(e,r){r===void 0&&(r=gO);var n=[],o=!1,a={read:function(){if(o)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(u){var c=r(u,o);return n.push(c),function(){n=n.filter(function(f){return f!==c})}},assignSyncMedium:function(u){for(o=!0;n.length;){var c=n;n=[],c.forEach(u)}n={push:function(f){return u(f)},filter:function(){return n}}},assignMedium:function(u){o=!0;var c=[];if(n.length){var f=n;n=[],f.forEach(u),c=n}var h=function(){var y=c;c=[],y.forEach(u)},m=function(){return Promise.resolve().then(h)};m(),n={push:function(y){c.push(y),m()},filter:function(y){return c=c.filter(y),n}}}};return a}function wO(e){e===void 0&&(e={});var r=yO(null);return r.options=Mn({async:!0,ssr:!1},e),r}var Kh=function(e){var r=e.sideCar,n=qh(e,["sideCar"]);if(!r)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var o=r.read();if(!o)throw new Error("Sidecar medium not found");return I.createElement(o,Mn({},n))};Kh.isSideCarExport=!0;function bO(e,r){return e.useMedium(r),Kh}var Gh=wO(),Au=function(){},Ya=I.forwardRef(function(e,r){var n=I.useRef(null),o=I.useState({onScrollCapture:Au,onWheelCapture:Au,onTouchMoveCapture:Au}),a=o[0],u=o[1],c=e.forwardProps,f=e.children,h=e.className,m=e.removeScrollBar,y=e.enabled,_=e.shards,O=e.sideCar,v=e.noIsolation,S=e.inert,w=e.allowPinchZoom,T=e.as,D=T===void 0?"div":T,M=e.gapMode,P=qh(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),k=O,x=mO([n,r]),W=Mn(Mn({},P),a);return I.createElement(I.Fragment,null,y&&I.createElement(k,{sideCar:Gh,removeScrollBar:m,shards:_,noIsolation:v,inert:S,setCallbacks:u,allowPinchZoom:!!w,lockRef:n,gapMode:M}),c?I.cloneElement(I.Children.only(f),Mn(Mn({},W),{ref:x})):I.createElement(D,Mn({},W,{className:h,ref:x}),f))});Ya.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};Ya.classNames={fullWidth:Aa,zeroRight:Ra};var Qd,_O=function(){if(Qd)return Qd;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function SO(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var r=_O();return r&&e.setAttribute("nonce",r),e}function EO(e,r){e.styleSheet?e.styleSheet.cssText=r:e.appendChild(document.createTextNode(r))}function xO(e){var r=document.head||document.getElementsByTagName("head")[0];r.appendChild(e)}var OO=function(){var e=0,r=null;return{add:function(n){e==0&&(r=SO())&&(EO(r,n),xO(r)),e++},remove:function(){e--,!e&&r&&(r.parentNode&&r.parentNode.removeChild(r),r=null)}}},TO=function(){var e=OO();return function(r,n){I.useEffect(function(){return e.add(r),function(){e.remove()}},[r&&n])}},Yh=function(){var e=TO(),r=function(n){var o=n.styles,a=n.dynamic;return e(o,a),null};return r},CO={left:0,top:0,right:0,gap:0},Iu=function(e){return parseInt(e||"",10)||0},PO=function(e){var r=window.getComputedStyle(document.body),n=r[e==="padding"?"paddingLeft":"marginLeft"],o=r[e==="padding"?"paddingTop":"marginTop"],a=r[e==="padding"?"paddingRight":"marginRight"];return[Iu(n),Iu(o),Iu(a)]},RO=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return CO;var r=PO(e),n=document.documentElement.clientWidth,o=window.innerWidth;return{left:r[0],top:r[1],right:r[2],gap:Math.max(0,o-n+r[2]-r[0])}},AO=Yh(),IO=function(e,r,n,o){var a=e.left,u=e.top,c=e.right,f=e.gap;return n===void 0&&(n="margin"),`
87
- .`.concat(dO,` {
81
+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,uO=function(r){var n=r.cache,o=r.serialized,a=r.isStringTag;return Kh(n,o,a),oO(function(){return qx(n,o,a)}),null},lO=function e(r,n){if(process.env.NODE_ENV!=="production"&&r===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
82
+ You may have forgotten to import it.`);var o=r.__emotion_real===r,a=o&&r.__emotion_base||r,u,l;n!==void 0&&(u=n.label,l=n.target);var f=Qd(r,n,o),p=f||Zd(a),y=!p("as");return function(){var g=arguments,S=o&&r.__emotion_styles!==void 0?r.__emotion_styles.slice(0):[];if(u!==void 0&&S.push("label:"+u+";"),g[0]==null||g[0].raw===void 0)S.push.apply(S,g);else{process.env.NODE_ENV!=="production"&&g[0][0]===void 0&&console.error(ep),S.push(g[0][0]);for(var T=g.length,v=1;v<T;v++)process.env.NODE_ENV!=="production"&&g[0][v]===void 0&&console.error(ep),S.push(g[v],g[0][v])}var E=Qu.withEmotionCache(function(b,O,D){var R=y&&b.as||a,M="",$=[],x=b;if(b.theme==null){x={};for(var j in b)x[j]=b[j];x.theme=A.useContext(Qu.ThemeContext)}typeof b.className=="string"?M=zx(O.registered,$,b.className):b.className!=null&&(M=b.className+" ");var F=nO(S.concat($),O.registered,x);M+=O.key+"-"+F.name,l!==void 0&&(M+=" "+l);var B=y&&f===void 0?Zd(R):p,J={};for(var ne in b)y&&ne==="as"||B(ne)&&(J[ne]=b[ne]);return J.className=M,J.ref=D,A.createElement(A.Fragment,null,A.createElement(uO,{cache:O,serialized:F,isStringTag:typeof R=="string"}),A.createElement(R,J))});return E.displayName=u!==void 0?u:"Styled("+(typeof a=="string"?a:a.displayName||a.name||"Component")+")",E.defaultProps=r.defaultProps,E.__emotion_real=E,E.__emotion_base=a,E.__emotion_styles=S,E.__emotion_forwardProp=f,Object.defineProperty(E,"toString",{value:function(){return l===void 0&&process.env.NODE_ENV!=="production"?"NO_COMPONENT_SELECTOR":"."+l}}),E.withComponent=function(b,O){return e(b,gt({},n,O,{shouldForwardProp:Qd(E,O,!0)})).apply(void 0,S)},E}},cO=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],Fa=lO.bind();cO.forEach(function(e){Fa[e]=Fa(e)});var fO=function(e){if(typeof document>"u")return null;var r=Array.isArray(e)?e[0]:e;return r.ownerDocument.body},vi=new WeakMap,va=new WeakMap,ma={},Au=0,Xh=function(e){return e&&(e.host||Xh(e.parentNode))},dO=function(e,r){return r.map(function(n){if(e.contains(n))return n;var o=Xh(n);return o&&e.contains(o)?o:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},pO=function(e,r,n,o){var a=dO(r,Array.isArray(e)?e:[e]);ma[n]||(ma[n]=new WeakMap);var u=ma[n],l=[],f=new Set,p=new Set(a),y=function(S){!S||f.has(S)||(f.add(S),y(S.parentNode))};a.forEach(y);var g=function(S){!S||p.has(S)||Array.prototype.forEach.call(S.children,function(T){if(f.has(T))g(T);else{var v=T.getAttribute(o),E=v!==null&&v!=="false",b=(vi.get(T)||0)+1,O=(u.get(T)||0)+1;vi.set(T,b),u.set(T,O),l.push(T),b===1&&E&&va.set(T,!0),O===1&&T.setAttribute(n,"true"),E||T.setAttribute(o,"true")}})};return g(r),f.clear(),Au++,function(){l.forEach(function(S){var T=vi.get(S)-1,v=u.get(S)-1;vi.set(S,T),u.set(S,v),T||(va.has(S)||S.removeAttribute(o),va.delete(S)),v||S.removeAttribute(n)}),Au--,Au||(vi=new WeakMap,vi=new WeakMap,va=new WeakMap,ma={})}},hO=function(e,r,n){n===void 0&&(n="data-aria-hidden");var o=Array.from(Array.isArray(e)?e:[e]),a=r||fO(e);return a?(o.push.apply(o,Array.from(a.querySelectorAll("[aria-live]"))),pO(o,a,n,"aria-hidden")):function(){return null}},al=function(e,r){return al=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var a in o)Object.prototype.hasOwnProperty.call(o,a)&&(n[a]=o[a])},al(e,r)};function Ja(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");al(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}var Ln=function(){return Ln=Object.assign||function(r){for(var n,o=1,a=arguments.length;o<a;o++){n=arguments[o];for(var u in n)Object.prototype.hasOwnProperty.call(n,u)&&(r[u]=n[u])}return r},Ln.apply(this,arguments)};function Jh(e,r){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&r.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,o=Object.getOwnPropertySymbols(e);a<o.length;a++)r.indexOf(o[a])<0&&Object.prototype.propertyIsEnumerable.call(e,o[a])&&(n[o[a]]=e[o[a]]);return n}function sl(e){var r=typeof Symbol=="function"&&Symbol.iterator,n=r&&e[r],o=0;if(n)return n.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function Wa(e,r){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var o=n.call(e),a,u=[],l;try{for(;(r===void 0||r-- >0)&&!(a=o.next()).done;)u.push(a.value)}catch(f){l={error:f}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(l)throw l.error}}return u}function uo(e,r,n){if(n||arguments.length===2)for(var o=0,a=r.length,u;o<a;o++)(u||!(o in r))&&(u||(u=Array.prototype.slice.call(r,0,o)),u[o]=r[o]);return e.concat(u||Array.prototype.slice.call(r))}var La="right-scroll-bar-position",Ma="width-before-scroll-bar",vO="with-scroll-bars-hidden",mO="--removed-body-scroll-bar-size";function Iu(e,r){return typeof e=="function"?e(r):e&&(e.current=r),e}function gO(e,r){var n=q.useState(function(){return{value:e,callback:r,facade:{get current(){return n.value},set current(o){var a=n.value;a!==o&&(n.value=o,n.callback(o,a))}}}})[0];return n.callback=r,n.facade}var tp=new WeakMap;function yO(e,r){var n=gO(r||null,function(o){return e.forEach(function(a){return Iu(a,o)})});return A.useLayoutEffect(function(){var o=tp.get(n);if(o){var a=new Set(o),u=new Set(e),l=n.current;a.forEach(function(f){u.has(f)||Iu(f,null)}),u.forEach(function(f){a.has(f)||Iu(f,l)})}tp.set(n,e)},[e]),n}function bO(e){return e}function wO(e,r){r===void 0&&(r=bO);var n=[],o=!1,a={read:function(){if(o)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(u){var l=r(u,o);return n.push(l),function(){n=n.filter(function(f){return f!==l})}},assignSyncMedium:function(u){for(o=!0;n.length;){var l=n;n=[],l.forEach(u)}n={push:function(f){return u(f)},filter:function(){return n}}},assignMedium:function(u){o=!0;var l=[];if(n.length){var f=n;n=[],f.forEach(u),l=n}var p=function(){var g=l;l=[],g.forEach(u)},y=function(){return Promise.resolve().then(p)};y(),n={push:function(g){l.push(g),y()},filter:function(g){return l=l.filter(g),n}}}};return a}function SO(e){e===void 0&&(e={});var r=wO(null);return r.options=Ln({async:!0,ssr:!1},e),r}var Zh=function(e){var r=e.sideCar,n=Jh(e,["sideCar"]);if(!r)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var o=r.read();if(!o)throw new Error("Sidecar medium not found");return A.createElement(o,Ln({},n))};Zh.isSideCarExport=!0;function _O(e,r){return e.useMedium(r),Zh}var Qh=SO(),Lu=function(){},Za=A.forwardRef(function(e,r){var n=A.useRef(null),o=A.useState({onScrollCapture:Lu,onWheelCapture:Lu,onTouchMoveCapture:Lu}),a=o[0],u=o[1],l=e.forwardProps,f=e.children,p=e.className,y=e.removeScrollBar,g=e.enabled,S=e.shards,T=e.sideCar,v=e.noIsolation,E=e.inert,b=e.allowPinchZoom,O=e.as,D=O===void 0?"div":O,R=e.gapMode,M=Jh(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),$=T,x=yO([n,r]),j=Ln(Ln({},M),a);return A.createElement(A.Fragment,null,g&&A.createElement($,{sideCar:Qh,removeScrollBar:y,shards:S,noIsolation:v,inert:E,setCallbacks:u,allowPinchZoom:!!b,lockRef:n,gapMode:R}),l?A.cloneElement(A.Children.only(f),Ln(Ln({},j),{ref:x})):A.createElement(D,Ln({},j,{className:p,ref:x}),f))});Za.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};Za.classNames={fullWidth:Ma,zeroRight:La};var np,EO=function(){if(np)return np;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function xO(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var r=EO();return r&&e.setAttribute("nonce",r),e}function OO(e,r){e.styleSheet?e.styleSheet.cssText=r:e.appendChild(document.createTextNode(r))}function TO(e){var r=document.head||document.getElementsByTagName("head")[0];r.appendChild(e)}var CO=function(){var e=0,r=null;return{add:function(n){e==0&&(r=xO())&&(OO(r,n),TO(r)),e++},remove:function(){e--,!e&&r&&(r.parentNode&&r.parentNode.removeChild(r),r=null)}}},RO=function(){var e=CO();return function(r,n){A.useEffect(function(){return e.add(r),function(){e.remove()}},[r&&n])}},ev=function(){var e=RO(),r=function(n){var o=n.styles,a=n.dynamic;return e(o,a),null};return r},PO={left:0,top:0,right:0,gap:0},Mu=function(e){return parseInt(e||"",10)||0},AO=function(e){var r=window.getComputedStyle(document.body),n=r[e==="padding"?"paddingLeft":"marginLeft"],o=r[e==="padding"?"paddingTop":"marginTop"],a=r[e==="padding"?"paddingRight":"marginRight"];return[Mu(n),Mu(o),Mu(a)]},IO=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return PO;var r=AO(e),n=document.documentElement.clientWidth,o=window.innerWidth;return{left:r[0],top:r[1],right:r[2],gap:Math.max(0,o-n+r[2]-r[0])}},LO=ev(),Ua="data-scroll-locked",MO=function(e,r,n,o){var a=e.left,u=e.top,l=e.right,f=e.gap;return n===void 0&&(n="margin"),`
83
+ .`.concat(vO,` {
88
84
  overflow: hidden `).concat(o,`;
89
85
  padding-right: `).concat(f,"px ").concat(o,`;
90
86
  }
91
- body {
87
+ body[`).concat(Ua,`] {
92
88
  overflow: hidden `).concat(o,`;
93
89
  overscroll-behavior: contain;
94
90
  `).concat([r&&"position: relative ".concat(o,";"),n==="margin"&&`
95
91
  padding-left: `.concat(a,`px;
96
92
  padding-top: `).concat(u,`px;
97
- padding-right: `).concat(c,`px;
93
+ padding-right: `).concat(l,`px;
98
94
  margin-left:0;
99
95
  margin-top:0;
100
96
  margin-right: `).concat(f,"px ").concat(o,`;
101
97
  `),n==="padding"&&"padding-right: ".concat(f,"px ").concat(o,";")].filter(Boolean).join(""),`
102
98
  }
103
99
 
104
- .`).concat(Ra,` {
100
+ .`).concat(La,` {
105
101
  right: `).concat(f,"px ").concat(o,`;
106
102
  }
107
103
 
108
- .`).concat(Aa,` {
104
+ .`).concat(Ma,` {
109
105
  margin-right: `).concat(f,"px ").concat(o,`;
110
106
  }
111
107
 
112
- .`).concat(Ra," .").concat(Ra,` {
108
+ .`).concat(La," .").concat(La,` {
113
109
  right: 0 `).concat(o,`;
114
110
  }
115
111
 
116
- .`).concat(Aa," .").concat(Aa,` {
112
+ .`).concat(Ma," .").concat(Ma,` {
117
113
  margin-right: 0 `).concat(o,`;
118
114
  }
119
115
 
120
- body {
121
- `).concat(pO,": ").concat(f,`px;
116
+ body[`).concat(Ua,`] {
117
+ `).concat(mO,": ").concat(f,`px;
122
118
  }
123
- `)},LO=function(e){var r=e.noRelative,n=e.noImportant,o=e.gapMode,a=o===void 0?"margin":o,u=I.useMemo(function(){return RO(a)},[a]);return I.createElement(AO,{styles:IO(u,!r,a,n?"":"!important")})},oc=!1;if(typeof window<"u")try{var ha=Object.defineProperty({},"passive",{get:function(){return oc=!0,!0}});window.addEventListener("test",ha,ha),window.removeEventListener("test",ha,ha)}catch{oc=!1}var vi=oc?{passive:!1}:!1,MO=function(e){return e.tagName==="TEXTAREA"},Xh=function(e,r){var n=window.getComputedStyle(e);return n[r]!=="hidden"&&!(n.overflowY===n.overflowX&&!MO(e)&&n[r]==="visible")},DO=function(e){return Xh(e,"overflowY")},kO=function(e){return Xh(e,"overflowX")},ep=function(e,r){var n=r.ownerDocument,o=r;do{typeof ShadowRoot<"u"&&o instanceof ShadowRoot&&(o=o.host);var a=Vh(e,o);if(a){var u=Jh(e,o),c=u[1],f=u[2];if(c>f)return!0}o=o.parentNode}while(o&&o!==n.body);return!1},NO=function(e){var r=e.scrollTop,n=e.scrollHeight,o=e.clientHeight;return[r,n,o]},$O=function(e){var r=e.scrollLeft,n=e.scrollWidth,o=e.clientWidth;return[r,n,o]},Vh=function(e,r){return e==="v"?DO(r):kO(r)},Jh=function(e,r){return e==="v"?NO(r):$O(r)},jO=function(e,r){return e==="h"&&r==="rtl"?-1:1},FO=function(e,r,n,o,a){var u=jO(e,window.getComputedStyle(r).direction),c=u*o,f=n.target,h=r.contains(f),m=!1,y=c>0,_=0,O=0;do{var v=Jh(e,f),S=v[0],w=v[1],T=v[2],D=w-T-u*S;(S||D)&&Vh(e,f)&&(_+=D,O+=S),f instanceof ShadowRoot?f=f.host:f=f.parentNode}while(!h&&f!==document.body||h&&(r.contains(f)||r===f));return(y&&(a&&Math.abs(_)<1||!a&&c>_)||!y&&(a&&Math.abs(O)<1||!a&&-c>O))&&(m=!0),m},va=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},tp=function(e){return[e.deltaX,e.deltaY]},np=function(e){return e&&"current"in e?e.current:e},WO=function(e,r){return e[0]===r[0]&&e[1]===r[1]},UO=function(e){return`
119
+ `)},DO=function(e){var r=e.noRelative,n=e.noImportant,o=e.gapMode,a=o===void 0?"margin":o,u=A.useMemo(function(){return IO(a)},[a]);return A.useEffect(function(){return document.body.setAttribute(Ua,""),function(){document.body.removeAttribute(Ua)}},[]),A.createElement(LO,{styles:MO(u,!r,a,n?"":"!important")})},ul=!1;if(typeof window<"u")try{var ga=Object.defineProperty({},"passive",{get:function(){return ul=!0,!0}});window.addEventListener("test",ga,ga),window.removeEventListener("test",ga,ga)}catch{ul=!1}var mi=ul?{passive:!1}:!1,kO=function(e){return e.tagName==="TEXTAREA"},tv=function(e,r){var n=window.getComputedStyle(e);return n[r]!=="hidden"&&!(n.overflowY===n.overflowX&&!kO(e)&&n[r]==="visible")},$O=function(e){return tv(e,"overflowY")},NO=function(e){return tv(e,"overflowX")},rp=function(e,r){var n=r.ownerDocument,o=r;do{typeof ShadowRoot<"u"&&o instanceof ShadowRoot&&(o=o.host);var a=nv(e,o);if(a){var u=rv(e,o),l=u[1],f=u[2];if(l>f)return!0}o=o.parentNode}while(o&&o!==n.body);return!1},jO=function(e){var r=e.scrollTop,n=e.scrollHeight,o=e.clientHeight;return[r,n,o]},FO=function(e){var r=e.scrollLeft,n=e.scrollWidth,o=e.clientWidth;return[r,n,o]},nv=function(e,r){return e==="v"?$O(r):NO(r)},rv=function(e,r){return e==="v"?jO(r):FO(r)},WO=function(e,r){return e==="h"&&r==="rtl"?-1:1},UO=function(e,r,n,o,a){var u=WO(e,window.getComputedStyle(r).direction),l=u*o,f=n.target,p=r.contains(f),y=!1,g=l>0,S=0,T=0;do{var v=rv(e,f),E=v[0],b=v[1],O=v[2],D=b-O-u*E;(E||D)&&nv(e,f)&&(S+=D,T+=E),f instanceof ShadowRoot?f=f.host:f=f.parentNode}while(!p&&f!==document.body||p&&(r.contains(f)||r===f));return(g&&(a&&Math.abs(S)<1||!a&&l>S)||!g&&(a&&Math.abs(T)<1||!a&&-l>T))&&(y=!0),y},ya=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},ip=function(e){return[e.deltaX,e.deltaY]},op=function(e){return e&&"current"in e?e.current:e},BO=function(e,r){return e[0]===r[0]&&e[1]===r[1]},HO=function(e){return`
124
120
  .block-interactivity-`.concat(e,` {pointer-events: none;}
125
121
  .allow-interactivity-`).concat(e,` {pointer-events: all;}
126
- `)},BO=0,mi=[];function HO(e){var r=I.useRef([]),n=I.useRef([0,0]),o=I.useRef(),a=I.useState(BO++)[0],u=I.useState(Yh)[0],c=I.useRef(e);I.useEffect(function(){c.current=e},[e]),I.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var w=ro([e.lockRef.current],(e.shards||[]).map(np),!0).filter(Boolean);return w.forEach(function(T){return T.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),w.forEach(function(T){return T.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var f=I.useCallback(function(w,T){if("touches"in w&&w.touches.length===2)return!c.current.allowPinchZoom;var D=va(w),M=n.current,P="deltaX"in w?w.deltaX:M[0]-D[0],k="deltaY"in w?w.deltaY:M[1]-D[1],x,W=w.target,F=Math.abs(P)>Math.abs(k)?"h":"v";if("touches"in w&&F==="h"&&W.type==="range")return!1;var $=ep(F,W);if(!$)return!0;if($?x=F:(x=F==="v"?"h":"v",$=ep(F,W)),!$)return!1;if(!o.current&&"changedTouches"in w&&(P||k)&&(o.current=x),!x)return!0;var Z=o.current||x;return FO(Z,T,w,Z==="h"?P:k,!0)},[]),h=I.useCallback(function(w){var T=w;if(!(!mi.length||mi[mi.length-1]!==u)){var D="deltaY"in T?tp(T):va(T),M=r.current.filter(function(x){return x.name===T.type&&(x.target===T.target||T.target===x.shadowParent)&&WO(x.delta,D)})[0];if(M&&M.should){T.cancelable&&T.preventDefault();return}if(!M){var P=(c.current.shards||[]).map(np).filter(Boolean).filter(function(x){return x.contains(T.target)}),k=P.length>0?f(T,P[0]):!c.current.noIsolation;k&&T.cancelable&&T.preventDefault()}}},[]),m=I.useCallback(function(w,T,D,M){var P={name:w,delta:T,target:D,should:M,shadowParent:zO(D)};r.current.push(P),setTimeout(function(){r.current=r.current.filter(function(k){return k!==P})},1)},[]),y=I.useCallback(function(w){n.current=va(w),o.current=void 0},[]),_=I.useCallback(function(w){m(w.type,tp(w),w.target,f(w,e.lockRef.current))},[]),O=I.useCallback(function(w){m(w.type,va(w),w.target,f(w,e.lockRef.current))},[]);I.useEffect(function(){return mi.push(u),e.setCallbacks({onScrollCapture:_,onWheelCapture:_,onTouchMoveCapture:O}),document.addEventListener("wheel",h,vi),document.addEventListener("touchmove",h,vi),document.addEventListener("touchstart",y,vi),function(){mi=mi.filter(function(w){return w!==u}),document.removeEventListener("wheel",h,vi),document.removeEventListener("touchmove",h,vi),document.removeEventListener("touchstart",y,vi)}},[]);var v=e.removeScrollBar,S=e.inert;return I.createElement(I.Fragment,null,S?I.createElement(u,{styles:UO(a)}):null,v?I.createElement(LO,{gapMode:e.gapMode}):null)}function zO(e){for(var r=null;e!==null;)e instanceof ShadowRoot&&(r=e.host,e=e.host),e=e.parentNode;return r}const qO=bO(Gh,HO);var Zh=I.forwardRef(function(e,r){return I.createElement(Ya,Mn({},e,{ref:r,sideCar:qO}))});Zh.classNames=Ya.classNames;const KO=Zh,io=globalThis!=null&&globalThis.document?I.useLayoutEffect:()=>{},GO=I["useId".toString()]||(()=>{});let YO=0;function XO(e){const[r,n]=I.useState(GO());return io(()=>{e||n(o=>o??String(YO++))},[e]),e||(r?`radix-${r}`:"")}function Qh(...e){return r=>e.forEach(n=>function(o,a){typeof o=="function"?o(a):o!=null&&(o.current=a)}(n,r))}function Gr(...e){return I.useCallback(Qh(...e),e)}const ev=I.forwardRef((e,r)=>{const{children:n,...o}=e;return I.Children.toArray(n).some(rp)?I.createElement(I.Fragment,null,I.Children.map(n,a=>rp(a)?I.createElement(ac,gt({},o,{ref:r}),a.props.children):a)):I.createElement(ac,gt({},o,{ref:r}),n)});ev.displayName="Slot";const ac=I.forwardRef((e,r)=>{const{children:n,...o}=e;return I.isValidElement(n)?I.cloneElement(n,{...JO(o,n.props),ref:Qh(r,n.ref)}):I.Children.count(n)>1?I.Children.only(null):null});ac.displayName="SlotClone";const VO=({children:e})=>I.createElement(I.Fragment,null,e);function rp(e){return I.isValidElement(e)&&e.type===VO}function JO(e,r){const n={...r};for(const o in r){const a=e[o],u=r[o];/^on[A-Z]/.test(o)?n[o]=(...c)=>{u==null||u(...c),a==null||a(...c)}:o==="style"?n[o]={...a,...u}:o==="className"&&(n[o]=[a,u].filter(Boolean).join(" "))}return{...e,...n}}const Ei=["a","button","div","h2","h3","img","li","nav","ol","p","span","svg","ul"].reduce((e,r)=>({...e,[r]:I.forwardRef((n,o)=>{const{asChild:a,...u}=n,c=a?ev:r;return I.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),I.createElement(c,gt({},u,{ref:o}))})}),{}),tv=e=>{const{present:r,children:n}=e,o=function(c){const[f,h]=I.useState(),m=I.useRef({}),y=I.useRef(c),_=I.useRef("none"),O=c?"mounted":"unmounted",[v,S]=function(w,T){return I.useReducer((D,M)=>{const P=T[D][M];return P??D},w)}(O,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return I.useEffect(()=>{const w=ma(m.current);_.current=v==="mounted"?w:"none"},[v]),io(()=>{const w=m.current,T=y.current;if(T!==c){const D=_.current,M=ma(w);c?S("MOUNT"):M==="none"||(w==null?void 0:w.display)==="none"?S("UNMOUNT"):S(T&&D!==M?"ANIMATION_OUT":"UNMOUNT"),y.current=c}},[c,S]),io(()=>{if(f){const w=D=>{const M=ma(m.current).includes(D.animationName);D.target===f&&M&&S("ANIMATION_END")},T=D=>{D.target===f&&(_.current=ma(m.current))};return f.addEventListener("animationstart",T),f.addEventListener("animationcancel",w),f.addEventListener("animationend",w),()=>{f.removeEventListener("animationstart",T),f.removeEventListener("animationcancel",w),f.removeEventListener("animationend",w)}}S("ANIMATION_END")},[f,S]),{isPresent:["mounted","unmountSuspended"].includes(v),ref:I.useCallback(w=>{w&&(m.current=getComputedStyle(w)),h(w)},[])}}(r),a=typeof n=="function"?n({present:o.isPresent}):I.Children.only(n),u=Gr(o.ref,a.ref);return typeof n=="function"||o.isPresent?I.cloneElement(a,{ref:u}):null};function ma(e){return(e==null?void 0:e.animationName)||"none"}tv.displayName="Presence";let Lu=0;function ZO(){I.useEffect(()=>{var e,r;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=n[0])!==null&&e!==void 0?e:ip()),document.body.insertAdjacentElement("beforeend",(r=n[1])!==null&&r!==void 0?r:ip()),Lu++,()=>{Lu===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(o=>o.remove()),Lu--}},[])}function ip(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}const nv=I.forwardRef((e,r)=>{var n,o;const{containerRef:a,style:u,...c}=e,f=(n=a==null?void 0:a.current)!==null&&n!==void 0?n:globalThis==null||(o=globalThis.document)===null||o===void 0?void 0:o.body,[,h]=I.useState({});return io(()=>{h({})},[]),f?Ba.createPortal(I.createElement(Ei.div,gt({"data-radix-portal":""},c,{ref:r,style:f===document.body?{position:"absolute",top:0,left:0,zIndex:2147483647,...u}:void 0})),f):null});function Kr(e){const r=I.useRef(e);return I.useEffect(()=>{r.current=e}),I.useMemo(()=>(...n)=>{var o;return(o=r.current)===null||o===void 0?void 0:o.call(r,...n)},[])}const op={bubbles:!1,cancelable:!0},QO=I.forwardRef((e,r)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:a,onUnmountAutoFocus:u,...c}=e,[f,h]=I.useState(null),m=Kr(a),y=Kr(u),_=I.useRef(null),O=Gr(r,w=>h(w)),v=I.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;I.useEffect(()=>{if(o){let w=function(D){if(v.paused||!f)return;const M=D.target;f.contains(M)?_.current=M:Nr(_.current,{select:!0})},T=function(D){!v.paused&&f&&(f.contains(D.relatedTarget)||Nr(_.current,{select:!0}))};return document.addEventListener("focusin",w),document.addEventListener("focusout",T),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",T)}}},[o,f,v.paused]),I.useEffect(()=>{if(f){up.add(v);const T=document.activeElement;if(!f.contains(T)){const D=new Event("focusScope.autoFocusOnMount",op);f.addEventListener("focusScope.autoFocusOnMount",m),f.dispatchEvent(D),D.defaultPrevented||(function(M,{select:P=!1}={}){const k=document.activeElement;for(const x of M)if(Nr(x,{select:P}),document.activeElement!==k)return}((w=ap(f),w.filter(M=>M.tagName!=="A")),{select:!0}),document.activeElement===T&&Nr(f))}return()=>{f.removeEventListener("focusScope.autoFocusOnMount",m),setTimeout(()=>{const D=new Event("focusScope.autoFocusOnUnmount",op);f.addEventListener("focusScope.autoFocusOnUnmount",y),f.dispatchEvent(D),D.defaultPrevented||Nr(T??document.body,{select:!0}),f.removeEventListener("focusScope.autoFocusOnUnmount",y),up.remove(v)},0)}}var w},[f,m,y,v]);const S=I.useCallback(w=>{if(!n&&!o||v.paused)return;const T=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,D=document.activeElement;if(T&&D){const M=w.currentTarget,[P,k]=function(x){const W=ap(x),F=sp(W,x),$=sp(W.reverse(),x);return[F,$]}(M);P&&k?w.shiftKey||D!==k?w.shiftKey&&D===P&&(w.preventDefault(),n&&Nr(k,{select:!0})):(w.preventDefault(),n&&Nr(P,{select:!0})):D===M&&w.preventDefault()}},[n,o,v.paused]);return I.createElement(Ei.div,gt({tabIndex:-1},c,{ref:O,onKeyDown:S}))});function ap(e){const r=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:o=>{const a=o.tagName==="INPUT"&&o.type==="hidden";return o.disabled||o.hidden||a?NodeFilter.FILTER_SKIP:o.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)r.push(n.currentNode);return r}function sp(e,r){for(const n of e)if(!eT(n,{upTo:r}))return n}function eT(e,{upTo:r}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(r!==void 0&&e===r)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function Nr(e,{select:r=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&function(o){return o instanceof HTMLInputElement&&"select"in o}(e)&&r&&e.select()}}const up=function(){let e=[];return{add(r){const n=e[0];r!==n&&(n==null||n.pause()),e=cp(e,r),e.unshift(r)},remove(r){var n;e=cp(e,r),(n=e[0])===null||n===void 0||n.resume()}}}();function cp(e,r){const n=[...e],o=n.indexOf(r);return o!==-1&&n.splice(o,1),n}function tT(e){const r=Kr(e);I.useEffect(()=>{const n=o=>{o.key==="Escape"&&r(o)};return document.addEventListener("keydown",n),()=>document.removeEventListener("keydown",n)},[r])}let lp,ga=0;function nT({disabled:e}){const r=I.useRef(!1);io(()=>{if(e){let n=function(){ga--,ga===0&&(document.body.style.pointerEvents=lp)},o=function(a){r.current=a.pointerType!=="mouse"};return ga===0&&(lp=document.body.style.pointerEvents),document.body.style.pointerEvents="none",ga++,document.addEventListener("pointerup",o),()=>{r.current?document.addEventListener("click",n,{once:!0}):n(),document.removeEventListener("pointerup",o)}}},[e])}function Hr(e,r,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e==null||e(o),n===!1||!o.defaultPrevented)return r==null?void 0:r(o)}}const rT=I.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),iT=I.forwardRef((e,r)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:a,onFocusOutside:u,onInteractOutside:c,onDismiss:f,...h}=e,m=I.useContext(rT),[y,_]=I.useState(null),[,O]=I.useState({}),v=Gr(r,W=>_(W)),S=Array.from(m.layers),[w]=[...m.layersWithOutsidePointerEventsDisabled].slice(-1),T=S.indexOf(w),D=y?S.indexOf(y):-1,M=m.layersWithOutsidePointerEventsDisabled.size>0,P=D>=T,k=function(W){const F=Kr(W),$=I.useRef(!1);return I.useEffect(()=>{const Z=we=>{we.target&&!$.current&&dp("dismissableLayer.pointerDownOutside",F,{originalEvent:we}),$.current=!1},ne=window.setTimeout(()=>{document.addEventListener("pointerdown",Z)},0);return()=>{window.clearTimeout(ne),document.removeEventListener("pointerdown",Z)}},[F]),{onPointerDownCapture:()=>$.current=!0}}(W=>{const F=W.target,$=[...m.branches].some(Z=>Z.contains(F));P&&!$&&(a==null||a(W),c==null||c(W),W.defaultPrevented||f==null||f())}),x=function(W){const F=Kr(W),$=I.useRef(!1);return I.useEffect(()=>{const Z=ne=>{ne.target&&!$.current&&dp("dismissableLayer.focusOutside",F,{originalEvent:ne})};return document.addEventListener("focusin",Z),()=>document.removeEventListener("focusin",Z)},[F]),{onFocusCapture:()=>$.current=!0,onBlurCapture:()=>$.current=!1}}(W=>{const F=W.target;[...m.branches].some($=>$.contains(F))||(u==null||u(W),c==null||c(W),W.defaultPrevented||f==null||f())});return tT(W=>{D===m.layers.size-1&&(o==null||o(W),W.defaultPrevented||f==null||f())}),nT({disabled:n}),I.useEffect(()=>{y&&(n&&m.layersWithOutsidePointerEventsDisabled.add(y),m.layers.add(y),fp())},[y,n,m]),I.useEffect(()=>()=>{y&&(m.layers.delete(y),m.layersWithOutsidePointerEventsDisabled.delete(y),fp())},[y,m]),I.useEffect(()=>{const W=()=>O({});return document.addEventListener("dismissableLayer.update",W),()=>document.removeEventListener("dismissableLayer.update",W)},[]),I.createElement(Ei.div,gt({},h,{ref:v,style:{pointerEvents:M?P?"auto":"none":void 0,...e.style},onFocusCapture:Hr(e.onFocusCapture,x.onFocusCapture),onBlurCapture:Hr(e.onBlurCapture,x.onBlurCapture),onPointerDownCapture:Hr(e.onPointerDownCapture,k.onPointerDownCapture)}))});function fp(){const e=new Event("dismissableLayer.update");document.dispatchEvent(e)}function dp(e,r,n){const o=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});return r&&o.addEventListener(e,r,{once:!0}),!o.dispatchEvent(a)}function pp(e){const[r,n]=I.useState(void 0);return I.useEffect(()=>{if(e){const o=new ResizeObserver(a=>{if(!Array.isArray(a)||!a.length)return;const u=a[0];let c,f;if("borderBoxSize"in u){const h=u.borderBoxSize,m=Array.isArray(h)?h[0]:h;c=m.inlineSize,f=m.blockSize}else{const h=e.getBoundingClientRect();c=h.width,f=h.height}n({width:c,height:f})});return o.observe(e,{box:"border-box"}),()=>o.unobserve(e)}n(void 0)},[e]),r}function oT(e,r){const n=jr.get(e);return n===void 0?(jr.set(e,{rect:{},callbacks:[r]}),jr.size===1&&(sc=requestAnimationFrame(rv))):(n.callbacks.push(r),r(e.getBoundingClientRect())),()=>{const o=jr.get(e);if(o===void 0)return;const a=o.callbacks.indexOf(r);a>-1&&o.callbacks.splice(a,1),o.callbacks.length===0&&(jr.delete(e),jr.size===0&&cancelAnimationFrame(sc))}}let sc;const jr=new Map;function rv(){const e=[];jr.forEach((r,n)=>{const o=n.getBoundingClientRect();var a,u;a=r.rect,u=o,(a.width!==u.width||a.height!==u.height||a.top!==u.top||a.right!==u.right||a.bottom!==u.bottom||a.left!==u.left)&&(r.rect=o,e.push(r))}),e.forEach(r=>{r.callbacks.forEach(n=>n(r.rect))}),sc=requestAnimationFrame(rv)}function aT(e){const[r,n]=I.useState();return I.useEffect(()=>{if(e){const o=oT(e,n);return()=>{n(void 0),o()}}},[e]),r}function iv(e,r=[]){let n=[];const o=()=>{const a=n.map(u=>I.createContext(u));return function(u){const c=(u==null?void 0:u[e])||a;return I.useMemo(()=>({[`__scope${e}`]:{...u,[e]:c}}),[u,c])}};return o.scopeName=e,[function(a,u){const c=I.createContext(u),f=n.length;function h(m){const{scope:y,children:_,...O}=m,v=(y==null?void 0:y[e][f])||c,S=I.useMemo(()=>O,Object.values(O));return I.createElement(v.Provider,{value:S},_)}return n=[...n,u],h.displayName=a+"Provider",[h,function(m,y){const _=(y==null?void 0:y[e][f])||c,O=I.useContext(_);if(O)return O;if(u!==void 0)return u;throw new Error(`\`${m}\` must be used within \`${a}\``)}]},sT(o,...r)]}function sT(...e){const r=e[0];if(e.length===1)return r;const n=()=>{const o=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(a){const u=o.reduce((c,{useScope:f,scopeName:h})=>({...c,...f(a)[`__scope${h}`]}),{});return I.useMemo(()=>({[`__scope${r.scopeName}`]:u}),[u])}};return n.scopeName=r.scopeName,n}function uT({anchorRect:e,popperSize:r,arrowSize:n,arrowOffset:o=0,side:a,sideOffset:u=0,align:c,alignOffset:f=0,shouldAvoidCollisions:h=!0,collisionBoundariesRect:m,collisionTolerance:y=0}){if(!e||!r||!m)return{popperStyles:cT,arrowStyles:Mu};const _=function(F,$,Z=0,ne=0,we){const Me=we?we.height:0,Oe=hp($,F,"x"),ue=hp($,F,"y"),ke=ue.before-Z-Me,_e=ue.after+Z+Me,Ie=Oe.before-Z-Me,qe=Oe.after+Z+Me;return{top:{start:{x:Oe.start+ne,y:ke},center:{x:Oe.center,y:ke},end:{x:Oe.end-ne,y:ke}},right:{start:{x:qe,y:ue.start+ne},center:{x:qe,y:ue.center},end:{x:qe,y:ue.end-ne}},bottom:{start:{x:Oe.start+ne,y:_e},center:{x:Oe.center,y:_e},end:{x:Oe.end-ne,y:_e}},left:{start:{x:Ie,y:ue.start+ne},center:{x:Ie,y:ue.center},end:{x:Ie,y:ue.end-ne}}}}(r,e,u,f,n),O=_[a][c];if(h===!1){const F=vp(O);let $=Mu;return n&&($=gp({popperSize:r,arrowSize:n,arrowOffset:o,side:a,align:c})),{popperStyles:{...F,"--radix-popper-transform-origin":mp(r,a,c,o,n)},arrowStyles:$,placedSide:a,placedAlign:c}}const v=DOMRect.fromRect({...r,...O}),S=(w=m,T=y,DOMRect.fromRect({width:w.width-2*T,height:w.height-2*T,x:w.left+T,y:w.top+T}));var w,T;const D=wp(v,S),M=_[yp(a)][c],P=function(F,$,Z){const ne=yp(F);return $[F]&&!Z[ne]?ne:F}(a,D,wp(DOMRect.fromRect({...r,...M}),S)),k=function(F,$,Z,ne,we){const Me=Z==="top"||Z==="bottom",Oe=Me?"left":"top",ue=Me?"right":"bottom",ke=Me?"width":"height",_e=$[ke]>F[ke];return(ne==="start"||ne==="center")&&(we[Oe]&&_e||we[ue]&&!_e)?"end":(ne==="end"||ne==="center")&&(we[ue]&&_e||we[Oe]&&!_e)?"start":ne}(r,e,a,c,D),x=vp(_[P][k]);let W=Mu;return n&&(W=gp({popperSize:r,arrowSize:n,arrowOffset:o,side:P,align:k})),{popperStyles:{...x,"--radix-popper-transform-origin":mp(r,P,k,o,n)},arrowStyles:W,placedSide:P,placedAlign:k}}function hp(e,r,n){const o=e[n==="x"?"left":"top"],a=n==="x"?"width":"height",u=e[a],c=r[a];return{before:o-c,start:o,center:o+(u-c)/2,end:o+u-c,after:o+u}}function vp(e){return{position:"absolute",top:0,left:0,minWidth:"max-content",willChange:"transform",transform:`translate3d(${Math.round(e.x+window.scrollX)}px, ${Math.round(e.y+window.scrollY)}px, 0)`}}function mp(e,r,n,o,a){const u=r==="top"||r==="bottom",c=a?a.width:0,f=a?a.height:0,h=c/2+o;let m="",y="";return u?(m={start:`${h}px`,center:"center",end:e.width-h+"px"}[n],y=r==="top"?`${e.height+f}px`:-f+"px"):(m=r==="left"?`${e.width+f}px`:-f+"px",y={start:`${h}px`,center:"center",end:e.height-h+"px"}[n]),`${m} ${y}`}const cT={position:"fixed",top:0,left:0,opacity:0,transform:"translate3d(0, -200%, 0)"},Mu={position:"absolute",opacity:0};function gp({popperSize:e,arrowSize:r,arrowOffset:n,side:o,align:a}){const u=(e.width-r.width)/2,c=(e.height-r.width)/2,f={top:0,right:90,bottom:180,left:-90}[o],h=Math.max(r.width,r.height),m={width:`${h}px`,height:`${h}px`,transform:`rotate(${f}deg)`,willChange:"transform",position:"absolute",[o]:"100%",direction:lT(o,a)};return o!=="top"&&o!=="bottom"||(a==="start"&&(m.left=`${n}px`),a==="center"&&(m.left=`${u}px`),a==="end"&&(m.right=`${n}px`)),o!=="left"&&o!=="right"||(a==="start"&&(m.top=`${n}px`),a==="center"&&(m.top=`${c}px`),a==="end"&&(m.bottom=`${n}px`)),m}function lT(e,r){return(e!=="top"&&e!=="right"||r!=="end")&&(e!=="bottom"&&e!=="left"||r==="end")?"ltr":"rtl"}function yp(e){return{top:"bottom",right:"left",bottom:"top",left:"right"}[e]}function wp(e,r){return{top:e.top<r.top,right:e.right>r.right,bottom:e.bottom>r.bottom,left:e.left<r.left}}const[ov,av]=iv("Popper"),[fT,sv]=ov("Popper"),dT=e=>{const{__scopePopper:r,children:n}=e,[o,a]=I.useState(null);return I.createElement(fT,{scope:r,anchor:o,onAnchorChange:a},n)},pT=I.forwardRef((e,r)=>{const{__scopePopper:n,virtualRef:o,...a}=e,u=sv("PopperAnchor",n),c=I.useRef(null),f=Gr(r,c);return I.useEffect(()=>{u.onAnchorChange((o==null?void 0:o.current)||c.current)}),o?null:I.createElement(Ei.div,gt({},a,{ref:f}))}),[hT,SA]=ov("PopperContent"),vT=I.forwardRef((e,r)=>{const{__scopePopper:n,side:o="bottom",sideOffset:a,align:u="center",alignOffset:c,collisionTolerance:f,avoidCollisions:h=!0,...m}=e,y=sv("PopperContent",n),[_,O]=I.useState(),v=aT(y.anchor),[S,w]=I.useState(null),T=pp(S),[D,M]=I.useState(null),P=pp(D),k=Gr(r,Me=>w(Me)),x=function(){const[Me,Oe]=I.useState(void 0);return I.useEffect(()=>{let ue;function ke(){Oe({width:window.innerWidth,height:window.innerHeight})}function _e(){window.clearTimeout(ue),ue=window.setTimeout(ke,100)}return ke(),window.addEventListener("resize",_e),()=>window.removeEventListener("resize",_e)},[]),Me}(),W=x?DOMRect.fromRect({...x,x:0,y:0}):void 0,{popperStyles:F,arrowStyles:$,placedSide:Z,placedAlign:ne}=uT({anchorRect:v,popperSize:T,arrowSize:P,arrowOffset:_,side:o,sideOffset:a,align:u,alignOffset:c,shouldAvoidCollisions:h,collisionBoundariesRect:W,collisionTolerance:f}),we=Z!==void 0;return I.createElement("div",{style:F,"data-radix-popper-content-wrapper":""},I.createElement(hT,{scope:n,arrowStyles:$,onArrowChange:M,onArrowOffsetChange:O},I.createElement(Ei.div,gt({"data-side":Z,"data-align":ne},m,{style:{...m.style,animation:we?void 0:"none"},ref:k}))))}),mT=dT,gT=pT,yT=vT;function wT({prop:e,defaultProp:r,onChange:n=()=>{}}){const[o,a]=function({defaultProp:h,onChange:m}){const y=I.useState(h),[_]=y,O=I.useRef(_),v=Kr(m);return I.useEffect(()=>{O.current!==_&&(v(_),O.current=_)},[_,O,v]),y}({defaultProp:r,onChange:n}),u=e!==void 0,c=u?e:o,f=Kr(n);return[c,I.useCallback(h=>{if(u){const m=h,y=typeof h=="function"?m(e):h;y!==e&&f(y)}else a(h)},[u,e,a,f])]}const[bT,EA]=iv("Popover",[av]),Lc=av(),[_T,fo]=bT("Popover"),ST=e=>{const{__scopePopover:r,children:n,open:o,defaultOpen:a,onOpenChange:u,modal:c=!1}=e,f=Lc(r),h=I.useRef(null),[m,y]=I.useState(!1),[_=!1,O]=wT({prop:o,defaultProp:a,onChange:u});return I.createElement(mT,f,I.createElement(_T,{scope:r,contentId:XO(),triggerRef:h,open:_,onOpenChange:O,onOpenToggle:I.useCallback(()=>O(v=>!v),[O]),hasCustomAnchor:m,onCustomAnchorAdd:I.useCallback(()=>y(!0),[]),onCustomAnchorRemove:I.useCallback(()=>y(!1),[]),modal:c},n))},ET=I.forwardRef((e,r)=>{const{__scopePopover:n,...o}=e,a=fo("PopoverTrigger",n),u=Lc(n),c=Gr(r,a.triggerRef),f=I.createElement(Ei.button,gt({type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":cv(a.open)},o,{ref:c,onClick:Hr(e.onClick,a.onOpenToggle)}));return a.hasCustomAnchor?f:I.createElement(gT,gt({asChild:!0},u),f)}),xT=I.forwardRef((e,r)=>{const{forceMount:n,...o}=e,a=fo("PopoverContent",e.__scopePopover);return I.createElement(tv,{present:n||a.open},a.modal?I.createElement(OT,gt({},o,{ref:r})):I.createElement(TT,gt({},o,{ref:r})))}),OT=I.forwardRef((e,r)=>{const{allowPinchZoom:n,portalled:o=!0,...a}=e,u=fo("PopoverContent",e.__scopePopover),c=I.useRef(null),f=Gr(r,c),h=I.useRef(!1);I.useEffect(()=>{const y=c.current;if(y)return fO(y)},[]);const m=o?nv:I.Fragment;return I.createElement(m,null,I.createElement(KO,{allowPinchZoom:n},I.createElement(uv,gt({},a,{ref:f,trapFocus:u.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Hr(e.onCloseAutoFocus,y=>{var _;y.preventDefault(),h.current||(_=u.triggerRef.current)===null||_===void 0||_.focus()}),onPointerDownOutside:Hr(e.onPointerDownOutside,y=>{const _=y.detail.originalEvent,O=_.button===0&&_.ctrlKey===!0,v=_.button===2||O;h.current=v},{checkForDefaultPrevented:!1}),onFocusOutside:Hr(e.onFocusOutside,y=>y.preventDefault(),{checkForDefaultPrevented:!1})}))))}),TT=I.forwardRef((e,r)=>{const{portalled:n=!0,...o}=e,a=fo("PopoverContent",e.__scopePopover),u=I.useRef(!1),c=n?nv:I.Fragment;return I.createElement(c,null,I.createElement(uv,gt({},o,{ref:r,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:f=>{var h,m;(h=e.onCloseAutoFocus)===null||h===void 0||h.call(e,f),f.defaultPrevented||(u.current||(m=a.triggerRef.current)===null||m===void 0||m.focus(),f.preventDefault()),u.current=!1},onInteractOutside:f=>{var h,m;(h=e.onInteractOutside)===null||h===void 0||h.call(e,f),f.defaultPrevented||(u.current=!0);const y=f.target;!((m=a.triggerRef.current)===null||m===void 0)&&m.contains(y)&&f.preventDefault()}})))}),uv=I.forwardRef((e,r)=>{const{__scopePopover:n,trapFocus:o,onOpenAutoFocus:a,onCloseAutoFocus:u,disableOutsidePointerEvents:c,onEscapeKeyDown:f,onPointerDownOutside:h,onFocusOutside:m,onInteractOutside:y,..._}=e,O=fo("PopoverContent",n),v=Lc(n);return ZO(),I.createElement(QO,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:a,onUnmountAutoFocus:u},I.createElement(iT,{asChild:!0,disableOutsidePointerEvents:c,onInteractOutside:y,onEscapeKeyDown:f,onPointerDownOutside:h,onFocusOutside:m,onDismiss:()=>O.onOpenChange(!1)},I.createElement(yT,gt({"data-state":cv(O.open),role:"dialog",id:O.contentId},v,_,{ref:r,style:{..._.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)"}}))))});function cv(e){return e?"open":"closed"}const CT=ST,PT=ET,RT=xT;var Ia=(e=>(e.VIDEO="video",e.CAROUSEL="carousel",e.TEXT="text",e))(Ia||{});var lv={},Xa={},Mc={},Du={},ya={exports:{}},wa={exports:{}},Ue={};/** @license React v16.13.1
122
+ `)},zO=0,gi=[];function qO(e){var r=A.useRef([]),n=A.useRef([0,0]),o=A.useRef(),a=A.useState(zO++)[0],u=A.useState(ev)[0],l=A.useRef(e);A.useEffect(function(){l.current=e},[e]),A.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var b=uo([e.lockRef.current],(e.shards||[]).map(op),!0).filter(Boolean);return b.forEach(function(O){return O.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),b.forEach(function(O){return O.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var f=A.useCallback(function(b,O){if("touches"in b&&b.touches.length===2)return!l.current.allowPinchZoom;var D=ya(b),R=n.current,M="deltaX"in b?b.deltaX:R[0]-D[0],$="deltaY"in b?b.deltaY:R[1]-D[1],x,j=b.target,F=Math.abs(M)>Math.abs($)?"h":"v";if("touches"in b&&F==="h"&&j.type==="range")return!1;var B=rp(F,j);if(!B)return!0;if(B?x=F:(x=F==="v"?"h":"v",B=rp(F,j)),!B)return!1;if(!o.current&&"changedTouches"in b&&(M||$)&&(o.current=x),!x)return!0;var J=o.current||x;return UO(J,O,b,J==="h"?M:$,!0)},[]),p=A.useCallback(function(b){var O=b;if(!(!gi.length||gi[gi.length-1]!==u)){var D="deltaY"in O?ip(O):ya(O),R=r.current.filter(function(x){return x.name===O.type&&(x.target===O.target||O.target===x.shadowParent)&&BO(x.delta,D)})[0];if(R&&R.should){O.cancelable&&O.preventDefault();return}if(!R){var M=(l.current.shards||[]).map(op).filter(Boolean).filter(function(x){return x.contains(O.target)}),$=M.length>0?f(O,M[0]):!l.current.noIsolation;$&&O.cancelable&&O.preventDefault()}}},[]),y=A.useCallback(function(b,O,D,R){var M={name:b,delta:O,target:D,should:R,shadowParent:KO(D)};r.current.push(M),setTimeout(function(){r.current=r.current.filter(function($){return $!==M})},1)},[]),g=A.useCallback(function(b){n.current=ya(b),o.current=void 0},[]),S=A.useCallback(function(b){y(b.type,ip(b),b.target,f(b,e.lockRef.current))},[]),T=A.useCallback(function(b){y(b.type,ya(b),b.target,f(b,e.lockRef.current))},[]);A.useEffect(function(){return gi.push(u),e.setCallbacks({onScrollCapture:S,onWheelCapture:S,onTouchMoveCapture:T}),document.addEventListener("wheel",p,mi),document.addEventListener("touchmove",p,mi),document.addEventListener("touchstart",g,mi),function(){gi=gi.filter(function(b){return b!==u}),document.removeEventListener("wheel",p,mi),document.removeEventListener("touchmove",p,mi),document.removeEventListener("touchstart",g,mi)}},[]);var v=e.removeScrollBar,E=e.inert;return A.createElement(A.Fragment,null,E?A.createElement(u,{styles:HO(a)}):null,v?A.createElement(DO,{gapMode:e.gapMode}):null)}function KO(e){for(var r=null;e!==null;)e instanceof ShadowRoot&&(r=e.host,e=e.host),e=e.parentNode;return r}const YO=_O(Qh,qO);var iv=A.forwardRef(function(e,r){return A.createElement(Za,Ln({},e,{ref:r,sideCar:YO}))});iv.classNames=Za.classNames;const GO=iv,VO=globalThis!=null&&globalThis.document?A.useLayoutEffect:()=>{},XO=A["useId".toString()]||(()=>{});let JO=0;function ZO(e){const[r,n]=A.useState(XO());return VO(()=>{e||n(o=>o??String(JO++))},[e]),e||(r?`radix-${r}`:"")}function ov(...e){return r=>e.forEach(n=>function(o,a){typeof o=="function"?o(a):o!=null&&(o.current=a)}(n,r))}function xi(...e){return A.useCallback(ov(...e),e)}const av=A.forwardRef((e,r)=>{const{children:n,...o}=e;return A.Children.toArray(n).some(ap)?A.createElement(A.Fragment,null,A.Children.map(n,a=>ap(a)?A.createElement(ll,gt({},o,{ref:r}),a.props.children):a)):A.createElement(ll,gt({},o,{ref:r}),n)});av.displayName="Slot";const ll=A.forwardRef((e,r)=>{const{children:n,...o}=e;return A.isValidElement(n)?A.cloneElement(n,{...eT(o,n.props),ref:ov(r,n.ref)}):A.Children.count(n)>1?A.Children.only(null):null});ll.displayName="SlotClone";const QO=({children:e})=>A.createElement(A.Fragment,null,e);function ap(e){return A.isValidElement(e)&&e.type===QO}function eT(e,r){const n={...r};for(const o in r){const a=e[o],u=r[o];/^on[A-Z]/.test(o)?n[o]=(...l)=>{u==null||u(...l),a==null||a(...l)}:o==="style"?n[o]={...a,...u}:o==="className"&&(n[o]=[a,u].filter(Boolean).join(" "))}return{...e,...n}}const Oi=["a","button","div","h2","h3","img","li","nav","ol","p","span","svg","ul"].reduce((e,r)=>({...e,[r]:A.forwardRef((n,o)=>{const{asChild:a,...u}=n,l=a?av:r;return A.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),A.createElement(l,gt({},u,{ref:o}))})}),{}),sp=globalThis!=null&&globalThis.document?A.useLayoutEffect:()=>{};function tT(...e){return r=>e.forEach(n=>function(o,a){typeof o=="function"?o(a):o!=null&&(o.current=a)}(n,r))}function nT(...e){return A.useCallback(tT(...e),e)}const sv=e=>{const{present:r,children:n}=e,o=function(l){const[f,p]=A.useState(),y=A.useRef({}),g=A.useRef(l),S=A.useRef("none"),T=l?"mounted":"unmounted",[v,E]=function(b,O){return A.useReducer((D,R)=>{const M=O[D][R];return M??D},b)}(T,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return A.useEffect(()=>{const b=ba(y.current);S.current=v==="mounted"?b:"none"},[v]),sp(()=>{const b=y.current,O=g.current;if(O!==l){const D=S.current,R=ba(b);l?E("MOUNT"):R==="none"||(b==null?void 0:b.display)==="none"?E("UNMOUNT"):E(O&&D!==R?"ANIMATION_OUT":"UNMOUNT"),g.current=l}},[l,E]),sp(()=>{if(f){const b=D=>{const R=ba(y.current).includes(D.animationName);D.target===f&&R&&E("ANIMATION_END")},O=D=>{D.target===f&&(S.current=ba(y.current))};return f.addEventListener("animationstart",O),f.addEventListener("animationcancel",b),f.addEventListener("animationend",b),()=>{f.removeEventListener("animationstart",O),f.removeEventListener("animationcancel",b),f.removeEventListener("animationend",b)}}E("ANIMATION_END")},[f,E]),{isPresent:["mounted","unmountSuspended"].includes(v),ref:A.useCallback(b=>{b&&(y.current=getComputedStyle(b)),p(b)},[])}}(r),a=typeof n=="function"?n({present:o.isPresent}):A.Children.only(n),u=nT(o.ref,a.ref);return typeof n=="function"||o.isPresent?A.cloneElement(a,{ref:u}):null};function ba(e){return(e==null?void 0:e.animationName)||"none"}sv.displayName="Presence";let Du=0;function rT(){A.useEffect(()=>{var e,r;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=n[0])!==null&&e!==void 0?e:up()),document.body.insertAdjacentElement("beforeend",(r=n[1])!==null&&r!==void 0?r:up()),Du++,()=>{Du===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(o=>o.remove()),Du--}},[])}function up(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}const iT=globalThis!=null&&globalThis.document?A.useLayoutEffect:()=>{},uv=A.forwardRef((e,r)=>{var n,o;const{containerRef:a,style:u,...l}=e,f=(n=a==null?void 0:a.current)!==null&&n!==void 0?n:globalThis==null||(o=globalThis.document)===null||o===void 0?void 0:o.body,[,p]=A.useState({});return iT(()=>{p({})},[]),f?Ka.createPortal(A.createElement(Oi.div,gt({"data-radix-portal":""},l,{ref:r,style:f===document.body?{position:"absolute",top:0,left:0,zIndex:2147483647,...u}:void 0})),f):null});function lp(e){const r=A.useRef(e);return A.useEffect(()=>{r.current=e}),A.useMemo(()=>(...n)=>{var o;return(o=r.current)===null||o===void 0?void 0:o.call(r,...n)},[])}const cp={bubbles:!1,cancelable:!0},oT=A.forwardRef((e,r)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:a,onUnmountAutoFocus:u,...l}=e,[f,p]=A.useState(null),y=lp(a),g=lp(u),S=A.useRef(null),T=xi(r,b=>p(b)),v=A.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;A.useEffect(()=>{if(o){let b=function(D){if(v.paused||!f)return;const R=D.target;f.contains(R)?S.current=R:Br(S.current,{select:!0})},O=function(D){!v.paused&&f&&(f.contains(D.relatedTarget)||Br(S.current,{select:!0}))};return document.addEventListener("focusin",b),document.addEventListener("focusout",O),()=>{document.removeEventListener("focusin",b),document.removeEventListener("focusout",O)}}},[o,f,v.paused]),A.useEffect(()=>{if(f){pp.add(v);const O=document.activeElement;if(!f.contains(O)){const D=new Event("focusScope.autoFocusOnMount",cp);f.addEventListener("focusScope.autoFocusOnMount",y),f.dispatchEvent(D),D.defaultPrevented||(function(R,{select:M=!1}={}){const $=document.activeElement;for(const x of R)if(Br(x,{select:M}),document.activeElement!==$)return}((b=fp(f),b.filter(R=>R.tagName!=="A")),{select:!0}),document.activeElement===O&&Br(f))}return()=>{f.removeEventListener("focusScope.autoFocusOnMount",y),setTimeout(()=>{const D=new Event("focusScope.autoFocusOnUnmount",cp);f.addEventListener("focusScope.autoFocusOnUnmount",g),f.dispatchEvent(D),D.defaultPrevented||Br(O??document.body,{select:!0}),f.removeEventListener("focusScope.autoFocusOnUnmount",g),pp.remove(v)},0)}}var b},[f,y,g,v]);const E=A.useCallback(b=>{if(!n&&!o||v.paused)return;const O=b.key==="Tab"&&!b.altKey&&!b.ctrlKey&&!b.metaKey,D=document.activeElement;if(O&&D){const R=b.currentTarget,[M,$]=function(x){const j=fp(x),F=dp(j,x),B=dp(j.reverse(),x);return[F,B]}(R);M&&$?b.shiftKey||D!==$?b.shiftKey&&D===M&&(b.preventDefault(),n&&Br($,{select:!0})):(b.preventDefault(),n&&Br(M,{select:!0})):D===R&&b.preventDefault()}},[n,o,v.paused]);return A.createElement(Oi.div,gt({tabIndex:-1},l,{ref:T,onKeyDown:E}))});function fp(e){const r=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:o=>{const a=o.tagName==="INPUT"&&o.type==="hidden";return o.disabled||o.hidden||a?NodeFilter.FILTER_SKIP:o.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)r.push(n.currentNode);return r}function dp(e,r){for(const n of e)if(!aT(n,{upTo:r}))return n}function aT(e,{upTo:r}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(r!==void 0&&e===r)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function Br(e,{select:r=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&function(o){return o instanceof HTMLInputElement&&"select"in o}(e)&&r&&e.select()}}const pp=function(){let e=[];return{add(r){const n=e[0];r!==n&&(n==null||n.pause()),e=hp(e,r),e.unshift(r)},remove(r){var n;e=hp(e,r),(n=e[0])===null||n===void 0||n.resume()}}}();function hp(e,r){const n=[...e],o=n.indexOf(r);return o!==-1&&n.splice(o,1),n}function cl(e){const r=A.useRef(e);return A.useEffect(()=>{r.current=e}),A.useMemo(()=>(...n)=>{var o;return(o=r.current)===null||o===void 0?void 0:o.call(r,...n)},[])}function sT(e){const r=cl(e);A.useEffect(()=>{const n=o=>{o.key==="Escape"&&r(o)};return document.addEventListener("keydown",n),()=>document.removeEventListener("keydown",n)},[r])}const uT=globalThis!=null&&globalThis.document?A.useLayoutEffect:()=>{};let vp,wa=0;function lT({disabled:e}){const r=A.useRef(!1);uT(()=>{if(e){let n=function(){wa--,wa===0&&(document.body.style.pointerEvents=vp)},o=function(a){r.current=a.pointerType!=="mouse"};return wa===0&&(vp=document.body.style.pointerEvents),document.body.style.pointerEvents="none",wa++,document.addEventListener("pointerup",o),()=>{r.current?document.addEventListener("click",n,{once:!0}):n(),document.removeEventListener("pointerup",o)}}},[e])}function Vr(e,r,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e==null||e(o),n===!1||!o.defaultPrevented)return r==null?void 0:r(o)}}const cT=A.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),fT=A.forwardRef((e,r)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:a,onFocusOutside:u,onInteractOutside:l,onDismiss:f,...p}=e,y=A.useContext(cT),[g,S]=A.useState(null),[,T]=A.useState({}),v=xi(r,j=>S(j)),E=Array.from(y.layers),[b]=[...y.layersWithOutsidePointerEventsDisabled].slice(-1),O=E.indexOf(b),D=g?E.indexOf(g):-1,R=y.layersWithOutsidePointerEventsDisabled.size>0,M=D>=O,$=function(j){const F=cl(j),B=A.useRef(!1);return A.useEffect(()=>{const J=we=>{we.target&&!B.current&&gp("dismissableLayer.pointerDownOutside",F,{originalEvent:we}),B.current=!1},ne=window.setTimeout(()=>{document.addEventListener("pointerdown",J)},0);return()=>{window.clearTimeout(ne),document.removeEventListener("pointerdown",J)}},[F]),{onPointerDownCapture:()=>B.current=!0}}(j=>{const F=j.target,B=[...y.branches].some(J=>J.contains(F));M&&!B&&(a==null||a(j),l==null||l(j),j.defaultPrevented||f==null||f())}),x=function(j){const F=cl(j),B=A.useRef(!1);return A.useEffect(()=>{const J=ne=>{ne.target&&!B.current&&gp("dismissableLayer.focusOutside",F,{originalEvent:ne})};return document.addEventListener("focusin",J),()=>document.removeEventListener("focusin",J)},[F]),{onFocusCapture:()=>B.current=!0,onBlurCapture:()=>B.current=!1}}(j=>{const F=j.target;[...y.branches].some(B=>B.contains(F))||(u==null||u(j),l==null||l(j),j.defaultPrevented||f==null||f())});return sT(j=>{D===y.layers.size-1&&(o==null||o(j),j.defaultPrevented||f==null||f())}),lT({disabled:n}),A.useEffect(()=>{g&&(n&&y.layersWithOutsidePointerEventsDisabled.add(g),y.layers.add(g),mp())},[g,n,y]),A.useEffect(()=>()=>{g&&(y.layers.delete(g),y.layersWithOutsidePointerEventsDisabled.delete(g),mp())},[g,y]),A.useEffect(()=>{const j=()=>T({});return document.addEventListener("dismissableLayer.update",j),()=>document.removeEventListener("dismissableLayer.update",j)},[]),A.createElement(Oi.div,gt({},p,{ref:v,style:{pointerEvents:R?M?"auto":"none":void 0,...e.style},onFocusCapture:Vr(e.onFocusCapture,x.onFocusCapture),onBlurCapture:Vr(e.onBlurCapture,x.onBlurCapture),onPointerDownCapture:Vr(e.onPointerDownCapture,$.onPointerDownCapture)}))});function mp(){const e=new Event("dismissableLayer.update");document.dispatchEvent(e)}function gp(e,r,n){const o=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});return r&&o.addEventListener(e,r,{once:!0}),!o.dispatchEvent(a)}function yp(e){const[r,n]=A.useState(void 0);return A.useEffect(()=>{if(e){const o=new ResizeObserver(a=>{if(!Array.isArray(a)||!a.length)return;const u=a[0];let l,f;if("borderBoxSize"in u){const p=u.borderBoxSize,y=Array.isArray(p)?p[0]:p;l=y.inlineSize,f=y.blockSize}else{const p=e.getBoundingClientRect();l=p.width,f=p.height}n({width:l,height:f})});return o.observe(e,{box:"border-box"}),()=>o.unobserve(e)}n(void 0)},[e]),r}function dT(e,r){const n=zr.get(e);return n===void 0?(zr.set(e,{rect:{},callbacks:[r]}),zr.size===1&&(fl=requestAnimationFrame(lv))):(n.callbacks.push(r),r(e.getBoundingClientRect())),()=>{const o=zr.get(e);if(o===void 0)return;const a=o.callbacks.indexOf(r);a>-1&&o.callbacks.splice(a,1),o.callbacks.length===0&&(zr.delete(e),zr.size===0&&cancelAnimationFrame(fl))}}let fl;const zr=new Map;function lv(){const e=[];zr.forEach((r,n)=>{const o=n.getBoundingClientRect();var a,u;a=r.rect,u=o,(a.width!==u.width||a.height!==u.height||a.top!==u.top||a.right!==u.right||a.bottom!==u.bottom||a.left!==u.left)&&(r.rect=o,e.push(r))}),e.forEach(r=>{r.callbacks.forEach(n=>n(r.rect))}),fl=requestAnimationFrame(lv)}function pT(e){const[r,n]=A.useState();return A.useEffect(()=>{if(e){const o=dT(e,n);return()=>{n(void 0),o()}}},[e]),r}function cv(e,r=[]){let n=[];const o=()=>{const a=n.map(u=>A.createContext(u));return function(u){const l=(u==null?void 0:u[e])||a;return A.useMemo(()=>({[`__scope${e}`]:{...u,[e]:l}}),[u,l])}};return o.scopeName=e,[function(a,u){const l=A.createContext(u),f=n.length;function p(y){const{scope:g,children:S,...T}=y,v=(g==null?void 0:g[e][f])||l,E=A.useMemo(()=>T,Object.values(T));return A.createElement(v.Provider,{value:E},S)}return n=[...n,u],p.displayName=a+"Provider",[p,function(y,g){const S=(g==null?void 0:g[e][f])||l,T=A.useContext(S);if(T)return T;if(u!==void 0)return u;throw new Error(`\`${y}\` must be used within \`${a}\``)}]},hT(o,...r)]}function hT(...e){const r=e[0];if(e.length===1)return r;const n=()=>{const o=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(a){const u=o.reduce((l,{useScope:f,scopeName:p})=>({...l,...f(a)[`__scope${p}`]}),{});return A.useMemo(()=>({[`__scope${r.scopeName}`]:u}),[u])}};return n.scopeName=r.scopeName,n}function vT({anchorRect:e,popperSize:r,arrowSize:n,arrowOffset:o=0,side:a,sideOffset:u=0,align:l,alignOffset:f=0,shouldAvoidCollisions:p=!0,collisionBoundariesRect:y,collisionTolerance:g=0}){if(!e||!r||!y)return{popperStyles:mT,arrowStyles:ku};const S=function(F,B,J=0,ne=0,we){const Ae=we?we.height:0,ue=bp(B,F,"x"),ge=bp(B,F,"y"),ke=ge.before-J-Ae,_e=ge.after+J+Ae,Le=ue.before-J-Ae,ze=ue.after+J+Ae;return{top:{start:{x:ue.start+ne,y:ke},center:{x:ue.center,y:ke},end:{x:ue.end-ne,y:ke}},right:{start:{x:ze,y:ge.start+ne},center:{x:ze,y:ge.center},end:{x:ze,y:ge.end-ne}},bottom:{start:{x:ue.start+ne,y:_e},center:{x:ue.center,y:_e},end:{x:ue.end-ne,y:_e}},left:{start:{x:Le,y:ge.start+ne},center:{x:Le,y:ge.center},end:{x:Le,y:ge.end-ne}}}}(r,e,u,f,n),T=S[a][l];if(p===!1){const F=wp(T);let B=ku;return n&&(B=_p({popperSize:r,arrowSize:n,arrowOffset:o,side:a,align:l})),{popperStyles:{...F,"--radix-popper-transform-origin":Sp(r,a,l,o,n)},arrowStyles:B,placedSide:a,placedAlign:l}}const v=DOMRect.fromRect({...r,...T}),E=(b=y,O=g,DOMRect.fromRect({width:b.width-2*O,height:b.height-2*O,x:b.left+O,y:b.top+O}));var b,O;const D=xp(v,E),R=S[Ep(a)][l],M=function(F,B,J){const ne=Ep(F);return B[F]&&!J[ne]?ne:F}(a,D,xp(DOMRect.fromRect({...r,...R}),E)),$=function(F,B,J,ne,we){const Ae=J==="top"||J==="bottom",ue=Ae?"left":"top",ge=Ae?"right":"bottom",ke=Ae?"width":"height",_e=B[ke]>F[ke];return(ne==="start"||ne==="center")&&(we[ue]&&_e||we[ge]&&!_e)?"end":(ne==="end"||ne==="center")&&(we[ge]&&_e||we[ue]&&!_e)?"start":ne}(r,e,a,l,D),x=wp(S[M][$]);let j=ku;return n&&(j=_p({popperSize:r,arrowSize:n,arrowOffset:o,side:M,align:$})),{popperStyles:{...x,"--radix-popper-transform-origin":Sp(r,M,$,o,n)},arrowStyles:j,placedSide:M,placedAlign:$}}function bp(e,r,n){const o=e[n==="x"?"left":"top"],a=n==="x"?"width":"height",u=e[a],l=r[a];return{before:o-l,start:o,center:o+(u-l)/2,end:o+u-l,after:o+u}}function wp(e){return{position:"absolute",top:0,left:0,minWidth:"max-content",willChange:"transform",transform:`translate3d(${Math.round(e.x+window.scrollX)}px, ${Math.round(e.y+window.scrollY)}px, 0)`}}function Sp(e,r,n,o,a){const u=r==="top"||r==="bottom",l=a?a.width:0,f=a?a.height:0,p=l/2+o;let y="",g="";return u?(y={start:`${p}px`,center:"center",end:e.width-p+"px"}[n],g=r==="top"?`${e.height+f}px`:-f+"px"):(y=r==="left"?`${e.width+f}px`:-f+"px",g={start:`${p}px`,center:"center",end:e.height-p+"px"}[n]),`${y} ${g}`}const mT={position:"fixed",top:0,left:0,opacity:0,transform:"translate3d(0, -200%, 0)"},ku={position:"absolute",opacity:0};function _p({popperSize:e,arrowSize:r,arrowOffset:n,side:o,align:a}){const u=(e.width-r.width)/2,l=(e.height-r.width)/2,f={top:0,right:90,bottom:180,left:-90}[o],p=Math.max(r.width,r.height),y={width:`${p}px`,height:`${p}px`,transform:`rotate(${f}deg)`,willChange:"transform",position:"absolute",[o]:"100%",direction:gT(o,a)};return o!=="top"&&o!=="bottom"||(a==="start"&&(y.left=`${n}px`),a==="center"&&(y.left=`${u}px`),a==="end"&&(y.right=`${n}px`)),o!=="left"&&o!=="right"||(a==="start"&&(y.top=`${n}px`),a==="center"&&(y.top=`${l}px`),a==="end"&&(y.bottom=`${n}px`)),y}function gT(e,r){return(e!=="top"&&e!=="right"||r!=="end")&&(e!=="bottom"&&e!=="left"||r==="end")?"ltr":"rtl"}function Ep(e){return{top:"bottom",right:"left",bottom:"top",left:"right"}[e]}function xp(e,r){return{top:e.top<r.top,right:e.right>r.right,bottom:e.bottom>r.bottom,left:e.left<r.left}}const[fv,dv]=cv("Popper"),[yT,pv]=fv("Popper"),bT=e=>{const{__scopePopper:r,children:n}=e,[o,a]=A.useState(null);return A.createElement(yT,{scope:r,anchor:o,onAnchorChange:a},n)},wT=A.forwardRef((e,r)=>{const{__scopePopper:n,virtualRef:o,...a}=e,u=pv("PopperAnchor",n),l=A.useRef(null),f=xi(r,l);return A.useEffect(()=>{u.onAnchorChange((o==null?void 0:o.current)||l.current)}),o?null:A.createElement(Oi.div,gt({},a,{ref:f}))}),[ST,AA]=fv("PopperContent"),_T=A.forwardRef((e,r)=>{const{__scopePopper:n,side:o="bottom",sideOffset:a,align:u="center",alignOffset:l,collisionTolerance:f,avoidCollisions:p=!0,...y}=e,g=pv("PopperContent",n),[S,T]=A.useState(),v=pT(g.anchor),[E,b]=A.useState(null),O=yp(E),[D,R]=A.useState(null),M=yp(D),$=xi(r,Ae=>b(Ae)),x=function(){const[Ae,ue]=A.useState(void 0);return A.useEffect(()=>{let ge;function ke(){ue({width:window.innerWidth,height:window.innerHeight})}function _e(){window.clearTimeout(ge),ge=window.setTimeout(ke,100)}return ke(),window.addEventListener("resize",_e),()=>window.removeEventListener("resize",_e)},[]),Ae}(),j=x?DOMRect.fromRect({...x,x:0,y:0}):void 0,{popperStyles:F,arrowStyles:B,placedSide:J,placedAlign:ne}=vT({anchorRect:v,popperSize:O,arrowSize:M,arrowOffset:S,side:o,sideOffset:a,align:u,alignOffset:l,shouldAvoidCollisions:p,collisionBoundariesRect:j,collisionTolerance:f}),we=J!==void 0;return A.createElement("div",{style:F,"data-radix-popper-content-wrapper":""},A.createElement(ST,{scope:n,arrowStyles:B,onArrowChange:R,onArrowOffsetChange:T},A.createElement(Oi.div,gt({"data-side":J,"data-align":ne},y,{style:{...y.style,animation:we?void 0:"none"},ref:$}))))}),ET=bT,xT=wT,OT=_T;function Op(e){const r=A.useRef(e);return A.useEffect(()=>{r.current=e}),A.useMemo(()=>(...n)=>{var o;return(o=r.current)===null||o===void 0?void 0:o.call(r,...n)},[])}function TT({prop:e,defaultProp:r,onChange:n=()=>{}}){const[o,a]=function({defaultProp:p,onChange:y}){const g=A.useState(p),[S]=g,T=A.useRef(S),v=Op(y);return A.useEffect(()=>{T.current!==S&&(v(S),T.current=S)},[S,T,v]),g}({defaultProp:r,onChange:n}),u=e!==void 0,l=u?e:o,f=Op(n);return[l,A.useCallback(p=>{if(u){const y=p,g=typeof p=="function"?y(e):p;g!==e&&f(g)}else a(p)},[u,e,a,f])]}const[CT,IA]=cv("Popover",[dv]),kl=dv(),[RT,mo]=CT("Popover"),PT=e=>{const{__scopePopover:r,children:n,open:o,defaultOpen:a,onOpenChange:u,modal:l=!1}=e,f=kl(r),p=A.useRef(null),[y,g]=A.useState(!1),[S=!1,T]=TT({prop:o,defaultProp:a,onChange:u});return A.createElement(ET,f,A.createElement(RT,{scope:r,contentId:ZO(),triggerRef:p,open:S,onOpenChange:T,onOpenToggle:A.useCallback(()=>T(v=>!v),[T]),hasCustomAnchor:y,onCustomAnchorAdd:A.useCallback(()=>g(!0),[]),onCustomAnchorRemove:A.useCallback(()=>g(!1),[]),modal:l},n))},AT=A.forwardRef((e,r)=>{const{__scopePopover:n,...o}=e,a=mo("PopoverTrigger",n),u=kl(n),l=xi(r,a.triggerRef),f=A.createElement(Oi.button,gt({type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":vv(a.open)},o,{ref:l,onClick:Vr(e.onClick,a.onOpenToggle)}));return a.hasCustomAnchor?f:A.createElement(xT,gt({asChild:!0},u),f)}),IT=A.forwardRef((e,r)=>{const{forceMount:n,...o}=e,a=mo("PopoverContent",e.__scopePopover);return A.createElement(sv,{present:n||a.open},a.modal?A.createElement(LT,gt({},o,{ref:r})):A.createElement(MT,gt({},o,{ref:r})))}),LT=A.forwardRef((e,r)=>{const{allowPinchZoom:n,portalled:o=!0,...a}=e,u=mo("PopoverContent",e.__scopePopover),l=A.useRef(null),f=xi(r,l),p=A.useRef(!1);A.useEffect(()=>{const g=l.current;if(g)return hO(g)},[]);const y=o?uv:A.Fragment;return A.createElement(y,null,A.createElement(GO,{allowPinchZoom:n},A.createElement(hv,gt({},a,{ref:f,trapFocus:u.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Vr(e.onCloseAutoFocus,g=>{var S;g.preventDefault(),p.current||(S=u.triggerRef.current)===null||S===void 0||S.focus()}),onPointerDownOutside:Vr(e.onPointerDownOutside,g=>{const S=g.detail.originalEvent,T=S.button===0&&S.ctrlKey===!0,v=S.button===2||T;p.current=v},{checkForDefaultPrevented:!1}),onFocusOutside:Vr(e.onFocusOutside,g=>g.preventDefault(),{checkForDefaultPrevented:!1})}))))}),MT=A.forwardRef((e,r)=>{const{portalled:n=!0,...o}=e,a=mo("PopoverContent",e.__scopePopover),u=A.useRef(!1),l=n?uv:A.Fragment;return A.createElement(l,null,A.createElement(hv,gt({},o,{ref:r,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:f=>{var p,y;(p=e.onCloseAutoFocus)===null||p===void 0||p.call(e,f),f.defaultPrevented||(u.current||(y=a.triggerRef.current)===null||y===void 0||y.focus(),f.preventDefault()),u.current=!1},onInteractOutside:f=>{var p,y;(p=e.onInteractOutside)===null||p===void 0||p.call(e,f),f.defaultPrevented||(u.current=!0);const g=f.target;!((y=a.triggerRef.current)===null||y===void 0)&&y.contains(g)&&f.preventDefault()}})))}),hv=A.forwardRef((e,r)=>{const{__scopePopover:n,trapFocus:o,onOpenAutoFocus:a,onCloseAutoFocus:u,disableOutsidePointerEvents:l,onEscapeKeyDown:f,onPointerDownOutside:p,onFocusOutside:y,onInteractOutside:g,...S}=e,T=mo("PopoverContent",n),v=kl(n);return rT(),A.createElement(oT,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:a,onUnmountAutoFocus:u},A.createElement(fT,{asChild:!0,disableOutsidePointerEvents:l,onInteractOutside:g,onEscapeKeyDown:f,onPointerDownOutside:p,onFocusOutside:y,onDismiss:()=>T.onOpenChange(!1)},A.createElement(OT,gt({"data-state":vv(T.open),role:"dialog",id:T.contentId},v,S,{ref:r,style:{...S.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)"}}))))});function vv(e){return e?"open":"closed"}const DT=PT,kT=AT,$T=IT;var Da=(e=>(e.VIDEO="video",e.CAROUSEL="carousel",e.TEXT="text",e))(Da||{});var mv={},Qa={},$l={},$u={},Sa={exports:{}},_a={exports:{}},We={};/** @license React v16.13.1
127
123
  * react-is.production.min.js
128
124
  *
129
125
  * Copyright (c) Facebook, Inc. and its affiliates.
130
126
  *
131
127
  * This source code is licensed under the MIT license found in the
132
128
  * LICENSE file in the root directory of this source tree.
133
- */var bp;function AT(){if(bp)return Ue;bp=1;var e=typeof Symbol=="function"&&Symbol.for,r=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,u=e?Symbol.for("react.profiler"):60114,c=e?Symbol.for("react.provider"):60109,f=e?Symbol.for("react.context"):60110,h=e?Symbol.for("react.async_mode"):60111,m=e?Symbol.for("react.concurrent_mode"):60111,y=e?Symbol.for("react.forward_ref"):60112,_=e?Symbol.for("react.suspense"):60113,O=e?Symbol.for("react.suspense_list"):60120,v=e?Symbol.for("react.memo"):60115,S=e?Symbol.for("react.lazy"):60116,w=e?Symbol.for("react.block"):60121,T=e?Symbol.for("react.fundamental"):60117,D=e?Symbol.for("react.responder"):60118,M=e?Symbol.for("react.scope"):60119;function P(x){if(typeof x=="object"&&x!==null){var W=x.$$typeof;switch(W){case r:switch(x=x.type,x){case h:case m:case o:case u:case a:case _:return x;default:switch(x=x&&x.$$typeof,x){case f:case y:case S:case v:case c:return x;default:return W}}case n:return W}}}function k(x){return P(x)===m}return Ue.AsyncMode=h,Ue.ConcurrentMode=m,Ue.ContextConsumer=f,Ue.ContextProvider=c,Ue.Element=r,Ue.ForwardRef=y,Ue.Fragment=o,Ue.Lazy=S,Ue.Memo=v,Ue.Portal=n,Ue.Profiler=u,Ue.StrictMode=a,Ue.Suspense=_,Ue.isAsyncMode=function(x){return k(x)||P(x)===h},Ue.isConcurrentMode=k,Ue.isContextConsumer=function(x){return P(x)===f},Ue.isContextProvider=function(x){return P(x)===c},Ue.isElement=function(x){return typeof x=="object"&&x!==null&&x.$$typeof===r},Ue.isForwardRef=function(x){return P(x)===y},Ue.isFragment=function(x){return P(x)===o},Ue.isLazy=function(x){return P(x)===S},Ue.isMemo=function(x){return P(x)===v},Ue.isPortal=function(x){return P(x)===n},Ue.isProfiler=function(x){return P(x)===u},Ue.isStrictMode=function(x){return P(x)===a},Ue.isSuspense=function(x){return P(x)===_},Ue.isValidElementType=function(x){return typeof x=="string"||typeof x=="function"||x===o||x===m||x===u||x===a||x===_||x===O||typeof x=="object"&&x!==null&&(x.$$typeof===S||x.$$typeof===v||x.$$typeof===c||x.$$typeof===f||x.$$typeof===y||x.$$typeof===T||x.$$typeof===D||x.$$typeof===M||x.$$typeof===w)},Ue.typeOf=P,Ue}var Be={};/** @license React v16.13.1
129
+ */var Tp;function NT(){if(Tp)return We;Tp=1;var e=typeof Symbol=="function"&&Symbol.for,r=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,u=e?Symbol.for("react.profiler"):60114,l=e?Symbol.for("react.provider"):60109,f=e?Symbol.for("react.context"):60110,p=e?Symbol.for("react.async_mode"):60111,y=e?Symbol.for("react.concurrent_mode"):60111,g=e?Symbol.for("react.forward_ref"):60112,S=e?Symbol.for("react.suspense"):60113,T=e?Symbol.for("react.suspense_list"):60120,v=e?Symbol.for("react.memo"):60115,E=e?Symbol.for("react.lazy"):60116,b=e?Symbol.for("react.block"):60121,O=e?Symbol.for("react.fundamental"):60117,D=e?Symbol.for("react.responder"):60118,R=e?Symbol.for("react.scope"):60119;function M(x){if(typeof x=="object"&&x!==null){var j=x.$$typeof;switch(j){case r:switch(x=x.type,x){case p:case y:case o:case u:case a:case S:return x;default:switch(x=x&&x.$$typeof,x){case f:case g:case E:case v:case l:return x;default:return j}}case n:return j}}}function $(x){return M(x)===y}return We.AsyncMode=p,We.ConcurrentMode=y,We.ContextConsumer=f,We.ContextProvider=l,We.Element=r,We.ForwardRef=g,We.Fragment=o,We.Lazy=E,We.Memo=v,We.Portal=n,We.Profiler=u,We.StrictMode=a,We.Suspense=S,We.isAsyncMode=function(x){return $(x)||M(x)===p},We.isConcurrentMode=$,We.isContextConsumer=function(x){return M(x)===f},We.isContextProvider=function(x){return M(x)===l},We.isElement=function(x){return typeof x=="object"&&x!==null&&x.$$typeof===r},We.isForwardRef=function(x){return M(x)===g},We.isFragment=function(x){return M(x)===o},We.isLazy=function(x){return M(x)===E},We.isMemo=function(x){return M(x)===v},We.isPortal=function(x){return M(x)===n},We.isProfiler=function(x){return M(x)===u},We.isStrictMode=function(x){return M(x)===a},We.isSuspense=function(x){return M(x)===S},We.isValidElementType=function(x){return typeof x=="string"||typeof x=="function"||x===o||x===y||x===u||x===a||x===S||x===T||typeof x=="object"&&x!==null&&(x.$$typeof===E||x.$$typeof===v||x.$$typeof===l||x.$$typeof===f||x.$$typeof===g||x.$$typeof===O||x.$$typeof===D||x.$$typeof===R||x.$$typeof===b)},We.typeOf=M,We}var Ue={};/** @license React v16.13.1
134
130
  * react-is.development.js
135
131
  *
136
132
  * Copyright (c) Facebook, Inc. and its affiliates.
137
133
  *
138
134
  * This source code is licensed under the MIT license found in the
139
135
  * LICENSE file in the root directory of this source tree.
140
- */var _p;function IT(){return _p||(_p=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,r=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,u=e?Symbol.for("react.profiler"):60114,c=e?Symbol.for("react.provider"):60109,f=e?Symbol.for("react.context"):60110,h=e?Symbol.for("react.async_mode"):60111,m=e?Symbol.for("react.concurrent_mode"):60111,y=e?Symbol.for("react.forward_ref"):60112,_=e?Symbol.for("react.suspense"):60113,O=e?Symbol.for("react.suspense_list"):60120,v=e?Symbol.for("react.memo"):60115,S=e?Symbol.for("react.lazy"):60116,w=e?Symbol.for("react.block"):60121,T=e?Symbol.for("react.fundamental"):60117,D=e?Symbol.for("react.responder"):60118,M=e?Symbol.for("react.scope"):60119;function P(V){return typeof V=="string"||typeof V=="function"||V===o||V===m||V===u||V===a||V===_||V===O||typeof V=="object"&&V!==null&&(V.$$typeof===S||V.$$typeof===v||V.$$typeof===c||V.$$typeof===f||V.$$typeof===y||V.$$typeof===T||V.$$typeof===D||V.$$typeof===M||V.$$typeof===w)}function k(V){if(typeof V=="object"&&V!==null){var nt=V.$$typeof;switch(nt){case r:var rt=V.type;switch(rt){case h:case m:case o:case u:case a:case _:return rt;default:var lt=rt&&rt.$$typeof;switch(lt){case f:case y:case S:case v:case c:return lt;default:return nt}}case n:return nt}}}var x=h,W=m,F=f,$=c,Z=r,ne=y,we=o,Me=S,Oe=v,ue=n,ke=u,_e=a,Ie=_,qe=!1;function ft(V){return qe||(qe=!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.")),G(V)||k(V)===h}function G(V){return k(V)===m}function X(V){return k(V)===f}function ve(V){return k(V)===c}function me(V){return typeof V=="object"&&V!==null&&V.$$typeof===r}function ce(V){return k(V)===y}function le(V){return k(V)===o}function ae(V){return k(V)===S}function fe(V){return k(V)===v}function se(V){return k(V)===n}function ge(V){return k(V)===u}function ye(V){return k(V)===a}function Ge(V){return k(V)===_}Be.AsyncMode=x,Be.ConcurrentMode=W,Be.ContextConsumer=F,Be.ContextProvider=$,Be.Element=Z,Be.ForwardRef=ne,Be.Fragment=we,Be.Lazy=Me,Be.Memo=Oe,Be.Portal=ue,Be.Profiler=ke,Be.StrictMode=_e,Be.Suspense=Ie,Be.isAsyncMode=ft,Be.isConcurrentMode=G,Be.isContextConsumer=X,Be.isContextProvider=ve,Be.isElement=me,Be.isForwardRef=ce,Be.isFragment=le,Be.isLazy=ae,Be.isMemo=fe,Be.isPortal=se,Be.isProfiler=ge,Be.isStrictMode=ye,Be.isSuspense=Ge,Be.isValidElementType=P,Be.typeOf=k}()),Be}var Sp;function fv(){return Sp||(Sp=1,process.env.NODE_ENV==="production"?wa.exports=AT():wa.exports=IT()),wa.exports}var ku,Ep;function Dc(){if(Ep)return ku;Ep=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return ku=e,ku}var Nu,xp;function dv(){return xp||(xp=1,Nu=Function.call.bind(Object.prototype.hasOwnProperty)),Nu}var $u,Op;function LT(){if(Op)return $u;Op=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var r=Dc(),n={},o=dv();e=function(u){var c="Warning: "+u;typeof console<"u"&&console.error(c);try{throw new Error(c)}catch{}}}function a(u,c,f,h,m){if(process.env.NODE_ENV!=="production"){for(var y in u)if(o(u,y)){var _;try{if(typeof u[y]!="function"){var O=Error((h||"React class")+": "+f+" type `"+y+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof u[y]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw O.name="Invariant Violation",O}_=u[y](c,y,h,f,null,r)}catch(S){_=S}if(_&&!(_ instanceof Error)&&e((h||"React class")+": type specification of "+f+" `"+y+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof _+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),_ instanceof Error&&!(_.message in n)){n[_.message]=!0;var v=m?m():"";e("Failed "+f+" type: "+_.message+(v??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},$u=a,$u}var ju,Tp;function MT(){if(Tp)return ju;Tp=1;var e=fv(),r=wc(),n=Dc(),o=dv(),a=LT(),u=function(){};process.env.NODE_ENV!=="production"&&(u=function(f){var h="Warning: "+f;typeof console<"u"&&console.error(h);try{throw new Error(h)}catch{}});function c(){return null}return ju=function(f,h){var m=typeof Symbol=="function"&&Symbol.iterator,y="@@iterator";function _(G){var X=G&&(m&&G[m]||G[y]);if(typeof X=="function")return X}var O="<<anonymous>>",v={array:D("array"),bigint:D("bigint"),bool:D("boolean"),func:D("function"),number:D("number"),object:D("object"),string:D("string"),symbol:D("symbol"),any:M(),arrayOf:P,element:k(),elementType:x(),instanceOf:W,node:ne(),objectOf:$,oneOf:F,oneOfType:Z,shape:Me,exact:Oe};function S(G,X){return G===X?G!==0||1/G===1/X:G!==G&&X!==X}function w(G,X){this.message=G,this.data=X&&typeof X=="object"?X:{},this.stack=""}w.prototype=Error.prototype;function T(G){if(process.env.NODE_ENV!=="production")var X={},ve=0;function me(le,ae,fe,se,ge,ye,Ge){if(se=se||O,ye=ye||fe,Ge!==n){if(h){var V=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 V.name="Invariant Violation",V}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var nt=se+":"+fe;!X[nt]&&ve<3&&(u("You are manually calling a React.PropTypes validation function for the `"+ye+"` prop on `"+se+"`. 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."),X[nt]=!0,ve++)}}return ae[fe]==null?le?ae[fe]===null?new w("The "+ge+" `"+ye+"` is marked as required "+("in `"+se+"`, but its value is `null`.")):new w("The "+ge+" `"+ye+"` is marked as required in "+("`"+se+"`, but its value is `undefined`.")):null:G(ae,fe,se,ge,ye)}var ce=me.bind(null,!1);return ce.isRequired=me.bind(null,!0),ce}function D(G){function X(ve,me,ce,le,ae,fe){var se=ve[me],ge=_e(se);if(ge!==G){var ye=Ie(se);return new w("Invalid "+le+" `"+ae+"` of type "+("`"+ye+"` supplied to `"+ce+"`, expected ")+("`"+G+"`."),{expectedType:G})}return null}return T(X)}function M(){return T(c)}function P(G){function X(ve,me,ce,le,ae){if(typeof G!="function")return new w("Property `"+ae+"` of component `"+ce+"` has invalid PropType notation inside arrayOf.");var fe=ve[me];if(!Array.isArray(fe)){var se=_e(fe);return new w("Invalid "+le+" `"+ae+"` of type "+("`"+se+"` supplied to `"+ce+"`, expected an array."))}for(var ge=0;ge<fe.length;ge++){var ye=G(fe,ge,ce,le,ae+"["+ge+"]",n);if(ye instanceof Error)return ye}return null}return T(X)}function k(){function G(X,ve,me,ce,le){var ae=X[ve];if(!f(ae)){var fe=_e(ae);return new w("Invalid "+ce+" `"+le+"` of type "+("`"+fe+"` supplied to `"+me+"`, expected a single ReactElement."))}return null}return T(G)}function x(){function G(X,ve,me,ce,le){var ae=X[ve];if(!e.isValidElementType(ae)){var fe=_e(ae);return new w("Invalid "+ce+" `"+le+"` of type "+("`"+fe+"` supplied to `"+me+"`, expected a single ReactElement type."))}return null}return T(G)}function W(G){function X(ve,me,ce,le,ae){if(!(ve[me]instanceof G)){var fe=G.name||O,se=ft(ve[me]);return new w("Invalid "+le+" `"+ae+"` of type "+("`"+se+"` supplied to `"+ce+"`, expected ")+("instance of `"+fe+"`."))}return null}return T(X)}function F(G){if(!Array.isArray(G))return process.env.NODE_ENV!=="production"&&(arguments.length>1?u("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])."):u("Invalid argument supplied to oneOf, expected an array.")),c;function X(ve,me,ce,le,ae){for(var fe=ve[me],se=0;se<G.length;se++)if(S(fe,G[se]))return null;var ge=JSON.stringify(G,function(Ge,V){var nt=Ie(V);return nt==="symbol"?String(V):V});return new w("Invalid "+le+" `"+ae+"` of value `"+String(fe)+"` "+("supplied to `"+ce+"`, expected one of "+ge+"."))}return T(X)}function $(G){function X(ve,me,ce,le,ae){if(typeof G!="function")return new w("Property `"+ae+"` of component `"+ce+"` has invalid PropType notation inside objectOf.");var fe=ve[me],se=_e(fe);if(se!=="object")return new w("Invalid "+le+" `"+ae+"` of type "+("`"+se+"` supplied to `"+ce+"`, expected an object."));for(var ge in fe)if(o(fe,ge)){var ye=G(fe,ge,ce,le,ae+"."+ge,n);if(ye instanceof Error)return ye}return null}return T(X)}function Z(G){if(!Array.isArray(G))return process.env.NODE_ENV!=="production"&&u("Invalid argument supplied to oneOfType, expected an instance of array."),c;for(var X=0;X<G.length;X++){var ve=G[X];if(typeof ve!="function")return u("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+qe(ve)+" at index "+X+"."),c}function me(ce,le,ae,fe,se){for(var ge=[],ye=0;ye<G.length;ye++){var Ge=G[ye],V=Ge(ce,le,ae,fe,se,n);if(V==null)return null;V.data&&o(V.data,"expectedType")&&ge.push(V.data.expectedType)}var nt=ge.length>0?", expected one of type ["+ge.join(", ")+"]":"";return new w("Invalid "+fe+" `"+se+"` supplied to "+("`"+ae+"`"+nt+"."))}return T(me)}function ne(){function G(X,ve,me,ce,le){return ue(X[ve])?null:new w("Invalid "+ce+" `"+le+"` supplied to "+("`"+me+"`, expected a ReactNode."))}return T(G)}function we(G,X,ve,me,ce){return new w((G||"React class")+": "+X+" type `"+ve+"."+me+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+ce+"`.")}function Me(G){function X(ve,me,ce,le,ae){var fe=ve[me],se=_e(fe);if(se!=="object")return new w("Invalid "+le+" `"+ae+"` of type `"+se+"` "+("supplied to `"+ce+"`, expected `object`."));for(var ge in G){var ye=G[ge];if(typeof ye!="function")return we(ce,le,ae,ge,Ie(ye));var Ge=ye(fe,ge,ce,le,ae+"."+ge,n);if(Ge)return Ge}return null}return T(X)}function Oe(G){function X(ve,me,ce,le,ae){var fe=ve[me],se=_e(fe);if(se!=="object")return new w("Invalid "+le+" `"+ae+"` of type `"+se+"` "+("supplied to `"+ce+"`, expected `object`."));var ge=r({},ve[me],G);for(var ye in ge){var Ge=G[ye];if(o(G,ye)&&typeof Ge!="function")return we(ce,le,ae,ye,Ie(Ge));if(!Ge)return new w("Invalid "+le+" `"+ae+"` key `"+ye+"` supplied to `"+ce+"`.\nBad object: "+JSON.stringify(ve[me],null," ")+`
141
- Valid keys: `+JSON.stringify(Object.keys(G),null," "));var V=Ge(fe,ye,ce,le,ae+"."+ye,n);if(V)return V}return null}return T(X)}function ue(G){switch(typeof G){case"number":case"string":case"undefined":return!0;case"boolean":return!G;case"object":if(Array.isArray(G))return G.every(ue);if(G===null||f(G))return!0;var X=_(G);if(X){var ve=X.call(G),me;if(X!==G.entries){for(;!(me=ve.next()).done;)if(!ue(me.value))return!1}else for(;!(me=ve.next()).done;){var ce=me.value;if(ce&&!ue(ce[1]))return!1}}else return!1;return!0;default:return!1}}function ke(G,X){return G==="symbol"?!0:X?X["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&X instanceof Symbol:!1}function _e(G){var X=typeof G;return Array.isArray(G)?"array":G instanceof RegExp?"object":ke(X,G)?"symbol":X}function Ie(G){if(typeof G>"u"||G===null)return""+G;var X=_e(G);if(X==="object"){if(G instanceof Date)return"date";if(G instanceof RegExp)return"regexp"}return X}function qe(G){var X=Ie(G);switch(X){case"array":case"object":return"an "+X;case"boolean":case"date":case"regexp":return"a "+X;default:return X}}function ft(G){return!G.constructor||!G.constructor.name?O:G.constructor.name}return v.checkPropTypes=a,v.resetWarningCache=a.resetWarningCache,v.PropTypes=v,v},ju}var Fu,Cp;function DT(){if(Cp)return Fu;Cp=1;var e=Dc();function r(){}function n(){}return n.resetWarningCache=r,Fu=function(){function o(c,f,h,m,y,_){if(_!==e){var O=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 O.name="Invariant Violation",O}}o.isRequired=o;function a(){return o}var u={array:o,bigint:o,bool:o,func:o,number:o,object:o,string:o,symbol:o,any:o,arrayOf:a,element:o,elementType:o,instanceOf:a,node:o,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:n,resetWarningCache:r};return u.PropTypes=u,u},Fu}var Pp;function kT(){if(Pp)return ya.exports;if(Pp=1,process.env.NODE_ENV!=="production"){var e=fv(),r=!0;ya.exports=MT()(e.isElement,r)}else ya.exports=DT()();return ya.exports}var Rp;function NT(){return Rp||(Rp=1,function(e){(function(r,n){n(e,q,kT())})(Fr,function(r,n,o){Object.defineProperty(r,"__esModule",{value:!0}),r.setHasSupportToCaptureOption=S;var a=c(n),u=c(o);function c(M){return M&&M.__esModule?M:{default:M}}var f=Object.assign||function(M){for(var P=1;P<arguments.length;P++){var k=arguments[P];for(var x in k)Object.prototype.hasOwnProperty.call(k,x)&&(M[x]=k[x])}return M};function h(M,P){var k={};for(var x in M)P.indexOf(x)>=0||Object.prototype.hasOwnProperty.call(M,x)&&(k[x]=M[x]);return k}function m(M,P){if(!(M instanceof P))throw new TypeError("Cannot call a class as a function")}var y=function(){function M(P,k){for(var x=0;x<k.length;x++){var W=k[x];W.enumerable=W.enumerable||!1,W.configurable=!0,"value"in W&&(W.writable=!0),Object.defineProperty(P,W.key,W)}}return function(P,k,x){return k&&M(P.prototype,k),x&&M(P,x),P}}();function _(M,P){if(!M)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return P&&(typeof P=="object"||typeof P=="function")?P:M}function O(M,P){if(typeof P!="function"&&P!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof P);M.prototype=Object.create(P&&P.prototype,{constructor:{value:M,enumerable:!1,writable:!0,configurable:!0}}),P&&(Object.setPrototypeOf?Object.setPrototypeOf(M,P):M.__proto__=P)}var v=!1;function S(M){v=M}try{addEventListener("test",null,Object.defineProperty({},"capture",{get:function(){S(!0)}}))}catch{}function w(){var M=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{capture:!0};return v?M:M.capture}function T(M){if("touches"in M){var P=M.touches[0],k=P.pageX,x=P.pageY;return{x:k,y:x}}var W=M.screenX,F=M.screenY;return{x:W,y:F}}var D=function(M){O(P,M);function P(){var k;m(this,P);for(var x=arguments.length,W=Array(x),F=0;F<x;F++)W[F]=arguments[F];var $=_(this,(k=P.__proto__||Object.getPrototypeOf(P)).call.apply(k,[this].concat(W)));return $._handleSwipeStart=$._handleSwipeStart.bind($),$._handleSwipeMove=$._handleSwipeMove.bind($),$._handleSwipeEnd=$._handleSwipeEnd.bind($),$._onMouseDown=$._onMouseDown.bind($),$._onMouseMove=$._onMouseMove.bind($),$._onMouseUp=$._onMouseUp.bind($),$._setSwiperRef=$._setSwiperRef.bind($),$}return y(P,[{key:"componentDidMount",value:function(){this.swiper&&this.swiper.addEventListener("touchmove",this._handleSwipeMove,w({capture:!0,passive:!1}))}},{key:"componentWillUnmount",value:function(){this.swiper&&this.swiper.removeEventListener("touchmove",this._handleSwipeMove,w({capture:!0,passive:!1}))}},{key:"_onMouseDown",value:function(x){this.props.allowMouseEvents&&(this.mouseDown=!0,document.addEventListener("mouseup",this._onMouseUp),document.addEventListener("mousemove",this._onMouseMove),this._handleSwipeStart(x))}},{key:"_onMouseMove",value:function(x){this.mouseDown&&this._handleSwipeMove(x)}},{key:"_onMouseUp",value:function(x){this.mouseDown=!1,document.removeEventListener("mouseup",this._onMouseUp),document.removeEventListener("mousemove",this._onMouseMove),this._handleSwipeEnd(x)}},{key:"_handleSwipeStart",value:function(x){var W=T(x),F=W.x,$=W.y;this.moveStart={x:F,y:$},this.props.onSwipeStart(x)}},{key:"_handleSwipeMove",value:function(x){if(this.moveStart){var W=T(x),F=W.x,$=W.y,Z=F-this.moveStart.x,ne=$-this.moveStart.y;this.moving=!0;var we=this.props.onSwipeMove({x:Z,y:ne},x);we&&x.cancelable&&x.preventDefault(),this.movePosition={deltaX:Z,deltaY:ne}}}},{key:"_handleSwipeEnd",value:function(x){this.props.onSwipeEnd(x);var W=this.props.tolerance;this.moving&&this.movePosition&&(this.movePosition.deltaX<-W?this.props.onSwipeLeft(1,x):this.movePosition.deltaX>W&&this.props.onSwipeRight(1,x),this.movePosition.deltaY<-W?this.props.onSwipeUp(1,x):this.movePosition.deltaY>W&&this.props.onSwipeDown(1,x)),this.moveStart=null,this.moving=!1,this.movePosition=null}},{key:"_setSwiperRef",value:function(x){this.swiper=x,this.props.innerRef(x)}},{key:"render",value:function(){var x=this.props;x.tagName;var W=x.className,F=x.style,$=x.children;x.allowMouseEvents,x.onSwipeUp,x.onSwipeDown,x.onSwipeLeft,x.onSwipeRight,x.onSwipeStart,x.onSwipeMove,x.onSwipeEnd,x.innerRef,x.tolerance;var Z=h(x,["tagName","className","style","children","allowMouseEvents","onSwipeUp","onSwipeDown","onSwipeLeft","onSwipeRight","onSwipeStart","onSwipeMove","onSwipeEnd","innerRef","tolerance"]);return a.default.createElement(this.props.tagName,f({ref:this._setSwiperRef,onMouseDown:this._onMouseDown,onTouchStart:this._handleSwipeStart,onTouchEnd:this._handleSwipeEnd,className:W,style:F},Z),$)}}]),P}(n.Component);D.displayName="ReactSwipe",D.propTypes={tagName:u.default.string,className:u.default.string,style:u.default.object,children:u.default.node,allowMouseEvents:u.default.bool,onSwipeUp:u.default.func,onSwipeDown:u.default.func,onSwipeLeft:u.default.func,onSwipeRight:u.default.func,onSwipeStart:u.default.func,onSwipeMove:u.default.func,onSwipeEnd:u.default.func,innerRef:u.default.func,tolerance:u.default.number.isRequired},D.defaultProps={tagName:"div",allowMouseEvents:!1,onSwipeUp:function(){},onSwipeDown:function(){},onSwipeLeft:function(){},onSwipeRight:function(){},onSwipeStart:function(){},onSwipeMove:function(){},onSwipeEnd:function(){},innerRef:function(){},tolerance:0},r.default=D})}(Du)),Du}(function(e){(function(r,n){n(e,NT())})(Fr,function(r,n){Object.defineProperty(r,"__esModule",{value:!0});var o=a(n);function a(u){return u&&u.__esModule?u:{default:u}}r.default=o.default})})(Mc);var po={};Object.defineProperty(po,"__esModule",{value:!0});po.default=void 0;var dr=$T(fh);function $T(e){return e&&e.__esModule?e:{default:e}}function jT(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var FT={ROOT:function(r){return(0,dr.default)(jT({"carousel-root":!0},r||"",!!r))},CAROUSEL:function(r){return(0,dr.default)({carousel:!0,"carousel-slider":r})},WRAPPER:function(r,n){return(0,dr.default)({"thumbs-wrapper":!r,"slider-wrapper":r,"axis-horizontal":n==="horizontal","axis-vertical":n!=="horizontal"})},SLIDER:function(r,n){return(0,dr.default)({thumbs:!r,slider:r,animated:!n})},ITEM:function(r,n,o){return(0,dr.default)({thumb:!r,slide:r,selected:n,previous:o})},ARROW_PREV:function(r){return(0,dr.default)({"control-arrow control-prev":!0,"control-disabled":r})},ARROW_NEXT:function(r){return(0,dr.default)({"control-arrow control-next":!0,"control-disabled":r})},DOT:function(r){return(0,dr.default)({dot:!0,selected:r})}};po.default=FT;var ho={},Va={};Object.defineProperty(Va,"__esModule",{value:!0});Va.outerWidth=void 0;var WT=function(r){var n=r.offsetWidth,o=getComputedStyle(r);return n+=parseInt(o.marginLeft)+parseInt(o.marginRight),n};Va.outerWidth=WT;var xi={};Object.defineProperty(xi,"__esModule",{value:!0});xi.default=void 0;var UT=function(r,n,o){var a=r===0?r:r+n,u=o==="horizontal"?[a,0,0]:[0,a,0],c="translate3d",f="("+u.join(",")+")";return c+f};xi.default=UT;var vo={};Object.defineProperty(vo,"__esModule",{value:!0});vo.default=void 0;var BT=function(){return window};vo.default=BT;Object.defineProperty(ho,"__esModule",{value:!0});ho.default=void 0;var xn=qT(q),$r=Ja(po),HT=Va,Ap=Ja(xi),zT=Ja(Mc),ba=Ja(vo);function Ja(e){return e&&e.__esModule?e:{default:e}}function pv(){if(typeof WeakMap!="function")return null;var e=new WeakMap;return pv=function(){return e},e}function qT(e){if(e&&e.__esModule)return e;if(e===null||Zi(e)!=="object"&&typeof e!="function")return{default:e};var r=pv();if(r&&r.has(e))return r.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,r&&r.set(e,n),n}function Zi(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Zi=function(n){return typeof n}:Zi=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},Zi(e)}function uc(){return uc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},uc.apply(this,arguments)}function KT(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function Ip(e,r){for(var n=0;n<r.length;n++){var o=r[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function GT(e,r,n){return r&&Ip(e.prototype,r),n&&Ip(e,n),e}function YT(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&cc(e,r)}function cc(e,r){return cc=Object.setPrototypeOf||function(o,a){return o.__proto__=a,o},cc(e,r)}function XT(e){var r=JT();return function(){var o=ja(e),a;if(r){var u=ja(this).constructor;a=Reflect.construct(o,arguments,u)}else a=o.apply(this,arguments);return VT(this,a)}}function VT(e,r){return r&&(Zi(r)==="object"||typeof r=="function")?r:kt(e)}function kt(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function JT(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function ja(e){return ja=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ja(e)}function At(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var ZT=function(r){return r.hasOwnProperty("key")},kc=function(e){YT(n,e);var r=XT(n);function n(o){var a;return KT(this,n),a=r.call(this,o),At(kt(a),"itemsWrapperRef",void 0),At(kt(a),"itemsListRef",void 0),At(kt(a),"thumbsRef",void 0),At(kt(a),"setItemsWrapperRef",function(u){a.itemsWrapperRef=u}),At(kt(a),"setItemsListRef",function(u){a.itemsListRef=u}),At(kt(a),"setThumbsRef",function(u,c){a.thumbsRef||(a.thumbsRef=[]),a.thumbsRef[c]=u}),At(kt(a),"updateSizes",function(){if(!(!a.props.children||!a.itemsWrapperRef||!a.thumbsRef)){var u=xn.Children.count(a.props.children),c=a.itemsWrapperRef.clientWidth,f=a.props.thumbWidth?a.props.thumbWidth:(0,HT.outerWidth)(a.thumbsRef[0]),h=Math.floor(c/f),m=h<u,y=m?u-h:0;a.setState(function(_,O){return{itemSize:f,visibleItems:h,firstItem:m?a.getFirstItem(O.selectedItem):0,lastPosition:y,showArrows:m}})}}),At(kt(a),"handleClickItem",function(u,c,f){if(!ZT(f)||f.key==="Enter"){var h=a.props.onSelectItem;typeof h=="function"&&h(u,c)}}),At(kt(a),"onSwipeStart",function(){a.setState({swiping:!0})}),At(kt(a),"onSwipeEnd",function(){a.setState({swiping:!1})}),At(kt(a),"onSwipeMove",function(u){var c=u.x;if(!a.state.itemSize||!a.itemsWrapperRef||!a.state.visibleItems)return!1;var f=0,h=xn.Children.count(a.props.children),m=-(a.state.firstItem*100)/a.state.visibleItems,y=Math.max(h-a.state.visibleItems,0),_=-y*100/a.state.visibleItems;m===f&&c>0&&(c=0),m===_&&c<0&&(c=0);var O=a.itemsWrapperRef.clientWidth,v=m+100/(O/c);return a.itemsListRef&&["WebkitTransform","MozTransform","MsTransform","OTransform","transform","msTransform"].forEach(function(S){a.itemsListRef.style[S]=(0,Ap.default)(v,"%",a.props.axis)}),!0}),At(kt(a),"slideRight",function(u){a.moveTo(a.state.firstItem-(typeof u=="number"?u:1))}),At(kt(a),"slideLeft",function(u){a.moveTo(a.state.firstItem+(typeof u=="number"?u:1))}),At(kt(a),"moveTo",function(u){u=u<0?0:u,u=u>=a.state.lastPosition?a.state.lastPosition:u,a.setState({firstItem:u})}),a.state={selectedItem:o.selectedItem,swiping:!1,showArrows:!1,firstItem:0,visibleItems:0,lastPosition:0},a}return GT(n,[{key:"componentDidMount",value:function(){this.setupThumbs()}},{key:"componentDidUpdate",value:function(a){this.props.selectedItem!==this.state.selectedItem&&this.setState({selectedItem:this.props.selectedItem,firstItem:this.getFirstItem(this.props.selectedItem)}),this.props.children!==a.children&&this.updateSizes()}},{key:"componentWillUnmount",value:function(){this.destroyThumbs()}},{key:"setupThumbs",value:function(){(0,ba.default)().addEventListener("resize",this.updateSizes),(0,ba.default)().addEventListener("DOMContentLoaded",this.updateSizes),this.updateSizes()}},{key:"destroyThumbs",value:function(){(0,ba.default)().removeEventListener("resize",this.updateSizes),(0,ba.default)().removeEventListener("DOMContentLoaded",this.updateSizes)}},{key:"getFirstItem",value:function(a){var u=a;return a>=this.state.lastPosition&&(u=this.state.lastPosition),a<this.state.firstItem+this.state.visibleItems&&(u=this.state.firstItem),a<this.state.firstItem&&(u=a),u}},{key:"renderItems",value:function(){var a=this;return this.props.children.map(function(u,c){var f=$r.default.ITEM(!1,c===a.state.selectedItem),h={key:c,ref:function(y){return a.setThumbsRef(y,c)},className:f,onClick:a.handleClickItem.bind(a,c,a.props.children[c]),onKeyDown:a.handleClickItem.bind(a,c,a.props.children[c]),"aria-label":"".concat(a.props.labels.item," ").concat(c+1),style:{width:a.props.thumbWidth}};return xn.default.createElement("li",uc({},h,{role:"button",tabIndex:0}),u)})}},{key:"render",value:function(){var a=this;if(!this.props.children)return null;var u=xn.Children.count(this.props.children)>1,c=this.state.showArrows&&this.state.firstItem>0,f=this.state.showArrows&&this.state.firstItem<this.state.lastPosition,h={},m=-this.state.firstItem*(this.state.itemSize||0),y=(0,Ap.default)(m,"px",this.props.axis),_=this.props.transitionTime+"ms";return h={WebkitTransform:y,MozTransform:y,MsTransform:y,OTransform:y,transform:y,msTransform:y,WebkitTransitionDuration:_,MozTransitionDuration:_,MsTransitionDuration:_,OTransitionDuration:_,transitionDuration:_,msTransitionDuration:_},xn.default.createElement("div",{className:$r.default.CAROUSEL(!1)},xn.default.createElement("div",{className:$r.default.WRAPPER(!1),ref:this.setItemsWrapperRef},xn.default.createElement("button",{type:"button",className:$r.default.ARROW_PREV(!c),onClick:function(){return a.slideRight()},"aria-label":this.props.labels.leftArrow}),u?xn.default.createElement(zT.default,{tagName:"ul",className:$r.default.SLIDER(!1,this.state.swiping),onSwipeLeft:this.slideLeft,onSwipeRight:this.slideRight,onSwipeMove:this.onSwipeMove,onSwipeStart:this.onSwipeStart,onSwipeEnd:this.onSwipeEnd,style:h,innerRef:this.setItemsListRef,allowMouseEvents:this.props.emulateTouch},this.renderItems()):xn.default.createElement("ul",{className:$r.default.SLIDER(!1,this.state.swiping),ref:function(v){return a.setItemsListRef(v)},style:h},this.renderItems()),xn.default.createElement("button",{type:"button",className:$r.default.ARROW_NEXT(!f),onClick:function(){return a.slideLeft()},"aria-label":this.props.labels.rightArrow})))}}]),n}(xn.Component);ho.default=kc;At(kc,"displayName","Thumbs");At(kc,"defaultProps",{axis:"horizontal",labels:{leftArrow:"previous slide / item",rightArrow:"next slide / item",item:"slide item"},selectedItem:0,thumbWidth:80,transitionTime:350});var Za={};Object.defineProperty(Za,"__esModule",{value:!0});Za.default=void 0;var QT=function(){return document};Za.default=QT;var Qt={};Object.defineProperty(Qt,"__esModule",{value:!0});Qt.setPosition=Qt.getPosition=Qt.isKeyboardEvent=Qt.defaultStatusFormatter=Qt.noop=void 0;var eC=q,tC=nC(xi);function nC(e){return e&&e.__esModule?e:{default:e}}var rC=function(){};Qt.noop=rC;var iC=function(r,n){return"".concat(r," of ").concat(n)};Qt.defaultStatusFormatter=iC;var oC=function(r){return r?r.hasOwnProperty("key"):!1};Qt.isKeyboardEvent=oC;var aC=function(r,n){if(n.infiniteLoop&&++r,r===0)return 0;var o=eC.Children.count(n.children);if(n.centerMode&&n.axis==="horizontal"){var a=-r*n.centerSlidePercentage,u=o-1;return r&&(r!==u||n.infiniteLoop)?a+=(100-n.centerSlidePercentage)/2:r===u&&(a+=100-n.centerSlidePercentage),a}return-r*100};Qt.getPosition=aC;var sC=function(r,n){var o={};return["WebkitTransform","MozTransform","MsTransform","OTransform","transform","msTransform"].forEach(function(a){o[a]=(0,tC.default)(r,"%",n)}),o};Qt.setPosition=sC;var Dn={};Object.defineProperty(Dn,"__esModule",{value:!0});Dn.fadeAnimationHandler=Dn.slideStopSwipingHandler=Dn.slideSwipeAnimationHandler=Dn.slideAnimationHandler=void 0;var hv=q,uC=cC(xi),kn=Qt;function cC(e){return e&&e.__esModule?e:{default:e}}function Lp(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,o)}return n}function Ur(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?Lp(Object(n),!0).forEach(function(o){lC(e,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Lp(Object(n)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(n,o))})}return e}function lC(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var fC=function(r,n){var o={},a=n.selectedItem,u=a,c=hv.Children.count(r.children)-1,f=r.infiniteLoop&&(a<0||a>c);if(f)return u<0?r.centerMode&&r.centerSlidePercentage&&r.axis==="horizontal"?o.itemListStyle=(0,kn.setPosition)(-(c+2)*r.centerSlidePercentage-(100-r.centerSlidePercentage)/2,r.axis):o.itemListStyle=(0,kn.setPosition)(-(c+2)*100,r.axis):u>c&&(o.itemListStyle=(0,kn.setPosition)(0,r.axis)),o;var h=(0,kn.getPosition)(a,r),m=(0,uC.default)(h,"%",r.axis),y=r.transitionTime+"ms";return o.itemListStyle={WebkitTransform:m,msTransform:m,OTransform:m,transform:m},n.swiping||(o.itemListStyle=Ur(Ur({},o.itemListStyle),{},{WebkitTransitionDuration:y,MozTransitionDuration:y,OTransitionDuration:y,transitionDuration:y,msTransitionDuration:y})),o};Dn.slideAnimationHandler=fC;var dC=function(r,n,o,a){var u={},c=n.axis==="horizontal",f=hv.Children.count(n.children),h=0,m=(0,kn.getPosition)(o.selectedItem,n),y=n.infiniteLoop?(0,kn.getPosition)(f-1,n)-100:(0,kn.getPosition)(f-1,n),_=c?r.x:r.y,O=_;m===h&&_>0&&(O=0),m===y&&_<0&&(O=0);var v=m+100/(o.itemSize/O),S=Math.abs(_)>n.swipeScrollTolerance;return n.infiniteLoop&&S&&(o.selectedItem===0&&v>-100?v-=f*100:o.selectedItem===f-1&&v<-f*100&&(v+=f*100)),(!n.preventMovementUntilSwipeScrollTolerance||S||o.swipeMovementStarted)&&(o.swipeMovementStarted||a({swipeMovementStarted:!0}),u.itemListStyle=(0,kn.setPosition)(v,n.axis)),S&&!o.cancelClick&&a({cancelClick:!0}),u};Dn.slideSwipeAnimationHandler=dC;var pC=function(r,n){var o=(0,kn.getPosition)(n.selectedItem,r),a=(0,kn.setPosition)(o,r.axis);return{itemListStyle:a}};Dn.slideStopSwipingHandler=pC;var hC=function(r,n){var o=r.transitionTime+"ms",a="ease-in-out",u={position:"absolute",display:"block",zIndex:-2,minHeight:"100%",opacity:0,top:0,right:0,left:0,bottom:0,transitionTimingFunction:a,msTransitionTimingFunction:a,MozTransitionTimingFunction:a,WebkitTransitionTimingFunction:a,OTransitionTimingFunction:a};return n.swiping||(u=Ur(Ur({},u),{},{WebkitTransitionDuration:o,MozTransitionDuration:o,OTransitionDuration:o,transitionDuration:o,msTransitionDuration:o})),{slideStyle:u,selectedStyle:Ur(Ur({},u),{},{opacity:1,position:"relative"}),prevStyle:Ur({},u)}};Dn.fadeAnimationHandler=hC;Object.defineProperty(Xa,"__esModule",{value:!0});Xa.default=void 0;var ze=gC(q),vC=mo(Mc),Vn=mo(po),mC=mo(ho),_a=mo(Za),Sa=mo(vo),Xi=Qt,Fa=Dn;function mo(e){return e&&e.__esModule?e:{default:e}}function vv(){if(typeof WeakMap!="function")return null;var e=new WeakMap;return vv=function(){return e},e}function gC(e){if(e&&e.__esModule)return e;if(e===null||Qi(e)!=="object"&&typeof e!="function")return{default:e};var r=vv();if(r&&r.has(e))return r.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,r&&r.set(e,n),n}function Qi(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Qi=function(n){return typeof n}:Qi=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},Qi(e)}function lc(){return lc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},lc.apply(this,arguments)}function Mp(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,o)}return n}function On(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?Mp(Object(n),!0).forEach(function(o){Re(e,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Mp(Object(n)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(n,o))})}return e}function yC(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function Dp(e,r){for(var n=0;n<r.length;n++){var o=r[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function wC(e,r,n){return r&&Dp(e.prototype,r),n&&Dp(e,n),e}function bC(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&fc(e,r)}function fc(e,r){return fc=Object.setPrototypeOf||function(o,a){return o.__proto__=a,o},fc(e,r)}function _C(e){var r=EC();return function(){var o=Wa(e),a;if(r){var u=Wa(this).constructor;a=Reflect.construct(o,arguments,u)}else a=o.apply(this,arguments);return SC(this,a)}}function SC(e,r){return r&&(Qi(r)==="object"||typeof r=="function")?r:Ae(e)}function Ae(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function EC(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function Wa(e){return Wa=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Wa(e)}function Re(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var Nc=function(e){bC(n,e);var r=_C(n);function n(o){var a;yC(this,n),a=r.call(this,o),Re(Ae(a),"thumbsRef",void 0),Re(Ae(a),"carouselWrapperRef",void 0),Re(Ae(a),"listRef",void 0),Re(Ae(a),"itemsRef",void 0),Re(Ae(a),"timer",void 0),Re(Ae(a),"animationHandler",void 0),Re(Ae(a),"setThumbsRef",function(c){a.thumbsRef=c}),Re(Ae(a),"setCarouselWrapperRef",function(c){a.carouselWrapperRef=c}),Re(Ae(a),"setListRef",function(c){a.listRef=c}),Re(Ae(a),"setItemsRef",function(c,f){a.itemsRef||(a.itemsRef=[]),a.itemsRef[f]=c}),Re(Ae(a),"autoPlay",function(){ze.Children.count(a.props.children)<=1||(a.clearAutoPlay(),a.props.autoPlay&&(a.timer=setTimeout(function(){a.increment()},a.props.interval)))}),Re(Ae(a),"clearAutoPlay",function(){a.timer&&clearTimeout(a.timer)}),Re(Ae(a),"resetAutoPlay",function(){a.clearAutoPlay(),a.autoPlay()}),Re(Ae(a),"stopOnHover",function(){a.setState({isMouseEntered:!0},a.clearAutoPlay)}),Re(Ae(a),"startOnLeave",function(){a.setState({isMouseEntered:!1},a.autoPlay)}),Re(Ae(a),"isFocusWithinTheCarousel",function(){return a.carouselWrapperRef?!!((0,_a.default)().activeElement===a.carouselWrapperRef||a.carouselWrapperRef.contains((0,_a.default)().activeElement)):!1}),Re(Ae(a),"navigateWithKeyboard",function(c){if(a.isFocusWithinTheCarousel()){var f=a.props.axis,h=f==="horizontal",m={ArrowUp:38,ArrowRight:39,ArrowDown:40,ArrowLeft:37},y=h?m.ArrowRight:m.ArrowDown,_=h?m.ArrowLeft:m.ArrowUp;y===c.keyCode?a.increment():_===c.keyCode&&a.decrement()}}),Re(Ae(a),"updateSizes",function(){if(!(!a.state.initialized||!a.itemsRef||a.itemsRef.length===0)){var c=a.props.axis==="horizontal",f=a.itemsRef[0];if(f){var h=c?f.clientWidth:f.clientHeight;a.setState({itemSize:h}),a.thumbsRef&&a.thumbsRef.updateSizes()}}}),Re(Ae(a),"setMountState",function(){a.setState({hasMount:!0}),a.updateSizes()}),Re(Ae(a),"handleClickItem",function(c,f){if(ze.Children.count(a.props.children)!==0){if(a.state.cancelClick){a.setState({cancelClick:!1});return}a.props.onClickItem(c,f),c!==a.state.selectedItem&&a.setState({selectedItem:c})}}),Re(Ae(a),"handleOnChange",function(c,f){ze.Children.count(a.props.children)<=1||a.props.onChange(c,f)}),Re(Ae(a),"handleClickThumb",function(c,f){a.props.onClickThumb(c,f),a.moveTo(c)}),Re(Ae(a),"onSwipeStart",function(c){a.setState({swiping:!0}),a.props.onSwipeStart(c)}),Re(Ae(a),"onSwipeEnd",function(c){a.setState({swiping:!1,cancelClick:!1,swipeMovementStarted:!1}),a.props.onSwipeEnd(c),a.clearAutoPlay(),a.state.autoPlay&&a.autoPlay()}),Re(Ae(a),"onSwipeMove",function(c,f){a.props.onSwipeMove(f);var h=a.props.swipeAnimationHandler(c,a.props,a.state,a.setState.bind(Ae(a)));return a.setState(On({},h)),!!Object.keys(h).length}),Re(Ae(a),"decrement",function(){var c=arguments.length>0&&arguments[0]!==void 0?arguments[0]:1;a.moveTo(a.state.selectedItem-(typeof c=="number"?c:1))}),Re(Ae(a),"increment",function(){var c=arguments.length>0&&arguments[0]!==void 0?arguments[0]:1;a.moveTo(a.state.selectedItem+(typeof c=="number"?c:1))}),Re(Ae(a),"moveTo",function(c){if(typeof c=="number"){var f=ze.Children.count(a.props.children)-1;c<0&&(c=a.props.infiniteLoop?f:0),c>f&&(c=a.props.infiniteLoop?0:f),a.selectItem({selectedItem:c}),a.state.autoPlay&&a.state.isMouseEntered===!1&&a.resetAutoPlay()}}),Re(Ae(a),"onClickNext",function(){a.increment(1)}),Re(Ae(a),"onClickPrev",function(){a.decrement(1)}),Re(Ae(a),"onSwipeForward",function(){a.increment(1),a.props.emulateTouch&&a.setState({cancelClick:!0})}),Re(Ae(a),"onSwipeBackwards",function(){a.decrement(1),a.props.emulateTouch&&a.setState({cancelClick:!0})}),Re(Ae(a),"changeItem",function(c){return function(f){(!(0,Xi.isKeyboardEvent)(f)||f.key==="Enter")&&a.moveTo(c)}}),Re(Ae(a),"selectItem",function(c){a.setState(On({previousItem:a.state.selectedItem},c),function(){a.setState(a.animationHandler(a.props,a.state))}),a.handleOnChange(c.selectedItem,ze.Children.toArray(a.props.children)[c.selectedItem])}),Re(Ae(a),"getInitialImage",function(){var c=a.props.selectedItem,f=a.itemsRef&&a.itemsRef[c],h=f&&f.getElementsByTagName("img")||[];return h[0]}),Re(Ae(a),"getVariableItemHeight",function(c){var f=a.itemsRef&&a.itemsRef[c];if(a.state.hasMount&&f&&f.children.length){var h=f.children[0].getElementsByTagName("img")||[];if(h.length>0){var m=h[0];if(!m.complete){var y=function v(){a.forceUpdate(),m.removeEventListener("load",v)};m.addEventListener("load",y)}}var _=h[0]||f.children[0],O=_.clientHeight;return O>0?O:null}return null});var u={initialized:!1,previousItem:o.selectedItem,selectedItem:o.selectedItem,hasMount:!1,isMouseEntered:!1,autoPlay:o.autoPlay,swiping:!1,swipeMovementStarted:!1,cancelClick:!1,itemSize:1,itemListStyle:{},slideStyle:{},selectedStyle:{},prevStyle:{}};return a.animationHandler=typeof o.animationHandler=="function"&&o.animationHandler||o.animationHandler==="fade"&&Fa.fadeAnimationHandler||Fa.slideAnimationHandler,a.state=On(On({},u),a.animationHandler(o,u)),a}return wC(n,[{key:"componentDidMount",value:function(){this.props.children&&this.setupCarousel()}},{key:"componentDidUpdate",value:function(a,u){!a.children&&this.props.children&&!this.state.initialized&&this.setupCarousel(),!a.autoFocus&&this.props.autoFocus&&this.forceFocus(),u.swiping&&!this.state.swiping&&this.setState(On({},this.props.stopSwipingHandler(this.props,this.state))),(a.selectedItem!==this.props.selectedItem||a.centerMode!==this.props.centerMode)&&(this.updateSizes(),this.moveTo(this.props.selectedItem)),a.autoPlay!==this.props.autoPlay&&(this.props.autoPlay?this.setupAutoPlay():this.destroyAutoPlay(),this.setState({autoPlay:this.props.autoPlay}))}},{key:"componentWillUnmount",value:function(){this.destroyCarousel()}},{key:"setupCarousel",value:function(){var a=this;this.bindEvents(),this.state.autoPlay&&ze.Children.count(this.props.children)>1&&this.setupAutoPlay(),this.props.autoFocus&&this.forceFocus(),this.setState({initialized:!0},function(){var u=a.getInitialImage();u&&!u.complete?u.addEventListener("load",a.setMountState):a.setMountState()})}},{key:"destroyCarousel",value:function(){this.state.initialized&&(this.unbindEvents(),this.destroyAutoPlay())}},{key:"setupAutoPlay",value:function(){this.autoPlay();var a=this.carouselWrapperRef;this.props.stopOnHover&&a&&(a.addEventListener("mouseenter",this.stopOnHover),a.addEventListener("mouseleave",this.startOnLeave))}},{key:"destroyAutoPlay",value:function(){this.clearAutoPlay();var a=this.carouselWrapperRef;this.props.stopOnHover&&a&&(a.removeEventListener("mouseenter",this.stopOnHover),a.removeEventListener("mouseleave",this.startOnLeave))}},{key:"bindEvents",value:function(){(0,Sa.default)().addEventListener("resize",this.updateSizes),(0,Sa.default)().addEventListener("DOMContentLoaded",this.updateSizes),this.props.useKeyboardArrows&&(0,_a.default)().addEventListener("keydown",this.navigateWithKeyboard)}},{key:"unbindEvents",value:function(){(0,Sa.default)().removeEventListener("resize",this.updateSizes),(0,Sa.default)().removeEventListener("DOMContentLoaded",this.updateSizes);var a=this.getInitialImage();a&&a.removeEventListener("load",this.setMountState),this.props.useKeyboardArrows&&(0,_a.default)().removeEventListener("keydown",this.navigateWithKeyboard)}},{key:"forceFocus",value:function(){var a;(a=this.carouselWrapperRef)===null||a===void 0||a.focus()}},{key:"renderItems",value:function(a){var u=this;return this.props.children?ze.Children.map(this.props.children,function(c,f){var h=f===u.state.selectedItem,m=f===u.state.previousItem,y=h&&u.state.selectedStyle||m&&u.state.prevStyle||u.state.slideStyle||{};u.props.centerMode&&u.props.axis==="horizontal"&&(y=On(On({},y),{},{minWidth:u.props.centerSlidePercentage+"%"})),u.state.swiping&&u.state.swipeMovementStarted&&(y=On(On({},y),{},{pointerEvents:"none"}));var _={ref:function(v){return u.setItemsRef(v,f)},key:"itemKey"+f+(a?"clone":""),className:Vn.default.ITEM(!0,f===u.state.selectedItem,f===u.state.previousItem),onClick:u.handleClickItem.bind(u,f,c),style:y};return ze.default.createElement("li",_,u.props.renderItem(c,{isSelected:f===u.state.selectedItem,isPrevious:f===u.state.previousItem}))}):[]}},{key:"renderControls",value:function(){var a=this,u=this.props,c=u.showIndicators,f=u.labels,h=u.renderIndicator,m=u.children;return c?ze.default.createElement("ul",{className:"control-dots"},ze.Children.map(m,function(y,_){return h&&h(a.changeItem(_),_===a.state.selectedItem,_,f.item)})):null}},{key:"renderStatus",value:function(){return this.props.showStatus?ze.default.createElement("p",{className:"carousel-status"},this.props.statusFormatter(this.state.selectedItem+1,ze.Children.count(this.props.children))):null}},{key:"renderThumbs",value:function(){return!this.props.showThumbs||!this.props.children||ze.Children.count(this.props.children)===0?null:ze.default.createElement(mC.default,{ref:this.setThumbsRef,onSelectItem:this.handleClickThumb,selectedItem:this.state.selectedItem,transitionTime:this.props.transitionTime,thumbWidth:this.props.thumbWidth,labels:this.props.labels,emulateTouch:this.props.emulateTouch},this.props.renderThumbs(this.props.children))}},{key:"render",value:function(){var a=this;if(!this.props.children||ze.Children.count(this.props.children)===0)return null;var u=this.props.swipeable&&ze.Children.count(this.props.children)>1,c=this.props.axis==="horizontal",f=this.props.showArrows&&ze.Children.count(this.props.children)>1,h=f&&(this.state.selectedItem>0||this.props.infiniteLoop)||!1,m=f&&(this.state.selectedItem<ze.Children.count(this.props.children)-1||this.props.infiniteLoop)||!1,y=this.renderItems(!0),_=y.shift(),O=y.pop(),v={className:Vn.default.SLIDER(!0,this.state.swiping),onSwipeMove:this.onSwipeMove,onSwipeStart:this.onSwipeStart,onSwipeEnd:this.onSwipeEnd,style:this.state.itemListStyle,tolerance:this.props.swipeScrollTolerance},S={};if(c){if(v.onSwipeLeft=this.onSwipeForward,v.onSwipeRight=this.onSwipeBackwards,this.props.dynamicHeight){var w=this.getVariableItemHeight(this.state.selectedItem);S.height=w||"auto"}}else v.onSwipeUp=this.props.verticalSwipe==="natural"?this.onSwipeBackwards:this.onSwipeForward,v.onSwipeDown=this.props.verticalSwipe==="natural"?this.onSwipeForward:this.onSwipeBackwards,v.style=On(On({},v.style),{},{height:this.state.itemSize}),S.height=this.state.itemSize;return ze.default.createElement("div",{"aria-label":this.props.ariaLabel,className:Vn.default.ROOT(this.props.className),ref:this.setCarouselWrapperRef,tabIndex:this.props.useKeyboardArrows?0:void 0},ze.default.createElement("div",{className:Vn.default.CAROUSEL(!0),style:{width:this.props.width}},this.renderControls(),this.props.renderArrowPrev(this.onClickPrev,h,this.props.labels.leftArrow),ze.default.createElement("div",{className:Vn.default.WRAPPER(!0,this.props.axis),style:S},u?ze.default.createElement(vC.default,lc({tagName:"ul",innerRef:this.setListRef},v,{allowMouseEvents:this.props.emulateTouch}),this.props.infiniteLoop&&O,this.renderItems(),this.props.infiniteLoop&&_):ze.default.createElement("ul",{className:Vn.default.SLIDER(!0,this.state.swiping),ref:function(D){return a.setListRef(D)},style:this.state.itemListStyle||{}},this.props.infiniteLoop&&O,this.renderItems(),this.props.infiniteLoop&&_)),this.props.renderArrowNext(this.onClickNext,m,this.props.labels.rightArrow),this.renderStatus()),this.renderThumbs())}}]),n}(ze.default.Component);Xa.default=Nc;Re(Nc,"displayName","Carousel");Re(Nc,"defaultProps",{ariaLabel:void 0,axis:"horizontal",centerSlidePercentage:80,interval:3e3,labels:{leftArrow:"previous slide / item",rightArrow:"next slide / item",item:"slide item"},onClickItem:Xi.noop,onClickThumb:Xi.noop,onChange:Xi.noop,onSwipeStart:function(){},onSwipeEnd:function(){},onSwipeMove:function(){return!1},preventMovementUntilSwipeScrollTolerance:!1,renderArrowPrev:function(r,n,o){return ze.default.createElement("button",{type:"button","aria-label":o,className:Vn.default.ARROW_PREV(!n),onClick:r})},renderArrowNext:function(r,n,o){return ze.default.createElement("button",{type:"button","aria-label":o,className:Vn.default.ARROW_NEXT(!n),onClick:r})},renderIndicator:function(r,n,o,a){return ze.default.createElement("li",{className:Vn.default.DOT(n),onClick:r,onKeyDown:r,value:o,key:o,role:"button",tabIndex:0,"aria-label":"".concat(a," ").concat(o+1)})},renderItem:function(r){return r},renderThumbs:function(r){var n=ze.Children.map(r,function(o){var a=o;if(o.type!=="img"&&(a=ze.Children.toArray(o.props.children).find(function(u){return u.type==="img"})),!!a)return a});return n.filter(function(o){return o}).length===0?(console.warn("No images found! Can't build the thumb list without images. If you don't need thumbs, set showThumbs={false} in the Carousel. Note that it's not possible to get images rendered inside custom components. More info at https://github.com/leandrowd/react-responsive-carousel/blob/master/TROUBLESHOOTING.md"),[]):n},statusFormatter:Xi.defaultStatusFormatter,selectedItem:0,showArrows:!0,showIndicators:!0,showStatus:!0,showThumbs:!0,stopOnHover:!0,swipeScrollTolerance:5,swipeable:!0,transitionTime:350,verticalSwipe:"standard",width:"100%",animationHandler:"slide",swipeAnimationHandler:Fa.slideSwipeAnimationHandler,stopSwipingHandler:Fa.slideStopSwipingHandler});var xC={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"Carousel",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(e,"CarouselProps",{enumerable:!0,get:function(){return n.CarouselProps}}),Object.defineProperty(e,"Thumbs",{enumerable:!0,get:function(){return o.default}});var r=a(Xa),n=xC,o=a(ho);function a(u){return u&&u.__esModule?u:{default:u}}})(lv);const OC=({tip:e})=>B.jsx("div",{className:"px-8 pb-8",children:wv(e,!0)}),TC=({pages:e})=>B.jsx("div",{className:"min-h-[10rem] w-96",children:B.jsx(lv.Carousel,{autoPlay:!1,infiniteLoop:!0,showThumbs:!1,showArrows:!0,showStatus:!1,children:e&&e.map(r=>B.jsx(OC,{tip:r},r.key))})});var mv={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},kp=q.createContext&&q.createContext(mv),vr=globalThis&&globalThis.__assign||function(){return vr=Object.assign||function(e){for(var r,n=1,o=arguments.length;n<o;n++){r=arguments[n];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},vr.apply(this,arguments)},CC=globalThis&&globalThis.__rest||function(e,r){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&r.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,o=Object.getOwnPropertySymbols(e);a<o.length;a++)r.indexOf(o[a])<0&&Object.prototype.propertyIsEnumerable.call(e,o[a])&&(n[o[a]]=e[o[a]]);return n};function gv(e){return e&&e.map(function(r,n){return q.createElement(r.tag,vr({key:n},r.attr),gv(r.child))})}function PC(e){return function(r){return q.createElement(RC,vr({attr:vr({},e.attr)},r),gv(e.child))}}function RC(e){var r=function(n){var o=e.attr,a=e.size,u=e.title,c=CC(e,["attr","size","title"]),f=a||n.size||"1em",h;return n.className&&(h=n.className),e.className&&(h=(h?h+" ":"")+e.className),q.createElement("svg",vr({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},n.attr,o,c,{className:h,style:vr(vr({color:e.color||n.color},n.style),e.style),height:f,width:f,xmlns:"http://www.w3.org/2000/svg"}),u&&q.createElement("title",null,u),e.children)};return kp!==void 0?q.createElement(kp.Consumer,null,function(n){return r(n)}):r(mv)}function yv(e){return PC({tag:"svg",attr:{fill:"none",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor","aria-hidden":"true"},child:[{tag:"path",attr:{strokeLinecap:"round",strokeLinejoin:"round",d:"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"}}]})(e)}const AC=({body:e,isInsideCarousel:r})=>B.jsx("article",{className:zt(["prose prose-sm max-h-[10rem] overflow-auto p-1 px-2 text-left text-[12px] text-grey-100 ",{"w-60":!r}]),children:B.jsx(Da,{children:e,options:{overrides:{a:{component:({children:n,...o})=>B.jsxs("a",{...o,target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-start text-primary-dark",children:[n,B.jsx(yv,{className:"ml-1 mt-px h-4 w-4"})]})}}}})}),IC=({video:e,body:r,title:n,isInsideCarousel:o})=>B.jsxs("div",{className:zt([{"flex flex-row":!o,"flex max-h-[10rem] flex-col overflow-y-auto":o}]),children:[B.jsx("div",{className:zt([{"mr-1":!o,"mb-1":o}]),children:B.jsx("iframe",{height:o?"auto":90,width:o?"100%":160,src:e==null?void 0:e.link,title:n,allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0})}),B.jsx("article",{className:zt(["prose prose-sm p-1 text-left text-xs text-grey-100",{"w-60 overflow-auto":!o,"-mt-6":o}]),children:B.jsx(Da,{children:r||"",options:{overrides:{a:{component:({children:a,...u})=>B.jsxs("a",{...u,target:"_blank",rel:"noopener noreferrer",className:"flex items-start",children:[a,B.jsx(yv,{className:"ml-1 mt-px h-4 w-4"})]})}}}})})]}),wv=(e,r)=>{switch(e.type){case Ia.TEXT:return B.jsx(AC,{body:e.body,isInsideCarousel:r});case Ia.VIDEO:return B.jsx(IC,{video:e.video,body:e.body,title:e.title,isInsideCarousel:r});case Ia.CAROUSEL:return B.jsx(TC,{pages:e.pages})}},bv=q.createContext(void 0);function Np(e,r){const n=[];return e.forEach(o=>{o.key===r&&n.push(o)}),n}const LC=({children:e,enabled:r,baseUrl:n="https://raw.githubusercontent.com/4d/Web-studio-TIPS/main"})=>{const[{tips:o,show:a},u]=q.useState({tips:{},show:!0});q.useEffect(()=>{fetch(`${n}/tips.json`).then(f=>f.json()).then(f=>{const h=f.reduce((m,y)=>Np(f,y.key).length>1?{...m,[y.key]:{type:"carousel",pages:Np(f,y.key)}}:{...m,[y.key]:y},{});u(m=>({...m,tips:h}))})},[]);const c=()=>{u(f=>({...f,show:!a}))};return B.jsx(bv.Provider,{value:{tips:o,toggleTips:c,show:a,enabled:r},children:e})},_v=e=>{const r=q.useContext(bv);if(r===void 0)throw new Error("useTip must be used within a TipsContext");return{tip:e?r.tips[e]:null,toggleTips:r.toggleTips,show:r.show,enabled:r.enabled}},MC=({side:e,children:r,...n})=>B.jsx("div",{...n,style:{top:"calc(50% - 0.25rem)",[e==="right"?"left":"right"]:"-5px"},children:r}),DC=Na(PT)`
136
+ */var Cp;function jT(){return Cp||(Cp=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,r=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,u=e?Symbol.for("react.profiler"):60114,l=e?Symbol.for("react.provider"):60109,f=e?Symbol.for("react.context"):60110,p=e?Symbol.for("react.async_mode"):60111,y=e?Symbol.for("react.concurrent_mode"):60111,g=e?Symbol.for("react.forward_ref"):60112,S=e?Symbol.for("react.suspense"):60113,T=e?Symbol.for("react.suspense_list"):60120,v=e?Symbol.for("react.memo"):60115,E=e?Symbol.for("react.lazy"):60116,b=e?Symbol.for("react.block"):60121,O=e?Symbol.for("react.fundamental"):60117,D=e?Symbol.for("react.responder"):60118,R=e?Symbol.for("react.scope"):60119;function M(X){return typeof X=="string"||typeof X=="function"||X===o||X===y||X===u||X===a||X===S||X===T||typeof X=="object"&&X!==null&&(X.$$typeof===E||X.$$typeof===v||X.$$typeof===l||X.$$typeof===f||X.$$typeof===g||X.$$typeof===O||X.$$typeof===D||X.$$typeof===R||X.$$typeof===b)}function $(X){if(typeof X=="object"&&X!==null){var at=X.$$typeof;switch(at){case r:var tt=X.type;switch(tt){case p:case y:case o:case u:case a:case S:return tt;default:var st=tt&&tt.$$typeof;switch(st){case f:case g:case E:case v:case l:return st;default:return at}}case n:return at}}}var x=p,j=y,F=f,B=l,J=r,ne=g,we=o,Ae=E,ue=v,ge=n,ke=u,_e=a,Le=S,ze=!1;function ct(X){return ze||(ze=!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.")),Y(X)||$(X)===p}function Y(X){return $(X)===y}function V(X){return $(X)===f}function ve(X){return $(X)===l}function me(X){return typeof X=="object"&&X!==null&&X.$$typeof===r}function le(X){return $(X)===g}function ce(X){return $(X)===o}function ae(X){return $(X)===E}function fe(X){return $(X)===v}function se(X){return $(X)===n}function ye(X){return $(X)===u}function be(X){return $(X)===a}function Ke(X){return $(X)===S}Ue.AsyncMode=x,Ue.ConcurrentMode=j,Ue.ContextConsumer=F,Ue.ContextProvider=B,Ue.Element=J,Ue.ForwardRef=ne,Ue.Fragment=we,Ue.Lazy=Ae,Ue.Memo=ue,Ue.Portal=ge,Ue.Profiler=ke,Ue.StrictMode=_e,Ue.Suspense=Le,Ue.isAsyncMode=ct,Ue.isConcurrentMode=Y,Ue.isContextConsumer=V,Ue.isContextProvider=ve,Ue.isElement=me,Ue.isForwardRef=le,Ue.isFragment=ce,Ue.isLazy=ae,Ue.isMemo=fe,Ue.isPortal=se,Ue.isProfiler=ye,Ue.isStrictMode=be,Ue.isSuspense=Ke,Ue.isValidElementType=M,Ue.typeOf=$}()),Ue}var Rp;function gv(){return Rp||(Rp=1,process.env.NODE_ENV==="production"?_a.exports=NT():_a.exports=jT()),_a.exports}/*
137
+ object-assign
138
+ (c) Sindre Sorhus
139
+ @license MIT
140
+ */var Nu,Pp;function FT(){if(Pp)return Nu;Pp=1;var e=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(u){if(u==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(u)}function a(){try{if(!Object.assign)return!1;var u=new String("abc");if(u[5]="de",Object.getOwnPropertyNames(u)[0]==="5")return!1;for(var l={},f=0;f<10;f++)l["_"+String.fromCharCode(f)]=f;var p=Object.getOwnPropertyNames(l).map(function(g){return l[g]});if(p.join("")!=="0123456789")return!1;var y={};return"abcdefghijklmnopqrst".split("").forEach(function(g){y[g]=g}),Object.keys(Object.assign({},y)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return Nu=a()?Object.assign:function(u,l){for(var f,p=o(u),y,g=1;g<arguments.length;g++){f=Object(arguments[g]);for(var S in f)r.call(f,S)&&(p[S]=f[S]);if(e){y=e(f);for(var T=0;T<y.length;T++)n.call(f,y[T])&&(p[y[T]]=f[y[T]])}}return p},Nu}var ju,Ap;function Nl(){if(Ap)return ju;Ap=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return ju=e,ju}var Fu,Ip;function yv(){return Ip||(Ip=1,Fu=Function.call.bind(Object.prototype.hasOwnProperty)),Fu}var Wu,Lp;function WT(){if(Lp)return Wu;Lp=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var r=Nl(),n={},o=yv();e=function(u){var l="Warning: "+u;typeof console<"u"&&console.error(l);try{throw new Error(l)}catch{}}}function a(u,l,f,p,y){if(process.env.NODE_ENV!=="production"){for(var g in u)if(o(u,g)){var S;try{if(typeof u[g]!="function"){var T=Error((p||"React class")+": "+f+" type `"+g+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof u[g]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw T.name="Invariant Violation",T}S=u[g](l,g,p,f,null,r)}catch(E){S=E}if(S&&!(S instanceof Error)&&e((p||"React class")+": type specification of "+f+" `"+g+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof 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)."),S instanceof Error&&!(S.message in n)){n[S.message]=!0;var v=y?y():"";e("Failed "+f+" type: "+S.message+(v??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},Wu=a,Wu}var Uu,Mp;function UT(){if(Mp)return Uu;Mp=1;var e=gv(),r=FT(),n=Nl(),o=yv(),a=WT(),u=function(){};process.env.NODE_ENV!=="production"&&(u=function(f){var p="Warning: "+f;typeof console<"u"&&console.error(p);try{throw new Error(p)}catch{}});function l(){return null}return Uu=function(f,p){var y=typeof Symbol=="function"&&Symbol.iterator,g="@@iterator";function S(Y){var V=Y&&(y&&Y[y]||Y[g]);if(typeof V=="function")return V}var T="<<anonymous>>",v={array:D("array"),bigint:D("bigint"),bool:D("boolean"),func:D("function"),number:D("number"),object:D("object"),string:D("string"),symbol:D("symbol"),any:R(),arrayOf:M,element:$(),elementType:x(),instanceOf:j,node:ne(),objectOf:B,oneOf:F,oneOfType:J,shape:Ae,exact:ue};function E(Y,V){return Y===V?Y!==0||1/Y===1/V:Y!==Y&&V!==V}function b(Y,V){this.message=Y,this.data=V&&typeof V=="object"?V:{},this.stack=""}b.prototype=Error.prototype;function O(Y){if(process.env.NODE_ENV!=="production")var V={},ve=0;function me(ce,ae,fe,se,ye,be,Ke){if(se=se||T,be=be||fe,Ke!==n){if(p){var X=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 X.name="Invariant Violation",X}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var at=se+":"+fe;!V[at]&&ve<3&&(u("You are manually calling a React.PropTypes validation function for the `"+be+"` prop on `"+se+"`. 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."),V[at]=!0,ve++)}}return ae[fe]==null?ce?ae[fe]===null?new b("The "+ye+" `"+be+"` is marked as required "+("in `"+se+"`, but its value is `null`.")):new b("The "+ye+" `"+be+"` is marked as required in "+("`"+se+"`, but its value is `undefined`.")):null:Y(ae,fe,se,ye,be)}var le=me.bind(null,!1);return le.isRequired=me.bind(null,!0),le}function D(Y){function V(ve,me,le,ce,ae,fe){var se=ve[me],ye=_e(se);if(ye!==Y){var be=Le(se);return new b("Invalid "+ce+" `"+ae+"` of type "+("`"+be+"` supplied to `"+le+"`, expected ")+("`"+Y+"`."),{expectedType:Y})}return null}return O(V)}function R(){return O(l)}function M(Y){function V(ve,me,le,ce,ae){if(typeof Y!="function")return new b("Property `"+ae+"` of component `"+le+"` has invalid PropType notation inside arrayOf.");var fe=ve[me];if(!Array.isArray(fe)){var se=_e(fe);return new b("Invalid "+ce+" `"+ae+"` of type "+("`"+se+"` supplied to `"+le+"`, expected an array."))}for(var ye=0;ye<fe.length;ye++){var be=Y(fe,ye,le,ce,ae+"["+ye+"]",n);if(be instanceof Error)return be}return null}return O(V)}function $(){function Y(V,ve,me,le,ce){var ae=V[ve];if(!f(ae)){var fe=_e(ae);return new b("Invalid "+le+" `"+ce+"` of type "+("`"+fe+"` supplied to `"+me+"`, expected a single ReactElement."))}return null}return O(Y)}function x(){function Y(V,ve,me,le,ce){var ae=V[ve];if(!e.isValidElementType(ae)){var fe=_e(ae);return new b("Invalid "+le+" `"+ce+"` of type "+("`"+fe+"` supplied to `"+me+"`, expected a single ReactElement type."))}return null}return O(Y)}function j(Y){function V(ve,me,le,ce,ae){if(!(ve[me]instanceof Y)){var fe=Y.name||T,se=ct(ve[me]);return new b("Invalid "+ce+" `"+ae+"` of type "+("`"+se+"` supplied to `"+le+"`, expected ")+("instance of `"+fe+"`."))}return null}return O(V)}function F(Y){if(!Array.isArray(Y))return process.env.NODE_ENV!=="production"&&(arguments.length>1?u("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])."):u("Invalid argument supplied to oneOf, expected an array.")),l;function V(ve,me,le,ce,ae){for(var fe=ve[me],se=0;se<Y.length;se++)if(E(fe,Y[se]))return null;var ye=JSON.stringify(Y,function(Ke,X){var at=Le(X);return at==="symbol"?String(X):X});return new b("Invalid "+ce+" `"+ae+"` of value `"+String(fe)+"` "+("supplied to `"+le+"`, expected one of "+ye+"."))}return O(V)}function B(Y){function V(ve,me,le,ce,ae){if(typeof Y!="function")return new b("Property `"+ae+"` of component `"+le+"` has invalid PropType notation inside objectOf.");var fe=ve[me],se=_e(fe);if(se!=="object")return new b("Invalid "+ce+" `"+ae+"` of type "+("`"+se+"` supplied to `"+le+"`, expected an object."));for(var ye in fe)if(o(fe,ye)){var be=Y(fe,ye,le,ce,ae+"."+ye,n);if(be instanceof Error)return be}return null}return O(V)}function J(Y){if(!Array.isArray(Y))return process.env.NODE_ENV!=="production"&&u("Invalid argument supplied to oneOfType, expected an instance of array."),l;for(var V=0;V<Y.length;V++){var ve=Y[V];if(typeof ve!="function")return u("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+ze(ve)+" at index "+V+"."),l}function me(le,ce,ae,fe,se){for(var ye=[],be=0;be<Y.length;be++){var Ke=Y[be],X=Ke(le,ce,ae,fe,se,n);if(X==null)return null;X.data&&o(X.data,"expectedType")&&ye.push(X.data.expectedType)}var at=ye.length>0?", expected one of type ["+ye.join(", ")+"]":"";return new b("Invalid "+fe+" `"+se+"` supplied to "+("`"+ae+"`"+at+"."))}return O(me)}function ne(){function Y(V,ve,me,le,ce){return ge(V[ve])?null:new b("Invalid "+le+" `"+ce+"` supplied to "+("`"+me+"`, expected a ReactNode."))}return O(Y)}function we(Y,V,ve,me,le){return new b((Y||"React class")+": "+V+" type `"+ve+"."+me+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+le+"`.")}function Ae(Y){function V(ve,me,le,ce,ae){var fe=ve[me],se=_e(fe);if(se!=="object")return new b("Invalid "+ce+" `"+ae+"` of type `"+se+"` "+("supplied to `"+le+"`, expected `object`."));for(var ye in Y){var be=Y[ye];if(typeof be!="function")return we(le,ce,ae,ye,Le(be));var Ke=be(fe,ye,le,ce,ae+"."+ye,n);if(Ke)return Ke}return null}return O(V)}function ue(Y){function V(ve,me,le,ce,ae){var fe=ve[me],se=_e(fe);if(se!=="object")return new b("Invalid "+ce+" `"+ae+"` of type `"+se+"` "+("supplied to `"+le+"`, expected `object`."));var ye=r({},ve[me],Y);for(var be in ye){var Ke=Y[be];if(o(Y,be)&&typeof Ke!="function")return we(le,ce,ae,be,Le(Ke));if(!Ke)return new b("Invalid "+ce+" `"+ae+"` key `"+be+"` supplied to `"+le+"`.\nBad object: "+JSON.stringify(ve[me],null," ")+`
141
+ Valid keys: `+JSON.stringify(Object.keys(Y),null," "));var X=Ke(fe,be,le,ce,ae+"."+be,n);if(X)return X}return null}return O(V)}function ge(Y){switch(typeof Y){case"number":case"string":case"undefined":return!0;case"boolean":return!Y;case"object":if(Array.isArray(Y))return Y.every(ge);if(Y===null||f(Y))return!0;var V=S(Y);if(V){var ve=V.call(Y),me;if(V!==Y.entries){for(;!(me=ve.next()).done;)if(!ge(me.value))return!1}else for(;!(me=ve.next()).done;){var le=me.value;if(le&&!ge(le[1]))return!1}}else return!1;return!0;default:return!1}}function ke(Y,V){return Y==="symbol"?!0:V?V["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&V instanceof Symbol:!1}function _e(Y){var V=typeof Y;return Array.isArray(Y)?"array":Y instanceof RegExp?"object":ke(V,Y)?"symbol":V}function Le(Y){if(typeof Y>"u"||Y===null)return""+Y;var V=_e(Y);if(V==="object"){if(Y instanceof Date)return"date";if(Y instanceof RegExp)return"regexp"}return V}function ze(Y){var V=Le(Y);switch(V){case"array":case"object":return"an "+V;case"boolean":case"date":case"regexp":return"a "+V;default:return V}}function ct(Y){return!Y.constructor||!Y.constructor.name?T:Y.constructor.name}return v.checkPropTypes=a,v.resetWarningCache=a.resetWarningCache,v.PropTypes=v,v},Uu}var Bu,Dp;function BT(){if(Dp)return Bu;Dp=1;var e=Nl();function r(){}function n(){}return n.resetWarningCache=r,Bu=function(){function o(l,f,p,y,g,S){if(S!==e){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}}o.isRequired=o;function a(){return o}var u={array:o,bigint:o,bool:o,func:o,number:o,object:o,string:o,symbol:o,any:o,arrayOf:a,element:o,elementType:o,instanceOf:a,node:o,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:n,resetWarningCache:r};return u.PropTypes=u,u},Bu}var kp;function HT(){if(kp)return Sa.exports;if(kp=1,process.env.NODE_ENV!=="production"){var e=gv(),r=!0;Sa.exports=UT()(e.isElement,r)}else Sa.exports=BT()();return Sa.exports}var $p;function zT(){return $p||($p=1,function(e){(function(r,n){n(e,q,HT())})(qr,function(r,n,o){Object.defineProperty(r,"__esModule",{value:!0}),r.setHasSupportToCaptureOption=E;var a=l(n),u=l(o);function l(R){return R&&R.__esModule?R:{default:R}}var f=Object.assign||function(R){for(var M=1;M<arguments.length;M++){var $=arguments[M];for(var x in $)Object.prototype.hasOwnProperty.call($,x)&&(R[x]=$[x])}return R};function p(R,M){var $={};for(var x in R)M.indexOf(x)>=0||Object.prototype.hasOwnProperty.call(R,x)&&($[x]=R[x]);return $}function y(R,M){if(!(R instanceof M))throw new TypeError("Cannot call a class as a function")}var g=function(){function R(M,$){for(var x=0;x<$.length;x++){var j=$[x];j.enumerable=j.enumerable||!1,j.configurable=!0,"value"in j&&(j.writable=!0),Object.defineProperty(M,j.key,j)}}return function(M,$,x){return $&&R(M.prototype,$),x&&R(M,x),M}}();function S(R,M){if(!R)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return M&&(typeof M=="object"||typeof M=="function")?M:R}function T(R,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof M);R.prototype=Object.create(M&&M.prototype,{constructor:{value:R,enumerable:!1,writable:!0,configurable:!0}}),M&&(Object.setPrototypeOf?Object.setPrototypeOf(R,M):R.__proto__=M)}var v=!1;function E(R){v=R}try{addEventListener("test",null,Object.defineProperty({},"capture",{get:function(){E(!0)}}))}catch{}function b(){var R=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{capture:!0};return v?R:R.capture}function O(R){if("touches"in R){var M=R.touches[0],$=M.pageX,x=M.pageY;return{x:$,y:x}}var j=R.screenX,F=R.screenY;return{x:j,y:F}}var D=function(R){T(M,R);function M(){var $;y(this,M);for(var x=arguments.length,j=Array(x),F=0;F<x;F++)j[F]=arguments[F];var B=S(this,($=M.__proto__||Object.getPrototypeOf(M)).call.apply($,[this].concat(j)));return B._handleSwipeStart=B._handleSwipeStart.bind(B),B._handleSwipeMove=B._handleSwipeMove.bind(B),B._handleSwipeEnd=B._handleSwipeEnd.bind(B),B._onMouseDown=B._onMouseDown.bind(B),B._onMouseMove=B._onMouseMove.bind(B),B._onMouseUp=B._onMouseUp.bind(B),B._setSwiperRef=B._setSwiperRef.bind(B),B}return g(M,[{key:"componentDidMount",value:function(){this.swiper&&this.swiper.addEventListener("touchmove",this._handleSwipeMove,b({capture:!0,passive:!1}))}},{key:"componentWillUnmount",value:function(){this.swiper&&this.swiper.removeEventListener("touchmove",this._handleSwipeMove,b({capture:!0,passive:!1}))}},{key:"_onMouseDown",value:function(x){this.props.allowMouseEvents&&(this.mouseDown=!0,document.addEventListener("mouseup",this._onMouseUp),document.addEventListener("mousemove",this._onMouseMove),this._handleSwipeStart(x))}},{key:"_onMouseMove",value:function(x){this.mouseDown&&this._handleSwipeMove(x)}},{key:"_onMouseUp",value:function(x){this.mouseDown=!1,document.removeEventListener("mouseup",this._onMouseUp),document.removeEventListener("mousemove",this._onMouseMove),this._handleSwipeEnd(x)}},{key:"_handleSwipeStart",value:function(x){var j=O(x),F=j.x,B=j.y;this.moveStart={x:F,y:B},this.props.onSwipeStart(x)}},{key:"_handleSwipeMove",value:function(x){if(this.moveStart){var j=O(x),F=j.x,B=j.y,J=F-this.moveStart.x,ne=B-this.moveStart.y;this.moving=!0;var we=this.props.onSwipeMove({x:J,y:ne},x);we&&x.cancelable&&x.preventDefault(),this.movePosition={deltaX:J,deltaY:ne}}}},{key:"_handleSwipeEnd",value:function(x){this.props.onSwipeEnd(x);var j=this.props.tolerance;this.moving&&this.movePosition&&(this.movePosition.deltaX<-j?this.props.onSwipeLeft(1,x):this.movePosition.deltaX>j&&this.props.onSwipeRight(1,x),this.movePosition.deltaY<-j?this.props.onSwipeUp(1,x):this.movePosition.deltaY>j&&this.props.onSwipeDown(1,x)),this.moveStart=null,this.moving=!1,this.movePosition=null}},{key:"_setSwiperRef",value:function(x){this.swiper=x,this.props.innerRef(x)}},{key:"render",value:function(){var x=this.props;x.tagName;var j=x.className,F=x.style,B=x.children;x.allowMouseEvents,x.onSwipeUp,x.onSwipeDown,x.onSwipeLeft,x.onSwipeRight,x.onSwipeStart,x.onSwipeMove,x.onSwipeEnd,x.innerRef,x.tolerance;var J=p(x,["tagName","className","style","children","allowMouseEvents","onSwipeUp","onSwipeDown","onSwipeLeft","onSwipeRight","onSwipeStart","onSwipeMove","onSwipeEnd","innerRef","tolerance"]);return a.default.createElement(this.props.tagName,f({ref:this._setSwiperRef,onMouseDown:this._onMouseDown,onTouchStart:this._handleSwipeStart,onTouchEnd:this._handleSwipeEnd,className:j,style:F},J),B)}}]),M}(n.Component);D.displayName="ReactSwipe",D.propTypes={tagName:u.default.string,className:u.default.string,style:u.default.object,children:u.default.node,allowMouseEvents:u.default.bool,onSwipeUp:u.default.func,onSwipeDown:u.default.func,onSwipeLeft:u.default.func,onSwipeRight:u.default.func,onSwipeStart:u.default.func,onSwipeMove:u.default.func,onSwipeEnd:u.default.func,innerRef:u.default.func,tolerance:u.default.number.isRequired},D.defaultProps={tagName:"div",allowMouseEvents:!1,onSwipeUp:function(){},onSwipeDown:function(){},onSwipeLeft:function(){},onSwipeRight:function(){},onSwipeStart:function(){},onSwipeMove:function(){},onSwipeEnd:function(){},innerRef:function(){},tolerance:0},r.default=D})}($u)),$u}(function(e){(function(r,n){n(e,zT())})(qr,function(r,n){Object.defineProperty(r,"__esModule",{value:!0});var o=a(n);function a(u){return u&&u.__esModule?u:{default:u}}r.default=o.default})})($l);var go={};Object.defineProperty(go,"__esModule",{value:!0});go.default=void 0;var pr=qT(gh);function qT(e){return e&&e.__esModule?e:{default:e}}function KT(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var YT={ROOT:function(r){return(0,pr.default)(KT({"carousel-root":!0},r||"",!!r))},CAROUSEL:function(r){return(0,pr.default)({carousel:!0,"carousel-slider":r})},WRAPPER:function(r,n){return(0,pr.default)({"thumbs-wrapper":!r,"slider-wrapper":r,"axis-horizontal":n==="horizontal","axis-vertical":n!=="horizontal"})},SLIDER:function(r,n){return(0,pr.default)({thumbs:!r,slider:r,animated:!n})},ITEM:function(r,n,o){return(0,pr.default)({thumb:!r,slide:r,selected:n,previous:o})},ARROW_PREV:function(r){return(0,pr.default)({"control-arrow control-prev":!0,"control-disabled":r})},ARROW_NEXT:function(r){return(0,pr.default)({"control-arrow control-next":!0,"control-disabled":r})},DOT:function(r){return(0,pr.default)({dot:!0,selected:r})}};go.default=YT;var yo={},es={};Object.defineProperty(es,"__esModule",{value:!0});es.outerWidth=void 0;var GT=function(r){var n=r.offsetWidth,o=getComputedStyle(r);return n+=parseInt(o.marginLeft)+parseInt(o.marginRight),n};es.outerWidth=GT;var Ti={};Object.defineProperty(Ti,"__esModule",{value:!0});Ti.default=void 0;var VT=function(r,n,o){var a=r===0?r:r+n,u=o==="horizontal"?[a,0,0]:[0,a,0],l="translate3d",f="("+u.join(",")+")";return l+f};Ti.default=VT;var bo={};Object.defineProperty(bo,"__esModule",{value:!0});bo.default=void 0;var XT=function(){return window};bo.default=XT;Object.defineProperty(yo,"__esModule",{value:!0});yo.default=void 0;var Sn=QT(q),Hr=ts(go),JT=es,Np=ts(Ti),ZT=ts($l),Ea=ts(bo);function ts(e){return e&&e.__esModule?e:{default:e}}function bv(){if(typeof WeakMap!="function")return null;var e=new WeakMap;return bv=function(){return e},e}function QT(e){if(e&&e.__esModule)return e;if(e===null||ro(e)!=="object"&&typeof e!="function")return{default:e};var r=bv();if(r&&r.has(e))return r.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,r&&r.set(e,n),n}function ro(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?ro=function(n){return typeof n}:ro=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},ro(e)}function dl(){return dl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},dl.apply(this,arguments)}function eC(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function jp(e,r){for(var n=0;n<r.length;n++){var o=r[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function tC(e,r,n){return r&&jp(e.prototype,r),n&&jp(e,n),e}function nC(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&pl(e,r)}function pl(e,r){return pl=Object.setPrototypeOf||function(o,a){return o.__proto__=a,o},pl(e,r)}function rC(e){var r=oC();return function(){var o=Ba(e),a;if(r){var u=Ba(this).constructor;a=Reflect.construct(o,arguments,u)}else a=o.apply(this,arguments);return iC(this,a)}}function iC(e,r){return r&&(ro(r)==="object"||typeof r=="function")?r:kt(e)}function kt(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function oC(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function Ba(e){return Ba=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ba(e)}function It(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var aC=function(r){return r.hasOwnProperty("key")},jl=function(e){nC(n,e);var r=rC(n);function n(o){var a;return eC(this,n),a=r.call(this,o),It(kt(a),"itemsWrapperRef",void 0),It(kt(a),"itemsListRef",void 0),It(kt(a),"thumbsRef",void 0),It(kt(a),"setItemsWrapperRef",function(u){a.itemsWrapperRef=u}),It(kt(a),"setItemsListRef",function(u){a.itemsListRef=u}),It(kt(a),"setThumbsRef",function(u,l){a.thumbsRef||(a.thumbsRef=[]),a.thumbsRef[l]=u}),It(kt(a),"updateSizes",function(){if(!(!a.props.children||!a.itemsWrapperRef||!a.thumbsRef)){var u=Sn.Children.count(a.props.children),l=a.itemsWrapperRef.clientWidth,f=a.props.thumbWidth?a.props.thumbWidth:(0,JT.outerWidth)(a.thumbsRef[0]),p=Math.floor(l/f),y=p<u,g=y?u-p:0;a.setState(function(S,T){return{itemSize:f,visibleItems:p,firstItem:y?a.getFirstItem(T.selectedItem):0,lastPosition:g,showArrows:y}})}}),It(kt(a),"handleClickItem",function(u,l,f){if(!aC(f)||f.key==="Enter"){var p=a.props.onSelectItem;typeof p=="function"&&p(u,l)}}),It(kt(a),"onSwipeStart",function(){a.setState({swiping:!0})}),It(kt(a),"onSwipeEnd",function(){a.setState({swiping:!1})}),It(kt(a),"onSwipeMove",function(u){var l=u.x;if(!a.state.itemSize||!a.itemsWrapperRef||!a.state.visibleItems)return!1;var f=0,p=Sn.Children.count(a.props.children),y=-(a.state.firstItem*100)/a.state.visibleItems,g=Math.max(p-a.state.visibleItems,0),S=-g*100/a.state.visibleItems;y===f&&l>0&&(l=0),y===S&&l<0&&(l=0);var T=a.itemsWrapperRef.clientWidth,v=y+100/(T/l);return a.itemsListRef&&["WebkitTransform","MozTransform","MsTransform","OTransform","transform","msTransform"].forEach(function(E){a.itemsListRef.style[E]=(0,Np.default)(v,"%",a.props.axis)}),!0}),It(kt(a),"slideRight",function(u){a.moveTo(a.state.firstItem-(typeof u=="number"?u:1))}),It(kt(a),"slideLeft",function(u){a.moveTo(a.state.firstItem+(typeof u=="number"?u:1))}),It(kt(a),"moveTo",function(u){u=u<0?0:u,u=u>=a.state.lastPosition?a.state.lastPosition:u,a.setState({firstItem:u})}),a.state={selectedItem:o.selectedItem,swiping:!1,showArrows:!1,firstItem:0,visibleItems:0,lastPosition:0},a}return tC(n,[{key:"componentDidMount",value:function(){this.setupThumbs()}},{key:"componentDidUpdate",value:function(a){this.props.selectedItem!==this.state.selectedItem&&this.setState({selectedItem:this.props.selectedItem,firstItem:this.getFirstItem(this.props.selectedItem)}),this.props.children!==a.children&&this.updateSizes()}},{key:"componentWillUnmount",value:function(){this.destroyThumbs()}},{key:"setupThumbs",value:function(){(0,Ea.default)().addEventListener("resize",this.updateSizes),(0,Ea.default)().addEventListener("DOMContentLoaded",this.updateSizes),this.updateSizes()}},{key:"destroyThumbs",value:function(){(0,Ea.default)().removeEventListener("resize",this.updateSizes),(0,Ea.default)().removeEventListener("DOMContentLoaded",this.updateSizes)}},{key:"getFirstItem",value:function(a){var u=a;return a>=this.state.lastPosition&&(u=this.state.lastPosition),a<this.state.firstItem+this.state.visibleItems&&(u=this.state.firstItem),a<this.state.firstItem&&(u=a),u}},{key:"renderItems",value:function(){var a=this;return this.props.children.map(function(u,l){var f=Hr.default.ITEM(!1,l===a.state.selectedItem),p={key:l,ref:function(g){return a.setThumbsRef(g,l)},className:f,onClick:a.handleClickItem.bind(a,l,a.props.children[l]),onKeyDown:a.handleClickItem.bind(a,l,a.props.children[l]),"aria-label":"".concat(a.props.labels.item," ").concat(l+1),style:{width:a.props.thumbWidth}};return Sn.default.createElement("li",dl({},p,{role:"button",tabIndex:0}),u)})}},{key:"render",value:function(){var a=this;if(!this.props.children)return null;var u=Sn.Children.count(this.props.children)>1,l=this.state.showArrows&&this.state.firstItem>0,f=this.state.showArrows&&this.state.firstItem<this.state.lastPosition,p={},y=-this.state.firstItem*(this.state.itemSize||0),g=(0,Np.default)(y,"px",this.props.axis),S=this.props.transitionTime+"ms";return p={WebkitTransform:g,MozTransform:g,MsTransform:g,OTransform:g,transform:g,msTransform:g,WebkitTransitionDuration:S,MozTransitionDuration:S,MsTransitionDuration:S,OTransitionDuration:S,transitionDuration:S,msTransitionDuration:S},Sn.default.createElement("div",{className:Hr.default.CAROUSEL(!1)},Sn.default.createElement("div",{className:Hr.default.WRAPPER(!1),ref:this.setItemsWrapperRef},Sn.default.createElement("button",{type:"button",className:Hr.default.ARROW_PREV(!l),onClick:function(){return a.slideRight()},"aria-label":this.props.labels.leftArrow}),u?Sn.default.createElement(ZT.default,{tagName:"ul",className:Hr.default.SLIDER(!1,this.state.swiping),onSwipeLeft:this.slideLeft,onSwipeRight:this.slideRight,onSwipeMove:this.onSwipeMove,onSwipeStart:this.onSwipeStart,onSwipeEnd:this.onSwipeEnd,style:p,innerRef:this.setItemsListRef,allowMouseEvents:this.props.emulateTouch},this.renderItems()):Sn.default.createElement("ul",{className:Hr.default.SLIDER(!1,this.state.swiping),ref:function(v){return a.setItemsListRef(v)},style:p},this.renderItems()),Sn.default.createElement("button",{type:"button",className:Hr.default.ARROW_NEXT(!f),onClick:function(){return a.slideLeft()},"aria-label":this.props.labels.rightArrow})))}}]),n}(Sn.Component);yo.default=jl;It(jl,"displayName","Thumbs");It(jl,"defaultProps",{axis:"horizontal",labels:{leftArrow:"previous slide / item",rightArrow:"next slide / item",item:"slide item"},selectedItem:0,thumbWidth:80,transitionTime:350});var ns={};Object.defineProperty(ns,"__esModule",{value:!0});ns.default=void 0;var sC=function(){return document};ns.default=sC;var en={};Object.defineProperty(en,"__esModule",{value:!0});en.setPosition=en.getPosition=en.isKeyboardEvent=en.defaultStatusFormatter=en.noop=void 0;var uC=q,lC=cC(Ti);function cC(e){return e&&e.__esModule?e:{default:e}}var fC=function(){};en.noop=fC;var dC=function(r,n){return"".concat(r," of ").concat(n)};en.defaultStatusFormatter=dC;var pC=function(r){return r?r.hasOwnProperty("key"):!1};en.isKeyboardEvent=pC;var hC=function(r,n){if(n.infiniteLoop&&++r,r===0)return 0;var o=uC.Children.count(n.children);if(n.centerMode&&n.axis==="horizontal"){var a=-r*n.centerSlidePercentage,u=o-1;return r&&(r!==u||n.infiniteLoop)?a+=(100-n.centerSlidePercentage)/2:r===u&&(a+=100-n.centerSlidePercentage),a}return-r*100};en.getPosition=hC;var vC=function(r,n){var o={};return["WebkitTransform","MozTransform","MsTransform","OTransform","transform","msTransform"].forEach(function(a){o[a]=(0,lC.default)(r,"%",n)}),o};en.setPosition=vC;var Mn={};Object.defineProperty(Mn,"__esModule",{value:!0});Mn.fadeAnimationHandler=Mn.slideStopSwipingHandler=Mn.slideSwipeAnimationHandler=Mn.slideAnimationHandler=void 0;var wv=q,mC=gC(Ti),Dn=en;function gC(e){return e&&e.__esModule?e:{default:e}}function Fp(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,o)}return n}function Yr(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?Fp(Object(n),!0).forEach(function(o){yC(e,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fp(Object(n)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(n,o))})}return e}function yC(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var bC=function(r,n){var o={},a=n.selectedItem,u=a,l=wv.Children.count(r.children)-1,f=r.infiniteLoop&&(a<0||a>l);if(f)return u<0?r.centerMode&&r.centerSlidePercentage&&r.axis==="horizontal"?o.itemListStyle=(0,Dn.setPosition)(-(l+2)*r.centerSlidePercentage-(100-r.centerSlidePercentage)/2,r.axis):o.itemListStyle=(0,Dn.setPosition)(-(l+2)*100,r.axis):u>l&&(o.itemListStyle=(0,Dn.setPosition)(0,r.axis)),o;var p=(0,Dn.getPosition)(a,r),y=(0,mC.default)(p,"%",r.axis),g=r.transitionTime+"ms";return o.itemListStyle={WebkitTransform:y,msTransform:y,OTransform:y,transform:y},n.swiping||(o.itemListStyle=Yr(Yr({},o.itemListStyle),{},{WebkitTransitionDuration:g,MozTransitionDuration:g,OTransitionDuration:g,transitionDuration:g,msTransitionDuration:g})),o};Mn.slideAnimationHandler=bC;var wC=function(r,n,o,a){var u={},l=n.axis==="horizontal",f=wv.Children.count(n.children),p=0,y=(0,Dn.getPosition)(o.selectedItem,n),g=n.infiniteLoop?(0,Dn.getPosition)(f-1,n)-100:(0,Dn.getPosition)(f-1,n),S=l?r.x:r.y,T=S;y===p&&S>0&&(T=0),y===g&&S<0&&(T=0);var v=y+100/(o.itemSize/T),E=Math.abs(S)>n.swipeScrollTolerance;return n.infiniteLoop&&E&&(o.selectedItem===0&&v>-100?v-=f*100:o.selectedItem===f-1&&v<-f*100&&(v+=f*100)),(!n.preventMovementUntilSwipeScrollTolerance||E||o.swipeMovementStarted)&&(o.swipeMovementStarted||a({swipeMovementStarted:!0}),u.itemListStyle=(0,Dn.setPosition)(v,n.axis)),E&&!o.cancelClick&&a({cancelClick:!0}),u};Mn.slideSwipeAnimationHandler=wC;var SC=function(r,n){var o=(0,Dn.getPosition)(n.selectedItem,r),a=(0,Dn.setPosition)(o,r.axis);return{itemListStyle:a}};Mn.slideStopSwipingHandler=SC;var _C=function(r,n){var o=r.transitionTime+"ms",a="ease-in-out",u={position:"absolute",display:"block",zIndex:-2,minHeight:"100%",opacity:0,top:0,right:0,left:0,bottom:0,transitionTimingFunction:a,msTransitionTimingFunction:a,MozTransitionTimingFunction:a,WebkitTransitionTimingFunction:a,OTransitionTimingFunction:a};return n.swiping||(u=Yr(Yr({},u),{},{WebkitTransitionDuration:o,MozTransitionDuration:o,OTransitionDuration:o,transitionDuration:o,msTransitionDuration:o})),{slideStyle:u,selectedStyle:Yr(Yr({},u),{},{opacity:1,position:"relative"}),prevStyle:Yr({},u)}};Mn.fadeAnimationHandler=_C;Object.defineProperty(Qa,"__esModule",{value:!0});Qa.default=void 0;var He=OC(q),EC=wo($l),Qn=wo(go),xC=wo(yo),xa=wo(ns),Oa=wo(bo),eo=en,Ha=Mn;function wo(e){return e&&e.__esModule?e:{default:e}}function Sv(){if(typeof WeakMap!="function")return null;var e=new WeakMap;return Sv=function(){return e},e}function OC(e){if(e&&e.__esModule)return e;if(e===null||io(e)!=="object"&&typeof e!="function")return{default:e};var r=Sv();if(r&&r.has(e))return r.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,r&&r.set(e,n),n}function io(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?io=function(n){return typeof n}:io=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},io(e)}function hl(){return hl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},hl.apply(this,arguments)}function Wp(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,o)}return n}function _n(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?Wp(Object(n),!0).forEach(function(o){Pe(e,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Wp(Object(n)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(n,o))})}return e}function TC(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function Up(e,r){for(var n=0;n<r.length;n++){var o=r[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function CC(e,r,n){return r&&Up(e.prototype,r),n&&Up(e,n),e}function RC(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&vl(e,r)}function vl(e,r){return vl=Object.setPrototypeOf||function(o,a){return o.__proto__=a,o},vl(e,r)}function PC(e){var r=IC();return function(){var o=za(e),a;if(r){var u=za(this).constructor;a=Reflect.construct(o,arguments,u)}else a=o.apply(this,arguments);return AC(this,a)}}function AC(e,r){return r&&(io(r)==="object"||typeof r=="function")?r:Ie(e)}function Ie(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function IC(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function za(e){return za=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},za(e)}function Pe(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var Fl=function(e){RC(n,e);var r=PC(n);function n(o){var a;TC(this,n),a=r.call(this,o),Pe(Ie(a),"thumbsRef",void 0),Pe(Ie(a),"carouselWrapperRef",void 0),Pe(Ie(a),"listRef",void 0),Pe(Ie(a),"itemsRef",void 0),Pe(Ie(a),"timer",void 0),Pe(Ie(a),"animationHandler",void 0),Pe(Ie(a),"setThumbsRef",function(l){a.thumbsRef=l}),Pe(Ie(a),"setCarouselWrapperRef",function(l){a.carouselWrapperRef=l}),Pe(Ie(a),"setListRef",function(l){a.listRef=l}),Pe(Ie(a),"setItemsRef",function(l,f){a.itemsRef||(a.itemsRef=[]),a.itemsRef[f]=l}),Pe(Ie(a),"autoPlay",function(){He.Children.count(a.props.children)<=1||(a.clearAutoPlay(),a.props.autoPlay&&(a.timer=setTimeout(function(){a.increment()},a.props.interval)))}),Pe(Ie(a),"clearAutoPlay",function(){a.timer&&clearTimeout(a.timer)}),Pe(Ie(a),"resetAutoPlay",function(){a.clearAutoPlay(),a.autoPlay()}),Pe(Ie(a),"stopOnHover",function(){a.setState({isMouseEntered:!0},a.clearAutoPlay)}),Pe(Ie(a),"startOnLeave",function(){a.setState({isMouseEntered:!1},a.autoPlay)}),Pe(Ie(a),"isFocusWithinTheCarousel",function(){return a.carouselWrapperRef?!!((0,xa.default)().activeElement===a.carouselWrapperRef||a.carouselWrapperRef.contains((0,xa.default)().activeElement)):!1}),Pe(Ie(a),"navigateWithKeyboard",function(l){if(a.isFocusWithinTheCarousel()){var f=a.props.axis,p=f==="horizontal",y={ArrowUp:38,ArrowRight:39,ArrowDown:40,ArrowLeft:37},g=p?y.ArrowRight:y.ArrowDown,S=p?y.ArrowLeft:y.ArrowUp;g===l.keyCode?a.increment():S===l.keyCode&&a.decrement()}}),Pe(Ie(a),"updateSizes",function(){if(!(!a.state.initialized||!a.itemsRef||a.itemsRef.length===0)){var l=a.props.axis==="horizontal",f=a.itemsRef[0];if(f){var p=l?f.clientWidth:f.clientHeight;a.setState({itemSize:p}),a.thumbsRef&&a.thumbsRef.updateSizes()}}}),Pe(Ie(a),"setMountState",function(){a.setState({hasMount:!0}),a.updateSizes()}),Pe(Ie(a),"handleClickItem",function(l,f){if(He.Children.count(a.props.children)!==0){if(a.state.cancelClick){a.setState({cancelClick:!1});return}a.props.onClickItem(l,f),l!==a.state.selectedItem&&a.setState({selectedItem:l})}}),Pe(Ie(a),"handleOnChange",function(l,f){He.Children.count(a.props.children)<=1||a.props.onChange(l,f)}),Pe(Ie(a),"handleClickThumb",function(l,f){a.props.onClickThumb(l,f),a.moveTo(l)}),Pe(Ie(a),"onSwipeStart",function(l){a.setState({swiping:!0}),a.props.onSwipeStart(l)}),Pe(Ie(a),"onSwipeEnd",function(l){a.setState({swiping:!1,cancelClick:!1,swipeMovementStarted:!1}),a.props.onSwipeEnd(l),a.clearAutoPlay(),a.state.autoPlay&&a.autoPlay()}),Pe(Ie(a),"onSwipeMove",function(l,f){a.props.onSwipeMove(f);var p=a.props.swipeAnimationHandler(l,a.props,a.state,a.setState.bind(Ie(a)));return a.setState(_n({},p)),!!Object.keys(p).length}),Pe(Ie(a),"decrement",function(){var l=arguments.length>0&&arguments[0]!==void 0?arguments[0]:1;a.moveTo(a.state.selectedItem-(typeof l=="number"?l:1))}),Pe(Ie(a),"increment",function(){var l=arguments.length>0&&arguments[0]!==void 0?arguments[0]:1;a.moveTo(a.state.selectedItem+(typeof l=="number"?l:1))}),Pe(Ie(a),"moveTo",function(l){if(typeof l=="number"){var f=He.Children.count(a.props.children)-1;l<0&&(l=a.props.infiniteLoop?f:0),l>f&&(l=a.props.infiniteLoop?0:f),a.selectItem({selectedItem:l}),a.state.autoPlay&&a.state.isMouseEntered===!1&&a.resetAutoPlay()}}),Pe(Ie(a),"onClickNext",function(){a.increment(1)}),Pe(Ie(a),"onClickPrev",function(){a.decrement(1)}),Pe(Ie(a),"onSwipeForward",function(){a.increment(1),a.props.emulateTouch&&a.setState({cancelClick:!0})}),Pe(Ie(a),"onSwipeBackwards",function(){a.decrement(1),a.props.emulateTouch&&a.setState({cancelClick:!0})}),Pe(Ie(a),"changeItem",function(l){return function(f){(!(0,eo.isKeyboardEvent)(f)||f.key==="Enter")&&a.moveTo(l)}}),Pe(Ie(a),"selectItem",function(l){a.setState(_n({previousItem:a.state.selectedItem},l),function(){a.setState(a.animationHandler(a.props,a.state))}),a.handleOnChange(l.selectedItem,He.Children.toArray(a.props.children)[l.selectedItem])}),Pe(Ie(a),"getInitialImage",function(){var l=a.props.selectedItem,f=a.itemsRef&&a.itemsRef[l],p=f&&f.getElementsByTagName("img")||[];return p[0]}),Pe(Ie(a),"getVariableItemHeight",function(l){var f=a.itemsRef&&a.itemsRef[l];if(a.state.hasMount&&f&&f.children.length){var p=f.children[0].getElementsByTagName("img")||[];if(p.length>0){var y=p[0];if(!y.complete){var g=function v(){a.forceUpdate(),y.removeEventListener("load",v)};y.addEventListener("load",g)}}var S=p[0]||f.children[0],T=S.clientHeight;return T>0?T:null}return null});var u={initialized:!1,previousItem:o.selectedItem,selectedItem:o.selectedItem,hasMount:!1,isMouseEntered:!1,autoPlay:o.autoPlay,swiping:!1,swipeMovementStarted:!1,cancelClick:!1,itemSize:1,itemListStyle:{},slideStyle:{},selectedStyle:{},prevStyle:{}};return a.animationHandler=typeof o.animationHandler=="function"&&o.animationHandler||o.animationHandler==="fade"&&Ha.fadeAnimationHandler||Ha.slideAnimationHandler,a.state=_n(_n({},u),a.animationHandler(o,u)),a}return CC(n,[{key:"componentDidMount",value:function(){this.props.children&&this.setupCarousel()}},{key:"componentDidUpdate",value:function(a,u){!a.children&&this.props.children&&!this.state.initialized&&this.setupCarousel(),!a.autoFocus&&this.props.autoFocus&&this.forceFocus(),u.swiping&&!this.state.swiping&&this.setState(_n({},this.props.stopSwipingHandler(this.props,this.state))),(a.selectedItem!==this.props.selectedItem||a.centerMode!==this.props.centerMode)&&(this.updateSizes(),this.moveTo(this.props.selectedItem)),a.autoPlay!==this.props.autoPlay&&(this.props.autoPlay?this.setupAutoPlay():this.destroyAutoPlay(),this.setState({autoPlay:this.props.autoPlay}))}},{key:"componentWillUnmount",value:function(){this.destroyCarousel()}},{key:"setupCarousel",value:function(){var a=this;this.bindEvents(),this.state.autoPlay&&He.Children.count(this.props.children)>1&&this.setupAutoPlay(),this.props.autoFocus&&this.forceFocus(),this.setState({initialized:!0},function(){var u=a.getInitialImage();u&&!u.complete?u.addEventListener("load",a.setMountState):a.setMountState()})}},{key:"destroyCarousel",value:function(){this.state.initialized&&(this.unbindEvents(),this.destroyAutoPlay())}},{key:"setupAutoPlay",value:function(){this.autoPlay();var a=this.carouselWrapperRef;this.props.stopOnHover&&a&&(a.addEventListener("mouseenter",this.stopOnHover),a.addEventListener("mouseleave",this.startOnLeave))}},{key:"destroyAutoPlay",value:function(){this.clearAutoPlay();var a=this.carouselWrapperRef;this.props.stopOnHover&&a&&(a.removeEventListener("mouseenter",this.stopOnHover),a.removeEventListener("mouseleave",this.startOnLeave))}},{key:"bindEvents",value:function(){(0,Oa.default)().addEventListener("resize",this.updateSizes),(0,Oa.default)().addEventListener("DOMContentLoaded",this.updateSizes),this.props.useKeyboardArrows&&(0,xa.default)().addEventListener("keydown",this.navigateWithKeyboard)}},{key:"unbindEvents",value:function(){(0,Oa.default)().removeEventListener("resize",this.updateSizes),(0,Oa.default)().removeEventListener("DOMContentLoaded",this.updateSizes);var a=this.getInitialImage();a&&a.removeEventListener("load",this.setMountState),this.props.useKeyboardArrows&&(0,xa.default)().removeEventListener("keydown",this.navigateWithKeyboard)}},{key:"forceFocus",value:function(){var a;(a=this.carouselWrapperRef)===null||a===void 0||a.focus()}},{key:"renderItems",value:function(a){var u=this;return this.props.children?He.Children.map(this.props.children,function(l,f){var p=f===u.state.selectedItem,y=f===u.state.previousItem,g=p&&u.state.selectedStyle||y&&u.state.prevStyle||u.state.slideStyle||{};u.props.centerMode&&u.props.axis==="horizontal"&&(g=_n(_n({},g),{},{minWidth:u.props.centerSlidePercentage+"%"})),u.state.swiping&&u.state.swipeMovementStarted&&(g=_n(_n({},g),{},{pointerEvents:"none"}));var S={ref:function(v){return u.setItemsRef(v,f)},key:"itemKey"+f+(a?"clone":""),className:Qn.default.ITEM(!0,f===u.state.selectedItem,f===u.state.previousItem),onClick:u.handleClickItem.bind(u,f,l),style:g};return He.default.createElement("li",S,u.props.renderItem(l,{isSelected:f===u.state.selectedItem,isPrevious:f===u.state.previousItem}))}):[]}},{key:"renderControls",value:function(){var a=this,u=this.props,l=u.showIndicators,f=u.labels,p=u.renderIndicator,y=u.children;return l?He.default.createElement("ul",{className:"control-dots"},He.Children.map(y,function(g,S){return p&&p(a.changeItem(S),S===a.state.selectedItem,S,f.item)})):null}},{key:"renderStatus",value:function(){return this.props.showStatus?He.default.createElement("p",{className:"carousel-status"},this.props.statusFormatter(this.state.selectedItem+1,He.Children.count(this.props.children))):null}},{key:"renderThumbs",value:function(){return!this.props.showThumbs||!this.props.children||He.Children.count(this.props.children)===0?null:He.default.createElement(xC.default,{ref:this.setThumbsRef,onSelectItem:this.handleClickThumb,selectedItem:this.state.selectedItem,transitionTime:this.props.transitionTime,thumbWidth:this.props.thumbWidth,labels:this.props.labels,emulateTouch:this.props.emulateTouch},this.props.renderThumbs(this.props.children))}},{key:"render",value:function(){var a=this;if(!this.props.children||He.Children.count(this.props.children)===0)return null;var u=this.props.swipeable&&He.Children.count(this.props.children)>1,l=this.props.axis==="horizontal",f=this.props.showArrows&&He.Children.count(this.props.children)>1,p=f&&(this.state.selectedItem>0||this.props.infiniteLoop)||!1,y=f&&(this.state.selectedItem<He.Children.count(this.props.children)-1||this.props.infiniteLoop)||!1,g=this.renderItems(!0),S=g.shift(),T=g.pop(),v={className:Qn.default.SLIDER(!0,this.state.swiping),onSwipeMove:this.onSwipeMove,onSwipeStart:this.onSwipeStart,onSwipeEnd:this.onSwipeEnd,style:this.state.itemListStyle,tolerance:this.props.swipeScrollTolerance},E={};if(l){if(v.onSwipeLeft=this.onSwipeForward,v.onSwipeRight=this.onSwipeBackwards,this.props.dynamicHeight){var b=this.getVariableItemHeight(this.state.selectedItem);E.height=b||"auto"}}else v.onSwipeUp=this.props.verticalSwipe==="natural"?this.onSwipeBackwards:this.onSwipeForward,v.onSwipeDown=this.props.verticalSwipe==="natural"?this.onSwipeForward:this.onSwipeBackwards,v.style=_n(_n({},v.style),{},{height:this.state.itemSize}),E.height=this.state.itemSize;return He.default.createElement("div",{"aria-label":this.props.ariaLabel,className:Qn.default.ROOT(this.props.className),ref:this.setCarouselWrapperRef,tabIndex:this.props.useKeyboardArrows?0:void 0},He.default.createElement("div",{className:Qn.default.CAROUSEL(!0),style:{width:this.props.width}},this.renderControls(),this.props.renderArrowPrev(this.onClickPrev,p,this.props.labels.leftArrow),He.default.createElement("div",{className:Qn.default.WRAPPER(!0,this.props.axis),style:E},u?He.default.createElement(EC.default,hl({tagName:"ul",innerRef:this.setListRef},v,{allowMouseEvents:this.props.emulateTouch}),this.props.infiniteLoop&&T,this.renderItems(),this.props.infiniteLoop&&S):He.default.createElement("ul",{className:Qn.default.SLIDER(!0,this.state.swiping),ref:function(D){return a.setListRef(D)},style:this.state.itemListStyle||{}},this.props.infiniteLoop&&T,this.renderItems(),this.props.infiniteLoop&&S)),this.props.renderArrowNext(this.onClickNext,y,this.props.labels.rightArrow),this.renderStatus()),this.renderThumbs())}}]),n}(He.default.Component);Qa.default=Fl;Pe(Fl,"displayName","Carousel");Pe(Fl,"defaultProps",{ariaLabel:void 0,axis:"horizontal",centerSlidePercentage:80,interval:3e3,labels:{leftArrow:"previous slide / item",rightArrow:"next slide / item",item:"slide item"},onClickItem:eo.noop,onClickThumb:eo.noop,onChange:eo.noop,onSwipeStart:function(){},onSwipeEnd:function(){},onSwipeMove:function(){return!1},preventMovementUntilSwipeScrollTolerance:!1,renderArrowPrev:function(r,n,o){return He.default.createElement("button",{type:"button","aria-label":o,className:Qn.default.ARROW_PREV(!n),onClick:r})},renderArrowNext:function(r,n,o){return He.default.createElement("button",{type:"button","aria-label":o,className:Qn.default.ARROW_NEXT(!n),onClick:r})},renderIndicator:function(r,n,o,a){return He.default.createElement("li",{className:Qn.default.DOT(n),onClick:r,onKeyDown:r,value:o,key:o,role:"button",tabIndex:0,"aria-label":"".concat(a," ").concat(o+1)})},renderItem:function(r){return r},renderThumbs:function(r){var n=He.Children.map(r,function(o){var a=o;if(o.type!=="img"&&(a=He.Children.toArray(o.props.children).find(function(u){return u.type==="img"})),!!a)return a});return n.filter(function(o){return o}).length===0?(console.warn("No images found! Can't build the thumb list without images. If you don't need thumbs, set showThumbs={false} in the Carousel. Note that it's not possible to get images rendered inside custom components. More info at https://github.com/leandrowd/react-responsive-carousel/blob/master/TROUBLESHOOTING.md"),[]):n},statusFormatter:eo.defaultStatusFormatter,selectedItem:0,showArrows:!0,showIndicators:!0,showStatus:!0,showThumbs:!0,stopOnHover:!0,swipeScrollTolerance:5,swipeable:!0,transitionTime:350,verticalSwipe:"standard",width:"100%",animationHandler:"slide",swipeAnimationHandler:Ha.slideSwipeAnimationHandler,stopSwipingHandler:Ha.slideStopSwipingHandler});var LC={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"Carousel",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(e,"CarouselProps",{enumerable:!0,get:function(){return n.CarouselProps}}),Object.defineProperty(e,"Thumbs",{enumerable:!0,get:function(){return o.default}});var r=a(Qa),n=LC,o=a(yo);function a(u){return u&&u.__esModule?u:{default:u}}})(mv);const MC=({tip:e})=>U.jsx("div",{className:"px-8 pb-8",children:Ov(e,!0)}),DC=({pages:e})=>U.jsx("div",{className:"min-h-[10rem] w-96",children:U.jsx(mv.Carousel,{autoPlay:!1,infiniteLoop:!0,showThumbs:!1,showArrows:!0,showStatus:!1,children:e&&e.map(r=>U.jsx(MC,{tip:r},r.key))})});var _v={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},Bp=q.createContext&&q.createContext(_v),mr=globalThis&&globalThis.__assign||function(){return mr=Object.assign||function(e){for(var r,n=1,o=arguments.length;n<o;n++){r=arguments[n];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},mr.apply(this,arguments)},kC=globalThis&&globalThis.__rest||function(e,r){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&r.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,o=Object.getOwnPropertySymbols(e);a<o.length;a++)r.indexOf(o[a])<0&&Object.prototype.propertyIsEnumerable.call(e,o[a])&&(n[o[a]]=e[o[a]]);return n};function Ev(e){return e&&e.map(function(r,n){return q.createElement(r.tag,mr({key:n},r.attr),Ev(r.child))})}function $C(e){return function(r){return q.createElement(NC,mr({attr:mr({},e.attr)},r),Ev(e.child))}}function NC(e){var r=function(n){var o=e.attr,a=e.size,u=e.title,l=kC(e,["attr","size","title"]),f=a||n.size||"1em",p;return n.className&&(p=n.className),e.className&&(p=(p?p+" ":"")+e.className),q.createElement("svg",mr({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},n.attr,o,l,{className:p,style:mr(mr({color:e.color||n.color},n.style),e.style),height:f,width:f,xmlns:"http://www.w3.org/2000/svg"}),u&&q.createElement("title",null,u),e.children)};return Bp!==void 0?q.createElement(Bp.Consumer,null,function(n){return r(n)}):r(_v)}function xv(e){return $C({tag:"svg",attr:{fill:"none",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor","aria-hidden":"true"},child:[{tag:"path",attr:{strokeLinecap:"round",strokeLinejoin:"round",d:"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"}}]})(e)}const jC=({body:e,isInsideCarousel:r})=>U.jsx("article",{className:qt(["prose prose-sm max-h-[10rem] overflow-auto p-1 px-2 text-left text-[12px] text-grey-100 ",{"w-60":!r}]),children:U.jsx(Na,{children:e,options:{overrides:{a:{component:({children:n,...o})=>U.jsxs("a",{...o,target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-start text-primary-dark",children:[n,U.jsx(xv,{className:"ml-1 mt-px h-4 w-4"})]})}}}})}),FC=({video:e,body:r,title:n,isInsideCarousel:o})=>U.jsxs("div",{className:qt([{"flex flex-row":!o,"flex max-h-[10rem] flex-col overflow-y-auto":o}]),children:[U.jsx("div",{className:qt([{"mr-1":!o,"mb-1":o}]),children:U.jsx("iframe",{height:o?"auto":90,width:o?"100%":160,src:e==null?void 0:e.link,title:n,allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0})}),U.jsx("article",{className:qt(["prose prose-sm p-1 text-left text-xs text-grey-100",{"w-60 overflow-auto":!o,"-mt-6":o}]),children:U.jsx(Na,{children:r||"",options:{overrides:{a:{component:({children:a,...u})=>U.jsxs("a",{...u,target:"_blank",rel:"noopener noreferrer",className:"flex items-start",children:[a,U.jsx(xv,{className:"ml-1 mt-px h-4 w-4"})]})}}}})})]}),Ov=(e,r)=>{switch(e.type){case Da.TEXT:return U.jsx(jC,{body:e.body,isInsideCarousel:r});case Da.VIDEO:return U.jsx(FC,{video:e.video,body:e.body,title:e.title,isInsideCarousel:r});case Da.CAROUSEL:return U.jsx(DC,{pages:e.pages})}},Tv=q.createContext(void 0);function Hp(e,r){const n=[];return e.forEach(o=>{o.key===r&&n.push(o)}),n}const WC=({children:e,enabled:r,baseUrl:n="https://raw.githubusercontent.com/4d/Web-studio-TIPS/main"})=>{const[{tips:o,show:a},u]=q.useState({tips:{},show:!0});q.useEffect(()=>{fetch(`${n}/tips.json`).then(f=>f.json()).then(f=>{const p=f.reduce((y,g)=>Hp(f,g.key).length>1?{...y,[g.key]:{type:"carousel",pages:Hp(f,g.key)}}:{...y,[g.key]:g},{});u(y=>({...y,tips:p}))})},[]);const l=()=>{u(f=>({...f,show:!a}))};return U.jsx(Tv.Provider,{value:{tips:o,toggleTips:l,show:a,enabled:r},children:e})},Cv=e=>{const r=q.useContext(Tv);if(r===void 0)throw new Error("useTip must be used within a TipsContext");return{tip:e?r.tips[e]:null,toggleTips:r.toggleTips,show:r.show,enabled:r.enabled}},UC=({side:e,children:r,...n})=>U.jsx("div",{...n,style:{top:"calc(50% - 0.25rem)",[e==="right"?"left":"right"]:"-5px"},children:r}),BC=Fa(kT)`
142
142
  &[data-state='open'] > * {
143
143
  display: block !important;
144
144
  }
145
- `,kC=({tipKey:e,side:r="right",alwaysOn:n,asButton:o=!1})=>{const{tip:a,enabled:u}=_v(e),[c,f]=q.useState(!1),h=q.useRef(null);return q.useEffect(()=>{if(h.current){const m=new IntersectionObserver(y=>{y[0].isIntersecting||f(!1)});return m.observe(h.current),()=>{h.current&&m.unobserve(h.current)}}},[]),a&&u?B.jsxs(CT,{open:c,onOpenChange:f,children:[B.jsx(DC,{ref:h,className:zt("focus:outline-none",{"rounded-md p-1 text-gray-100 hover:bg-primary-dark hover:bg-opacity-40":o}),onClick:m=>m.stopPropagation(),children:B.jsx("span",{className:zt("group-hover:block",{hidden:!n}),children:B.jsx(XS,{className:"h-[0.6rem] w-[0.6rem] text-yellow-300"})})}),B.jsx(RT,{side:r,sideOffset:5,children:B.jsxs("div",{className:"relative rounded-md border border-grey-100 bg-grey-900 p-2 text-xs text-white shadow-2xl",children:[wv(a),B.jsx(MC,{className:zt(["absolute h-2 w-2 rotate-45 transform border-grey-100 bg-grey-900",{"border-b border-l":r==="right","border-r border-t":r==="left"}]),side:r})]})})]}):null};var NC=Object.defineProperty,$C=(e,r,n)=>r in e?NC(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,Wu=(e,r,n)=>($C(e,typeof r!="symbol"?r+"":r,n),n);let jC=class{constructor(){Wu(this,"current",this.detect()),Wu(this,"handoffState","pending"),Wu(this,"currentId",0)}set(r){this.current!==r&&(this.handoffState="pending",this.currentId=0,this.current=r)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return this.current==="server"}get isClient(){return this.current==="client"}detect(){return typeof window>"u"||typeof document>"u"?"server":"client"}handoff(){this.handoffState==="pending"&&(this.handoffState="complete")}get isHandoffComplete(){return this.handoffState==="complete"}},gi=new jC,Si=(e,r)=>{gi.isServer?q.useEffect(e,r):q.useLayoutEffect(e,r)};function FC(e){let r=q.useRef(e);return Si(()=>{r.current=e},[e]),r}function WC(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(r=>setTimeout(()=>{throw r}))}function Sv(){let e=[],r={addEventListener(n,o,a,u){return n.addEventListener(o,a,u),r.add(()=>n.removeEventListener(o,a,u))},requestAnimationFrame(...n){let o=requestAnimationFrame(...n);return r.add(()=>cancelAnimationFrame(o))},nextFrame(...n){return r.requestAnimationFrame(()=>r.requestAnimationFrame(...n))},setTimeout(...n){let o=setTimeout(...n);return r.add(()=>clearTimeout(o))},microTask(...n){let o={current:!0};return WC(()=>{o.current&&n[0]()}),r.add(()=>{o.current=!1})},style(n,o,a){let u=n.style.getPropertyValue(o);return Object.assign(n.style,{[o]:a}),this.add(()=>{Object.assign(n.style,{[o]:u})})},group(n){let o=Sv();return n(o),this.add(()=>o.dispose())},add(n){return e.push(n),()=>{let o=e.indexOf(n);if(o>=0)for(let a of e.splice(o,1))a()}},dispose(){for(let n of e.splice(0))n()}};return r}function UC(){let[e]=q.useState(Sv);return q.useEffect(()=>()=>e.dispose(),[e]),e}let hr=function(e){let r=FC(e);return q.useCallback((...n)=>r.current(...n),[r])};function BC(){let e=typeof document>"u";return"useSyncExternalStore"in I?(r=>r.useSyncExternalStore)(I)(()=>()=>{},()=>!1,()=>!e):!1}function HC(){let e=BC(),[r,n]=I.useState(gi.isHandoffComplete);return r&&gi.isHandoffComplete===!1&&n(!1),I.useEffect(()=>{r!==!0&&n(!0)},[r]),I.useEffect(()=>gi.handoff(),[]),e?!1:r}var $p;let $c=($p=q.useId)!=null?$p:function(){let e=HC(),[r,n]=q.useState(e?()=>gi.nextId():null);return Si(()=>{r===null&&n(gi.nextId())},[r]),r!=null?""+r:void 0};function Ev(e,r,...n){if(e in r){let a=r[e];return typeof a=="function"?a(...n):a}let o=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(r).map(a=>`"${a}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(o,Ev),o}function jp(e){var r;if(e.type)return e.type;let n=(r=e.as)!=null?r:"button";if(typeof n=="string"&&n.toLowerCase()==="button")return"button"}function zC(e,r){let[n,o]=q.useState(()=>jp(e));return Si(()=>{o(jp(e))},[e.type,e.as]),Si(()=>{n||r.current&&r.current instanceof HTMLButtonElement&&!r.current.hasAttribute("type")&&o("button")},[n,r]),n}let qC=Symbol();function jc(...e){let r=q.useRef(e);q.useEffect(()=>{r.current=e},[e]);let n=hr(o=>{for(let a of r.current)a!=null&&(typeof a=="function"?a(o):a.current=o)});return e.every(o=>o==null||(o==null?void 0:o[qC]))?void 0:n}function Fp(...e){return Array.from(new Set(e.flatMap(r=>typeof r=="string"?r.split(" "):[]))).filter(Boolean).join(" ")}var KC=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(KC||{}),GC=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(GC||{});function go({ourProps:e,theirProps:r,slot:n,defaultTag:o,features:a,visible:u=!0,name:c}){let f=xv(r,e);if(u)return Ea(f,n,o,c);let h=a??0;if(h&2){let{static:m=!1,...y}=f;if(m)return Ea(y,n,o,c)}if(h&1){let{unmount:m=!0,...y}=f;return Ev(m?0:1,{0(){return null},1(){return Ea({...y,hidden:!0,style:{display:"none"}},n,o,c)}})}return Ea(f,n,o,c)}function Ea(e,r={},n,o){let{as:a=n,children:u,refName:c="ref",...f}=Uu(e,["unmount","static"]),h=e.ref!==void 0?{[c]:e.ref}:{},m=typeof u=="function"?u(r):u;"className"in f&&f.className&&typeof f.className=="function"&&(f.className=f.className(r));let y={};if(r){let _=!1,O=[];for(let[v,S]of Object.entries(r))typeof S=="boolean"&&(_=!0),S===!0&&O.push(v);_&&(y["data-headlessui-state"]=O.join(" "))}if(a===q.Fragment&&Object.keys(dc(f)).length>0){if(!q.isValidElement(m)||Array.isArray(m)&&m.length>1)throw new Error(['Passing props on "Fragment"!',"",`The current component <${o} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(f).map(S=>` - ${S}`).join(`
146
- `),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(S=>` - ${S}`).join(`
145
+ `,HC=({tipKey:e,side:r="right",alwaysOn:n,asButton:o=!1})=>{const{tip:a,enabled:u}=Cv(e),[l,f]=q.useState(!1),p=q.useRef(null);return q.useEffect(()=>{if(p.current){const y=new IntersectionObserver(g=>{g[0].isIntersecting||f(!1)});return y.observe(p.current),()=>{p.current&&y.unobserve(p.current)}}},[]),a&&u?U.jsxs(DT,{open:l,onOpenChange:f,children:[U.jsx(BC,{ref:p,className:qt("focus:outline-none",{"rounded-md p-1 text-gray-100 hover:bg-primary-dark hover:bg-opacity-40":o}),onClick:y=>y.stopPropagation(),children:U.jsx("span",{className:qt("group-hover:block",{hidden:!n}),children:U.jsx(J_,{className:"h-[0.6rem] w-[0.6rem] text-yellow-300"})})}),U.jsx($T,{side:r,sideOffset:5,children:U.jsxs("div",{className:"relative rounded-md border border-grey-100 bg-grey-900 p-2 text-xs text-white shadow-2xl",children:[Ov(a),U.jsx(UC,{className:qt(["absolute h-2 w-2 rotate-45 transform border-grey-100 bg-grey-900",{"border-b border-l":r==="right","border-r border-t":r==="left"}]),side:r})]})})]}):null};var zC=Object.defineProperty,qC=(e,r,n)=>r in e?zC(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,Hu=(e,r,n)=>(qC(e,typeof r!="symbol"?r+"":r,n),n);let KC=class{constructor(){Hu(this,"current",this.detect()),Hu(this,"handoffState","pending"),Hu(this,"currentId",0)}set(r){this.current!==r&&(this.handoffState="pending",this.currentId=0,this.current=r)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return this.current==="server"}get isClient(){return this.current==="client"}detect(){return typeof window>"u"||typeof document>"u"?"server":"client"}handoff(){this.handoffState==="pending"&&(this.handoffState="complete")}get isHandoffComplete(){return this.handoffState==="complete"}},yi=new KC,Ei=(e,r)=>{yi.isServer?q.useEffect(e,r):q.useLayoutEffect(e,r)};function YC(e){let r=q.useRef(e);return Ei(()=>{r.current=e},[e]),r}let vr=function(e){let r=YC(e);return q.useCallback((...n)=>r.current(...n),[r])};function GC(e,r,n){let[o,a]=q.useState(n),u=e!==void 0,l=q.useRef(u),f=q.useRef(!1),p=q.useRef(!1);return u&&!l.current&&!f.current?(f.current=!0,l.current=u,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")):!u&&l.current&&!p.current&&(p.current=!0,l.current=u,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")),[u?e:o,vr(y=>(u||a(y),r==null?void 0:r(y)))]}function VC(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(r=>setTimeout(()=>{throw r}))}function Rv(){let e=[],r={addEventListener(n,o,a,u){return n.addEventListener(o,a,u),r.add(()=>n.removeEventListener(o,a,u))},requestAnimationFrame(...n){let o=requestAnimationFrame(...n);return r.add(()=>cancelAnimationFrame(o))},nextFrame(...n){return r.requestAnimationFrame(()=>r.requestAnimationFrame(...n))},setTimeout(...n){let o=setTimeout(...n);return r.add(()=>clearTimeout(o))},microTask(...n){let o={current:!0};return VC(()=>{o.current&&n[0]()}),r.add(()=>{o.current=!1})},style(n,o,a){let u=n.style.getPropertyValue(o);return Object.assign(n.style,{[o]:a}),this.add(()=>{Object.assign(n.style,{[o]:u})})},group(n){let o=Rv();return n(o),this.add(()=>o.dispose())},add(n){return e.push(n),()=>{let o=e.indexOf(n);if(o>=0)for(let a of e.splice(o,1))a()}},dispose(){for(let n of e.splice(0))n()}};return r}function XC(){let[e]=q.useState(Rv);return q.useEffect(()=>()=>e.dispose(),[e]),e}function JC(){let e=typeof document>"u";return"useSyncExternalStore"in A?(r=>r.useSyncExternalStore)(A)(()=>()=>{},()=>!1,()=>!e):!1}function ZC(){let e=JC(),[r,n]=A.useState(yi.isHandoffComplete);return r&&yi.isHandoffComplete===!1&&n(!1),A.useEffect(()=>{r!==!0&&n(!0)},[r]),A.useEffect(()=>yi.handoff(),[]),e?!1:r}var zp;let Wl=(zp=q.useId)!=null?zp:function(){let e=ZC(),[r,n]=q.useState(e?()=>yi.nextId():null);return Ei(()=>{r===null&&n(yi.nextId())},[r]),r!=null?""+r:void 0};function Pv(e,r,...n){if(e in r){let a=r[e];return typeof a=="function"?a(...n):a}let o=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(r).map(a=>`"${a}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(o,Pv),o}function qp(e){var r;if(e.type)return e.type;let n=(r=e.as)!=null?r:"button";if(typeof n=="string"&&n.toLowerCase()==="button")return"button"}function QC(e,r){let[n,o]=q.useState(()=>qp(e));return Ei(()=>{o(qp(e))},[e.type,e.as]),Ei(()=>{n||r.current&&r.current instanceof HTMLButtonElement&&!r.current.hasAttribute("type")&&o("button")},[n,r]),n}let eR=Symbol();function Ul(...e){let r=q.useRef(e);q.useEffect(()=>{r.current=e},[e]);let n=vr(o=>{for(let a of r.current)a!=null&&(typeof a=="function"?a(o):a.current=o)});return e.every(o=>o==null||(o==null?void 0:o[eR]))?void 0:n}function Kp(...e){return Array.from(new Set(e.flatMap(r=>typeof r=="string"?r.split(" "):[]))).filter(Boolean).join(" ")}var tR=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(tR||{}),nR=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(nR||{});function So({ourProps:e,theirProps:r,slot:n,defaultTag:o,features:a,visible:u=!0,name:l,mergeRefs:f}){f=f??rR;let p=Av(r,e);if(u)return Ta(p,n,o,l,f);let y=a??0;if(y&2){let{static:g=!1,...S}=p;if(g)return Ta(S,n,o,l,f)}if(y&1){let{unmount:g=!0,...S}=p;return Pv(g?0:1,{0(){return null},1(){return Ta({...S,hidden:!0,style:{display:"none"}},n,o,l,f)}})}return Ta(p,n,o,l,f)}function Ta(e,r={},n,o,a){let{as:u=n,children:l,refName:f="ref",...p}=zu(e,["unmount","static"]),y=e.ref!==void 0?{[f]:e.ref}:{},g=typeof l=="function"?l(r):l;"className"in p&&p.className&&typeof p.className=="function"&&(p.className=p.className(r));let S={};if(r){let T=!1,v=[];for(let[E,b]of Object.entries(r))typeof b=="boolean"&&(T=!0),b===!0&&v.push(E);T&&(S["data-headlessui-state"]=v.join(" "))}if(u===q.Fragment&&Object.keys(ml(p)).length>0){if(!q.isValidElement(g)||Array.isArray(g)&&g.length>1)throw new Error(['Passing props on "Fragment"!',"",`The current component <${o} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(p).map(b=>` - ${b}`).join(`
146
+ `),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(b=>` - ${b}`).join(`
147
147
  `)].join(`
148
- `));let _=m.props,O=typeof(_==null?void 0:_.className)=="function"?(...S)=>Fp(_==null?void 0:_.className(...S),f.className):Fp(_==null?void 0:_.className,f.className),v=O?{className:O}:{};return q.cloneElement(m,Object.assign({},xv(m.props,dc(Uu(f,["ref"]))),y,h,YC(m.ref,h.ref),v))}return q.createElement(a,Object.assign({},Uu(f,["ref"]),a!==q.Fragment&&h,a!==q.Fragment&&y),m)}function YC(...e){return{ref:e.every(r=>r==null)?void 0:r=>{for(let n of e)n!=null&&(typeof n=="function"?n(r):n.current=r)}}}function xv(...e){if(e.length===0)return{};if(e.length===1)return e[0];let r={},n={};for(let o of e)for(let a in o)a.startsWith("on")&&typeof o[a]=="function"?(n[a]!=null||(n[a]=[]),n[a].push(o[a])):r[a]=o[a];if(r.disabled||r["aria-disabled"])return Object.assign(r,Object.fromEntries(Object.keys(n).map(o=>[o,void 0])));for(let o in n)Object.assign(r,{[o](a,...u){let c=n[o];for(let f of c){if((a instanceof Event||(a==null?void 0:a.nativeEvent)instanceof Event)&&a.defaultPrevented)return;f(a,...u)}}});return r}function Qa(e){var r;return Object.assign(q.forwardRef(e),{displayName:(r=e.displayName)!=null?r:e.name})}function dc(e){let r=Object.assign({},e);for(let n in r)r[n]===void 0&&delete r[n];return r}function Uu(e,r=[]){let n=Object.assign({},e);for(let o of r)o in n&&delete n[o];return n}function XC(e){let r=e.parentElement,n=null;for(;r&&!(r instanceof HTMLFieldSetElement);)r instanceof HTMLLegendElement&&(n=r),r=r.parentElement;let o=(r==null?void 0:r.getAttribute("disabled"))==="";return o&&VC(n)?!1:o}function VC(e){if(!e)return!1;let r=e.previousElementSibling;for(;r!==null;){if(r instanceof HTMLLegendElement)return!1;r=r.previousElementSibling}return!0}function JC(e){var r,n;let o=(r=e==null?void 0:e.form)!=null?r:e.closest("form");if(o){for(let a of o.elements)if(a!==e&&(a.tagName==="INPUT"&&a.type==="submit"||a.tagName==="BUTTON"&&a.type==="submit"||a.nodeName==="INPUT"&&a.type==="image")){a.click();return}(n=o.requestSubmit)==null||n.call(o)}}let ZC="div";var Ov=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(Ov||{});function QC(e,r){let{features:n=1,...o}=e,a={ref:r,"aria-hidden":(n&2)===2?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(n&4)===4&&(n&2)!==2&&{display:"none"}}};return go({ourProps:a,theirProps:o,slot:{},defaultTag:ZC,name:"Hidden"})}let eP=Qa(QC);var pc=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(pc||{});function tP(e,r,n){let[o,a]=q.useState(n),u=e!==void 0,c=q.useRef(u),f=q.useRef(!1),h=q.useRef(!1);return u&&!c.current&&!f.current?(f.current=!0,c.current=u,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")):!u&&c.current&&!h.current&&(h.current=!0,c.current=u,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")),[u?e:o,hr(m=>(u||a(m),r==null?void 0:r(m)))]}let Tv=q.createContext(null);function Cv(){let e=q.useContext(Tv);if(e===null){let r=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(r,Cv),r}return e}function nP(){let[e,r]=q.useState([]);return[e.length>0?e.join(" "):void 0,q.useMemo(()=>function(n){let o=hr(u=>(r(c=>[...c,u]),()=>r(c=>{let f=c.slice(),h=f.indexOf(u);return h!==-1&&f.splice(h,1),f}))),a=q.useMemo(()=>({register:o,slot:n.slot,name:n.name,props:n.props}),[o,n.slot,n.name,n.props]);return q.createElement(Tv.Provider,{value:a},n.children)},[r])]}let rP="p";function iP(e,r){let n=$c(),{id:o=`headlessui-description-${n}`,...a}=e,u=Cv(),c=jc(r);Si(()=>u.register(o),[o,u.register]);let f={ref:c,...u.props,id:o};return go({ourProps:f,theirProps:a,slot:u.slot||{},defaultTag:rP,name:u.name||"Description"})}let oP=Qa(iP),aP=Object.assign(oP,{}),Pv=q.createContext(null);function Rv(){let e=q.useContext(Pv);if(e===null){let r=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(r,Rv),r}return e}function sP(){let[e,r]=q.useState([]);return[e.length>0?e.join(" "):void 0,q.useMemo(()=>function(n){let o=hr(u=>(r(c=>[...c,u]),()=>r(c=>{let f=c.slice(),h=f.indexOf(u);return h!==-1&&f.splice(h,1),f}))),a=q.useMemo(()=>({register:o,slot:n.slot,name:n.name,props:n.props}),[o,n.slot,n.name,n.props]);return q.createElement(Pv.Provider,{value:a},n.children)},[r])]}let uP="label";function cP(e,r){let n=$c(),{id:o=`headlessui-label-${n}`,passive:a=!1,...u}=e,c=Rv(),f=jc(r);Si(()=>c.register(o),[o,c.register]);let h={ref:f,...c.props,id:o};return a&&("onClick"in h&&(delete h.htmlFor,delete h.onClick),"onClick"in u&&delete u.onClick),go({ourProps:h,theirProps:u,slot:c.slot||{},defaultTag:uP,name:c.name||"Label"})}let lP=Qa(cP),fP=Object.assign(lP,{}),Fc=q.createContext(null);Fc.displayName="GroupContext";let dP=q.Fragment;function pP(e){var r;let[n,o]=q.useState(null),[a,u]=sP(),[c,f]=nP(),h=q.useMemo(()=>({switch:n,setSwitch:o,labelledby:a,describedby:c}),[n,o,a,c]),m={},y=e;return q.createElement(f,{name:"Switch.Description"},q.createElement(u,{name:"Switch.Label",props:{htmlFor:(r=h.switch)==null?void 0:r.id,onClick(_){n&&(_.currentTarget.tagName==="LABEL"&&_.preventDefault(),n.click(),n.focus({preventScroll:!0}))}}},q.createElement(Fc.Provider,{value:h},go({ourProps:m,theirProps:y,defaultTag:dP,name:"Switch.Group"}))))}let hP="button";function vP(e,r){let n=$c(),{id:o=`headlessui-switch-${n}`,checked:a,defaultChecked:u=!1,onChange:c,name:f,value:h,form:m,...y}=e,_=q.useContext(Fc),O=q.useRef(null),v=jc(O,r,_===null?null:_.setSwitch),[S,w]=tP(a,c,u),T=hr(()=>w==null?void 0:w(!S)),D=hr(F=>{if(XC(F.currentTarget))return F.preventDefault();F.preventDefault(),T()}),M=hr(F=>{F.key===pc.Space?(F.preventDefault(),T()):F.key===pc.Enter&&JC(F.currentTarget)}),P=hr(F=>F.preventDefault()),k=q.useMemo(()=>({checked:S}),[S]),x={id:o,ref:v,role:"switch",type:zC(e,O),tabIndex:0,"aria-checked":S,"aria-labelledby":_==null?void 0:_.labelledby,"aria-describedby":_==null?void 0:_.describedby,onClick:D,onKeyUp:M,onKeyPress:P},W=UC();return q.useEffect(()=>{var F;let $=(F=O.current)==null?void 0:F.closest("form");$&&u!==void 0&&W.addEventListener($,"reset",()=>{w(u)})},[O,w]),q.createElement(q.Fragment,null,f!=null&&S&&q.createElement(eP,{features:Ov.Hidden,...dc({as:"input",type:"checkbox",hidden:!0,readOnly:!0,form:m,checked:S,name:f,value:h})}),go({ourProps:x,theirProps:y,slot:k,defaultTag:hP,name:"Switch"}))}let mP=Qa(vP),gP=pP,yP=Object.assign(mP,{Group:gP,Label:fP,Description:aP});const Bu={xs:{switch:"h-2.5 w-2.5",translate:"translate-x-2.5",container:"w-6 h-3.5"},sm:{switch:"h-3.5 w-3.5",translate:"translate-x-[0.85rem]",container:"h-4.5 w-8"},md:{switch:"h-4 w-4",translate:"translate-x-3",container:"h-5 w-8"},lg:{switch:"h-4 w-4",translate:"translate-x-3",container:"h-5 w-8"}},wP=q.forwardRef(({onChange:e,value:r,size:n="md",className:o="ml-auto"},a)=>{const u=c=>{e(c)};return B.jsx("div",{className:zt("flex items-center",o),children:B.jsx(yP,{ref:a,checked:r,onChange:u,onKeyDown:c=>{c.key==="Enter"&&u(!r)},className:`${r?"bg-primary-dark":"bg-grey-200"}
149
- relative inline-flex shrink-0 ${Bu[n].container} cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus-visible:ring-2 focus-visible:ring-white focus-visible:ring-opacity-75`,children:B.jsx("span",{"aria-hidden":"true",className:`${r?Bu[n].translate:"translate-x-0"}
150
- pointer-events-none inline-block ${Bu[n].switch} transform rounded-full bg-white shadow-lg ring-0 transition duration-200 ease-in-out`})})})}),bP=({children:e,label:r,placement:n="top",className:o})=>{const[a,u]=q.useState(null),[c,f]=q.useState(null),[h,m]=q.useState(!1),{styles:y,attributes:_}=ah(a,c,{placement:n,modifiers:[{name:"offset",options:{offset:[0,8]}}]}),O=q.Children.map(e,v=>q.isValidElement(v)?q.cloneElement(v,{ref:u,onMouseEnter:()=>m(!0),onMouseLeave:()=>m(!1)}):v);return B.jsxs(B.Fragment,{children:[O,h&&Ba.createPortal(B.jsx("div",{ref:f,style:y.popper,..._.popper,className:zt("z-10 select-none rounded-sm bg-gray-50 px-2 py-1 text-xs text-gray-800",o),children:r}),document.querySelector("body"))]})},_P=Vu.keyframes`
148
+ `));let T=g.props,v=typeof(T==null?void 0:T.className)=="function"?(...b)=>Kp(T==null?void 0:T.className(...b),p.className):Kp(T==null?void 0:T.className,p.className),E=v?{className:v}:{};return q.cloneElement(g,Object.assign({},Av(g.props,ml(zu(p,["ref"]))),S,y,{ref:a(g.ref,y.ref)},E))}return q.createElement(u,Object.assign({},zu(p,["ref"]),u!==q.Fragment&&y,u!==q.Fragment&&S),g)}function rR(...e){return e.every(r=>r==null)?void 0:r=>{for(let n of e)n!=null&&(typeof n=="function"?n(r):n.current=r)}}function Av(...e){if(e.length===0)return{};if(e.length===1)return e[0];let r={},n={};for(let o of e)for(let a in o)a.startsWith("on")&&typeof o[a]=="function"?(n[a]!=null||(n[a]=[]),n[a].push(o[a])):r[a]=o[a];if(r.disabled||r["aria-disabled"])return Object.assign(r,Object.fromEntries(Object.keys(n).map(o=>[o,void 0])));for(let o in n)Object.assign(r,{[o](a,...u){let l=n[o];for(let f of l){if((a instanceof Event||(a==null?void 0:a.nativeEvent)instanceof Event)&&a.defaultPrevented)return;f(a,...u)}}});return r}function rs(e){var r;return Object.assign(q.forwardRef(e),{displayName:(r=e.displayName)!=null?r:e.name})}function ml(e){let r=Object.assign({},e);for(let n in r)r[n]===void 0&&delete r[n];return r}function zu(e,r=[]){let n=Object.assign({},e);for(let o of r)o in n&&delete n[o];return n}let iR="div";var Iv=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(Iv||{});function oR(e,r){var n;let{features:o=1,...a}=e,u={ref:r,"aria-hidden":(o&2)===2?!0:(n=a["aria-hidden"])!=null?n:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(o&4)===4&&(o&2)!==2&&{display:"none"}}};return So({ourProps:u,theirProps:a,slot:{},defaultTag:iR,name:"Hidden"})}let aR=rs(oR);function sR(e){let r=e.parentElement,n=null;for(;r&&!(r instanceof HTMLFieldSetElement);)r instanceof HTMLLegendElement&&(n=r),r=r.parentElement;let o=(r==null?void 0:r.getAttribute("disabled"))==="";return o&&uR(n)?!1:o}function uR(e){if(!e)return!1;let r=e.previousElementSibling;for(;r!==null;){if(r instanceof HTMLLegendElement)return!1;r=r.previousElementSibling}return!0}function lR(e){var r,n;let o=(r=e==null?void 0:e.form)!=null?r:e.closest("form");if(o){for(let a of o.elements)if(a!==e&&(a.tagName==="INPUT"&&a.type==="submit"||a.tagName==="BUTTON"&&a.type==="submit"||a.nodeName==="INPUT"&&a.type==="image")){a.click();return}(n=o.requestSubmit)==null||n.call(o)}}var gl=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(gl||{});let Lv=q.createContext(null);function Mv(){let e=q.useContext(Lv);if(e===null){let r=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(r,Mv),r}return e}function cR(){let[e,r]=q.useState([]);return[e.length>0?e.join(" "):void 0,q.useMemo(()=>function(n){let o=vr(u=>(r(l=>[...l,u]),()=>r(l=>{let f=l.slice(),p=f.indexOf(u);return p!==-1&&f.splice(p,1),f}))),a=q.useMemo(()=>({register:o,slot:n.slot,name:n.name,props:n.props}),[o,n.slot,n.name,n.props]);return q.createElement(Lv.Provider,{value:a},n.children)},[r])]}let fR="p";function dR(e,r){let n=Wl(),{id:o=`headlessui-description-${n}`,...a}=e,u=Mv(),l=Ul(r);Ei(()=>u.register(o),[o,u.register]);let f={ref:l,...u.props,id:o};return So({ourProps:f,theirProps:a,slot:u.slot||{},defaultTag:fR,name:u.name||"Description"})}let pR=rs(dR),hR=Object.assign(pR,{}),Dv=q.createContext(null);function kv(){let e=q.useContext(Dv);if(e===null){let r=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(r,kv),r}return e}function vR(){let[e,r]=q.useState([]);return[e.length>0?e.join(" "):void 0,q.useMemo(()=>function(n){let o=vr(u=>(r(l=>[...l,u]),()=>r(l=>{let f=l.slice(),p=f.indexOf(u);return p!==-1&&f.splice(p,1),f}))),a=q.useMemo(()=>({register:o,slot:n.slot,name:n.name,props:n.props}),[o,n.slot,n.name,n.props]);return q.createElement(Dv.Provider,{value:a},n.children)},[r])]}let mR="label";function gR(e,r){let n=Wl(),{id:o=`headlessui-label-${n}`,passive:a=!1,...u}=e,l=kv(),f=Ul(r);Ei(()=>l.register(o),[o,l.register]);let p={ref:f,...l.props,id:o};return a&&("onClick"in p&&(delete p.htmlFor,delete p.onClick),"onClick"in u&&delete u.onClick),So({ourProps:p,theirProps:u,slot:l.slot||{},defaultTag:mR,name:l.name||"Label"})}let yR=rs(gR),bR=Object.assign(yR,{}),Bl=q.createContext(null);Bl.displayName="GroupContext";let wR=q.Fragment;function SR(e){var r;let[n,o]=q.useState(null),[a,u]=vR(),[l,f]=cR(),p=q.useMemo(()=>({switch:n,setSwitch:o,labelledby:a,describedby:l}),[n,o,a,l]),y={},g=e;return q.createElement(f,{name:"Switch.Description"},q.createElement(u,{name:"Switch.Label",props:{htmlFor:(r=p.switch)==null?void 0:r.id,onClick(S){n&&(S.currentTarget.tagName==="LABEL"&&S.preventDefault(),n.click(),n.focus({preventScroll:!0}))}}},q.createElement(Bl.Provider,{value:p},So({ourProps:y,theirProps:g,defaultTag:wR,name:"Switch.Group"}))))}let _R="button";function ER(e,r){let n=Wl(),{id:o=`headlessui-switch-${n}`,checked:a,defaultChecked:u=!1,onChange:l,name:f,value:p,form:y,...g}=e,S=q.useContext(Bl),T=q.useRef(null),v=Ul(T,r,S===null?null:S.setSwitch),[E,b]=GC(a,l,u),O=vr(()=>b==null?void 0:b(!E)),D=vr(F=>{if(sR(F.currentTarget))return F.preventDefault();F.preventDefault(),O()}),R=vr(F=>{F.key===gl.Space?(F.preventDefault(),O()):F.key===gl.Enter&&lR(F.currentTarget)}),M=vr(F=>F.preventDefault()),$=q.useMemo(()=>({checked:E}),[E]),x={id:o,ref:v,role:"switch",type:QC(e,T),tabIndex:0,"aria-checked":E,"aria-labelledby":S==null?void 0:S.labelledby,"aria-describedby":S==null?void 0:S.describedby,onClick:D,onKeyUp:R,onKeyPress:M},j=XC();return q.useEffect(()=>{var F;let B=(F=T.current)==null?void 0:F.closest("form");B&&u!==void 0&&j.addEventListener(B,"reset",()=>{b(u)})},[T,b]),q.createElement(q.Fragment,null,f!=null&&E&&q.createElement(aR,{features:Iv.Hidden,...ml({as:"input",type:"checkbox",hidden:!0,readOnly:!0,form:y,checked:E,name:f,value:p})}),So({ourProps:x,theirProps:g,slot:$,defaultTag:_R,name:"Switch"}))}let xR=rs(ER),OR=SR,TR=Object.assign(xR,{Group:OR,Label:bR,Description:hR});const qu={xs:{switch:"h-2.5 w-2.5",translate:"translate-x-2.5",container:"w-6 h-3.5"},sm:{switch:"h-3.5 w-3.5",translate:"translate-x-[0.85rem]",container:"h-4.5 w-8"},md:{switch:"h-4 w-4",translate:"translate-x-3",container:"h-5 w-8"},lg:{switch:"h-4 w-4",translate:"translate-x-3",container:"h-5 w-8"}},CR=q.forwardRef(({onChange:e,value:r,size:n="md",className:o="ml-auto"},a)=>{const u=l=>{e(l)};return U.jsx("div",{className:qt("flex items-center",o),children:U.jsx(TR,{ref:a,checked:r,onChange:u,onKeyDown:l=>{l.key==="Enter"&&u(!r)},className:`${r?"bg-primary-dark":"bg-grey-200"}
149
+ relative inline-flex shrink-0 ${qu[n].container} cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus-visible:ring-2 focus-visible:ring-white focus-visible:ring-opacity-75`,children:U.jsx("span",{"aria-hidden":"true",className:`${r?qu[n].translate:"translate-x-0"}
150
+ pointer-events-none inline-block ${qu[n].switch} transform rounded-full bg-white shadow-lg ring-0 transition duration-200 ease-in-out`})})})}),RR=({children:e,label:r,placement:n="top",className:o})=>{const[a,u]=q.useState(null),[l,f]=q.useState(null),[p,y]=q.useState(!1),{styles:g,attributes:S}=ph(a,l,{placement:n,modifiers:[{name:"offset",options:{offset:[0,8]}}]}),T=q.Children.map(e,v=>q.isValidElement(v)?q.cloneElement(v,{ref:u,onMouseEnter:()=>y(!0),onMouseLeave:()=>y(!1)}):v);return U.jsxs(U.Fragment,{children:[T,p&&Ka.createPortal(U.jsx("div",{ref:f,style:g.popper,...S.popper,className:qt("z-10 select-none rounded-sm bg-gray-50 px-2 py-1 text-xs text-gray-800",o),children:r}),document.querySelector("body"))]})},PR=Qu.keyframes`
151
151
  to {
152
152
  fill: url(#d);
153
153
  stroke-dashoffset: 0;
154
154
  }
155
- `,Av=Na.svg`
155
+ `,$v=Fa.svg`
156
156
  & .e {
157
157
  fill: url(#d);
158
158
  }
@@ -163,7 +163,7 @@ pointer-events-none inline-block ${Bu[n].switch} transform rounded-full bg-white
163
163
  fill: transparent;
164
164
  stroke-dasharray: 700;
165
165
  stroke-dashoffset: 700;
166
- animation: ${_P} 1.5s ease-in-out infinite alternate-reverse;
166
+ animation: ${PR} 1.5s ease-in-out infinite alternate-reverse;
167
167
  }
168
168
 
169
169
  & #circle {
@@ -173,34 +173,34 @@ pointer-events-none inline-block ${Bu[n].switch} transform rounded-full bg-white
173
173
  stroke-dasharray: 700;
174
174
  stroke-dashoffset: 700;
175
175
  }
176
- `,SP=({message:e,version:r})=>B.jsx("div",{className:"absolute inset-0 flex h-screen w-screen flex-col items-center justify-center bg-fd-gray-default text-white",children:B.jsxs("div",{className:"flex flex-col text-center",children:[B.jsx("div",{className:"relative mr-4 self-center",children:B.jsx("div",{className:"flex items-center justify-center rounded-md",children:B.jsxs(Av,{className:"h-60 w-60",viewBox:"0 0 143.14 136.27",children:[B.jsx("defs",{children:B.jsxs("linearGradient",{id:"d",x1:"50%",y1:"0%",x2:"50%",y2:"100%",children:[B.jsx("stop",{offset:"0%",stopColor:"#2743a6",children:B.jsx("animate",{attributeName:"stop-color",values:"#ffa4c0; #2743a6;",dur:"6s",repeatCount:"indefinite"})}),B.jsx("stop",{offset:"100%",stopColor:"#ffa4c0",children:B.jsx("animate",{attributeName:"stop-color",values:"#2743a6; #ffa4c0;",dur:"2ds",repeatCount:"indefinite"})})]})}),B.jsx("g",{id:"a"}),B.jsx("g",{id:"b",children:B.jsx("g",{id:"c",children:B.jsxs("g",{children:[B.jsx("path",{id:"tail",className:"e",d:"M134.13,79.9l.25-1.2h-21.87l-.21,.7c-.03,.08-2.41,7.72-7.11,14.56-5.87,8.54-12.57,12.63-12.63,12.67l-1,.6,24.25,28.96h27.33l-22.61-26.46c2.2-2.67,10.06-13.09,13.6-29.83Z"}),B.jsx("path",{id:"circle",className:"f",d:"M83.08,113.64l18.93,22.6-33.68,.03-11.17-.03c-9.38,.01-18.55-2.45-26.56-7.11-2.94-1.71-5.72-3.71-8.29-6-8.79-7.8-17.6-19.72-20.92-37.37-.01-.02-.02-.03-.03-.05v-.09c-1.68-9.04-1.93-19.58,0-31.84C8.57,21.67,36.68-.66,69.93,.02c12.81,.27,25.06,4.28,35.59,11.48,.31,.2,.62,.41,.92,.62,.25,.18,.5,.35,.74,.53,8.82,6.31,16.06,14.69,21.02,24.42,.17,.33,.34,.65,.5,.98,.1,.21,.2,.41,.3,.61,4.35,8.92,6.63,18.54,6.54,28.06,0,.36,.02,.71,.02,1.06,0,.82-.03,1.62-.06,2.43h-22c.04-.81,.06-1.61,.06-2.43,0-1.52-.08-3.02-.23-4.5-2.68-22.17-21.26-39.86-43.98-40.63-4.43-.15-8.75,.29-12.88,1.28-.02,0-.04,.01-.05,.01-.48,.12-.95,.24-1.42,.38-.97,.26-1.94,.56-2.89,.9-.23,.07-.46,.15-.69,.24-6.2,2.27-11.84,5.87-16.59,10.67-8.99,9.09-13.84,21.44-13.3,33.9,0,19.98,17.86,39.48,35.59,42.56,6.4,1.37,24.04,1.24,25.96,1.05Z"})]})})})]})})}),B.jsxs("div",{children:[B.jsx("span",{className:"text-xs text-grey-200",children:r}),B.jsx("h2",{className:"text-lg text-grey-100",children:e})]})]})});function EP(e,r){const n=q.useRef(!1);q.useEffect(()=>{if(n.current)return e();n.current=!0},r)}var Hu=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function zu(e,r,n,o){e.addEventListener?e.addEventListener(r,n,o):e.attachEvent&&e.attachEvent("on".concat(r),function(){n(window.event)})}function Iv(e,r){for(var n=r.slice(0,r.length-1),o=0;o<n.length;o++)n[o]=e[n[o].toLowerCase()];return n}function Lv(e){typeof e!="string"&&(e=""),e=e.replace(/\s/g,"");for(var r=e.split(","),n=r.lastIndexOf("");n>=0;)r[n-1]+=",",r.splice(n,1),n=r.lastIndexOf("");return r}function xP(e,r){for(var n=e.length>=r.length?e:r,o=e.length>=r.length?r:e,a=!0,u=0;u<n.length;u++)o.indexOf(n[u])===-1&&(a=!1);return a}var oo={backspace:8,"⌫":8,tab:9,clear:12,enter:13,"↩":13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":Hu?173:189,"=":Hu?61:187,";":Hu?59:186,"'":222,"[":219,"]":221,"\\":220},jn={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,command:91},hc={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},St={16:!1,18:!1,17:!1,91:!1},at={};for(var xa=1;xa<20;xa++)oo["f".concat(xa)]=111+xa;var Ve=[],Wp=!1,Mv="all",Dv=[],yo=function(r){return oo[r.toLowerCase()]||jn[r.toLowerCase()]||r.toUpperCase().charCodeAt(0)},OP=function(r){return Object.keys(oo).find(function(n){return oo[n]===r})},TP=function(r){return Object.keys(jn).find(function(n){return jn[n]===r})};function kv(e){Mv=e||"all"}function ao(){return Mv||"all"}function CP(){return Ve.slice(0)}function PP(){return Ve.map(function(e){return OP(e)||TP(e)||String.fromCharCode(e)})}function RP(){var e=[];return Object.keys(at).forEach(function(r){at[r].forEach(function(n){var o=n.key,a=n.scope,u=n.mods,c=n.shortcut;e.push({scope:a,shortcut:c,mods:u,keys:o.split("+").map(function(f){return yo(f)})})})}),e}function AP(e){var r=e.target||e.srcElement,n=r.tagName,o=!0;return(r.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!r.readOnly)&&(o=!1),o}function IP(e){return typeof e=="string"&&(e=yo(e)),Ve.indexOf(e)!==-1}function LP(e,r){var n,o;e||(e=ao());for(var a in at)if(Object.prototype.hasOwnProperty.call(at,a))for(n=at[a],o=0;o<n.length;)n[o].scope===e?n.splice(o,1):o++;ao()===e&&kv(r||"all")}function MP(e){var r=e.keyCode||e.which||e.charCode,n=Ve.indexOf(r);if(n>=0&&Ve.splice(n,1),e.key&&e.key.toLowerCase()==="meta"&&Ve.splice(0,Ve.length),(r===93||r===224)&&(r=91),r in St){St[r]=!1;for(var o in jn)jn[o]===r&&(Pn[o]=!1)}}function DP(e){if(typeof e>"u")Object.keys(at).forEach(function(c){return delete at[c]});else if(Array.isArray(e))e.forEach(function(c){c.key&&qu(c)});else if(typeof e=="object")e.key&&qu(e);else if(typeof e=="string"){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];var a=n[0],u=n[1];typeof a=="function"&&(u=a,a=""),qu({key:e,scope:a,method:u,splitKey:"+"})}}var qu=function(r){var n=r.key,o=r.scope,a=r.method,u=r.splitKey,c=u===void 0?"+":u,f=Lv(n);f.forEach(function(h){var m=h.split(c),y=m.length,_=m[y-1],O=_==="*"?"*":yo(_);if(at[O]){o||(o=ao());var v=y>1?Iv(jn,m):[];at[O]=at[O].filter(function(S){var w=a?S.method===a:!0;return!(w&&S.scope===o&&xP(S.mods,v))})}})};function Up(e,r,n,o){if(r.element===o){var a;if(r.scope===n||r.scope==="all"){a=r.mods.length>0;for(var u in St)Object.prototype.hasOwnProperty.call(St,u)&&(!St[u]&&r.mods.indexOf(+u)>-1||St[u]&&r.mods.indexOf(+u)===-1)&&(a=!1);(r.mods.length===0&&!St[16]&&!St[18]&&!St[17]&&!St[91]||a||r.shortcut==="*")&&(r.keys=[],r.keys=r.keys.concat(Ve),r.method(e,r)===!1&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0)))}}}function Bp(e,r){var n=at["*"],o=e.keyCode||e.which||e.charCode;if(Pn.filter.call(this,e)){if((o===93||o===224)&&(o=91),Ve.indexOf(o)===-1&&o!==229&&Ve.push(o),["ctrlKey","altKey","shiftKey","metaKey"].forEach(function(S){var w=hc[S];e[S]&&Ve.indexOf(w)===-1?Ve.push(w):!e[S]&&Ve.indexOf(w)>-1?Ve.splice(Ve.indexOf(w),1):S==="metaKey"&&e[S]&&Ve.length===3&&(e.ctrlKey||e.shiftKey||e.altKey||(Ve=Ve.slice(Ve.indexOf(w))))}),o in St){St[o]=!0;for(var a in jn)jn[a]===o&&(Pn[a]=!0);if(!n)return}for(var u in St)Object.prototype.hasOwnProperty.call(St,u)&&(St[u]=e[hc[u]]);e.getModifierState&&!(e.altKey&&!e.ctrlKey)&&e.getModifierState("AltGraph")&&(Ve.indexOf(17)===-1&&Ve.push(17),Ve.indexOf(18)===-1&&Ve.push(18),St[17]=!0,St[18]=!0);var c=ao();if(n)for(var f=0;f<n.length;f++)n[f].scope===c&&(e.type==="keydown"&&n[f].keydown||e.type==="keyup"&&n[f].keyup)&&Up(e,n[f],c,r);if(o in at){for(var h=0;h<at[o].length;h++)if((e.type==="keydown"&&at[o][h].keydown||e.type==="keyup"&&at[o][h].keyup)&&at[o][h].key){for(var m=at[o][h],y=m.splitKey,_=m.key.split(y),O=[],v=0;v<_.length;v++)O.push(yo(_[v]));O.sort().join("")===Ve.sort().join("")&&Up(e,m,c,r)}}}}function kP(e){return Dv.indexOf(e)>-1}function Pn(e,r,n){Ve=[];var o=Lv(e),a=[],u="all",c=document,f=0,h=!1,m=!0,y="+",_=!1;for(n===void 0&&typeof r=="function"&&(n=r),Object.prototype.toString.call(r)==="[object Object]"&&(r.scope&&(u=r.scope),r.element&&(c=r.element),r.keyup&&(h=r.keyup),r.keydown!==void 0&&(m=r.keydown),r.capture!==void 0&&(_=r.capture),typeof r.splitKey=="string"&&(y=r.splitKey)),typeof r=="string"&&(u=r);f<o.length;f++)e=o[f].split(y),a=[],e.length>1&&(a=Iv(jn,e)),e=e[e.length-1],e=e==="*"?"*":yo(e),e in at||(at[e]=[]),at[e].push({keyup:h,keydown:m,scope:u,mods:a,shortcut:o[f],method:n,key:o[f],splitKey:y,element:c});typeof c<"u"&&!kP(c)&&window&&(Dv.push(c),zu(c,"keydown",function(O){Bp(O,c)},_),Wp||(Wp=!0,zu(window,"focus",function(){Ve=[]},_)),zu(c,"keyup",function(O){Bp(O,c),MP(O)},_))}function NP(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"all";Object.keys(at).forEach(function(n){var o=at[n].filter(function(a){return a.scope===r&&a.shortcut===e});o.forEach(function(a){a&&a.method&&a.method()})})}var Ku={getPressedKeyString:PP,setScope:kv,getScope:ao,deleteScope:LP,getPressedKeyCodes:CP,getAllKeyCodes:RP,isPressed:IP,filter:AP,trigger:NP,unbind:DP,keyMap:oo,modifier:jn,modifierMap:hc};for(var Gu in Ku)Object.prototype.hasOwnProperty.call(Ku,Gu)&&(Pn[Gu]=Ku[Gu]);if(typeof window<"u"){var $P=window.hotkeys;Pn.noConflict=function(e){return e&&window.hotkeys===Pn&&(window.hotkeys=$P),Pn},window.hotkeys=Pn}Pn.filter=()=>!0;function jP(e,r,n,o){n instanceof Array&&(o=n,n=void 0),o=o||[],n=n||{};const{preventDefault:a=!0}=n,u=q.useCallback((f,h)=>{a&&f.preventDefault(),setTimeout(()=>r(f,h))},o),c=()=>{Pn.unbind(e,u)};q.useEffect(()=>(Pn(e,n,u),c),[e,n,u])}const FP=e=>{const r=q.useRef(null);return q.useEffect(()=>{const n=o=>{r.current&&!r.current.contains(o.target)&&e(o)};return document.addEventListener("click",n,!0),()=>{document.removeEventListener("click",n,!0)}},[e]),r};function WP(e){const r=q.useRef();return q.useEffect(()=>{r.current=e},[e]),r.current}function UP(e){const r=q.useRef(e);return q.useEffect(()=>{r.current=e},[e]),r}function BP(e){const r=q.useRef(null);return q.useEffect(()=>{e&&(typeof e=="function"?e(r.current):e.current=r.current)}),r}const HP={features:{debugger:{enabled:process.env.REACT_APP_DEBUGGER_ENABLED!=="false"},modelEditor:{enabled:process.env.REACT_APP_MODEL_EDITOR_ENABLED!=="false"},roles:{enabled:process.env.REACT_APP_ROLES_ENABLED!=="false"}}};function zP(){const[e,r]=q.useState(HP),n=(a,u)=>{r(c=>({...c,features:{...c.features,[a]:u}}))},o=q.useCallback((...a)=>a.every(u=>{var c;return(c=e.features[u])==null?void 0:c.enabled}),[e.features]);return{setFeature:n,isFeatureEnabled:o}}const Nv=q.createContext(""),qP=e=>B.jsx(Nv.Provider,{value:e.value,children:e.children}),KP=()=>{const e=q.useContext(Nv);if(typeof e!="string")throw new Error("Error while calling useIdentity! Context has incorrect type (expected string)");return e};var Ua={exports:{}};/**
176
+ `,AR=({message:e,version:r})=>U.jsx("div",{className:"absolute inset-0 flex h-screen w-screen flex-col items-center justify-center bg-fd-gray-default text-white",children:U.jsxs("div",{className:"flex flex-col text-center",children:[U.jsx("div",{className:"relative mr-4 self-center",children:U.jsx("div",{className:"flex items-center justify-center rounded-md",children:U.jsxs($v,{className:"h-60 w-60",viewBox:"0 0 143.14 136.27",children:[U.jsx("defs",{children:U.jsxs("linearGradient",{id:"d",x1:"50%",y1:"0%",x2:"50%",y2:"100%",children:[U.jsx("stop",{offset:"0%",stopColor:"#2743a6",children:U.jsx("animate",{attributeName:"stop-color",values:"#ffa4c0; #2743a6;",dur:"6s",repeatCount:"indefinite"})}),U.jsx("stop",{offset:"100%",stopColor:"#ffa4c0",children:U.jsx("animate",{attributeName:"stop-color",values:"#2743a6; #ffa4c0;",dur:"2ds",repeatCount:"indefinite"})})]})}),U.jsx("g",{id:"a"}),U.jsx("g",{id:"b",children:U.jsx("g",{id:"c",children:U.jsxs("g",{children:[U.jsx("path",{id:"tail",className:"e",d:"M134.13,79.9l.25-1.2h-21.87l-.21,.7c-.03,.08-2.41,7.72-7.11,14.56-5.87,8.54-12.57,12.63-12.63,12.67l-1,.6,24.25,28.96h27.33l-22.61-26.46c2.2-2.67,10.06-13.09,13.6-29.83Z"}),U.jsx("path",{id:"circle",className:"f",d:"M83.08,113.64l18.93,22.6-33.68,.03-11.17-.03c-9.38,.01-18.55-2.45-26.56-7.11-2.94-1.71-5.72-3.71-8.29-6-8.79-7.8-17.6-19.72-20.92-37.37-.01-.02-.02-.03-.03-.05v-.09c-1.68-9.04-1.93-19.58,0-31.84C8.57,21.67,36.68-.66,69.93,.02c12.81,.27,25.06,4.28,35.59,11.48,.31,.2,.62,.41,.92,.62,.25,.18,.5,.35,.74,.53,8.82,6.31,16.06,14.69,21.02,24.42,.17,.33,.34,.65,.5,.98,.1,.21,.2,.41,.3,.61,4.35,8.92,6.63,18.54,6.54,28.06,0,.36,.02,.71,.02,1.06,0,.82-.03,1.62-.06,2.43h-22c.04-.81,.06-1.61,.06-2.43,0-1.52-.08-3.02-.23-4.5-2.68-22.17-21.26-39.86-43.98-40.63-4.43-.15-8.75,.29-12.88,1.28-.02,0-.04,.01-.05,.01-.48,.12-.95,.24-1.42,.38-.97,.26-1.94,.56-2.89,.9-.23,.07-.46,.15-.69,.24-6.2,2.27-11.84,5.87-16.59,10.67-8.99,9.09-13.84,21.44-13.3,33.9,0,19.98,17.86,39.48,35.59,42.56,6.4,1.37,24.04,1.24,25.96,1.05Z"})]})})})]})})}),U.jsxs("div",{children:[U.jsx("span",{className:"text-xs text-grey-200",children:r}),U.jsx("h2",{className:"text-lg text-grey-100",children:e})]})]})});function IR(e,r){const n=q.useRef(!1);q.useEffect(()=>{if(n.current)return e();n.current=!0},r)}var Ku=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Yu(e,r,n,o){e.addEventListener?e.addEventListener(r,n,o):e.attachEvent&&e.attachEvent("on".concat(r),function(){n(window.event)})}function Nv(e,r){for(var n=r.slice(0,r.length-1),o=0;o<n.length;o++)n[o]=e[n[o].toLowerCase()];return n}function jv(e){typeof e!="string"&&(e=""),e=e.replace(/\s/g,"");for(var r=e.split(","),n=r.lastIndexOf("");n>=0;)r[n-1]+=",",r.splice(n,1),n=r.lastIndexOf("");return r}function LR(e,r){for(var n=e.length>=r.length?e:r,o=e.length>=r.length?r:e,a=!0,u=0;u<n.length;u++)o.indexOf(n[u])===-1&&(a=!1);return a}var lo={backspace:8,"⌫":8,tab:9,clear:12,enter:13,"↩":13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":Ku?173:189,"=":Ku?61:187,";":Ku?59:186,"'":222,"[":219,"]":221,"\\":220},Nn={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,command:91},yl={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},_t={16:!1,18:!1,17:!1,91:!1},rt={};for(var Ca=1;Ca<20;Ca++)lo["f".concat(Ca)]=111+Ca;var Xe=[],Yp=!1,Fv="all",Wv=[],_o=function(r){return lo[r.toLowerCase()]||Nn[r.toLowerCase()]||r.toUpperCase().charCodeAt(0)},MR=function(r){return Object.keys(lo).find(function(n){return lo[n]===r})},DR=function(r){return Object.keys(Nn).find(function(n){return Nn[n]===r})};function Uv(e){Fv=e||"all"}function co(){return Fv||"all"}function kR(){return Xe.slice(0)}function $R(){return Xe.map(function(e){return MR(e)||DR(e)||String.fromCharCode(e)})}function NR(){var e=[];return Object.keys(rt).forEach(function(r){rt[r].forEach(function(n){var o=n.key,a=n.scope,u=n.mods,l=n.shortcut;e.push({scope:a,shortcut:l,mods:u,keys:o.split("+").map(function(f){return _o(f)})})})}),e}function jR(e){var r=e.target||e.srcElement,n=r.tagName,o=!0;return(r.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!r.readOnly)&&(o=!1),o}function FR(e){return typeof e=="string"&&(e=_o(e)),Xe.indexOf(e)!==-1}function WR(e,r){var n,o;e||(e=co());for(var a in rt)if(Object.prototype.hasOwnProperty.call(rt,a))for(n=rt[a],o=0;o<n.length;)n[o].scope===e?n.splice(o,1):o++;co()===e&&Uv(r||"all")}function UR(e){var r=e.keyCode||e.which||e.charCode,n=Xe.indexOf(r);if(n>=0&&Xe.splice(n,1),e.key&&e.key.toLowerCase()==="meta"&&Xe.splice(0,Xe.length),(r===93||r===224)&&(r=91),r in _t){_t[r]=!1;for(var o in Nn)Nn[o]===r&&(On[o]=!1)}}function BR(e){if(typeof e>"u")Object.keys(rt).forEach(function(l){return delete rt[l]});else if(Array.isArray(e))e.forEach(function(l){l.key&&Gu(l)});else if(typeof e=="object")e.key&&Gu(e);else if(typeof e=="string"){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];var a=n[0],u=n[1];typeof a=="function"&&(u=a,a=""),Gu({key:e,scope:a,method:u,splitKey:"+"})}}var Gu=function(r){var n=r.key,o=r.scope,a=r.method,u=r.splitKey,l=u===void 0?"+":u,f=jv(n);f.forEach(function(p){var y=p.split(l),g=y.length,S=y[g-1],T=S==="*"?"*":_o(S);if(rt[T]){o||(o=co());var v=g>1?Nv(Nn,y):[];rt[T]=rt[T].filter(function(E){var b=a?E.method===a:!0;return!(b&&E.scope===o&&LR(E.mods,v))})}})};function Gp(e,r,n,o){if(r.element===o){var a;if(r.scope===n||r.scope==="all"){a=r.mods.length>0;for(var u in _t)Object.prototype.hasOwnProperty.call(_t,u)&&(!_t[u]&&r.mods.indexOf(+u)>-1||_t[u]&&r.mods.indexOf(+u)===-1)&&(a=!1);(r.mods.length===0&&!_t[16]&&!_t[18]&&!_t[17]&&!_t[91]||a||r.shortcut==="*")&&(r.keys=[],r.keys=r.keys.concat(Xe),r.method(e,r)===!1&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0)))}}}function Vp(e,r){var n=rt["*"],o=e.keyCode||e.which||e.charCode;if(On.filter.call(this,e)){if((o===93||o===224)&&(o=91),Xe.indexOf(o)===-1&&o!==229&&Xe.push(o),["ctrlKey","altKey","shiftKey","metaKey"].forEach(function(E){var b=yl[E];e[E]&&Xe.indexOf(b)===-1?Xe.push(b):!e[E]&&Xe.indexOf(b)>-1?Xe.splice(Xe.indexOf(b),1):E==="metaKey"&&e[E]&&Xe.length===3&&(e.ctrlKey||e.shiftKey||e.altKey||(Xe=Xe.slice(Xe.indexOf(b))))}),o in _t){_t[o]=!0;for(var a in Nn)Nn[a]===o&&(On[a]=!0);if(!n)return}for(var u in _t)Object.prototype.hasOwnProperty.call(_t,u)&&(_t[u]=e[yl[u]]);e.getModifierState&&!(e.altKey&&!e.ctrlKey)&&e.getModifierState("AltGraph")&&(Xe.indexOf(17)===-1&&Xe.push(17),Xe.indexOf(18)===-1&&Xe.push(18),_t[17]=!0,_t[18]=!0);var l=co();if(n)for(var f=0;f<n.length;f++)n[f].scope===l&&(e.type==="keydown"&&n[f].keydown||e.type==="keyup"&&n[f].keyup)&&Gp(e,n[f],l,r);if(o in rt){for(var p=0;p<rt[o].length;p++)if((e.type==="keydown"&&rt[o][p].keydown||e.type==="keyup"&&rt[o][p].keyup)&&rt[o][p].key){for(var y=rt[o][p],g=y.splitKey,S=y.key.split(g),T=[],v=0;v<S.length;v++)T.push(_o(S[v]));T.sort().join("")===Xe.sort().join("")&&Gp(e,y,l,r)}}}}function HR(e){return Wv.indexOf(e)>-1}function On(e,r,n){Xe=[];var o=jv(e),a=[],u="all",l=document,f=0,p=!1,y=!0,g="+",S=!1;for(n===void 0&&typeof r=="function"&&(n=r),Object.prototype.toString.call(r)==="[object Object]"&&(r.scope&&(u=r.scope),r.element&&(l=r.element),r.keyup&&(p=r.keyup),r.keydown!==void 0&&(y=r.keydown),r.capture!==void 0&&(S=r.capture),typeof r.splitKey=="string"&&(g=r.splitKey)),typeof r=="string"&&(u=r);f<o.length;f++)e=o[f].split(g),a=[],e.length>1&&(a=Nv(Nn,e)),e=e[e.length-1],e=e==="*"?"*":_o(e),e in rt||(rt[e]=[]),rt[e].push({keyup:p,keydown:y,scope:u,mods:a,shortcut:o[f],method:n,key:o[f],splitKey:g,element:l});typeof l<"u"&&!HR(l)&&window&&(Wv.push(l),Yu(l,"keydown",function(T){Vp(T,l)},S),Yp||(Yp=!0,Yu(window,"focus",function(){Xe=[]},S)),Yu(l,"keyup",function(T){Vp(T,l),UR(T)},S))}function zR(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"all";Object.keys(rt).forEach(function(n){var o=rt[n].filter(function(a){return a.scope===r&&a.shortcut===e});o.forEach(function(a){a&&a.method&&a.method()})})}var Vu={getPressedKeyString:$R,setScope:Uv,getScope:co,deleteScope:WR,getPressedKeyCodes:kR,getAllKeyCodes:NR,isPressed:FR,filter:jR,trigger:zR,unbind:BR,keyMap:lo,modifier:Nn,modifierMap:yl};for(var Xu in Vu)Object.prototype.hasOwnProperty.call(Vu,Xu)&&(On[Xu]=Vu[Xu]);if(typeof window<"u"){var qR=window.hotkeys;On.noConflict=function(e){return e&&window.hotkeys===On&&(window.hotkeys=qR),On},window.hotkeys=On}On.filter=()=>!0;function KR(e,r,n,o){n instanceof Array&&(o=n,n=void 0),o=o||[],n=n||{};const{preventDefault:a=!0}=n,u=q.useCallback((f,p)=>{a&&f.preventDefault(),setTimeout(()=>r(f,p))},o),l=()=>{On.unbind(e,u)};q.useEffect(()=>(On(e,n,u),l),[e,n,u])}const YR=e=>{const r=q.useRef(null);return q.useEffect(()=>{const n=o=>{r.current&&!r.current.contains(o.target)&&e(o)};return document.addEventListener("click",n,!0),()=>{document.removeEventListener("click",n,!0)}},[e]),r};function GR(e){const r=q.useRef();return q.useEffect(()=>{r.current=e},[e]),r.current}function VR(e){const r=q.useRef(e);return q.useEffect(()=>{r.current=e},[e]),r}function XR(e){const r=q.useRef(null);return q.useEffect(()=>{e&&(typeof e=="function"?e(r.current):e.current=r.current)}),r}const JR={features:{debugger:{enabled:process.env.REACT_APP_DEBUGGER_ENABLED!=="false"},modelEditor:{enabled:process.env.REACT_APP_MODEL_EDITOR_ENABLED!=="false"},roles:{enabled:process.env.REACT_APP_ROLES_ENABLED!=="false"}}};function ZR(){const[e,r]=q.useState(JR),n=(a,u)=>{r(l=>({...l,features:{...l.features,[a]:u}}))},o=q.useCallback((...a)=>a.every(u=>{var l;return(l=e.features[u])==null?void 0:l.enabled}),[e.features]);return{setFeature:n,isFeatureEnabled:o}}const Bv=q.createContext(""),QR=e=>U.jsx(Bv.Provider,{value:e.value,children:e.children}),eP=()=>{const e=q.useContext(Bv);if(typeof e!="string")throw new Error("Error while calling useIdentity! Context has incorrect type (expected string)");return e};var qa={exports:{}};/**
177
177
  * @license
178
178
  * Lodash <https://lodash.com/>
179
179
  * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
180
180
  * Released under MIT license <https://lodash.com/license>
181
181
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
182
182
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
183
- */Ua.exports;(function(e,r){(function(){var n,o="4.17.21",a=200,u="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",f="Invalid `variable` option passed into `_.template`",h="__lodash_hash_undefined__",m=500,y="__lodash_placeholder__",_=1,O=2,v=4,S=1,w=2,T=1,D=2,M=4,P=8,k=16,x=32,W=64,F=128,$=256,Z=512,ne=30,we="...",Me=800,Oe=16,ue=1,ke=2,_e=3,Ie=1/0,qe=9007199254740991,ft=17976931348623157e292,G=0/0,X=4294967295,ve=X-1,me=X>>>1,ce=[["ary",F],["bind",T],["bindKey",D],["curry",P],["curryRight",k],["flip",Z],["partial",x],["partialRight",W],["rearg",$]],le="[object Arguments]",ae="[object Array]",fe="[object AsyncFunction]",se="[object Boolean]",ge="[object Date]",ye="[object DOMException]",Ge="[object Error]",V="[object Function]",nt="[object GeneratorFunction]",rt="[object Map]",lt="[object Number]",Rn="[object Null]",vt="[object Object]",$t="[object Promise]",gr="[object Proxy]",Je="[object RegExp]",Qe="[object Set]",tn="[object String]",qt="[object Symbol]",mn="[object Undefined]",Et="[object WeakMap]",Qn="[object WeakSet]",nn="[object ArrayBuffer]",Kt="[object DataView]",yr="[object Float32Array]",wr="[object Float64Array]",br="[object Int8Array]",_r="[object Int16Array]",gn="[object Int32Array]",Fn="[object Uint8Array]",yt="[object Uint8ClampedArray]",yn="[object Uint16Array]",wn="[object Uint32Array]",Sr=/\b__p \+= '';/g,Ti=/\b(__p \+=) '' \+/g,Er=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Xr=/&(?:amp|lt|gt|quot|#39);/g,er=/[&<>"']/g,xr=RegExp(Xr.source),Ci=RegExp(er.source),Pi=/<%-([\s\S]+?)%>/g,Or=/<%([\s\S]+?)%>/g,Vr=/<%=([\s\S]+?)%>/g,Ri=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ai=/^\w*$/,Ii=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/[\\^$.*+?()[\]{}|]/g,R=RegExp(d.source),N=/^\s+/,Y=/\s/,ie=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,oe=/\{\n\/\* \[wrapped with (.+)\] \*/,ee=/,? & /,Q=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,je=/[()=,{}\[\]\/\s]/,be=/\\(\\)?/g,Ee=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,it=/\w*$/,It=/^[-+]0x[0-9a-f]+$/i,Tr=/^0b[01]+$/i,st=/^\[object .+?Constructor\]$/,mm=/^0o[0-7]+$/i,gm=/^(?:0|[1-9]\d*)$/,ym=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,bo=/($^)/,wm=/['\n\r\u2028\u2029\\]/g,_o="\\ud800-\\udfff",bm="\\u0300-\\u036f",_m="\\ufe20-\\ufe2f",Sm="\\u20d0-\\u20ff",zc=bm+_m+Sm,qc="\\u2700-\\u27bf",Kc="a-z\\xdf-\\xf6\\xf8-\\xff",Em="\\xac\\xb1\\xd7\\xf7",xm="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Om="\\u2000-\\u206f",Tm=" \\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",Gc="A-Z\\xc0-\\xd6\\xd8-\\xde",Yc="\\ufe0e\\ufe0f",Xc=Em+xm+Om+Tm,ns="['’]",Cm="["+_o+"]",Vc="["+Xc+"]",So="["+zc+"]",Jc="\\d+",Pm="["+qc+"]",Zc="["+Kc+"]",Qc="[^"+_o+Xc+Jc+qc+Kc+Gc+"]",rs="\\ud83c[\\udffb-\\udfff]",Rm="(?:"+So+"|"+rs+")",el="[^"+_o+"]",is="(?:\\ud83c[\\udde6-\\uddff]){2}",os="[\\ud800-\\udbff][\\udc00-\\udfff]",Jr="["+Gc+"]",tl="\\u200d",nl="(?:"+Zc+"|"+Qc+")",Am="(?:"+Jr+"|"+Qc+")",rl="(?:"+ns+"(?:d|ll|m|re|s|t|ve))?",il="(?:"+ns+"(?:D|LL|M|RE|S|T|VE))?",ol=Rm+"?",al="["+Yc+"]?",Im="(?:"+tl+"(?:"+[el,is,os].join("|")+")"+al+ol+")*",Lm="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Mm="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",sl=al+ol+Im,Dm="(?:"+[Pm,is,os].join("|")+")"+sl,km="(?:"+[el+So+"?",So,is,os,Cm].join("|")+")",Nm=RegExp(ns,"g"),$m=RegExp(So,"g"),as=RegExp(rs+"(?="+rs+")|"+km+sl,"g"),jm=RegExp([Jr+"?"+Zc+"+"+rl+"(?="+[Vc,Jr,"$"].join("|")+")",Am+"+"+il+"(?="+[Vc,Jr+nl,"$"].join("|")+")",Jr+"?"+nl+"+"+rl,Jr+"+"+il,Mm,Lm,Jc,Dm].join("|"),"g"),Fm=RegExp("["+tl+_o+zc+Yc+"]"),Wm=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Um=["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"],Bm=-1,Ze={};Ze[yr]=Ze[wr]=Ze[br]=Ze[_r]=Ze[gn]=Ze[Fn]=Ze[yt]=Ze[yn]=Ze[wn]=!0,Ze[le]=Ze[ae]=Ze[nn]=Ze[se]=Ze[Kt]=Ze[ge]=Ze[Ge]=Ze[V]=Ze[rt]=Ze[lt]=Ze[vt]=Ze[Je]=Ze[Qe]=Ze[tn]=Ze[Et]=!1;var Xe={};Xe[le]=Xe[ae]=Xe[nn]=Xe[Kt]=Xe[se]=Xe[ge]=Xe[yr]=Xe[wr]=Xe[br]=Xe[_r]=Xe[gn]=Xe[rt]=Xe[lt]=Xe[vt]=Xe[Je]=Xe[Qe]=Xe[tn]=Xe[qt]=Xe[Fn]=Xe[yt]=Xe[yn]=Xe[wn]=!0,Xe[Ge]=Xe[V]=Xe[Et]=!1;var Hm={À:"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"},zm={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},qm={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},Km={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Gm=parseFloat,Ym=parseInt,ul=typeof Fr=="object"&&Fr&&Fr.Object===Object&&Fr,Xm=typeof self=="object"&&self&&self.Object===Object&&self,wt=ul||Xm||Function("return this")(),ss=r&&!r.nodeType&&r,Cr=ss&&!0&&e&&!e.nodeType&&e,cl=Cr&&Cr.exports===ss,us=cl&&ul.process,rn=function(){try{var A=Cr&&Cr.require&&Cr.require("util").types;return A||us&&us.binding&&us.binding("util")}catch{}}(),ll=rn&&rn.isArrayBuffer,fl=rn&&rn.isDate,dl=rn&&rn.isMap,pl=rn&&rn.isRegExp,hl=rn&&rn.isSet,vl=rn&&rn.isTypedArray;function Gt(A,U,j){switch(j.length){case 0:return A.call(U);case 1:return A.call(U,j[0]);case 2:return A.call(U,j[0],j[1]);case 3:return A.call(U,j[0],j[1],j[2])}return A.apply(U,j)}function Vm(A,U,j,te){for(var Se=-1,Fe=A==null?0:A.length;++Se<Fe;){var dt=A[Se];U(te,dt,j(dt),A)}return te}function on(A,U){for(var j=-1,te=A==null?0:A.length;++j<te&&U(A[j],j,A)!==!1;);return A}function Jm(A,U){for(var j=A==null?0:A.length;j--&&U(A[j],j,A)!==!1;);return A}function ml(A,U){for(var j=-1,te=A==null?0:A.length;++j<te;)if(!U(A[j],j,A))return!1;return!0}function tr(A,U){for(var j=-1,te=A==null?0:A.length,Se=0,Fe=[];++j<te;){var dt=A[j];U(dt,j,A)&&(Fe[Se++]=dt)}return Fe}function Eo(A,U){var j=A==null?0:A.length;return!!j&&Zr(A,U,0)>-1}function cs(A,U,j){for(var te=-1,Se=A==null?0:A.length;++te<Se;)if(j(U,A[te]))return!0;return!1}function et(A,U){for(var j=-1,te=A==null?0:A.length,Se=Array(te);++j<te;)Se[j]=U(A[j],j,A);return Se}function nr(A,U){for(var j=-1,te=U.length,Se=A.length;++j<te;)A[Se+j]=U[j];return A}function ls(A,U,j,te){var Se=-1,Fe=A==null?0:A.length;for(te&&Fe&&(j=A[++Se]);++Se<Fe;)j=U(j,A[Se],Se,A);return j}function Zm(A,U,j,te){var Se=A==null?0:A.length;for(te&&Se&&(j=A[--Se]);Se--;)j=U(j,A[Se],Se,A);return j}function fs(A,U){for(var j=-1,te=A==null?0:A.length;++j<te;)if(U(A[j],j,A))return!0;return!1}var Qm=ds("length");function eg(A){return A.split("")}function tg(A){return A.match(Q)||[]}function gl(A,U,j){var te;return j(A,function(Se,Fe,dt){if(U(Se,Fe,dt))return te=Fe,!1}),te}function xo(A,U,j,te){for(var Se=A.length,Fe=j+(te?1:-1);te?Fe--:++Fe<Se;)if(U(A[Fe],Fe,A))return Fe;return-1}function Zr(A,U,j){return U===U?pg(A,U,j):xo(A,yl,j)}function ng(A,U,j,te){for(var Se=j-1,Fe=A.length;++Se<Fe;)if(te(A[Se],U))return Se;return-1}function yl(A){return A!==A}function wl(A,U){var j=A==null?0:A.length;return j?hs(A,U)/j:G}function ds(A){return function(U){return U==null?n:U[A]}}function ps(A){return function(U){return A==null?n:A[U]}}function bl(A,U,j,te,Se){return Se(A,function(Fe,dt,Ye){j=te?(te=!1,Fe):U(j,Fe,dt,Ye)}),j}function rg(A,U){var j=A.length;for(A.sort(U);j--;)A[j]=A[j].value;return A}function hs(A,U){for(var j,te=-1,Se=A.length;++te<Se;){var Fe=U(A[te]);Fe!==n&&(j=j===n?Fe:j+Fe)}return j}function vs(A,U){for(var j=-1,te=Array(A);++j<A;)te[j]=U(j);return te}function ig(A,U){return et(U,function(j){return[j,A[j]]})}function _l(A){return A&&A.slice(0,Ol(A)+1).replace(N,"")}function Yt(A){return function(U){return A(U)}}function ms(A,U){return et(U,function(j){return A[j]})}function Li(A,U){return A.has(U)}function Sl(A,U){for(var j=-1,te=A.length;++j<te&&Zr(U,A[j],0)>-1;);return j}function El(A,U){for(var j=A.length;j--&&Zr(U,A[j],0)>-1;);return j}function og(A,U){for(var j=A.length,te=0;j--;)A[j]===U&&++te;return te}var ag=ps(Hm),sg=ps(zm);function ug(A){return"\\"+Km[A]}function cg(A,U){return A==null?n:A[U]}function Qr(A){return Fm.test(A)}function lg(A){return Wm.test(A)}function fg(A){for(var U,j=[];!(U=A.next()).done;)j.push(U.value);return j}function gs(A){var U=-1,j=Array(A.size);return A.forEach(function(te,Se){j[++U]=[Se,te]}),j}function xl(A,U){return function(j){return A(U(j))}}function rr(A,U){for(var j=-1,te=A.length,Se=0,Fe=[];++j<te;){var dt=A[j];(dt===U||dt===y)&&(A[j]=y,Fe[Se++]=j)}return Fe}function Oo(A){var U=-1,j=Array(A.size);return A.forEach(function(te){j[++U]=te}),j}function dg(A){var U=-1,j=Array(A.size);return A.forEach(function(te){j[++U]=[te,te]}),j}function pg(A,U,j){for(var te=j-1,Se=A.length;++te<Se;)if(A[te]===U)return te;return-1}function hg(A,U,j){for(var te=j+1;te--;)if(A[te]===U)return te;return te}function ei(A){return Qr(A)?mg(A):Qm(A)}function bn(A){return Qr(A)?gg(A):eg(A)}function Ol(A){for(var U=A.length;U--&&Y.test(A.charAt(U)););return U}var vg=ps(qm);function mg(A){for(var U=as.lastIndex=0;as.test(A);)++U;return U}function gg(A){return A.match(as)||[]}function yg(A){return A.match(jm)||[]}var wg=function A(U){U=U==null?wt:ti.defaults(wt.Object(),U,ti.pick(wt,Um));var j=U.Array,te=U.Date,Se=U.Error,Fe=U.Function,dt=U.Math,Ye=U.Object,ys=U.RegExp,bg=U.String,an=U.TypeError,To=j.prototype,_g=Fe.prototype,ni=Ye.prototype,Co=U["__core-js_shared__"],Po=_g.toString,He=ni.hasOwnProperty,Sg=0,Tl=function(){var t=/[^.]+$/.exec(Co&&Co.keys&&Co.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),Ro=ni.toString,Eg=Po.call(Ye),xg=wt._,Og=ys("^"+Po.call(He).replace(d,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ao=cl?U.Buffer:n,ir=U.Symbol,Io=U.Uint8Array,Cl=Ao?Ao.allocUnsafe:n,Lo=xl(Ye.getPrototypeOf,Ye),Pl=Ye.create,Rl=ni.propertyIsEnumerable,Mo=To.splice,Al=ir?ir.isConcatSpreadable:n,Mi=ir?ir.iterator:n,Pr=ir?ir.toStringTag:n,Do=function(){try{var t=Mr(Ye,"defineProperty");return t({},"",{}),t}catch{}}(),Tg=U.clearTimeout!==wt.clearTimeout&&U.clearTimeout,Cg=te&&te.now!==wt.Date.now&&te.now,Pg=U.setTimeout!==wt.setTimeout&&U.setTimeout,ko=dt.ceil,No=dt.floor,ws=Ye.getOwnPropertySymbols,Rg=Ao?Ao.isBuffer:n,Il=U.isFinite,Ag=To.join,Ig=xl(Ye.keys,Ye),pt=dt.max,xt=dt.min,Lg=te.now,Mg=U.parseInt,Ll=dt.random,Dg=To.reverse,bs=Mr(U,"DataView"),Di=Mr(U,"Map"),_s=Mr(U,"Promise"),ri=Mr(U,"Set"),ki=Mr(U,"WeakMap"),Ni=Mr(Ye,"create"),$o=ki&&new ki,ii={},kg=Dr(bs),Ng=Dr(Di),$g=Dr(_s),jg=Dr(ri),Fg=Dr(ki),jo=ir?ir.prototype:n,$i=jo?jo.valueOf:n,Ml=jo?jo.toString:n;function g(t){if(ot(t)&&!xe(t)&&!(t instanceof De)){if(t instanceof sn)return t;if(He.call(t,"__wrapped__"))return kf(t)}return new sn(t)}var oi=function(){function t(){}return function(i){if(!tt(i))return{};if(Pl)return Pl(i);t.prototype=i;var s=new t;return t.prototype=n,s}}();function Fo(){}function sn(t,i){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!i,this.__index__=0,this.__values__=n}g.templateSettings={escape:Pi,evaluate:Or,interpolate:Vr,variable:"",imports:{_:g}},g.prototype=Fo.prototype,g.prototype.constructor=g,sn.prototype=oi(Fo.prototype),sn.prototype.constructor=sn;function De(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=X,this.__views__=[]}function Wg(){var t=new De(this.__wrapped__);return t.__actions__=jt(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=jt(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=jt(this.__views__),t}function Ug(){if(this.__filtered__){var t=new De(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function Bg(){var t=this.__wrapped__.value(),i=this.__dir__,s=xe(t),l=i<0,p=s?t.length:0,b=ey(0,p,this.__views__),E=b.start,C=b.end,L=C-E,H=l?C:E-1,z=this.__iteratees__,K=z.length,J=0,re=xt(L,this.__takeCount__);if(!s||!l&&p==L&&re==L)return rf(t,this.__actions__);var pe=[];e:for(;L--&&J<re;){H+=i;for(var Ce=-1,he=t[H];++Ce<K;){var Le=z[Ce],Ne=Le.iteratee,Jt=Le.type,Dt=Ne(he);if(Jt==ke)he=Dt;else if(!Dt){if(Jt==ue)continue e;break e}}pe[J++]=he}return pe}De.prototype=oi(Fo.prototype),De.prototype.constructor=De;function Rr(t){var i=-1,s=t==null?0:t.length;for(this.clear();++i<s;){var l=t[i];this.set(l[0],l[1])}}function Hg(){this.__data__=Ni?Ni(null):{},this.size=0}function zg(t){var i=this.has(t)&&delete this.__data__[t];return this.size-=i?1:0,i}function qg(t){var i=this.__data__;if(Ni){var s=i[t];return s===h?n:s}return He.call(i,t)?i[t]:n}function Kg(t){var i=this.__data__;return Ni?i[t]!==n:He.call(i,t)}function Gg(t,i){var s=this.__data__;return this.size+=this.has(t)?0:1,s[t]=Ni&&i===n?h:i,this}Rr.prototype.clear=Hg,Rr.prototype.delete=zg,Rr.prototype.get=qg,Rr.prototype.has=Kg,Rr.prototype.set=Gg;function Wn(t){var i=-1,s=t==null?0:t.length;for(this.clear();++i<s;){var l=t[i];this.set(l[0],l[1])}}function Yg(){this.__data__=[],this.size=0}function Xg(t){var i=this.__data__,s=Wo(i,t);if(s<0)return!1;var l=i.length-1;return s==l?i.pop():Mo.call(i,s,1),--this.size,!0}function Vg(t){var i=this.__data__,s=Wo(i,t);return s<0?n:i[s][1]}function Jg(t){return Wo(this.__data__,t)>-1}function Zg(t,i){var s=this.__data__,l=Wo(s,t);return l<0?(++this.size,s.push([t,i])):s[l][1]=i,this}Wn.prototype.clear=Yg,Wn.prototype.delete=Xg,Wn.prototype.get=Vg,Wn.prototype.has=Jg,Wn.prototype.set=Zg;function Un(t){var i=-1,s=t==null?0:t.length;for(this.clear();++i<s;){var l=t[i];this.set(l[0],l[1])}}function Qg(){this.size=0,this.__data__={hash:new Rr,map:new(Di||Wn),string:new Rr}}function e0(t){var i=Zo(this,t).delete(t);return this.size-=i?1:0,i}function t0(t){return Zo(this,t).get(t)}function n0(t){return Zo(this,t).has(t)}function r0(t,i){var s=Zo(this,t),l=s.size;return s.set(t,i),this.size+=s.size==l?0:1,this}Un.prototype.clear=Qg,Un.prototype.delete=e0,Un.prototype.get=t0,Un.prototype.has=n0,Un.prototype.set=r0;function Ar(t){var i=-1,s=t==null?0:t.length;for(this.__data__=new Un;++i<s;)this.add(t[i])}function i0(t){return this.__data__.set(t,h),this}function o0(t){return this.__data__.has(t)}Ar.prototype.add=Ar.prototype.push=i0,Ar.prototype.has=o0;function _n(t){var i=this.__data__=new Wn(t);this.size=i.size}function a0(){this.__data__=new Wn,this.size=0}function s0(t){var i=this.__data__,s=i.delete(t);return this.size=i.size,s}function u0(t){return this.__data__.get(t)}function c0(t){return this.__data__.has(t)}function l0(t,i){var s=this.__data__;if(s instanceof Wn){var l=s.__data__;if(!Di||l.length<a-1)return l.push([t,i]),this.size=++s.size,this;s=this.__data__=new Un(l)}return s.set(t,i),this.size=s.size,this}_n.prototype.clear=a0,_n.prototype.delete=s0,_n.prototype.get=u0,_n.prototype.has=c0,_n.prototype.set=l0;function Dl(t,i){var s=xe(t),l=!s&&kr(t),p=!s&&!l&&cr(t),b=!s&&!l&&!p&&ci(t),E=s||l||p||b,C=E?vs(t.length,bg):[],L=C.length;for(var H in t)(i||He.call(t,H))&&!(E&&(H=="length"||p&&(H=="offset"||H=="parent")||b&&(H=="buffer"||H=="byteLength"||H=="byteOffset")||qn(H,L)))&&C.push(H);return C}function kl(t){var i=t.length;return i?t[Ls(0,i-1)]:n}function f0(t,i){return Qo(jt(t),Ir(i,0,t.length))}function d0(t){return Qo(jt(t))}function Ss(t,i,s){(s!==n&&!Sn(t[i],s)||s===n&&!(i in t))&&Bn(t,i,s)}function ji(t,i,s){var l=t[i];(!(He.call(t,i)&&Sn(l,s))||s===n&&!(i in t))&&Bn(t,i,s)}function Wo(t,i){for(var s=t.length;s--;)if(Sn(t[s][0],i))return s;return-1}function p0(t,i,s,l){return or(t,function(p,b,E){i(l,p,s(p),E)}),l}function Nl(t,i){return t&&In(i,mt(i),t)}function h0(t,i){return t&&In(i,Wt(i),t)}function Bn(t,i,s){i=="__proto__"&&Do?Do(t,i,{configurable:!0,enumerable:!0,value:s,writable:!0}):t[i]=s}function Es(t,i){for(var s=-1,l=i.length,p=j(l),b=t==null;++s<l;)p[s]=b?n:ru(t,i[s]);return p}function Ir(t,i,s){return t===t&&(s!==n&&(t=t<=s?t:s),i!==n&&(t=t>=i?t:i)),t}function un(t,i,s,l,p,b){var E,C=i&_,L=i&O,H=i&v;if(s&&(E=p?s(t,l,p,b):s(t)),E!==n)return E;if(!tt(t))return t;var z=xe(t);if(z){if(E=ny(t),!C)return jt(t,E)}else{var K=Ot(t),J=K==V||K==nt;if(cr(t))return sf(t,C);if(K==vt||K==le||J&&!p){if(E=L||J?{}:Tf(t),!C)return L?q0(t,h0(E,t)):z0(t,Nl(E,t))}else{if(!Xe[K])return p?t:{};E=ry(t,K,C)}}b||(b=new _n);var re=b.get(t);if(re)return re;b.set(t,E),td(t)?t.forEach(function(he){E.add(un(he,i,s,he,t,b))}):Qf(t)&&t.forEach(function(he,Le){E.set(Le,un(he,i,s,Le,t,b))});var pe=H?L?Hs:Bs:L?Wt:mt,Ce=z?n:pe(t);return on(Ce||t,function(he,Le){Ce&&(Le=he,he=t[Le]),ji(E,Le,un(he,i,s,Le,t,b))}),E}function v0(t){var i=mt(t);return function(s){return $l(s,t,i)}}function $l(t,i,s){var l=s.length;if(t==null)return!l;for(t=Ye(t);l--;){var p=s[l],b=i[p],E=t[p];if(E===n&&!(p in t)||!b(E))return!1}return!0}function jl(t,i,s){if(typeof t!="function")throw new an(c);return qi(function(){t.apply(n,s)},i)}function Fi(t,i,s,l){var p=-1,b=Eo,E=!0,C=t.length,L=[],H=i.length;if(!C)return L;s&&(i=et(i,Yt(s))),l?(b=cs,E=!1):i.length>=a&&(b=Li,E=!1,i=new Ar(i));e:for(;++p<C;){var z=t[p],K=s==null?z:s(z);if(z=l||z!==0?z:0,E&&K===K){for(var J=H;J--;)if(i[J]===K)continue e;L.push(z)}else b(i,K,l)||L.push(z)}return L}var or=df(An),Fl=df(Os,!0);function m0(t,i){var s=!0;return or(t,function(l,p,b){return s=!!i(l,p,b),s}),s}function Uo(t,i,s){for(var l=-1,p=t.length;++l<p;){var b=t[l],E=i(b);if(E!=null&&(C===n?E===E&&!Vt(E):s(E,C)))var C=E,L=b}return L}function g0(t,i,s,l){var p=t.length;for(s=Te(s),s<0&&(s=-s>p?0:p+s),l=l===n||l>p?p:Te(l),l<0&&(l+=p),l=s>l?0:rd(l);s<l;)t[s++]=i;return t}function Wl(t,i){var s=[];return or(t,function(l,p,b){i(l,p,b)&&s.push(l)}),s}function bt(t,i,s,l,p){var b=-1,E=t.length;for(s||(s=oy),p||(p=[]);++b<E;){var C=t[b];i>0&&s(C)?i>1?bt(C,i-1,s,l,p):nr(p,C):l||(p[p.length]=C)}return p}var xs=pf(),Ul=pf(!0);function An(t,i){return t&&xs(t,i,mt)}function Os(t,i){return t&&Ul(t,i,mt)}function Bo(t,i){return tr(i,function(s){return Kn(t[s])})}function Lr(t,i){i=sr(i,t);for(var s=0,l=i.length;t!=null&&s<l;)t=t[Ln(i[s++])];return s&&s==l?t:n}function Bl(t,i,s){var l=i(t);return xe(t)?l:nr(l,s(t))}function Lt(t){return t==null?t===n?mn:Rn:Pr&&Pr in Ye(t)?Q0(t):dy(t)}function Ts(t,i){return t>i}function y0(t,i){return t!=null&&He.call(t,i)}function w0(t,i){return t!=null&&i in Ye(t)}function b0(t,i,s){return t>=xt(i,s)&&t<pt(i,s)}function Cs(t,i,s){for(var l=s?cs:Eo,p=t[0].length,b=t.length,E=b,C=j(b),L=1/0,H=[];E--;){var z=t[E];E&&i&&(z=et(z,Yt(i))),L=xt(z.length,L),C[E]=!s&&(i||p>=120&&z.length>=120)?new Ar(E&&z):n}z=t[0];var K=-1,J=C[0];e:for(;++K<p&&H.length<L;){var re=z[K],pe=i?i(re):re;if(re=s||re!==0?re:0,!(J?Li(J,pe):l(H,pe,s))){for(E=b;--E;){var Ce=C[E];if(!(Ce?Li(Ce,pe):l(t[E],pe,s)))continue e}J&&J.push(pe),H.push(re)}}return H}function _0(t,i,s,l){return An(t,function(p,b,E){i(l,s(p),b,E)}),l}function Wi(t,i,s){i=sr(i,t),t=Af(t,i);var l=t==null?t:t[Ln(ln(i))];return l==null?n:Gt(l,t,s)}function Hl(t){return ot(t)&&Lt(t)==le}function S0(t){return ot(t)&&Lt(t)==nn}function E0(t){return ot(t)&&Lt(t)==ge}function Ui(t,i,s,l,p){return t===i?!0:t==null||i==null||!ot(t)&&!ot(i)?t!==t&&i!==i:x0(t,i,s,l,Ui,p)}function x0(t,i,s,l,p,b){var E=xe(t),C=xe(i),L=E?ae:Ot(t),H=C?ae:Ot(i);L=L==le?vt:L,H=H==le?vt:H;var z=L==vt,K=H==vt,J=L==H;if(J&&cr(t)){if(!cr(i))return!1;E=!0,z=!1}if(J&&!z)return b||(b=new _n),E||ci(t)?Ef(t,i,s,l,p,b):J0(t,i,L,s,l,p,b);if(!(s&S)){var re=z&&He.call(t,"__wrapped__"),pe=K&&He.call(i,"__wrapped__");if(re||pe){var Ce=re?t.value():t,he=pe?i.value():i;return b||(b=new _n),p(Ce,he,s,l,b)}}return J?(b||(b=new _n),Z0(t,i,s,l,p,b)):!1}function O0(t){return ot(t)&&Ot(t)==rt}function Ps(t,i,s,l){var p=s.length,b=p,E=!l;if(t==null)return!b;for(t=Ye(t);p--;){var C=s[p];if(E&&C[2]?C[1]!==t[C[0]]:!(C[0]in t))return!1}for(;++p<b;){C=s[p];var L=C[0],H=t[L],z=C[1];if(E&&C[2]){if(H===n&&!(L in t))return!1}else{var K=new _n;if(l)var J=l(H,z,L,t,i,K);if(!(J===n?Ui(z,H,S|w,l,K):J))return!1}}return!0}function zl(t){if(!tt(t)||sy(t))return!1;var i=Kn(t)?Og:st;return i.test(Dr(t))}function T0(t){return ot(t)&&Lt(t)==Je}function C0(t){return ot(t)&&Ot(t)==Qe}function P0(t){return ot(t)&&oa(t.length)&&!!Ze[Lt(t)]}function ql(t){return typeof t=="function"?t:t==null?Ut:typeof t=="object"?xe(t)?Yl(t[0],t[1]):Gl(t):hd(t)}function Rs(t){if(!zi(t))return Ig(t);var i=[];for(var s in Ye(t))He.call(t,s)&&s!="constructor"&&i.push(s);return i}function R0(t){if(!tt(t))return fy(t);var i=zi(t),s=[];for(var l in t)l=="constructor"&&(i||!He.call(t,l))||s.push(l);return s}function As(t,i){return t<i}function Kl(t,i){var s=-1,l=Ft(t)?j(t.length):[];return or(t,function(p,b,E){l[++s]=i(p,b,E)}),l}function Gl(t){var i=qs(t);return i.length==1&&i[0][2]?Pf(i[0][0],i[0][1]):function(s){return s===t||Ps(s,t,i)}}function Yl(t,i){return Gs(t)&&Cf(i)?Pf(Ln(t),i):function(s){var l=ru(s,t);return l===n&&l===i?iu(s,t):Ui(i,l,S|w)}}function Ho(t,i,s,l,p){t!==i&&xs(i,function(b,E){if(p||(p=new _n),tt(b))A0(t,i,E,s,Ho,l,p);else{var C=l?l(Xs(t,E),b,E+"",t,i,p):n;C===n&&(C=b),Ss(t,E,C)}},Wt)}function A0(t,i,s,l,p,b,E){var C=Xs(t,s),L=Xs(i,s),H=E.get(L);if(H){Ss(t,s,H);return}var z=b?b(C,L,s+"",t,i,E):n,K=z===n;if(K){var J=xe(L),re=!J&&cr(L),pe=!J&&!re&&ci(L);z=L,J||re||pe?xe(C)?z=C:ut(C)?z=jt(C):re?(K=!1,z=sf(L,!0)):pe?(K=!1,z=uf(L,!0)):z=[]:Ki(L)||kr(L)?(z=C,kr(C)?z=id(C):(!tt(C)||Kn(C))&&(z=Tf(L))):K=!1}K&&(E.set(L,z),p(z,L,l,b,E),E.delete(L)),Ss(t,s,z)}function Xl(t,i){var s=t.length;if(s)return i+=i<0?s:0,qn(i,s)?t[i]:n}function Vl(t,i,s){i.length?i=et(i,function(b){return xe(b)?function(E){return Lr(E,b.length===1?b[0]:b)}:b}):i=[Ut];var l=-1;i=et(i,Yt(de()));var p=Kl(t,function(b,E,C){var L=et(i,function(H){return H(b)});return{criteria:L,index:++l,value:b}});return rg(p,function(b,E){return H0(b,E,s)})}function I0(t,i){return Jl(t,i,function(s,l){return iu(t,l)})}function Jl(t,i,s){for(var l=-1,p=i.length,b={};++l<p;){var E=i[l],C=Lr(t,E);s(C,E)&&Bi(b,sr(E,t),C)}return b}function L0(t){return function(i){return Lr(i,t)}}function Is(t,i,s,l){var p=l?ng:Zr,b=-1,E=i.length,C=t;for(t===i&&(i=jt(i)),s&&(C=et(t,Yt(s)));++b<E;)for(var L=0,H=i[b],z=s?s(H):H;(L=p(C,z,L,l))>-1;)C!==t&&Mo.call(C,L,1),Mo.call(t,L,1);return t}function Zl(t,i){for(var s=t?i.length:0,l=s-1;s--;){var p=i[s];if(s==l||p!==b){var b=p;qn(p)?Mo.call(t,p,1):ks(t,p)}}return t}function Ls(t,i){return t+No(Ll()*(i-t+1))}function M0(t,i,s,l){for(var p=-1,b=pt(ko((i-t)/(s||1)),0),E=j(b);b--;)E[l?b:++p]=t,t+=s;return E}function Ms(t,i){var s="";if(!t||i<1||i>qe)return s;do i%2&&(s+=t),i=No(i/2),i&&(t+=t);while(i);return s}function Pe(t,i){return Vs(Rf(t,i,Ut),t+"")}function D0(t){return kl(li(t))}function k0(t,i){var s=li(t);return Qo(s,Ir(i,0,s.length))}function Bi(t,i,s,l){if(!tt(t))return t;i=sr(i,t);for(var p=-1,b=i.length,E=b-1,C=t;C!=null&&++p<b;){var L=Ln(i[p]),H=s;if(L==="__proto__"||L==="constructor"||L==="prototype")return t;if(p!=E){var z=C[L];H=l?l(z,L,C):n,H===n&&(H=tt(z)?z:qn(i[p+1])?[]:{})}ji(C,L,H),C=C[L]}return t}var Ql=$o?function(t,i){return $o.set(t,i),t}:Ut,N0=Do?function(t,i){return Do(t,"toString",{configurable:!0,enumerable:!1,value:au(i),writable:!0})}:Ut;function $0(t){return Qo(li(t))}function cn(t,i,s){var l=-1,p=t.length;i<0&&(i=-i>p?0:p+i),s=s>p?p:s,s<0&&(s+=p),p=i>s?0:s-i>>>0,i>>>=0;for(var b=j(p);++l<p;)b[l]=t[l+i];return b}function j0(t,i){var s;return or(t,function(l,p,b){return s=i(l,p,b),!s}),!!s}function zo(t,i,s){var l=0,p=t==null?l:t.length;if(typeof i=="number"&&i===i&&p<=me){for(;l<p;){var b=l+p>>>1,E=t[b];E!==null&&!Vt(E)&&(s?E<=i:E<i)?l=b+1:p=b}return p}return Ds(t,i,Ut,s)}function Ds(t,i,s,l){var p=0,b=t==null?0:t.length;if(b===0)return 0;i=s(i);for(var E=i!==i,C=i===null,L=Vt(i),H=i===n;p<b;){var z=No((p+b)/2),K=s(t[z]),J=K!==n,re=K===null,pe=K===K,Ce=Vt(K);if(E)var he=l||pe;else H?he=pe&&(l||J):C?he=pe&&J&&(l||!re):L?he=pe&&J&&!re&&(l||!Ce):re||Ce?he=!1:he=l?K<=i:K<i;he?p=z+1:b=z}return xt(b,ve)}function ef(t,i){for(var s=-1,l=t.length,p=0,b=[];++s<l;){var E=t[s],C=i?i(E):E;if(!s||!Sn(C,L)){var L=C;b[p++]=E===0?0:E}}return b}function tf(t){return typeof t=="number"?t:Vt(t)?G:+t}function Xt(t){if(typeof t=="string")return t;if(xe(t))return et(t,Xt)+"";if(Vt(t))return Ml?Ml.call(t):"";var i=t+"";return i=="0"&&1/t==-Ie?"-0":i}function ar(t,i,s){var l=-1,p=Eo,b=t.length,E=!0,C=[],L=C;if(s)E=!1,p=cs;else if(b>=a){var H=i?null:X0(t);if(H)return Oo(H);E=!1,p=Li,L=new Ar}else L=i?[]:C;e:for(;++l<b;){var z=t[l],K=i?i(z):z;if(z=s||z!==0?z:0,E&&K===K){for(var J=L.length;J--;)if(L[J]===K)continue e;i&&L.push(K),C.push(z)}else p(L,K,s)||(L!==C&&L.push(K),C.push(z))}return C}function ks(t,i){return i=sr(i,t),t=Af(t,i),t==null||delete t[Ln(ln(i))]}function nf(t,i,s,l){return Bi(t,i,s(Lr(t,i)),l)}function qo(t,i,s,l){for(var p=t.length,b=l?p:-1;(l?b--:++b<p)&&i(t[b],b,t););return s?cn(t,l?0:b,l?b+1:p):cn(t,l?b+1:0,l?p:b)}function rf(t,i){var s=t;return s instanceof De&&(s=s.value()),ls(i,function(l,p){return p.func.apply(p.thisArg,nr([l],p.args))},s)}function Ns(t,i,s){var l=t.length;if(l<2)return l?ar(t[0]):[];for(var p=-1,b=j(l);++p<l;)for(var E=t[p],C=-1;++C<l;)C!=p&&(b[p]=Fi(b[p]||E,t[C],i,s));return ar(bt(b,1),i,s)}function of(t,i,s){for(var l=-1,p=t.length,b=i.length,E={};++l<p;){var C=l<b?i[l]:n;s(E,t[l],C)}return E}function $s(t){return ut(t)?t:[]}function js(t){return typeof t=="function"?t:Ut}function sr(t,i){return xe(t)?t:Gs(t,i)?[t]:Df(We(t))}var F0=Pe;function ur(t,i,s){var l=t.length;return s=s===n?l:s,!i&&s>=l?t:cn(t,i,s)}var af=Tg||function(t){return wt.clearTimeout(t)};function sf(t,i){if(i)return t.slice();var s=t.length,l=Cl?Cl(s):new t.constructor(s);return t.copy(l),l}function Fs(t){var i=new t.constructor(t.byteLength);return new Io(i).set(new Io(t)),i}function W0(t,i){var s=i?Fs(t.buffer):t.buffer;return new t.constructor(s,t.byteOffset,t.byteLength)}function U0(t){var i=new t.constructor(t.source,it.exec(t));return i.lastIndex=t.lastIndex,i}function B0(t){return $i?Ye($i.call(t)):{}}function uf(t,i){var s=i?Fs(t.buffer):t.buffer;return new t.constructor(s,t.byteOffset,t.length)}function cf(t,i){if(t!==i){var s=t!==n,l=t===null,p=t===t,b=Vt(t),E=i!==n,C=i===null,L=i===i,H=Vt(i);if(!C&&!H&&!b&&t>i||b&&E&&L&&!C&&!H||l&&E&&L||!s&&L||!p)return 1;if(!l&&!b&&!H&&t<i||H&&s&&p&&!l&&!b||C&&s&&p||!E&&p||!L)return-1}return 0}function H0(t,i,s){for(var l=-1,p=t.criteria,b=i.criteria,E=p.length,C=s.length;++l<E;){var L=cf(p[l],b[l]);if(L){if(l>=C)return L;var H=s[l];return L*(H=="desc"?-1:1)}}return t.index-i.index}function lf(t,i,s,l){for(var p=-1,b=t.length,E=s.length,C=-1,L=i.length,H=pt(b-E,0),z=j(L+H),K=!l;++C<L;)z[C]=i[C];for(;++p<E;)(K||p<b)&&(z[s[p]]=t[p]);for(;H--;)z[C++]=t[p++];return z}function ff(t,i,s,l){for(var p=-1,b=t.length,E=-1,C=s.length,L=-1,H=i.length,z=pt(b-C,0),K=j(z+H),J=!l;++p<z;)K[p]=t[p];for(var re=p;++L<H;)K[re+L]=i[L];for(;++E<C;)(J||p<b)&&(K[re+s[E]]=t[p++]);return K}function jt(t,i){var s=-1,l=t.length;for(i||(i=j(l));++s<l;)i[s]=t[s];return i}function In(t,i,s,l){var p=!s;s||(s={});for(var b=-1,E=i.length;++b<E;){var C=i[b],L=l?l(s[C],t[C],C,s,t):n;L===n&&(L=t[C]),p?Bn(s,C,L):ji(s,C,L)}return s}function z0(t,i){return In(t,Ks(t),i)}function q0(t,i){return In(t,xf(t),i)}function Ko(t,i){return function(s,l){var p=xe(s)?Vm:p0,b=i?i():{};return p(s,t,de(l,2),b)}}function ai(t){return Pe(function(i,s){var l=-1,p=s.length,b=p>1?s[p-1]:n,E=p>2?s[2]:n;for(b=t.length>3&&typeof b=="function"?(p--,b):n,E&&Mt(s[0],s[1],E)&&(b=p<3?n:b,p=1),i=Ye(i);++l<p;){var C=s[l];C&&t(i,C,l,b)}return i})}function df(t,i){return function(s,l){if(s==null)return s;if(!Ft(s))return t(s,l);for(var p=s.length,b=i?p:-1,E=Ye(s);(i?b--:++b<p)&&l(E[b],b,E)!==!1;);return s}}function pf(t){return function(i,s,l){for(var p=-1,b=Ye(i),E=l(i),C=E.length;C--;){var L=E[t?C:++p];if(s(b[L],L,b)===!1)break}return i}}function K0(t,i,s){var l=i&T,p=Hi(t);function b(){var E=this&&this!==wt&&this instanceof b?p:t;return E.apply(l?s:this,arguments)}return b}function hf(t){return function(i){i=We(i);var s=Qr(i)?bn(i):n,l=s?s[0]:i.charAt(0),p=s?ur(s,1).join(""):i.slice(1);return l[t]()+p}}function si(t){return function(i){return ls(dd(fd(i).replace(Nm,"")),t,"")}}function Hi(t){return function(){var i=arguments;switch(i.length){case 0:return new t;case 1:return new t(i[0]);case 2:return new t(i[0],i[1]);case 3:return new t(i[0],i[1],i[2]);case 4:return new t(i[0],i[1],i[2],i[3]);case 5:return new t(i[0],i[1],i[2],i[3],i[4]);case 6:return new t(i[0],i[1],i[2],i[3],i[4],i[5]);case 7:return new t(i[0],i[1],i[2],i[3],i[4],i[5],i[6])}var s=oi(t.prototype),l=t.apply(s,i);return tt(l)?l:s}}function G0(t,i,s){var l=Hi(t);function p(){for(var b=arguments.length,E=j(b),C=b,L=ui(p);C--;)E[C]=arguments[C];var H=b<3&&E[0]!==L&&E[b-1]!==L?[]:rr(E,L);if(b-=H.length,b<s)return wf(t,i,Go,p.placeholder,n,E,H,n,n,s-b);var z=this&&this!==wt&&this instanceof p?l:t;return Gt(z,this,E)}return p}function vf(t){return function(i,s,l){var p=Ye(i);if(!Ft(i)){var b=de(s,3);i=mt(i),s=function(C){return b(p[C],C,p)}}var E=t(i,s,l);return E>-1?p[b?i[E]:E]:n}}function mf(t){return zn(function(i){var s=i.length,l=s,p=sn.prototype.thru;for(t&&i.reverse();l--;){var b=i[l];if(typeof b!="function")throw new an(c);if(p&&!E&&Jo(b)=="wrapper")var E=new sn([],!0)}for(l=E?l:s;++l<s;){b=i[l];var C=Jo(b),L=C=="wrapper"?zs(b):n;L&&Ys(L[0])&&L[1]==(F|P|x|$)&&!L[4].length&&L[9]==1?E=E[Jo(L[0])].apply(E,L[3]):E=b.length==1&&Ys(b)?E[C]():E.thru(b)}return function(){var H=arguments,z=H[0];if(E&&H.length==1&&xe(z))return E.plant(z).value();for(var K=0,J=s?i[K].apply(this,H):z;++K<s;)J=i[K].call(this,J);return J}})}function Go(t,i,s,l,p,b,E,C,L,H){var z=i&F,K=i&T,J=i&D,re=i&(P|k),pe=i&Z,Ce=J?n:Hi(t);function he(){for(var Le=arguments.length,Ne=j(Le),Jt=Le;Jt--;)Ne[Jt]=arguments[Jt];if(re)var Dt=ui(he),Zt=og(Ne,Dt);if(l&&(Ne=lf(Ne,l,p,re)),b&&(Ne=ff(Ne,b,E,re)),Le-=Zt,re&&Le<H){var ct=rr(Ne,Dt);return wf(t,i,Go,he.placeholder,s,Ne,ct,C,L,H-Le)}var En=K?s:this,Yn=J?En[t]:t;return Le=Ne.length,C?Ne=py(Ne,C):pe&&Le>1&&Ne.reverse(),z&&L<Le&&(Ne.length=L),this&&this!==wt&&this instanceof he&&(Yn=Ce||Hi(Yn)),Yn.apply(En,Ne)}return he}function gf(t,i){return function(s,l){return _0(s,t,i(l),{})}}function Yo(t,i){return function(s,l){var p;if(s===n&&l===n)return i;if(s!==n&&(p=s),l!==n){if(p===n)return l;typeof s=="string"||typeof l=="string"?(s=Xt(s),l=Xt(l)):(s=tf(s),l=tf(l)),p=t(s,l)}return p}}function Ws(t){return zn(function(i){return i=et(i,Yt(de())),Pe(function(s){var l=this;return t(i,function(p){return Gt(p,l,s)})})})}function Xo(t,i){i=i===n?" ":Xt(i);var s=i.length;if(s<2)return s?Ms(i,t):i;var l=Ms(i,ko(t/ei(i)));return Qr(i)?ur(bn(l),0,t).join(""):l.slice(0,t)}function Y0(t,i,s,l){var p=i&T,b=Hi(t);function E(){for(var C=-1,L=arguments.length,H=-1,z=l.length,K=j(z+L),J=this&&this!==wt&&this instanceof E?b:t;++H<z;)K[H]=l[H];for(;L--;)K[H++]=arguments[++C];return Gt(J,p?s:this,K)}return E}function yf(t){return function(i,s,l){return l&&typeof l!="number"&&Mt(i,s,l)&&(s=l=n),i=Gn(i),s===n?(s=i,i=0):s=Gn(s),l=l===n?i<s?1:-1:Gn(l),M0(i,s,l,t)}}function Vo(t){return function(i,s){return typeof i=="string"&&typeof s=="string"||(i=fn(i),s=fn(s)),t(i,s)}}function wf(t,i,s,l,p,b,E,C,L,H){var z=i&P,K=z?E:n,J=z?n:E,re=z?b:n,pe=z?n:b;i|=z?x:W,i&=~(z?W:x),i&M||(i&=~(T|D));var Ce=[t,i,p,re,K,pe,J,C,L,H],he=s.apply(n,Ce);return Ys(t)&&If(he,Ce),he.placeholder=l,Lf(he,t,i)}function Us(t){var i=dt[t];return function(s,l){if(s=fn(s),l=l==null?0:xt(Te(l),292),l&&Il(s)){var p=(We(s)+"e").split("e"),b=i(p[0]+"e"+(+p[1]+l));return p=(We(b)+"e").split("e"),+(p[0]+"e"+(+p[1]-l))}return i(s)}}var X0=ri&&1/Oo(new ri([,-0]))[1]==Ie?function(t){return new ri(t)}:cu;function bf(t){return function(i){var s=Ot(i);return s==rt?gs(i):s==Qe?dg(i):ig(i,t(i))}}function Hn(t,i,s,l,p,b,E,C){var L=i&D;if(!L&&typeof t!="function")throw new an(c);var H=l?l.length:0;if(H||(i&=~(x|W),l=p=n),E=E===n?E:pt(Te(E),0),C=C===n?C:Te(C),H-=p?p.length:0,i&W){var z=l,K=p;l=p=n}var J=L?n:zs(t),re=[t,i,s,l,p,z,K,b,E,C];if(J&&ly(re,J),t=re[0],i=re[1],s=re[2],l=re[3],p=re[4],C=re[9]=re[9]===n?L?0:t.length:pt(re[9]-H,0),!C&&i&(P|k)&&(i&=~(P|k)),!i||i==T)var pe=K0(t,i,s);else i==P||i==k?pe=G0(t,i,C):(i==x||i==(T|x))&&!p.length?pe=Y0(t,i,s,l):pe=Go.apply(n,re);var Ce=J?Ql:If;return Lf(Ce(pe,re),t,i)}function _f(t,i,s,l){return t===n||Sn(t,ni[s])&&!He.call(l,s)?i:t}function Sf(t,i,s,l,p,b){return tt(t)&&tt(i)&&(b.set(i,t),Ho(t,i,n,Sf,b),b.delete(i)),t}function V0(t){return Ki(t)?n:t}function Ef(t,i,s,l,p,b){var E=s&S,C=t.length,L=i.length;if(C!=L&&!(E&&L>C))return!1;var H=b.get(t),z=b.get(i);if(H&&z)return H==i&&z==t;var K=-1,J=!0,re=s&w?new Ar:n;for(b.set(t,i),b.set(i,t);++K<C;){var pe=t[K],Ce=i[K];if(l)var he=E?l(Ce,pe,K,i,t,b):l(pe,Ce,K,t,i,b);if(he!==n){if(he)continue;J=!1;break}if(re){if(!fs(i,function(Le,Ne){if(!Li(re,Ne)&&(pe===Le||p(pe,Le,s,l,b)))return re.push(Ne)})){J=!1;break}}else if(!(pe===Ce||p(pe,Ce,s,l,b))){J=!1;break}}return b.delete(t),b.delete(i),J}function J0(t,i,s,l,p,b,E){switch(s){case Kt:if(t.byteLength!=i.byteLength||t.byteOffset!=i.byteOffset)return!1;t=t.buffer,i=i.buffer;case nn:return!(t.byteLength!=i.byteLength||!b(new Io(t),new Io(i)));case se:case ge:case lt:return Sn(+t,+i);case Ge:return t.name==i.name&&t.message==i.message;case Je:case tn:return t==i+"";case rt:var C=gs;case Qe:var L=l&S;if(C||(C=Oo),t.size!=i.size&&!L)return!1;var H=E.get(t);if(H)return H==i;l|=w,E.set(t,i);var z=Ef(C(t),C(i),l,p,b,E);return E.delete(t),z;case qt:if($i)return $i.call(t)==$i.call(i)}return!1}function Z0(t,i,s,l,p,b){var E=s&S,C=Bs(t),L=C.length,H=Bs(i),z=H.length;if(L!=z&&!E)return!1;for(var K=L;K--;){var J=C[K];if(!(E?J in i:He.call(i,J)))return!1}var re=b.get(t),pe=b.get(i);if(re&&pe)return re==i&&pe==t;var Ce=!0;b.set(t,i),b.set(i,t);for(var he=E;++K<L;){J=C[K];var Le=t[J],Ne=i[J];if(l)var Jt=E?l(Ne,Le,J,i,t,b):l(Le,Ne,J,t,i,b);if(!(Jt===n?Le===Ne||p(Le,Ne,s,l,b):Jt)){Ce=!1;break}he||(he=J=="constructor")}if(Ce&&!he){var Dt=t.constructor,Zt=i.constructor;Dt!=Zt&&"constructor"in t&&"constructor"in i&&!(typeof Dt=="function"&&Dt instanceof Dt&&typeof Zt=="function"&&Zt instanceof Zt)&&(Ce=!1)}return b.delete(t),b.delete(i),Ce}function zn(t){return Vs(Rf(t,n,jf),t+"")}function Bs(t){return Bl(t,mt,Ks)}function Hs(t){return Bl(t,Wt,xf)}var zs=$o?function(t){return $o.get(t)}:cu;function Jo(t){for(var i=t.name+"",s=ii[i],l=He.call(ii,i)?s.length:0;l--;){var p=s[l],b=p.func;if(b==null||b==t)return p.name}return i}function ui(t){var i=He.call(g,"placeholder")?g:t;return i.placeholder}function de(){var t=g.iteratee||su;return t=t===su?ql:t,arguments.length?t(arguments[0],arguments[1]):t}function Zo(t,i){var s=t.__data__;return ay(i)?s[typeof i=="string"?"string":"hash"]:s.map}function qs(t){for(var i=mt(t),s=i.length;s--;){var l=i[s],p=t[l];i[s]=[l,p,Cf(p)]}return i}function Mr(t,i){var s=cg(t,i);return zl(s)?s:n}function Q0(t){var i=He.call(t,Pr),s=t[Pr];try{t[Pr]=n;var l=!0}catch{}var p=Ro.call(t);return l&&(i?t[Pr]=s:delete t[Pr]),p}var Ks=ws?function(t){return t==null?[]:(t=Ye(t),tr(ws(t),function(i){return Rl.call(t,i)}))}:lu,xf=ws?function(t){for(var i=[];t;)nr(i,Ks(t)),t=Lo(t);return i}:lu,Ot=Lt;(bs&&Ot(new bs(new ArrayBuffer(1)))!=Kt||Di&&Ot(new Di)!=rt||_s&&Ot(_s.resolve())!=$t||ri&&Ot(new ri)!=Qe||ki&&Ot(new ki)!=Et)&&(Ot=function(t){var i=Lt(t),s=i==vt?t.constructor:n,l=s?Dr(s):"";if(l)switch(l){case kg:return Kt;case Ng:return rt;case $g:return $t;case jg:return Qe;case Fg:return Et}return i});function ey(t,i,s){for(var l=-1,p=s.length;++l<p;){var b=s[l],E=b.size;switch(b.type){case"drop":t+=E;break;case"dropRight":i-=E;break;case"take":i=xt(i,t+E);break;case"takeRight":t=pt(t,i-E);break}}return{start:t,end:i}}function ty(t){var i=t.match(oe);return i?i[1].split(ee):[]}function Of(t,i,s){i=sr(i,t);for(var l=-1,p=i.length,b=!1;++l<p;){var E=Ln(i[l]);if(!(b=t!=null&&s(t,E)))break;t=t[E]}return b||++l!=p?b:(p=t==null?0:t.length,!!p&&oa(p)&&qn(E,p)&&(xe(t)||kr(t)))}function ny(t){var i=t.length,s=new t.constructor(i);return i&&typeof t[0]=="string"&&He.call(t,"index")&&(s.index=t.index,s.input=t.input),s}function Tf(t){return typeof t.constructor=="function"&&!zi(t)?oi(Lo(t)):{}}function ry(t,i,s){var l=t.constructor;switch(i){case nn:return Fs(t);case se:case ge:return new l(+t);case Kt:return W0(t,s);case yr:case wr:case br:case _r:case gn:case Fn:case yt:case yn:case wn:return uf(t,s);case rt:return new l;case lt:case tn:return new l(t);case Je:return U0(t);case Qe:return new l;case qt:return B0(t)}}function iy(t,i){var s=i.length;if(!s)return t;var l=s-1;return i[l]=(s>1?"& ":"")+i[l],i=i.join(s>2?", ":" "),t.replace(ie,`{
183
+ */qa.exports;(function(e,r){(function(){var n,o="4.17.21",a=200,u="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",l="Expected a function",f="Invalid `variable` option passed into `_.template`",p="__lodash_hash_undefined__",y=500,g="__lodash_placeholder__",S=1,T=2,v=4,E=1,b=2,O=1,D=2,R=4,M=8,$=16,x=32,j=64,F=128,B=256,J=512,ne=30,we="...",Ae=800,ue=16,ge=1,ke=2,_e=3,Le=1/0,ze=9007199254740991,ct=17976931348623157e292,Y=0/0,V=4294967295,ve=V-1,me=V>>>1,le=[["ary",F],["bind",O],["bindKey",D],["curry",M],["curryRight",$],["flip",J],["partial",x],["partialRight",j],["rearg",B]],ce="[object Arguments]",ae="[object Array]",fe="[object AsyncFunction]",se="[object Boolean]",ye="[object Date]",be="[object DOMException]",Ke="[object Error]",X="[object Function]",at="[object GeneratorFunction]",tt="[object Map]",st="[object Number]",Nt="[object Null]",ht="[object Object]",Tn="[object Promise]",Kt="[object Proxy]",yt="[object RegExp]",ut="[object Set]",Et="[object String]",vn="[object Symbol]",jn="[object Undefined]",jt="[object WeakMap]",Cn="[object WeakSet]",lt="[object ArrayBuffer]",Yt="[object DataView]",Fn="[object Float32Array]",Wn="[object Float64Array]",mn="[object Int8Array]",yr="[object Int16Array]",br="[object Int32Array]",wr="[object Uint8Array]",Sr="[object Uint8ClampedArray]",_r="[object Uint16Array]",Er="[object Uint32Array]",Ri=/\b__p \+= '';/g,Un=/\b(__p \+=) '' \+/g,xr=/(__e\(.*?\)|\b__t\)) \+\n'';/g,xt=/&(?:amp|lt|gt|quot|#39);/g,Rn=/[&<>"']/g,Bn=RegExp(xt.source),Or=RegExp(Rn.source),Pi=/<%-([\s\S]+?)%>/g,Tr=/<%([\s\S]+?)%>/g,Qr=/<%=([\s\S]+?)%>/g,Cr=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Rr=/^\w*$/,Ai=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Pr=/[\\^$.*+?()[\]{}|]/g,Ar=RegExp(Pr.source),Ir=/^\s+/,Ii=/\s/,Li=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Mi=/\{\n\/\* \[wrapped with (.+)\] \*/,d=/,? & /,P=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,k=/[()=,{}\[\]\/\s]/,G=/\\(\\)?/g,re=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,oe=/\w*$/,ee=/^[-+]0x[0-9a-f]+$/i,Q=/^0b[01]+$/i,Ne=/^\[object .+?Constructor\]$/,Se=/^0o[0-7]+$/i,xe=/^(?:0|[1-9]\d*)$/,Ye=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,vt=/($^)/,Lr=/['\n\r\u2028\u2029\\]/g,Ze="\\ud800-\\udfff",_m="\\u0300-\\u036f",Em="\\ufe20-\\ufe2f",xm="\\u20d0-\\u20ff",Yl=_m+Em+xm,Gl="\\u2700-\\u27bf",Vl="a-z\\xdf-\\xf6\\xf8-\\xff",Om="\\xac\\xb1\\xd7\\xf7",Tm="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Cm="\\u2000-\\u206f",Rm=" \\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",Xl="A-Z\\xc0-\\xd6\\xd8-\\xde",Jl="\\ufe0e\\ufe0f",Zl=Om+Tm+Cm+Rm,as="['’]",Pm="["+Ze+"]",Ql="["+Zl+"]",xo="["+Yl+"]",ec="\\d+",Am="["+Gl+"]",tc="["+Vl+"]",nc="[^"+Ze+Zl+ec+Gl+Vl+Xl+"]",ss="\\ud83c[\\udffb-\\udfff]",Im="(?:"+xo+"|"+ss+")",rc="[^"+Ze+"]",us="(?:\\ud83c[\\udde6-\\uddff]){2}",ls="[\\ud800-\\udbff][\\udc00-\\udfff]",ei="["+Xl+"]",ic="\\u200d",oc="(?:"+tc+"|"+nc+")",Lm="(?:"+ei+"|"+nc+")",ac="(?:"+as+"(?:d|ll|m|re|s|t|ve))?",sc="(?:"+as+"(?:D|LL|M|RE|S|T|VE))?",uc=Im+"?",lc="["+Jl+"]?",Mm="(?:"+ic+"(?:"+[rc,us,ls].join("|")+")"+lc+uc+")*",Dm="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",km="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",cc=lc+uc+Mm,$m="(?:"+[Am,us,ls].join("|")+")"+cc,Nm="(?:"+[rc+xo+"?",xo,us,ls,Pm].join("|")+")",jm=RegExp(as,"g"),Fm=RegExp(xo,"g"),cs=RegExp(ss+"(?="+ss+")|"+Nm+cc,"g"),Wm=RegExp([ei+"?"+tc+"+"+ac+"(?="+[Ql,ei,"$"].join("|")+")",Lm+"+"+sc+"(?="+[Ql,ei+oc,"$"].join("|")+")",ei+"?"+oc+"+"+ac,ei+"+"+sc,km,Dm,ec,$m].join("|"),"g"),Um=RegExp("["+ic+Ze+Yl+Jl+"]"),Bm=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Hm=["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"],zm=-1,Je={};Je[Fn]=Je[Wn]=Je[mn]=Je[yr]=Je[br]=Je[wr]=Je[Sr]=Je[_r]=Je[Er]=!0,Je[ce]=Je[ae]=Je[lt]=Je[se]=Je[Yt]=Je[ye]=Je[Ke]=Je[X]=Je[tt]=Je[st]=Je[ht]=Je[yt]=Je[ut]=Je[Et]=Je[jt]=!1;var Ve={};Ve[ce]=Ve[ae]=Ve[lt]=Ve[Yt]=Ve[se]=Ve[ye]=Ve[Fn]=Ve[Wn]=Ve[mn]=Ve[yr]=Ve[br]=Ve[tt]=Ve[st]=Ve[ht]=Ve[yt]=Ve[ut]=Ve[Et]=Ve[vn]=Ve[wr]=Ve[Sr]=Ve[_r]=Ve[Er]=!0,Ve[Ke]=Ve[X]=Ve[jt]=!1;var qm={À:"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"},Km={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Ym={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},Gm={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Vm=parseFloat,Xm=parseInt,fc=typeof qr=="object"&&qr&&qr.Object===Object&&qr,Jm=typeof self=="object"&&self&&self.Object===Object&&self,bt=fc||Jm||Function("return this")(),fs=r&&!r.nodeType&&r,Mr=fs&&!0&&e&&!e.nodeType&&e,dc=Mr&&Mr.exports===fs,ds=dc&&fc.process,nn=function(){try{var I=Mr&&Mr.require&&Mr.require("util").types;return I||ds&&ds.binding&&ds.binding("util")}catch{}}(),pc=nn&&nn.isArrayBuffer,hc=nn&&nn.isDate,vc=nn&&nn.isMap,mc=nn&&nn.isRegExp,gc=nn&&nn.isSet,yc=nn&&nn.isTypedArray;function Gt(I,W,N){switch(N.length){case 0:return I.call(W);case 1:return I.call(W,N[0]);case 2:return I.call(W,N[0],N[1]);case 3:return I.call(W,N[0],N[1],N[2])}return I.apply(W,N)}function Zm(I,W,N,te){for(var Ee=-1,je=I==null?0:I.length;++Ee<je;){var ft=I[Ee];W(te,ft,N(ft),I)}return te}function rn(I,W){for(var N=-1,te=I==null?0:I.length;++N<te&&W(I[N],N,I)!==!1;);return I}function Qm(I,W){for(var N=I==null?0:I.length;N--&&W(I[N],N,I)!==!1;);return I}function bc(I,W){for(var N=-1,te=I==null?0:I.length;++N<te;)if(!W(I[N],N,I))return!1;return!0}function nr(I,W){for(var N=-1,te=I==null?0:I.length,Ee=0,je=[];++N<te;){var ft=I[N];W(ft,N,I)&&(je[Ee++]=ft)}return je}function Oo(I,W){var N=I==null?0:I.length;return!!N&&ti(I,W,0)>-1}function ps(I,W,N){for(var te=-1,Ee=I==null?0:I.length;++te<Ee;)if(N(W,I[te]))return!0;return!1}function Qe(I,W){for(var N=-1,te=I==null?0:I.length,Ee=Array(te);++N<te;)Ee[N]=W(I[N],N,I);return Ee}function rr(I,W){for(var N=-1,te=W.length,Ee=I.length;++N<te;)I[Ee+N]=W[N];return I}function hs(I,W,N,te){var Ee=-1,je=I==null?0:I.length;for(te&&je&&(N=I[++Ee]);++Ee<je;)N=W(N,I[Ee],Ee,I);return N}function eg(I,W,N,te){var Ee=I==null?0:I.length;for(te&&Ee&&(N=I[--Ee]);Ee--;)N=W(N,I[Ee],Ee,I);return N}function vs(I,W){for(var N=-1,te=I==null?0:I.length;++N<te;)if(W(I[N],N,I))return!0;return!1}var tg=ms("length");function ng(I){return I.split("")}function rg(I){return I.match(P)||[]}function wc(I,W,N){var te;return N(I,function(Ee,je,ft){if(W(Ee,je,ft))return te=je,!1}),te}function To(I,W,N,te){for(var Ee=I.length,je=N+(te?1:-1);te?je--:++je<Ee;)if(W(I[je],je,I))return je;return-1}function ti(I,W,N){return W===W?vg(I,W,N):To(I,Sc,N)}function ig(I,W,N,te){for(var Ee=N-1,je=I.length;++Ee<je;)if(te(I[Ee],W))return Ee;return-1}function Sc(I){return I!==I}function _c(I,W){var N=I==null?0:I.length;return N?ys(I,W)/N:Y}function ms(I){return function(W){return W==null?n:W[I]}}function gs(I){return function(W){return I==null?n:I[W]}}function Ec(I,W,N,te,Ee){return Ee(I,function(je,ft,Ge){N=te?(te=!1,je):W(N,je,ft,Ge)}),N}function og(I,W){var N=I.length;for(I.sort(W);N--;)I[N]=I[N].value;return I}function ys(I,W){for(var N,te=-1,Ee=I.length;++te<Ee;){var je=W(I[te]);je!==n&&(N=N===n?je:N+je)}return N}function bs(I,W){for(var N=-1,te=Array(I);++N<I;)te[N]=W(N);return te}function ag(I,W){return Qe(W,function(N){return[N,I[N]]})}function xc(I){return I&&I.slice(0,Rc(I)+1).replace(Ir,"")}function Vt(I){return function(W){return I(W)}}function ws(I,W){return Qe(W,function(N){return I[N]})}function Di(I,W){return I.has(W)}function Oc(I,W){for(var N=-1,te=I.length;++N<te&&ti(W,I[N],0)>-1;);return N}function Tc(I,W){for(var N=I.length;N--&&ti(W,I[N],0)>-1;);return N}function sg(I,W){for(var N=I.length,te=0;N--;)I[N]===W&&++te;return te}var ug=gs(qm),lg=gs(Km);function cg(I){return"\\"+Gm[I]}function fg(I,W){return I==null?n:I[W]}function ni(I){return Um.test(I)}function dg(I){return Bm.test(I)}function pg(I){for(var W,N=[];!(W=I.next()).done;)N.push(W.value);return N}function Ss(I){var W=-1,N=Array(I.size);return I.forEach(function(te,Ee){N[++W]=[Ee,te]}),N}function Cc(I,W){return function(N){return I(W(N))}}function ir(I,W){for(var N=-1,te=I.length,Ee=0,je=[];++N<te;){var ft=I[N];(ft===W||ft===g)&&(I[N]=g,je[Ee++]=N)}return je}function Co(I){var W=-1,N=Array(I.size);return I.forEach(function(te){N[++W]=te}),N}function hg(I){var W=-1,N=Array(I.size);return I.forEach(function(te){N[++W]=[te,te]}),N}function vg(I,W,N){for(var te=N-1,Ee=I.length;++te<Ee;)if(I[te]===W)return te;return-1}function mg(I,W,N){for(var te=N+1;te--;)if(I[te]===W)return te;return te}function ri(I){return ni(I)?yg(I):tg(I)}function gn(I){return ni(I)?bg(I):ng(I)}function Rc(I){for(var W=I.length;W--&&Ii.test(I.charAt(W)););return W}var gg=gs(Ym);function yg(I){for(var W=cs.lastIndex=0;cs.test(I);)++W;return W}function bg(I){return I.match(cs)||[]}function wg(I){return I.match(Wm)||[]}var Sg=function I(W){W=W==null?bt:ii.defaults(bt.Object(),W,ii.pick(bt,Hm));var N=W.Array,te=W.Date,Ee=W.Error,je=W.Function,ft=W.Math,Ge=W.Object,_s=W.RegExp,_g=W.String,on=W.TypeError,Ro=N.prototype,Eg=je.prototype,oi=Ge.prototype,Po=W["__core-js_shared__"],Ao=Eg.toString,Be=oi.hasOwnProperty,xg=0,Pc=function(){var t=/[^.]+$/.exec(Po&&Po.keys&&Po.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),Io=oi.toString,Og=Ao.call(Ge),Tg=bt._,Cg=_s("^"+Ao.call(Be).replace(Pr,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Lo=dc?W.Buffer:n,or=W.Symbol,Mo=W.Uint8Array,Ac=Lo?Lo.allocUnsafe:n,Do=Cc(Ge.getPrototypeOf,Ge),Ic=Ge.create,Lc=oi.propertyIsEnumerable,ko=Ro.splice,Mc=or?or.isConcatSpreadable:n,ki=or?or.iterator:n,Dr=or?or.toStringTag:n,$o=function(){try{var t=Fr(Ge,"defineProperty");return t({},"",{}),t}catch{}}(),Rg=W.clearTimeout!==bt.clearTimeout&&W.clearTimeout,Pg=te&&te.now!==bt.Date.now&&te.now,Ag=W.setTimeout!==bt.setTimeout&&W.setTimeout,No=ft.ceil,jo=ft.floor,Es=Ge.getOwnPropertySymbols,Ig=Lo?Lo.isBuffer:n,Dc=W.isFinite,Lg=Ro.join,Mg=Cc(Ge.keys,Ge),dt=ft.max,Ot=ft.min,Dg=te.now,kg=W.parseInt,kc=ft.random,$g=Ro.reverse,xs=Fr(W,"DataView"),$i=Fr(W,"Map"),Os=Fr(W,"Promise"),ai=Fr(W,"Set"),Ni=Fr(W,"WeakMap"),ji=Fr(Ge,"create"),Fo=Ni&&new Ni,si={},Ng=Wr(xs),jg=Wr($i),Fg=Wr(Os),Wg=Wr(ai),Ug=Wr(Ni),Wo=or?or.prototype:n,Fi=Wo?Wo.valueOf:n,$c=Wo?Wo.toString:n;function m(t){if(nt(t)&&!Oe(t)&&!(t instanceof De)){if(t instanceof an)return t;if(Be.call(t,"__wrapped__"))return jf(t)}return new an(t)}var ui=function(){function t(){}return function(i){if(!et(i))return{};if(Ic)return Ic(i);t.prototype=i;var s=new t;return t.prototype=n,s}}();function Uo(){}function an(t,i){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!i,this.__index__=0,this.__values__=n}m.templateSettings={escape:Pi,evaluate:Tr,interpolate:Qr,variable:"",imports:{_:m}},m.prototype=Uo.prototype,m.prototype.constructor=m,an.prototype=ui(Uo.prototype),an.prototype.constructor=an;function De(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=V,this.__views__=[]}function Bg(){var t=new De(this.__wrapped__);return t.__actions__=Ft(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=Ft(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=Ft(this.__views__),t}function Hg(){if(this.__filtered__){var t=new De(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function zg(){var t=this.__wrapped__.value(),i=this.__dir__,s=Oe(t),c=i<0,h=s?t.length:0,w=n0(0,h,this.__views__),_=w.start,C=w.end,L=C-_,H=c?C:_-1,z=this.__iteratees__,K=z.length,Z=0,ie=Ot(L,this.__takeCount__);if(!s||!c&&h==L&&ie==L)return sf(t,this.__actions__);var pe=[];e:for(;L--&&Z<ie;){H+=i;for(var Ce=-1,he=t[H];++Ce<K;){var Me=z[Ce],$e=Me.iteratee,Zt=Me.type,Dt=$e(he);if(Zt==ke)he=Dt;else if(!Dt){if(Zt==ge)continue e;break e}}pe[Z++]=he}return pe}De.prototype=ui(Uo.prototype),De.prototype.constructor=De;function kr(t){var i=-1,s=t==null?0:t.length;for(this.clear();++i<s;){var c=t[i];this.set(c[0],c[1])}}function qg(){this.__data__=ji?ji(null):{},this.size=0}function Kg(t){var i=this.has(t)&&delete this.__data__[t];return this.size-=i?1:0,i}function Yg(t){var i=this.__data__;if(ji){var s=i[t];return s===p?n:s}return Be.call(i,t)?i[t]:n}function Gg(t){var i=this.__data__;return ji?i[t]!==n:Be.call(i,t)}function Vg(t,i){var s=this.__data__;return this.size+=this.has(t)?0:1,s[t]=ji&&i===n?p:i,this}kr.prototype.clear=qg,kr.prototype.delete=Kg,kr.prototype.get=Yg,kr.prototype.has=Gg,kr.prototype.set=Vg;function Hn(t){var i=-1,s=t==null?0:t.length;for(this.clear();++i<s;){var c=t[i];this.set(c[0],c[1])}}function Xg(){this.__data__=[],this.size=0}function Jg(t){var i=this.__data__,s=Bo(i,t);if(s<0)return!1;var c=i.length-1;return s==c?i.pop():ko.call(i,s,1),--this.size,!0}function Zg(t){var i=this.__data__,s=Bo(i,t);return s<0?n:i[s][1]}function Qg(t){return Bo(this.__data__,t)>-1}function ey(t,i){var s=this.__data__,c=Bo(s,t);return c<0?(++this.size,s.push([t,i])):s[c][1]=i,this}Hn.prototype.clear=Xg,Hn.prototype.delete=Jg,Hn.prototype.get=Zg,Hn.prototype.has=Qg,Hn.prototype.set=ey;function zn(t){var i=-1,s=t==null?0:t.length;for(this.clear();++i<s;){var c=t[i];this.set(c[0],c[1])}}function ty(){this.size=0,this.__data__={hash:new kr,map:new($i||Hn),string:new kr}}function ny(t){var i=ea(this,t).delete(t);return this.size-=i?1:0,i}function ry(t){return ea(this,t).get(t)}function iy(t){return ea(this,t).has(t)}function oy(t,i){var s=ea(this,t),c=s.size;return s.set(t,i),this.size+=s.size==c?0:1,this}zn.prototype.clear=ty,zn.prototype.delete=ny,zn.prototype.get=ry,zn.prototype.has=iy,zn.prototype.set=oy;function $r(t){var i=-1,s=t==null?0:t.length;for(this.__data__=new zn;++i<s;)this.add(t[i])}function ay(t){return this.__data__.set(t,p),this}function sy(t){return this.__data__.has(t)}$r.prototype.add=$r.prototype.push=ay,$r.prototype.has=sy;function yn(t){var i=this.__data__=new Hn(t);this.size=i.size}function uy(){this.__data__=new Hn,this.size=0}function ly(t){var i=this.__data__,s=i.delete(t);return this.size=i.size,s}function cy(t){return this.__data__.get(t)}function fy(t){return this.__data__.has(t)}function dy(t,i){var s=this.__data__;if(s instanceof Hn){var c=s.__data__;if(!$i||c.length<a-1)return c.push([t,i]),this.size=++s.size,this;s=this.__data__=new zn(c)}return s.set(t,i),this.size=s.size,this}yn.prototype.clear=uy,yn.prototype.delete=ly,yn.prototype.get=cy,yn.prototype.has=fy,yn.prototype.set=dy;function Nc(t,i){var s=Oe(t),c=!s&&Ur(t),h=!s&&!c&&cr(t),w=!s&&!c&&!h&&di(t),_=s||c||h||w,C=_?bs(t.length,_g):[],L=C.length;for(var H in t)(i||Be.call(t,H))&&!(_&&(H=="length"||h&&(H=="offset"||H=="parent")||w&&(H=="buffer"||H=="byteLength"||H=="byteOffset")||Gn(H,L)))&&C.push(H);return C}function jc(t){var i=t.length;return i?t[$s(0,i-1)]:n}function py(t,i){return ta(Ft(t),Nr(i,0,t.length))}function hy(t){return ta(Ft(t))}function Ts(t,i,s){(s!==n&&!bn(t[i],s)||s===n&&!(i in t))&&qn(t,i,s)}function Wi(t,i,s){var c=t[i];(!(Be.call(t,i)&&bn(c,s))||s===n&&!(i in t))&&qn(t,i,s)}function Bo(t,i){for(var s=t.length;s--;)if(bn(t[s][0],i))return s;return-1}function vy(t,i,s,c){return ar(t,function(h,w,_){i(c,h,s(h),_)}),c}function Fc(t,i){return t&&An(i,mt(i),t)}function my(t,i){return t&&An(i,Ut(i),t)}function qn(t,i,s){i=="__proto__"&&$o?$o(t,i,{configurable:!0,enumerable:!0,value:s,writable:!0}):t[i]=s}function Cs(t,i){for(var s=-1,c=i.length,h=N(c),w=t==null;++s<c;)h[s]=w?n:su(t,i[s]);return h}function Nr(t,i,s){return t===t&&(s!==n&&(t=t<=s?t:s),i!==n&&(t=t>=i?t:i)),t}function sn(t,i,s,c,h,w){var _,C=i&S,L=i&T,H=i&v;if(s&&(_=h?s(t,c,h,w):s(t)),_!==n)return _;if(!et(t))return t;var z=Oe(t);if(z){if(_=i0(t),!C)return Ft(t,_)}else{var K=Tt(t),Z=K==X||K==at;if(cr(t))return cf(t,C);if(K==ht||K==ce||Z&&!h){if(_=L||Z?{}:Pf(t),!C)return L?Yy(t,my(_,t)):Ky(t,Fc(_,t))}else{if(!Ve[K])return h?t:{};_=o0(t,K,C)}}w||(w=new yn);var ie=w.get(t);if(ie)return ie;w.set(t,_),id(t)?t.forEach(function(he){_.add(sn(he,i,s,he,t,w))}):nd(t)&&t.forEach(function(he,Me){_.set(Me,sn(he,i,s,Me,t,w))});var pe=H?L?Ys:Ks:L?Ut:mt,Ce=z?n:pe(t);return rn(Ce||t,function(he,Me){Ce&&(Me=he,he=t[Me]),Wi(_,Me,sn(he,i,s,Me,t,w))}),_}function gy(t){var i=mt(t);return function(s){return Wc(s,t,i)}}function Wc(t,i,s){var c=s.length;if(t==null)return!c;for(t=Ge(t);c--;){var h=s[c],w=i[h],_=t[h];if(_===n&&!(h in t)||!w(_))return!1}return!0}function Uc(t,i,s){if(typeof t!="function")throw new on(l);return Yi(function(){t.apply(n,s)},i)}function Ui(t,i,s,c){var h=-1,w=Oo,_=!0,C=t.length,L=[],H=i.length;if(!C)return L;s&&(i=Qe(i,Vt(s))),c?(w=ps,_=!1):i.length>=a&&(w=Di,_=!1,i=new $r(i));e:for(;++h<C;){var z=t[h],K=s==null?z:s(z);if(z=c||z!==0?z:0,_&&K===K){for(var Z=H;Z--;)if(i[Z]===K)continue e;L.push(z)}else w(i,K,c)||L.push(z)}return L}var ar=vf(Pn),Bc=vf(Ps,!0);function yy(t,i){var s=!0;return ar(t,function(c,h,w){return s=!!i(c,h,w),s}),s}function Ho(t,i,s){for(var c=-1,h=t.length;++c<h;){var w=t[c],_=i(w);if(_!=null&&(C===n?_===_&&!Jt(_):s(_,C)))var C=_,L=w}return L}function by(t,i,s,c){var h=t.length;for(s=Te(s),s<0&&(s=-s>h?0:h+s),c=c===n||c>h?h:Te(c),c<0&&(c+=h),c=s>c?0:ad(c);s<c;)t[s++]=i;return t}function Hc(t,i){var s=[];return ar(t,function(c,h,w){i(c,h,w)&&s.push(c)}),s}function wt(t,i,s,c,h){var w=-1,_=t.length;for(s||(s=s0),h||(h=[]);++w<_;){var C=t[w];i>0&&s(C)?i>1?wt(C,i-1,s,c,h):rr(h,C):c||(h[h.length]=C)}return h}var Rs=mf(),zc=mf(!0);function Pn(t,i){return t&&Rs(t,i,mt)}function Ps(t,i){return t&&zc(t,i,mt)}function zo(t,i){return nr(i,function(s){return Vn(t[s])})}function jr(t,i){i=ur(i,t);for(var s=0,c=i.length;t!=null&&s<c;)t=t[In(i[s++])];return s&&s==c?t:n}function qc(t,i,s){var c=i(t);return Oe(t)?c:rr(c,s(t))}function Lt(t){return t==null?t===n?jn:Nt:Dr&&Dr in Ge(t)?t0(t):h0(t)}function As(t,i){return t>i}function wy(t,i){return t!=null&&Be.call(t,i)}function Sy(t,i){return t!=null&&i in Ge(t)}function _y(t,i,s){return t>=Ot(i,s)&&t<dt(i,s)}function Is(t,i,s){for(var c=s?ps:Oo,h=t[0].length,w=t.length,_=w,C=N(w),L=1/0,H=[];_--;){var z=t[_];_&&i&&(z=Qe(z,Vt(i))),L=Ot(z.length,L),C[_]=!s&&(i||h>=120&&z.length>=120)?new $r(_&&z):n}z=t[0];var K=-1,Z=C[0];e:for(;++K<h&&H.length<L;){var ie=z[K],pe=i?i(ie):ie;if(ie=s||ie!==0?ie:0,!(Z?Di(Z,pe):c(H,pe,s))){for(_=w;--_;){var Ce=C[_];if(!(Ce?Di(Ce,pe):c(t[_],pe,s)))continue e}Z&&Z.push(pe),H.push(ie)}}return H}function Ey(t,i,s,c){return Pn(t,function(h,w,_){i(c,s(h),w,_)}),c}function Bi(t,i,s){i=ur(i,t),t=Mf(t,i);var c=t==null?t:t[In(ln(i))];return c==null?n:Gt(c,t,s)}function Kc(t){return nt(t)&&Lt(t)==ce}function xy(t){return nt(t)&&Lt(t)==lt}function Oy(t){return nt(t)&&Lt(t)==ye}function Hi(t,i,s,c,h){return t===i?!0:t==null||i==null||!nt(t)&&!nt(i)?t!==t&&i!==i:Ty(t,i,s,c,Hi,h)}function Ty(t,i,s,c,h,w){var _=Oe(t),C=Oe(i),L=_?ae:Tt(t),H=C?ae:Tt(i);L=L==ce?ht:L,H=H==ce?ht:H;var z=L==ht,K=H==ht,Z=L==H;if(Z&&cr(t)){if(!cr(i))return!1;_=!0,z=!1}if(Z&&!z)return w||(w=new yn),_||di(t)?Tf(t,i,s,c,h,w):Qy(t,i,L,s,c,h,w);if(!(s&E)){var ie=z&&Be.call(t,"__wrapped__"),pe=K&&Be.call(i,"__wrapped__");if(ie||pe){var Ce=ie?t.value():t,he=pe?i.value():i;return w||(w=new yn),h(Ce,he,s,c,w)}}return Z?(w||(w=new yn),e0(t,i,s,c,h,w)):!1}function Cy(t){return nt(t)&&Tt(t)==tt}function Ls(t,i,s,c){var h=s.length,w=h,_=!c;if(t==null)return!w;for(t=Ge(t);h--;){var C=s[h];if(_&&C[2]?C[1]!==t[C[0]]:!(C[0]in t))return!1}for(;++h<w;){C=s[h];var L=C[0],H=t[L],z=C[1];if(_&&C[2]){if(H===n&&!(L in t))return!1}else{var K=new yn;if(c)var Z=c(H,z,L,t,i,K);if(!(Z===n?Hi(z,H,E|b,c,K):Z))return!1}}return!0}function Yc(t){if(!et(t)||l0(t))return!1;var i=Vn(t)?Cg:Ne;return i.test(Wr(t))}function Ry(t){return nt(t)&&Lt(t)==yt}function Py(t){return nt(t)&&Tt(t)==ut}function Ay(t){return nt(t)&&sa(t.length)&&!!Je[Lt(t)]}function Gc(t){return typeof t=="function"?t:t==null?Bt:typeof t=="object"?Oe(t)?Jc(t[0],t[1]):Xc(t):gd(t)}function Ms(t){if(!Ki(t))return Mg(t);var i=[];for(var s in Ge(t))Be.call(t,s)&&s!="constructor"&&i.push(s);return i}function Iy(t){if(!et(t))return p0(t);var i=Ki(t),s=[];for(var c in t)c=="constructor"&&(i||!Be.call(t,c))||s.push(c);return s}function Ds(t,i){return t<i}function Vc(t,i){var s=-1,c=Wt(t)?N(t.length):[];return ar(t,function(h,w,_){c[++s]=i(h,w,_)}),c}function Xc(t){var i=Vs(t);return i.length==1&&i[0][2]?If(i[0][0],i[0][1]):function(s){return s===t||Ls(s,t,i)}}function Jc(t,i){return Js(t)&&Af(i)?If(In(t),i):function(s){var c=su(s,t);return c===n&&c===i?uu(s,t):Hi(i,c,E|b)}}function qo(t,i,s,c,h){t!==i&&Rs(i,function(w,_){if(h||(h=new yn),et(w))Ly(t,i,_,s,qo,c,h);else{var C=c?c(Qs(t,_),w,_+"",t,i,h):n;C===n&&(C=w),Ts(t,_,C)}},Ut)}function Ly(t,i,s,c,h,w,_){var C=Qs(t,s),L=Qs(i,s),H=_.get(L);if(H){Ts(t,s,H);return}var z=w?w(C,L,s+"",t,i,_):n,K=z===n;if(K){var Z=Oe(L),ie=!Z&&cr(L),pe=!Z&&!ie&&di(L);z=L,Z||ie||pe?Oe(C)?z=C:it(C)?z=Ft(C):ie?(K=!1,z=cf(L,!0)):pe?(K=!1,z=ff(L,!0)):z=[]:Gi(L)||Ur(L)?(z=C,Ur(C)?z=sd(C):(!et(C)||Vn(C))&&(z=Pf(L))):K=!1}K&&(_.set(L,z),h(z,L,c,w,_),_.delete(L)),Ts(t,s,z)}function Zc(t,i){var s=t.length;if(s)return i+=i<0?s:0,Gn(i,s)?t[i]:n}function Qc(t,i,s){i.length?i=Qe(i,function(w){return Oe(w)?function(_){return jr(_,w.length===1?w[0]:w)}:w}):i=[Bt];var c=-1;i=Qe(i,Vt(de()));var h=Vc(t,function(w,_,C){var L=Qe(i,function(H){return H(w)});return{criteria:L,index:++c,value:w}});return og(h,function(w,_){return qy(w,_,s)})}function My(t,i){return ef(t,i,function(s,c){return uu(t,c)})}function ef(t,i,s){for(var c=-1,h=i.length,w={};++c<h;){var _=i[c],C=jr(t,_);s(C,_)&&zi(w,ur(_,t),C)}return w}function Dy(t){return function(i){return jr(i,t)}}function ks(t,i,s,c){var h=c?ig:ti,w=-1,_=i.length,C=t;for(t===i&&(i=Ft(i)),s&&(C=Qe(t,Vt(s)));++w<_;)for(var L=0,H=i[w],z=s?s(H):H;(L=h(C,z,L,c))>-1;)C!==t&&ko.call(C,L,1),ko.call(t,L,1);return t}function tf(t,i){for(var s=t?i.length:0,c=s-1;s--;){var h=i[s];if(s==c||h!==w){var w=h;Gn(h)?ko.call(t,h,1):Fs(t,h)}}return t}function $s(t,i){return t+jo(kc()*(i-t+1))}function ky(t,i,s,c){for(var h=-1,w=dt(No((i-t)/(s||1)),0),_=N(w);w--;)_[c?w:++h]=t,t+=s;return _}function Ns(t,i){var s="";if(!t||i<1||i>ze)return s;do i%2&&(s+=t),i=jo(i/2),i&&(t+=t);while(i);return s}function Re(t,i){return eu(Lf(t,i,Bt),t+"")}function $y(t){return jc(pi(t))}function Ny(t,i){var s=pi(t);return ta(s,Nr(i,0,s.length))}function zi(t,i,s,c){if(!et(t))return t;i=ur(i,t);for(var h=-1,w=i.length,_=w-1,C=t;C!=null&&++h<w;){var L=In(i[h]),H=s;if(L==="__proto__"||L==="constructor"||L==="prototype")return t;if(h!=_){var z=C[L];H=c?c(z,L,C):n,H===n&&(H=et(z)?z:Gn(i[h+1])?[]:{})}Wi(C,L,H),C=C[L]}return t}var nf=Fo?function(t,i){return Fo.set(t,i),t}:Bt,jy=$o?function(t,i){return $o(t,"toString",{configurable:!0,enumerable:!1,value:cu(i),writable:!0})}:Bt;function Fy(t){return ta(pi(t))}function un(t,i,s){var c=-1,h=t.length;i<0&&(i=-i>h?0:h+i),s=s>h?h:s,s<0&&(s+=h),h=i>s?0:s-i>>>0,i>>>=0;for(var w=N(h);++c<h;)w[c]=t[c+i];return w}function Wy(t,i){var s;return ar(t,function(c,h,w){return s=i(c,h,w),!s}),!!s}function Ko(t,i,s){var c=0,h=t==null?c:t.length;if(typeof i=="number"&&i===i&&h<=me){for(;c<h;){var w=c+h>>>1,_=t[w];_!==null&&!Jt(_)&&(s?_<=i:_<i)?c=w+1:h=w}return h}return js(t,i,Bt,s)}function js(t,i,s,c){var h=0,w=t==null?0:t.length;if(w===0)return 0;i=s(i);for(var _=i!==i,C=i===null,L=Jt(i),H=i===n;h<w;){var z=jo((h+w)/2),K=s(t[z]),Z=K!==n,ie=K===null,pe=K===K,Ce=Jt(K);if(_)var he=c||pe;else H?he=pe&&(c||Z):C?he=pe&&Z&&(c||!ie):L?he=pe&&Z&&!ie&&(c||!Ce):ie||Ce?he=!1:he=c?K<=i:K<i;he?h=z+1:w=z}return Ot(w,ve)}function rf(t,i){for(var s=-1,c=t.length,h=0,w=[];++s<c;){var _=t[s],C=i?i(_):_;if(!s||!bn(C,L)){var L=C;w[h++]=_===0?0:_}}return w}function of(t){return typeof t=="number"?t:Jt(t)?Y:+t}function Xt(t){if(typeof t=="string")return t;if(Oe(t))return Qe(t,Xt)+"";if(Jt(t))return $c?$c.call(t):"";var i=t+"";return i=="0"&&1/t==-Le?"-0":i}function sr(t,i,s){var c=-1,h=Oo,w=t.length,_=!0,C=[],L=C;if(s)_=!1,h=ps;else if(w>=a){var H=i?null:Jy(t);if(H)return Co(H);_=!1,h=Di,L=new $r}else L=i?[]:C;e:for(;++c<w;){var z=t[c],K=i?i(z):z;if(z=s||z!==0?z:0,_&&K===K){for(var Z=L.length;Z--;)if(L[Z]===K)continue e;i&&L.push(K),C.push(z)}else h(L,K,s)||(L!==C&&L.push(K),C.push(z))}return C}function Fs(t,i){return i=ur(i,t),t=Mf(t,i),t==null||delete t[In(ln(i))]}function af(t,i,s,c){return zi(t,i,s(jr(t,i)),c)}function Yo(t,i,s,c){for(var h=t.length,w=c?h:-1;(c?w--:++w<h)&&i(t[w],w,t););return s?un(t,c?0:w,c?w+1:h):un(t,c?w+1:0,c?h:w)}function sf(t,i){var s=t;return s instanceof De&&(s=s.value()),hs(i,function(c,h){return h.func.apply(h.thisArg,rr([c],h.args))},s)}function Ws(t,i,s){var c=t.length;if(c<2)return c?sr(t[0]):[];for(var h=-1,w=N(c);++h<c;)for(var _=t[h],C=-1;++C<c;)C!=h&&(w[h]=Ui(w[h]||_,t[C],i,s));return sr(wt(w,1),i,s)}function uf(t,i,s){for(var c=-1,h=t.length,w=i.length,_={};++c<h;){var C=c<w?i[c]:n;s(_,t[c],C)}return _}function Us(t){return it(t)?t:[]}function Bs(t){return typeof t=="function"?t:Bt}function ur(t,i){return Oe(t)?t:Js(t,i)?[t]:Nf(Fe(t))}var Uy=Re;function lr(t,i,s){var c=t.length;return s=s===n?c:s,!i&&s>=c?t:un(t,i,s)}var lf=Rg||function(t){return bt.clearTimeout(t)};function cf(t,i){if(i)return t.slice();var s=t.length,c=Ac?Ac(s):new t.constructor(s);return t.copy(c),c}function Hs(t){var i=new t.constructor(t.byteLength);return new Mo(i).set(new Mo(t)),i}function By(t,i){var s=i?Hs(t.buffer):t.buffer;return new t.constructor(s,t.byteOffset,t.byteLength)}function Hy(t){var i=new t.constructor(t.source,oe.exec(t));return i.lastIndex=t.lastIndex,i}function zy(t){return Fi?Ge(Fi.call(t)):{}}function ff(t,i){var s=i?Hs(t.buffer):t.buffer;return new t.constructor(s,t.byteOffset,t.length)}function df(t,i){if(t!==i){var s=t!==n,c=t===null,h=t===t,w=Jt(t),_=i!==n,C=i===null,L=i===i,H=Jt(i);if(!C&&!H&&!w&&t>i||w&&_&&L&&!C&&!H||c&&_&&L||!s&&L||!h)return 1;if(!c&&!w&&!H&&t<i||H&&s&&h&&!c&&!w||C&&s&&h||!_&&h||!L)return-1}return 0}function qy(t,i,s){for(var c=-1,h=t.criteria,w=i.criteria,_=h.length,C=s.length;++c<_;){var L=df(h[c],w[c]);if(L){if(c>=C)return L;var H=s[c];return L*(H=="desc"?-1:1)}}return t.index-i.index}function pf(t,i,s,c){for(var h=-1,w=t.length,_=s.length,C=-1,L=i.length,H=dt(w-_,0),z=N(L+H),K=!c;++C<L;)z[C]=i[C];for(;++h<_;)(K||h<w)&&(z[s[h]]=t[h]);for(;H--;)z[C++]=t[h++];return z}function hf(t,i,s,c){for(var h=-1,w=t.length,_=-1,C=s.length,L=-1,H=i.length,z=dt(w-C,0),K=N(z+H),Z=!c;++h<z;)K[h]=t[h];for(var ie=h;++L<H;)K[ie+L]=i[L];for(;++_<C;)(Z||h<w)&&(K[ie+s[_]]=t[h++]);return K}function Ft(t,i){var s=-1,c=t.length;for(i||(i=N(c));++s<c;)i[s]=t[s];return i}function An(t,i,s,c){var h=!s;s||(s={});for(var w=-1,_=i.length;++w<_;){var C=i[w],L=c?c(s[C],t[C],C,s,t):n;L===n&&(L=t[C]),h?qn(s,C,L):Wi(s,C,L)}return s}function Ky(t,i){return An(t,Xs(t),i)}function Yy(t,i){return An(t,Cf(t),i)}function Go(t,i){return function(s,c){var h=Oe(s)?Zm:vy,w=i?i():{};return h(s,t,de(c,2),w)}}function li(t){return Re(function(i,s){var c=-1,h=s.length,w=h>1?s[h-1]:n,_=h>2?s[2]:n;for(w=t.length>3&&typeof w=="function"?(h--,w):n,_&&Mt(s[0],s[1],_)&&(w=h<3?n:w,h=1),i=Ge(i);++c<h;){var C=s[c];C&&t(i,C,c,w)}return i})}function vf(t,i){return function(s,c){if(s==null)return s;if(!Wt(s))return t(s,c);for(var h=s.length,w=i?h:-1,_=Ge(s);(i?w--:++w<h)&&c(_[w],w,_)!==!1;);return s}}function mf(t){return function(i,s,c){for(var h=-1,w=Ge(i),_=c(i),C=_.length;C--;){var L=_[t?C:++h];if(s(w[L],L,w)===!1)break}return i}}function Gy(t,i,s){var c=i&O,h=qi(t);function w(){var _=this&&this!==bt&&this instanceof w?h:t;return _.apply(c?s:this,arguments)}return w}function gf(t){return function(i){i=Fe(i);var s=ni(i)?gn(i):n,c=s?s[0]:i.charAt(0),h=s?lr(s,1).join(""):i.slice(1);return c[t]()+h}}function ci(t){return function(i){return hs(vd(hd(i).replace(jm,"")),t,"")}}function qi(t){return function(){var i=arguments;switch(i.length){case 0:return new t;case 1:return new t(i[0]);case 2:return new t(i[0],i[1]);case 3:return new t(i[0],i[1],i[2]);case 4:return new t(i[0],i[1],i[2],i[3]);case 5:return new t(i[0],i[1],i[2],i[3],i[4]);case 6:return new t(i[0],i[1],i[2],i[3],i[4],i[5]);case 7:return new t(i[0],i[1],i[2],i[3],i[4],i[5],i[6])}var s=ui(t.prototype),c=t.apply(s,i);return et(c)?c:s}}function Vy(t,i,s){var c=qi(t);function h(){for(var w=arguments.length,_=N(w),C=w,L=fi(h);C--;)_[C]=arguments[C];var H=w<3&&_[0]!==L&&_[w-1]!==L?[]:ir(_,L);if(w-=H.length,w<s)return _f(t,i,Vo,h.placeholder,n,_,H,n,n,s-w);var z=this&&this!==bt&&this instanceof h?c:t;return Gt(z,this,_)}return h}function yf(t){return function(i,s,c){var h=Ge(i);if(!Wt(i)){var w=de(s,3);i=mt(i),s=function(C){return w(h[C],C,h)}}var _=t(i,s,c);return _>-1?h[w?i[_]:_]:n}}function bf(t){return Yn(function(i){var s=i.length,c=s,h=an.prototype.thru;for(t&&i.reverse();c--;){var w=i[c];if(typeof w!="function")throw new on(l);if(h&&!_&&Qo(w)=="wrapper")var _=new an([],!0)}for(c=_?c:s;++c<s;){w=i[c];var C=Qo(w),L=C=="wrapper"?Gs(w):n;L&&Zs(L[0])&&L[1]==(F|M|x|B)&&!L[4].length&&L[9]==1?_=_[Qo(L[0])].apply(_,L[3]):_=w.length==1&&Zs(w)?_[C]():_.thru(w)}return function(){var H=arguments,z=H[0];if(_&&H.length==1&&Oe(z))return _.plant(z).value();for(var K=0,Z=s?i[K].apply(this,H):z;++K<s;)Z=i[K].call(this,Z);return Z}})}function Vo(t,i,s,c,h,w,_,C,L,H){var z=i&F,K=i&O,Z=i&D,ie=i&(M|$),pe=i&J,Ce=Z?n:qi(t);function he(){for(var Me=arguments.length,$e=N(Me),Zt=Me;Zt--;)$e[Zt]=arguments[Zt];if(ie)var Dt=fi(he),Qt=sg($e,Dt);if(c&&($e=pf($e,c,h,ie)),w&&($e=hf($e,w,_,ie)),Me-=Qt,ie&&Me<H){var ot=ir($e,Dt);return _f(t,i,Vo,he.placeholder,s,$e,ot,C,L,H-Me)}var wn=K?s:this,Jn=Z?wn[t]:t;return Me=$e.length,C?$e=v0($e,C):pe&&Me>1&&$e.reverse(),z&&L<Me&&($e.length=L),this&&this!==bt&&this instanceof he&&(Jn=Ce||qi(Jn)),Jn.apply(wn,$e)}return he}function wf(t,i){return function(s,c){return Ey(s,t,i(c),{})}}function Xo(t,i){return function(s,c){var h;if(s===n&&c===n)return i;if(s!==n&&(h=s),c!==n){if(h===n)return c;typeof s=="string"||typeof c=="string"?(s=Xt(s),c=Xt(c)):(s=of(s),c=of(c)),h=t(s,c)}return h}}function zs(t){return Yn(function(i){return i=Qe(i,Vt(de())),Re(function(s){var c=this;return t(i,function(h){return Gt(h,c,s)})})})}function Jo(t,i){i=i===n?" ":Xt(i);var s=i.length;if(s<2)return s?Ns(i,t):i;var c=Ns(i,No(t/ri(i)));return ni(i)?lr(gn(c),0,t).join(""):c.slice(0,t)}function Xy(t,i,s,c){var h=i&O,w=qi(t);function _(){for(var C=-1,L=arguments.length,H=-1,z=c.length,K=N(z+L),Z=this&&this!==bt&&this instanceof _?w:t;++H<z;)K[H]=c[H];for(;L--;)K[H++]=arguments[++C];return Gt(Z,h?s:this,K)}return _}function Sf(t){return function(i,s,c){return c&&typeof c!="number"&&Mt(i,s,c)&&(s=c=n),i=Xn(i),s===n?(s=i,i=0):s=Xn(s),c=c===n?i<s?1:-1:Xn(c),ky(i,s,c,t)}}function Zo(t){return function(i,s){return typeof i=="string"&&typeof s=="string"||(i=cn(i),s=cn(s)),t(i,s)}}function _f(t,i,s,c,h,w,_,C,L,H){var z=i&M,K=z?_:n,Z=z?n:_,ie=z?w:n,pe=z?n:w;i|=z?x:j,i&=~(z?j:x),i&R||(i&=~(O|D));var Ce=[t,i,h,ie,K,pe,Z,C,L,H],he=s.apply(n,Ce);return Zs(t)&&Df(he,Ce),he.placeholder=c,kf(he,t,i)}function qs(t){var i=ft[t];return function(s,c){if(s=cn(s),c=c==null?0:Ot(Te(c),292),c&&Dc(s)){var h=(Fe(s)+"e").split("e"),w=i(h[0]+"e"+(+h[1]+c));return h=(Fe(w)+"e").split("e"),+(h[0]+"e"+(+h[1]-c))}return i(s)}}var Jy=ai&&1/Co(new ai([,-0]))[1]==Le?function(t){return new ai(t)}:pu;function Ef(t){return function(i){var s=Tt(i);return s==tt?Ss(i):s==ut?hg(i):ag(i,t(i))}}function Kn(t,i,s,c,h,w,_,C){var L=i&D;if(!L&&typeof t!="function")throw new on(l);var H=c?c.length:0;if(H||(i&=~(x|j),c=h=n),_=_===n?_:dt(Te(_),0),C=C===n?C:Te(C),H-=h?h.length:0,i&j){var z=c,K=h;c=h=n}var Z=L?n:Gs(t),ie=[t,i,s,c,h,z,K,w,_,C];if(Z&&d0(ie,Z),t=ie[0],i=ie[1],s=ie[2],c=ie[3],h=ie[4],C=ie[9]=ie[9]===n?L?0:t.length:dt(ie[9]-H,0),!C&&i&(M|$)&&(i&=~(M|$)),!i||i==O)var pe=Gy(t,i,s);else i==M||i==$?pe=Vy(t,i,C):(i==x||i==(O|x))&&!h.length?pe=Xy(t,i,s,c):pe=Vo.apply(n,ie);var Ce=Z?nf:Df;return kf(Ce(pe,ie),t,i)}function xf(t,i,s,c){return t===n||bn(t,oi[s])&&!Be.call(c,s)?i:t}function Of(t,i,s,c,h,w){return et(t)&&et(i)&&(w.set(i,t),qo(t,i,n,Of,w),w.delete(i)),t}function Zy(t){return Gi(t)?n:t}function Tf(t,i,s,c,h,w){var _=s&E,C=t.length,L=i.length;if(C!=L&&!(_&&L>C))return!1;var H=w.get(t),z=w.get(i);if(H&&z)return H==i&&z==t;var K=-1,Z=!0,ie=s&b?new $r:n;for(w.set(t,i),w.set(i,t);++K<C;){var pe=t[K],Ce=i[K];if(c)var he=_?c(Ce,pe,K,i,t,w):c(pe,Ce,K,t,i,w);if(he!==n){if(he)continue;Z=!1;break}if(ie){if(!vs(i,function(Me,$e){if(!Di(ie,$e)&&(pe===Me||h(pe,Me,s,c,w)))return ie.push($e)})){Z=!1;break}}else if(!(pe===Ce||h(pe,Ce,s,c,w))){Z=!1;break}}return w.delete(t),w.delete(i),Z}function Qy(t,i,s,c,h,w,_){switch(s){case Yt:if(t.byteLength!=i.byteLength||t.byteOffset!=i.byteOffset)return!1;t=t.buffer,i=i.buffer;case lt:return!(t.byteLength!=i.byteLength||!w(new Mo(t),new Mo(i)));case se:case ye:case st:return bn(+t,+i);case Ke:return t.name==i.name&&t.message==i.message;case yt:case Et:return t==i+"";case tt:var C=Ss;case ut:var L=c&E;if(C||(C=Co),t.size!=i.size&&!L)return!1;var H=_.get(t);if(H)return H==i;c|=b,_.set(t,i);var z=Tf(C(t),C(i),c,h,w,_);return _.delete(t),z;case vn:if(Fi)return Fi.call(t)==Fi.call(i)}return!1}function e0(t,i,s,c,h,w){var _=s&E,C=Ks(t),L=C.length,H=Ks(i),z=H.length;if(L!=z&&!_)return!1;for(var K=L;K--;){var Z=C[K];if(!(_?Z in i:Be.call(i,Z)))return!1}var ie=w.get(t),pe=w.get(i);if(ie&&pe)return ie==i&&pe==t;var Ce=!0;w.set(t,i),w.set(i,t);for(var he=_;++K<L;){Z=C[K];var Me=t[Z],$e=i[Z];if(c)var Zt=_?c($e,Me,Z,i,t,w):c(Me,$e,Z,t,i,w);if(!(Zt===n?Me===$e||h(Me,$e,s,c,w):Zt)){Ce=!1;break}he||(he=Z=="constructor")}if(Ce&&!he){var Dt=t.constructor,Qt=i.constructor;Dt!=Qt&&"constructor"in t&&"constructor"in i&&!(typeof Dt=="function"&&Dt instanceof Dt&&typeof Qt=="function"&&Qt instanceof Qt)&&(Ce=!1)}return w.delete(t),w.delete(i),Ce}function Yn(t){return eu(Lf(t,n,Uf),t+"")}function Ks(t){return qc(t,mt,Xs)}function Ys(t){return qc(t,Ut,Cf)}var Gs=Fo?function(t){return Fo.get(t)}:pu;function Qo(t){for(var i=t.name+"",s=si[i],c=Be.call(si,i)?s.length:0;c--;){var h=s[c],w=h.func;if(w==null||w==t)return h.name}return i}function fi(t){var i=Be.call(m,"placeholder")?m:t;return i.placeholder}function de(){var t=m.iteratee||fu;return t=t===fu?Gc:t,arguments.length?t(arguments[0],arguments[1]):t}function ea(t,i){var s=t.__data__;return u0(i)?s[typeof i=="string"?"string":"hash"]:s.map}function Vs(t){for(var i=mt(t),s=i.length;s--;){var c=i[s],h=t[c];i[s]=[c,h,Af(h)]}return i}function Fr(t,i){var s=fg(t,i);return Yc(s)?s:n}function t0(t){var i=Be.call(t,Dr),s=t[Dr];try{t[Dr]=n;var c=!0}catch{}var h=Io.call(t);return c&&(i?t[Dr]=s:delete t[Dr]),h}var Xs=Es?function(t){return t==null?[]:(t=Ge(t),nr(Es(t),function(i){return Lc.call(t,i)}))}:hu,Cf=Es?function(t){for(var i=[];t;)rr(i,Xs(t)),t=Do(t);return i}:hu,Tt=Lt;(xs&&Tt(new xs(new ArrayBuffer(1)))!=Yt||$i&&Tt(new $i)!=tt||Os&&Tt(Os.resolve())!=Tn||ai&&Tt(new ai)!=ut||Ni&&Tt(new Ni)!=jt)&&(Tt=function(t){var i=Lt(t),s=i==ht?t.constructor:n,c=s?Wr(s):"";if(c)switch(c){case Ng:return Yt;case jg:return tt;case Fg:return Tn;case Wg:return ut;case Ug:return jt}return i});function n0(t,i,s){for(var c=-1,h=s.length;++c<h;){var w=s[c],_=w.size;switch(w.type){case"drop":t+=_;break;case"dropRight":i-=_;break;case"take":i=Ot(i,t+_);break;case"takeRight":t=dt(t,i-_);break}}return{start:t,end:i}}function r0(t){var i=t.match(Mi);return i?i[1].split(d):[]}function Rf(t,i,s){i=ur(i,t);for(var c=-1,h=i.length,w=!1;++c<h;){var _=In(i[c]);if(!(w=t!=null&&s(t,_)))break;t=t[_]}return w||++c!=h?w:(h=t==null?0:t.length,!!h&&sa(h)&&Gn(_,h)&&(Oe(t)||Ur(t)))}function i0(t){var i=t.length,s=new t.constructor(i);return i&&typeof t[0]=="string"&&Be.call(t,"index")&&(s.index=t.index,s.input=t.input),s}function Pf(t){return typeof t.constructor=="function"&&!Ki(t)?ui(Do(t)):{}}function o0(t,i,s){var c=t.constructor;switch(i){case lt:return Hs(t);case se:case ye:return new c(+t);case Yt:return By(t,s);case Fn:case Wn:case mn:case yr:case br:case wr:case Sr:case _r:case Er:return ff(t,s);case tt:return new c;case st:case Et:return new c(t);case yt:return Hy(t);case ut:return new c;case vn:return zy(t)}}function a0(t,i){var s=i.length;if(!s)return t;var c=s-1;return i[c]=(s>1?"& ":"")+i[c],i=i.join(s>2?", ":" "),t.replace(Li,`{
184
184
  /* [wrapped with `+i+`] */
185
- `)}function oy(t){return xe(t)||kr(t)||!!(Al&&t&&t[Al])}function qn(t,i){var s=typeof t;return i=i??qe,!!i&&(s=="number"||s!="symbol"&&gm.test(t))&&t>-1&&t%1==0&&t<i}function Mt(t,i,s){if(!tt(s))return!1;var l=typeof i;return(l=="number"?Ft(s)&&qn(i,s.length):l=="string"&&i in s)?Sn(s[i],t):!1}function Gs(t,i){if(xe(t))return!1;var s=typeof t;return s=="number"||s=="symbol"||s=="boolean"||t==null||Vt(t)?!0:Ai.test(t)||!Ri.test(t)||i!=null&&t in Ye(i)}function ay(t){var i=typeof t;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?t!=="__proto__":t===null}function Ys(t){var i=Jo(t),s=g[i];if(typeof s!="function"||!(i in De.prototype))return!1;if(t===s)return!0;var l=zs(s);return!!l&&t===l[0]}function sy(t){return!!Tl&&Tl in t}var uy=Co?Kn:fu;function zi(t){var i=t&&t.constructor,s=typeof i=="function"&&i.prototype||ni;return t===s}function Cf(t){return t===t&&!tt(t)}function Pf(t,i){return function(s){return s==null?!1:s[t]===i&&(i!==n||t in Ye(s))}}function cy(t){var i=ra(t,function(l){return s.size===m&&s.clear(),l}),s=i.cache;return i}function ly(t,i){var s=t[1],l=i[1],p=s|l,b=p<(T|D|F),E=l==F&&s==P||l==F&&s==$&&t[7].length<=i[8]||l==(F|$)&&i[7].length<=i[8]&&s==P;if(!(b||E))return t;l&T&&(t[2]=i[2],p|=s&T?0:M);var C=i[3];if(C){var L=t[3];t[3]=L?lf(L,C,i[4]):C,t[4]=L?rr(t[3],y):i[4]}return C=i[5],C&&(L=t[5],t[5]=L?ff(L,C,i[6]):C,t[6]=L?rr(t[5],y):i[6]),C=i[7],C&&(t[7]=C),l&F&&(t[8]=t[8]==null?i[8]:xt(t[8],i[8])),t[9]==null&&(t[9]=i[9]),t[0]=i[0],t[1]=p,t}function fy(t){var i=[];if(t!=null)for(var s in Ye(t))i.push(s);return i}function dy(t){return Ro.call(t)}function Rf(t,i,s){return i=pt(i===n?t.length-1:i,0),function(){for(var l=arguments,p=-1,b=pt(l.length-i,0),E=j(b);++p<b;)E[p]=l[i+p];p=-1;for(var C=j(i+1);++p<i;)C[p]=l[p];return C[i]=s(E),Gt(t,this,C)}}function Af(t,i){return i.length<2?t:Lr(t,cn(i,0,-1))}function py(t,i){for(var s=t.length,l=xt(i.length,s),p=jt(t);l--;){var b=i[l];t[l]=qn(b,s)?p[b]:n}return t}function Xs(t,i){if(!(i==="constructor"&&typeof t[i]=="function")&&i!="__proto__")return t[i]}var If=Mf(Ql),qi=Pg||function(t,i){return wt.setTimeout(t,i)},Vs=Mf(N0);function Lf(t,i,s){var l=i+"";return Vs(t,iy(l,hy(ty(l),s)))}function Mf(t){var i=0,s=0;return function(){var l=Lg(),p=Oe-(l-s);if(s=l,p>0){if(++i>=Me)return arguments[0]}else i=0;return t.apply(n,arguments)}}function Qo(t,i){var s=-1,l=t.length,p=l-1;for(i=i===n?l:i;++s<i;){var b=Ls(s,p),E=t[b];t[b]=t[s],t[s]=E}return t.length=i,t}var Df=cy(function(t){var i=[];return t.charCodeAt(0)===46&&i.push(""),t.replace(Ii,function(s,l,p,b){i.push(p?b.replace(be,"$1"):l||s)}),i});function Ln(t){if(typeof t=="string"||Vt(t))return t;var i=t+"";return i=="0"&&1/t==-Ie?"-0":i}function Dr(t){if(t!=null){try{return Po.call(t)}catch{}try{return t+""}catch{}}return""}function hy(t,i){return on(ce,function(s){var l="_."+s[0];i&s[1]&&!Eo(t,l)&&t.push(l)}),t.sort()}function kf(t){if(t instanceof De)return t.clone();var i=new sn(t.__wrapped__,t.__chain__);return i.__actions__=jt(t.__actions__),i.__index__=t.__index__,i.__values__=t.__values__,i}function vy(t,i,s){(s?Mt(t,i,s):i===n)?i=1:i=pt(Te(i),0);var l=t==null?0:t.length;if(!l||i<1)return[];for(var p=0,b=0,E=j(ko(l/i));p<l;)E[b++]=cn(t,p,p+=i);return E}function my(t){for(var i=-1,s=t==null?0:t.length,l=0,p=[];++i<s;){var b=t[i];b&&(p[l++]=b)}return p}function gy(){var t=arguments.length;if(!t)return[];for(var i=j(t-1),s=arguments[0],l=t;l--;)i[l-1]=arguments[l];return nr(xe(s)?jt(s):[s],bt(i,1))}var yy=Pe(function(t,i){return ut(t)?Fi(t,bt(i,1,ut,!0)):[]}),wy=Pe(function(t,i){var s=ln(i);return ut(s)&&(s=n),ut(t)?Fi(t,bt(i,1,ut,!0),de(s,2)):[]}),by=Pe(function(t,i){var s=ln(i);return ut(s)&&(s=n),ut(t)?Fi(t,bt(i,1,ut,!0),n,s):[]});function _y(t,i,s){var l=t==null?0:t.length;return l?(i=s||i===n?1:Te(i),cn(t,i<0?0:i,l)):[]}function Sy(t,i,s){var l=t==null?0:t.length;return l?(i=s||i===n?1:Te(i),i=l-i,cn(t,0,i<0?0:i)):[]}function Ey(t,i){return t&&t.length?qo(t,de(i,3),!0,!0):[]}function xy(t,i){return t&&t.length?qo(t,de(i,3),!0):[]}function Oy(t,i,s,l){var p=t==null?0:t.length;return p?(s&&typeof s!="number"&&Mt(t,i,s)&&(s=0,l=p),g0(t,i,s,l)):[]}function Nf(t,i,s){var l=t==null?0:t.length;if(!l)return-1;var p=s==null?0:Te(s);return p<0&&(p=pt(l+p,0)),xo(t,de(i,3),p)}function $f(t,i,s){var l=t==null?0:t.length;if(!l)return-1;var p=l-1;return s!==n&&(p=Te(s),p=s<0?pt(l+p,0):xt(p,l-1)),xo(t,de(i,3),p,!0)}function jf(t){var i=t==null?0:t.length;return i?bt(t,1):[]}function Ty(t){var i=t==null?0:t.length;return i?bt(t,Ie):[]}function Cy(t,i){var s=t==null?0:t.length;return s?(i=i===n?1:Te(i),bt(t,i)):[]}function Py(t){for(var i=-1,s=t==null?0:t.length,l={};++i<s;){var p=t[i];l[p[0]]=p[1]}return l}function Ff(t){return t&&t.length?t[0]:n}function Ry(t,i,s){var l=t==null?0:t.length;if(!l)return-1;var p=s==null?0:Te(s);return p<0&&(p=pt(l+p,0)),Zr(t,i,p)}function Ay(t){var i=t==null?0:t.length;return i?cn(t,0,-1):[]}var Iy=Pe(function(t){var i=et(t,$s);return i.length&&i[0]===t[0]?Cs(i):[]}),Ly=Pe(function(t){var i=ln(t),s=et(t,$s);return i===ln(s)?i=n:s.pop(),s.length&&s[0]===t[0]?Cs(s,de(i,2)):[]}),My=Pe(function(t){var i=ln(t),s=et(t,$s);return i=typeof i=="function"?i:n,i&&s.pop(),s.length&&s[0]===t[0]?Cs(s,n,i):[]});function Dy(t,i){return t==null?"":Ag.call(t,i)}function ln(t){var i=t==null?0:t.length;return i?t[i-1]:n}function ky(t,i,s){var l=t==null?0:t.length;if(!l)return-1;var p=l;return s!==n&&(p=Te(s),p=p<0?pt(l+p,0):xt(p,l-1)),i===i?hg(t,i,p):xo(t,yl,p,!0)}function Ny(t,i){return t&&t.length?Xl(t,Te(i)):n}var $y=Pe(Wf);function Wf(t,i){return t&&t.length&&i&&i.length?Is(t,i):t}function jy(t,i,s){return t&&t.length&&i&&i.length?Is(t,i,de(s,2)):t}function Fy(t,i,s){return t&&t.length&&i&&i.length?Is(t,i,n,s):t}var Wy=zn(function(t,i){var s=t==null?0:t.length,l=Es(t,i);return Zl(t,et(i,function(p){return qn(p,s)?+p:p}).sort(cf)),l});function Uy(t,i){var s=[];if(!(t&&t.length))return s;var l=-1,p=[],b=t.length;for(i=de(i,3);++l<b;){var E=t[l];i(E,l,t)&&(s.push(E),p.push(l))}return Zl(t,p),s}function Js(t){return t==null?t:Dg.call(t)}function By(t,i,s){var l=t==null?0:t.length;return l?(s&&typeof s!="number"&&Mt(t,i,s)?(i=0,s=l):(i=i==null?0:Te(i),s=s===n?l:Te(s)),cn(t,i,s)):[]}function Hy(t,i){return zo(t,i)}function zy(t,i,s){return Ds(t,i,de(s,2))}function qy(t,i){var s=t==null?0:t.length;if(s){var l=zo(t,i);if(l<s&&Sn(t[l],i))return l}return-1}function Ky(t,i){return zo(t,i,!0)}function Gy(t,i,s){return Ds(t,i,de(s,2),!0)}function Yy(t,i){var s=t==null?0:t.length;if(s){var l=zo(t,i,!0)-1;if(Sn(t[l],i))return l}return-1}function Xy(t){return t&&t.length?ef(t):[]}function Vy(t,i){return t&&t.length?ef(t,de(i,2)):[]}function Jy(t){var i=t==null?0:t.length;return i?cn(t,1,i):[]}function Zy(t,i,s){return t&&t.length?(i=s||i===n?1:Te(i),cn(t,0,i<0?0:i)):[]}function Qy(t,i,s){var l=t==null?0:t.length;return l?(i=s||i===n?1:Te(i),i=l-i,cn(t,i<0?0:i,l)):[]}function e1(t,i){return t&&t.length?qo(t,de(i,3),!1,!0):[]}function t1(t,i){return t&&t.length?qo(t,de(i,3)):[]}var n1=Pe(function(t){return ar(bt(t,1,ut,!0))}),r1=Pe(function(t){var i=ln(t);return ut(i)&&(i=n),ar(bt(t,1,ut,!0),de(i,2))}),i1=Pe(function(t){var i=ln(t);return i=typeof i=="function"?i:n,ar(bt(t,1,ut,!0),n,i)});function o1(t){return t&&t.length?ar(t):[]}function a1(t,i){return t&&t.length?ar(t,de(i,2)):[]}function s1(t,i){return i=typeof i=="function"?i:n,t&&t.length?ar(t,n,i):[]}function Zs(t){if(!(t&&t.length))return[];var i=0;return t=tr(t,function(s){if(ut(s))return i=pt(s.length,i),!0}),vs(i,function(s){return et(t,ds(s))})}function Uf(t,i){if(!(t&&t.length))return[];var s=Zs(t);return i==null?s:et(s,function(l){return Gt(i,n,l)})}var u1=Pe(function(t,i){return ut(t)?Fi(t,i):[]}),c1=Pe(function(t){return Ns(tr(t,ut))}),l1=Pe(function(t){var i=ln(t);return ut(i)&&(i=n),Ns(tr(t,ut),de(i,2))}),f1=Pe(function(t){var i=ln(t);return i=typeof i=="function"?i:n,Ns(tr(t,ut),n,i)}),d1=Pe(Zs);function p1(t,i){return of(t||[],i||[],ji)}function h1(t,i){return of(t||[],i||[],Bi)}var v1=Pe(function(t){var i=t.length,s=i>1?t[i-1]:n;return s=typeof s=="function"?(t.pop(),s):n,Uf(t,s)});function Bf(t){var i=g(t);return i.__chain__=!0,i}function m1(t,i){return i(t),t}function ea(t,i){return i(t)}var g1=zn(function(t){var i=t.length,s=i?t[0]:0,l=this.__wrapped__,p=function(b){return Es(b,t)};return i>1||this.__actions__.length||!(l instanceof De)||!qn(s)?this.thru(p):(l=l.slice(s,+s+(i?1:0)),l.__actions__.push({func:ea,args:[p],thisArg:n}),new sn(l,this.__chain__).thru(function(b){return i&&!b.length&&b.push(n),b}))});function y1(){return Bf(this)}function w1(){return new sn(this.value(),this.__chain__)}function b1(){this.__values__===n&&(this.__values__=nd(this.value()));var t=this.__index__>=this.__values__.length,i=t?n:this.__values__[this.__index__++];return{done:t,value:i}}function _1(){return this}function S1(t){for(var i,s=this;s instanceof Fo;){var l=kf(s);l.__index__=0,l.__values__=n,i?p.__wrapped__=l:i=l;var p=l;s=s.__wrapped__}return p.__wrapped__=t,i}function E1(){var t=this.__wrapped__;if(t instanceof De){var i=t;return this.__actions__.length&&(i=new De(this)),i=i.reverse(),i.__actions__.push({func:ea,args:[Js],thisArg:n}),new sn(i,this.__chain__)}return this.thru(Js)}function x1(){return rf(this.__wrapped__,this.__actions__)}var O1=Ko(function(t,i,s){He.call(t,s)?++t[s]:Bn(t,s,1)});function T1(t,i,s){var l=xe(t)?ml:m0;return s&&Mt(t,i,s)&&(i=n),l(t,de(i,3))}function C1(t,i){var s=xe(t)?tr:Wl;return s(t,de(i,3))}var P1=vf(Nf),R1=vf($f);function A1(t,i){return bt(ta(t,i),1)}function I1(t,i){return bt(ta(t,i),Ie)}function L1(t,i,s){return s=s===n?1:Te(s),bt(ta(t,i),s)}function Hf(t,i){var s=xe(t)?on:or;return s(t,de(i,3))}function zf(t,i){var s=xe(t)?Jm:Fl;return s(t,de(i,3))}var M1=Ko(function(t,i,s){He.call(t,s)?t[s].push(i):Bn(t,s,[i])});function D1(t,i,s,l){t=Ft(t)?t:li(t),s=s&&!l?Te(s):0;var p=t.length;return s<0&&(s=pt(p+s,0)),aa(t)?s<=p&&t.indexOf(i,s)>-1:!!p&&Zr(t,i,s)>-1}var k1=Pe(function(t,i,s){var l=-1,p=typeof i=="function",b=Ft(t)?j(t.length):[];return or(t,function(E){b[++l]=p?Gt(i,E,s):Wi(E,i,s)}),b}),N1=Ko(function(t,i,s){Bn(t,s,i)});function ta(t,i){var s=xe(t)?et:Kl;return s(t,de(i,3))}function $1(t,i,s,l){return t==null?[]:(xe(i)||(i=i==null?[]:[i]),s=l?n:s,xe(s)||(s=s==null?[]:[s]),Vl(t,i,s))}var j1=Ko(function(t,i,s){t[s?0:1].push(i)},function(){return[[],[]]});function F1(t,i,s){var l=xe(t)?ls:bl,p=arguments.length<3;return l(t,de(i,4),s,p,or)}function W1(t,i,s){var l=xe(t)?Zm:bl,p=arguments.length<3;return l(t,de(i,4),s,p,Fl)}function U1(t,i){var s=xe(t)?tr:Wl;return s(t,ia(de(i,3)))}function B1(t){var i=xe(t)?kl:D0;return i(t)}function H1(t,i,s){(s?Mt(t,i,s):i===n)?i=1:i=Te(i);var l=xe(t)?f0:k0;return l(t,i)}function z1(t){var i=xe(t)?d0:$0;return i(t)}function q1(t){if(t==null)return 0;if(Ft(t))return aa(t)?ei(t):t.length;var i=Ot(t);return i==rt||i==Qe?t.size:Rs(t).length}function K1(t,i,s){var l=xe(t)?fs:j0;return s&&Mt(t,i,s)&&(i=n),l(t,de(i,3))}var G1=Pe(function(t,i){if(t==null)return[];var s=i.length;return s>1&&Mt(t,i[0],i[1])?i=[]:s>2&&Mt(i[0],i[1],i[2])&&(i=[i[0]]),Vl(t,bt(i,1),[])}),na=Cg||function(){return wt.Date.now()};function Y1(t,i){if(typeof i!="function")throw new an(c);return t=Te(t),function(){if(--t<1)return i.apply(this,arguments)}}function qf(t,i,s){return i=s?n:i,i=t&&i==null?t.length:i,Hn(t,F,n,n,n,n,i)}function Kf(t,i){var s;if(typeof i!="function")throw new an(c);return t=Te(t),function(){return--t>0&&(s=i.apply(this,arguments)),t<=1&&(i=n),s}}var Qs=Pe(function(t,i,s){var l=T;if(s.length){var p=rr(s,ui(Qs));l|=x}return Hn(t,l,i,s,p)}),Gf=Pe(function(t,i,s){var l=T|D;if(s.length){var p=rr(s,ui(Gf));l|=x}return Hn(i,l,t,s,p)});function Yf(t,i,s){i=s?n:i;var l=Hn(t,P,n,n,n,n,n,i);return l.placeholder=Yf.placeholder,l}function Xf(t,i,s){i=s?n:i;var l=Hn(t,k,n,n,n,n,n,i);return l.placeholder=Xf.placeholder,l}function Vf(t,i,s){var l,p,b,E,C,L,H=0,z=!1,K=!1,J=!0;if(typeof t!="function")throw new an(c);i=fn(i)||0,tt(s)&&(z=!!s.leading,K="maxWait"in s,b=K?pt(fn(s.maxWait)||0,i):b,J="trailing"in s?!!s.trailing:J);function re(ct){var En=l,Yn=p;return l=p=n,H=ct,E=t.apply(Yn,En),E}function pe(ct){return H=ct,C=qi(Le,i),z?re(ct):E}function Ce(ct){var En=ct-L,Yn=ct-H,vd=i-En;return K?xt(vd,b-Yn):vd}function he(ct){var En=ct-L,Yn=ct-H;return L===n||En>=i||En<0||K&&Yn>=b}function Le(){var ct=na();if(he(ct))return Ne(ct);C=qi(Le,Ce(ct))}function Ne(ct){return C=n,J&&l?re(ct):(l=p=n,E)}function Jt(){C!==n&&af(C),H=0,l=L=p=C=n}function Dt(){return C===n?E:Ne(na())}function Zt(){var ct=na(),En=he(ct);if(l=arguments,p=this,L=ct,En){if(C===n)return pe(L);if(K)return af(C),C=qi(Le,i),re(L)}return C===n&&(C=qi(Le,i)),E}return Zt.cancel=Jt,Zt.flush=Dt,Zt}var X1=Pe(function(t,i){return jl(t,1,i)}),V1=Pe(function(t,i,s){return jl(t,fn(i)||0,s)});function J1(t){return Hn(t,Z)}function ra(t,i){if(typeof t!="function"||i!=null&&typeof i!="function")throw new an(c);var s=function(){var l=arguments,p=i?i.apply(this,l):l[0],b=s.cache;if(b.has(p))return b.get(p);var E=t.apply(this,l);return s.cache=b.set(p,E)||b,E};return s.cache=new(ra.Cache||Un),s}ra.Cache=Un;function ia(t){if(typeof t!="function")throw new an(c);return function(){var i=arguments;switch(i.length){case 0:return!t.call(this);case 1:return!t.call(this,i[0]);case 2:return!t.call(this,i[0],i[1]);case 3:return!t.call(this,i[0],i[1],i[2])}return!t.apply(this,i)}}function Z1(t){return Kf(2,t)}var Q1=F0(function(t,i){i=i.length==1&&xe(i[0])?et(i[0],Yt(de())):et(bt(i,1),Yt(de()));var s=i.length;return Pe(function(l){for(var p=-1,b=xt(l.length,s);++p<b;)l[p]=i[p].call(this,l[p]);return Gt(t,this,l)})}),eu=Pe(function(t,i){var s=rr(i,ui(eu));return Hn(t,x,n,i,s)}),Jf=Pe(function(t,i){var s=rr(i,ui(Jf));return Hn(t,W,n,i,s)}),ew=zn(function(t,i){return Hn(t,$,n,n,n,i)});function tw(t,i){if(typeof t!="function")throw new an(c);return i=i===n?i:Te(i),Pe(t,i)}function nw(t,i){if(typeof t!="function")throw new an(c);return i=i==null?0:pt(Te(i),0),Pe(function(s){var l=s[i],p=ur(s,0,i);return l&&nr(p,l),Gt(t,this,p)})}function rw(t,i,s){var l=!0,p=!0;if(typeof t!="function")throw new an(c);return tt(s)&&(l="leading"in s?!!s.leading:l,p="trailing"in s?!!s.trailing:p),Vf(t,i,{leading:l,maxWait:i,trailing:p})}function iw(t){return qf(t,1)}function ow(t,i){return eu(js(i),t)}function aw(){if(!arguments.length)return[];var t=arguments[0];return xe(t)?t:[t]}function sw(t){return un(t,v)}function uw(t,i){return i=typeof i=="function"?i:n,un(t,v,i)}function cw(t){return un(t,_|v)}function lw(t,i){return i=typeof i=="function"?i:n,un(t,_|v,i)}function fw(t,i){return i==null||$l(t,i,mt(i))}function Sn(t,i){return t===i||t!==t&&i!==i}var dw=Vo(Ts),pw=Vo(function(t,i){return t>=i}),kr=Hl(function(){return arguments}())?Hl:function(t){return ot(t)&&He.call(t,"callee")&&!Rl.call(t,"callee")},xe=j.isArray,hw=ll?Yt(ll):S0;function Ft(t){return t!=null&&oa(t.length)&&!Kn(t)}function ut(t){return ot(t)&&Ft(t)}function vw(t){return t===!0||t===!1||ot(t)&&Lt(t)==se}var cr=Rg||fu,mw=fl?Yt(fl):E0;function gw(t){return ot(t)&&t.nodeType===1&&!Ki(t)}function yw(t){if(t==null)return!0;if(Ft(t)&&(xe(t)||typeof t=="string"||typeof t.splice=="function"||cr(t)||ci(t)||kr(t)))return!t.length;var i=Ot(t);if(i==rt||i==Qe)return!t.size;if(zi(t))return!Rs(t).length;for(var s in t)if(He.call(t,s))return!1;return!0}function ww(t,i){return Ui(t,i)}function bw(t,i,s){s=typeof s=="function"?s:n;var l=s?s(t,i):n;return l===n?Ui(t,i,n,s):!!l}function tu(t){if(!ot(t))return!1;var i=Lt(t);return i==Ge||i==ye||typeof t.message=="string"&&typeof t.name=="string"&&!Ki(t)}function _w(t){return typeof t=="number"&&Il(t)}function Kn(t){if(!tt(t))return!1;var i=Lt(t);return i==V||i==nt||i==fe||i==gr}function Zf(t){return typeof t=="number"&&t==Te(t)}function oa(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=qe}function tt(t){var i=typeof t;return t!=null&&(i=="object"||i=="function")}function ot(t){return t!=null&&typeof t=="object"}var Qf=dl?Yt(dl):O0;function Sw(t,i){return t===i||Ps(t,i,qs(i))}function Ew(t,i,s){return s=typeof s=="function"?s:n,Ps(t,i,qs(i),s)}function xw(t){return ed(t)&&t!=+t}function Ow(t){if(uy(t))throw new Se(u);return zl(t)}function Tw(t){return t===null}function Cw(t){return t==null}function ed(t){return typeof t=="number"||ot(t)&&Lt(t)==lt}function Ki(t){if(!ot(t)||Lt(t)!=vt)return!1;var i=Lo(t);if(i===null)return!0;var s=He.call(i,"constructor")&&i.constructor;return typeof s=="function"&&s instanceof s&&Po.call(s)==Eg}var nu=pl?Yt(pl):T0;function Pw(t){return Zf(t)&&t>=-qe&&t<=qe}var td=hl?Yt(hl):C0;function aa(t){return typeof t=="string"||!xe(t)&&ot(t)&&Lt(t)==tn}function Vt(t){return typeof t=="symbol"||ot(t)&&Lt(t)==qt}var ci=vl?Yt(vl):P0;function Rw(t){return t===n}function Aw(t){return ot(t)&&Ot(t)==Et}function Iw(t){return ot(t)&&Lt(t)==Qn}var Lw=Vo(As),Mw=Vo(function(t,i){return t<=i});function nd(t){if(!t)return[];if(Ft(t))return aa(t)?bn(t):jt(t);if(Mi&&t[Mi])return fg(t[Mi]());var i=Ot(t),s=i==rt?gs:i==Qe?Oo:li;return s(t)}function Gn(t){if(!t)return t===0?t:0;if(t=fn(t),t===Ie||t===-Ie){var i=t<0?-1:1;return i*ft}return t===t?t:0}function Te(t){var i=Gn(t),s=i%1;return i===i?s?i-s:i:0}function rd(t){return t?Ir(Te(t),0,X):0}function fn(t){if(typeof t=="number")return t;if(Vt(t))return G;if(tt(t)){var i=typeof t.valueOf=="function"?t.valueOf():t;t=tt(i)?i+"":i}if(typeof t!="string")return t===0?t:+t;t=_l(t);var s=Tr.test(t);return s||mm.test(t)?Ym(t.slice(2),s?2:8):It.test(t)?G:+t}function id(t){return In(t,Wt(t))}function Dw(t){return t?Ir(Te(t),-qe,qe):t===0?t:0}function We(t){return t==null?"":Xt(t)}var kw=ai(function(t,i){if(zi(i)||Ft(i)){In(i,mt(i),t);return}for(var s in i)He.call(i,s)&&ji(t,s,i[s])}),od=ai(function(t,i){In(i,Wt(i),t)}),sa=ai(function(t,i,s,l){In(i,Wt(i),t,l)}),Nw=ai(function(t,i,s,l){In(i,mt(i),t,l)}),$w=zn(Es);function jw(t,i){var s=oi(t);return i==null?s:Nl(s,i)}var Fw=Pe(function(t,i){t=Ye(t);var s=-1,l=i.length,p=l>2?i[2]:n;for(p&&Mt(i[0],i[1],p)&&(l=1);++s<l;)for(var b=i[s],E=Wt(b),C=-1,L=E.length;++C<L;){var H=E[C],z=t[H];(z===n||Sn(z,ni[H])&&!He.call(t,H))&&(t[H]=b[H])}return t}),Ww=Pe(function(t){return t.push(n,Sf),Gt(ad,n,t)});function Uw(t,i){return gl(t,de(i,3),An)}function Bw(t,i){return gl(t,de(i,3),Os)}function Hw(t,i){return t==null?t:xs(t,de(i,3),Wt)}function zw(t,i){return t==null?t:Ul(t,de(i,3),Wt)}function qw(t,i){return t&&An(t,de(i,3))}function Kw(t,i){return t&&Os(t,de(i,3))}function Gw(t){return t==null?[]:Bo(t,mt(t))}function Yw(t){return t==null?[]:Bo(t,Wt(t))}function ru(t,i,s){var l=t==null?n:Lr(t,i);return l===n?s:l}function Xw(t,i){return t!=null&&Of(t,i,y0)}function iu(t,i){return t!=null&&Of(t,i,w0)}var Vw=gf(function(t,i,s){i!=null&&typeof i.toString!="function"&&(i=Ro.call(i)),t[i]=s},au(Ut)),Jw=gf(function(t,i,s){i!=null&&typeof i.toString!="function"&&(i=Ro.call(i)),He.call(t,i)?t[i].push(s):t[i]=[s]},de),Zw=Pe(Wi);function mt(t){return Ft(t)?Dl(t):Rs(t)}function Wt(t){return Ft(t)?Dl(t,!0):R0(t)}function Qw(t,i){var s={};return i=de(i,3),An(t,function(l,p,b){Bn(s,i(l,p,b),l)}),s}function eb(t,i){var s={};return i=de(i,3),An(t,function(l,p,b){Bn(s,p,i(l,p,b))}),s}var tb=ai(function(t,i,s){Ho(t,i,s)}),ad=ai(function(t,i,s,l){Ho(t,i,s,l)}),nb=zn(function(t,i){var s={};if(t==null)return s;var l=!1;i=et(i,function(b){return b=sr(b,t),l||(l=b.length>1),b}),In(t,Hs(t),s),l&&(s=un(s,_|O|v,V0));for(var p=i.length;p--;)ks(s,i[p]);return s});function rb(t,i){return sd(t,ia(de(i)))}var ib=zn(function(t,i){return t==null?{}:I0(t,i)});function sd(t,i){if(t==null)return{};var s=et(Hs(t),function(l){return[l]});return i=de(i),Jl(t,s,function(l,p){return i(l,p[0])})}function ob(t,i,s){i=sr(i,t);var l=-1,p=i.length;for(p||(p=1,t=n);++l<p;){var b=t==null?n:t[Ln(i[l])];b===n&&(l=p,b=s),t=Kn(b)?b.call(t):b}return t}function ab(t,i,s){return t==null?t:Bi(t,i,s)}function sb(t,i,s,l){return l=typeof l=="function"?l:n,t==null?t:Bi(t,i,s,l)}var ud=bf(mt),cd=bf(Wt);function ub(t,i,s){var l=xe(t),p=l||cr(t)||ci(t);if(i=de(i,4),s==null){var b=t&&t.constructor;p?s=l?new b:[]:tt(t)?s=Kn(b)?oi(Lo(t)):{}:s={}}return(p?on:An)(t,function(E,C,L){return i(s,E,C,L)}),s}function cb(t,i){return t==null?!0:ks(t,i)}function lb(t,i,s){return t==null?t:nf(t,i,js(s))}function fb(t,i,s,l){return l=typeof l=="function"?l:n,t==null?t:nf(t,i,js(s),l)}function li(t){return t==null?[]:ms(t,mt(t))}function db(t){return t==null?[]:ms(t,Wt(t))}function pb(t,i,s){return s===n&&(s=i,i=n),s!==n&&(s=fn(s),s=s===s?s:0),i!==n&&(i=fn(i),i=i===i?i:0),Ir(fn(t),i,s)}function hb(t,i,s){return i=Gn(i),s===n?(s=i,i=0):s=Gn(s),t=fn(t),b0(t,i,s)}function vb(t,i,s){if(s&&typeof s!="boolean"&&Mt(t,i,s)&&(i=s=n),s===n&&(typeof i=="boolean"?(s=i,i=n):typeof t=="boolean"&&(s=t,t=n)),t===n&&i===n?(t=0,i=1):(t=Gn(t),i===n?(i=t,t=0):i=Gn(i)),t>i){var l=t;t=i,i=l}if(s||t%1||i%1){var p=Ll();return xt(t+p*(i-t+Gm("1e-"+((p+"").length-1))),i)}return Ls(t,i)}var mb=si(function(t,i,s){return i=i.toLowerCase(),t+(s?ld(i):i)});function ld(t){return ou(We(t).toLowerCase())}function fd(t){return t=We(t),t&&t.replace(ym,ag).replace($m,"")}function gb(t,i,s){t=We(t),i=Xt(i);var l=t.length;s=s===n?l:Ir(Te(s),0,l);var p=s;return s-=i.length,s>=0&&t.slice(s,p)==i}function yb(t){return t=We(t),t&&Ci.test(t)?t.replace(er,sg):t}function wb(t){return t=We(t),t&&R.test(t)?t.replace(d,"\\$&"):t}var bb=si(function(t,i,s){return t+(s?"-":"")+i.toLowerCase()}),_b=si(function(t,i,s){return t+(s?" ":"")+i.toLowerCase()}),Sb=hf("toLowerCase");function Eb(t,i,s){t=We(t),i=Te(i);var l=i?ei(t):0;if(!i||l>=i)return t;var p=(i-l)/2;return Xo(No(p),s)+t+Xo(ko(p),s)}function xb(t,i,s){t=We(t),i=Te(i);var l=i?ei(t):0;return i&&l<i?t+Xo(i-l,s):t}function Ob(t,i,s){t=We(t),i=Te(i);var l=i?ei(t):0;return i&&l<i?Xo(i-l,s)+t:t}function Tb(t,i,s){return s||i==null?i=0:i&&(i=+i),Mg(We(t).replace(N,""),i||0)}function Cb(t,i,s){return(s?Mt(t,i,s):i===n)?i=1:i=Te(i),Ms(We(t),i)}function Pb(){var t=arguments,i=We(t[0]);return t.length<3?i:i.replace(t[1],t[2])}var Rb=si(function(t,i,s){return t+(s?"_":"")+i.toLowerCase()});function Ab(t,i,s){return s&&typeof s!="number"&&Mt(t,i,s)&&(i=s=n),s=s===n?X:s>>>0,s?(t=We(t),t&&(typeof i=="string"||i!=null&&!nu(i))&&(i=Xt(i),!i&&Qr(t))?ur(bn(t),0,s):t.split(i,s)):[]}var Ib=si(function(t,i,s){return t+(s?" ":"")+ou(i)});function Lb(t,i,s){return t=We(t),s=s==null?0:Ir(Te(s),0,t.length),i=Xt(i),t.slice(s,s+i.length)==i}function Mb(t,i,s){var l=g.templateSettings;s&&Mt(t,i,s)&&(i=n),t=We(t),i=sa({},i,l,_f);var p=sa({},i.imports,l.imports,_f),b=mt(p),E=ms(p,b),C,L,H=0,z=i.interpolate||bo,K="__p += '",J=ys((i.escape||bo).source+"|"+z.source+"|"+(z===Vr?Ee:bo).source+"|"+(i.evaluate||bo).source+"|$","g"),re="//# sourceURL="+(He.call(i,"sourceURL")?(i.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Bm+"]")+`
186
- `;t.replace(J,function(he,Le,Ne,Jt,Dt,Zt){return Ne||(Ne=Jt),K+=t.slice(H,Zt).replace(wm,ug),Le&&(C=!0,K+=`' +
187
- __e(`+Le+`) +
185
+ `)}function s0(t){return Oe(t)||Ur(t)||!!(Mc&&t&&t[Mc])}function Gn(t,i){var s=typeof t;return i=i??ze,!!i&&(s=="number"||s!="symbol"&&xe.test(t))&&t>-1&&t%1==0&&t<i}function Mt(t,i,s){if(!et(s))return!1;var c=typeof i;return(c=="number"?Wt(s)&&Gn(i,s.length):c=="string"&&i in s)?bn(s[i],t):!1}function Js(t,i){if(Oe(t))return!1;var s=typeof t;return s=="number"||s=="symbol"||s=="boolean"||t==null||Jt(t)?!0:Rr.test(t)||!Cr.test(t)||i!=null&&t in Ge(i)}function u0(t){var i=typeof t;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?t!=="__proto__":t===null}function Zs(t){var i=Qo(t),s=m[i];if(typeof s!="function"||!(i in De.prototype))return!1;if(t===s)return!0;var c=Gs(s);return!!c&&t===c[0]}function l0(t){return!!Pc&&Pc in t}var c0=Po?Vn:vu;function Ki(t){var i=t&&t.constructor,s=typeof i=="function"&&i.prototype||oi;return t===s}function Af(t){return t===t&&!et(t)}function If(t,i){return function(s){return s==null?!1:s[t]===i&&(i!==n||t in Ge(s))}}function f0(t){var i=oa(t,function(c){return s.size===y&&s.clear(),c}),s=i.cache;return i}function d0(t,i){var s=t[1],c=i[1],h=s|c,w=h<(O|D|F),_=c==F&&s==M||c==F&&s==B&&t[7].length<=i[8]||c==(F|B)&&i[7].length<=i[8]&&s==M;if(!(w||_))return t;c&O&&(t[2]=i[2],h|=s&O?0:R);var C=i[3];if(C){var L=t[3];t[3]=L?pf(L,C,i[4]):C,t[4]=L?ir(t[3],g):i[4]}return C=i[5],C&&(L=t[5],t[5]=L?hf(L,C,i[6]):C,t[6]=L?ir(t[5],g):i[6]),C=i[7],C&&(t[7]=C),c&F&&(t[8]=t[8]==null?i[8]:Ot(t[8],i[8])),t[9]==null&&(t[9]=i[9]),t[0]=i[0],t[1]=h,t}function p0(t){var i=[];if(t!=null)for(var s in Ge(t))i.push(s);return i}function h0(t){return Io.call(t)}function Lf(t,i,s){return i=dt(i===n?t.length-1:i,0),function(){for(var c=arguments,h=-1,w=dt(c.length-i,0),_=N(w);++h<w;)_[h]=c[i+h];h=-1;for(var C=N(i+1);++h<i;)C[h]=c[h];return C[i]=s(_),Gt(t,this,C)}}function Mf(t,i){return i.length<2?t:jr(t,un(i,0,-1))}function v0(t,i){for(var s=t.length,c=Ot(i.length,s),h=Ft(t);c--;){var w=i[c];t[c]=Gn(w,s)?h[w]:n}return t}function Qs(t,i){if(!(i==="constructor"&&typeof t[i]=="function")&&i!="__proto__")return t[i]}var Df=$f(nf),Yi=Ag||function(t,i){return bt.setTimeout(t,i)},eu=$f(jy);function kf(t,i,s){var c=i+"";return eu(t,a0(c,m0(r0(c),s)))}function $f(t){var i=0,s=0;return function(){var c=Dg(),h=ue-(c-s);if(s=c,h>0){if(++i>=Ae)return arguments[0]}else i=0;return t.apply(n,arguments)}}function ta(t,i){var s=-1,c=t.length,h=c-1;for(i=i===n?c:i;++s<i;){var w=$s(s,h),_=t[w];t[w]=t[s],t[s]=_}return t.length=i,t}var Nf=f0(function(t){var i=[];return t.charCodeAt(0)===46&&i.push(""),t.replace(Ai,function(s,c,h,w){i.push(h?w.replace(G,"$1"):c||s)}),i});function In(t){if(typeof t=="string"||Jt(t))return t;var i=t+"";return i=="0"&&1/t==-Le?"-0":i}function Wr(t){if(t!=null){try{return Ao.call(t)}catch{}try{return t+""}catch{}}return""}function m0(t,i){return rn(le,function(s){var c="_."+s[0];i&s[1]&&!Oo(t,c)&&t.push(c)}),t.sort()}function jf(t){if(t instanceof De)return t.clone();var i=new an(t.__wrapped__,t.__chain__);return i.__actions__=Ft(t.__actions__),i.__index__=t.__index__,i.__values__=t.__values__,i}function g0(t,i,s){(s?Mt(t,i,s):i===n)?i=1:i=dt(Te(i),0);var c=t==null?0:t.length;if(!c||i<1)return[];for(var h=0,w=0,_=N(No(c/i));h<c;)_[w++]=un(t,h,h+=i);return _}function y0(t){for(var i=-1,s=t==null?0:t.length,c=0,h=[];++i<s;){var w=t[i];w&&(h[c++]=w)}return h}function b0(){var t=arguments.length;if(!t)return[];for(var i=N(t-1),s=arguments[0],c=t;c--;)i[c-1]=arguments[c];return rr(Oe(s)?Ft(s):[s],wt(i,1))}var w0=Re(function(t,i){return it(t)?Ui(t,wt(i,1,it,!0)):[]}),S0=Re(function(t,i){var s=ln(i);return it(s)&&(s=n),it(t)?Ui(t,wt(i,1,it,!0),de(s,2)):[]}),_0=Re(function(t,i){var s=ln(i);return it(s)&&(s=n),it(t)?Ui(t,wt(i,1,it,!0),n,s):[]});function E0(t,i,s){var c=t==null?0:t.length;return c?(i=s||i===n?1:Te(i),un(t,i<0?0:i,c)):[]}function x0(t,i,s){var c=t==null?0:t.length;return c?(i=s||i===n?1:Te(i),i=c-i,un(t,0,i<0?0:i)):[]}function O0(t,i){return t&&t.length?Yo(t,de(i,3),!0,!0):[]}function T0(t,i){return t&&t.length?Yo(t,de(i,3),!0):[]}function C0(t,i,s,c){var h=t==null?0:t.length;return h?(s&&typeof s!="number"&&Mt(t,i,s)&&(s=0,c=h),by(t,i,s,c)):[]}function Ff(t,i,s){var c=t==null?0:t.length;if(!c)return-1;var h=s==null?0:Te(s);return h<0&&(h=dt(c+h,0)),To(t,de(i,3),h)}function Wf(t,i,s){var c=t==null?0:t.length;if(!c)return-1;var h=c-1;return s!==n&&(h=Te(s),h=s<0?dt(c+h,0):Ot(h,c-1)),To(t,de(i,3),h,!0)}function Uf(t){var i=t==null?0:t.length;return i?wt(t,1):[]}function R0(t){var i=t==null?0:t.length;return i?wt(t,Le):[]}function P0(t,i){var s=t==null?0:t.length;return s?(i=i===n?1:Te(i),wt(t,i)):[]}function A0(t){for(var i=-1,s=t==null?0:t.length,c={};++i<s;){var h=t[i];c[h[0]]=h[1]}return c}function Bf(t){return t&&t.length?t[0]:n}function I0(t,i,s){var c=t==null?0:t.length;if(!c)return-1;var h=s==null?0:Te(s);return h<0&&(h=dt(c+h,0)),ti(t,i,h)}function L0(t){var i=t==null?0:t.length;return i?un(t,0,-1):[]}var M0=Re(function(t){var i=Qe(t,Us);return i.length&&i[0]===t[0]?Is(i):[]}),D0=Re(function(t){var i=ln(t),s=Qe(t,Us);return i===ln(s)?i=n:s.pop(),s.length&&s[0]===t[0]?Is(s,de(i,2)):[]}),k0=Re(function(t){var i=ln(t),s=Qe(t,Us);return i=typeof i=="function"?i:n,i&&s.pop(),s.length&&s[0]===t[0]?Is(s,n,i):[]});function $0(t,i){return t==null?"":Lg.call(t,i)}function ln(t){var i=t==null?0:t.length;return i?t[i-1]:n}function N0(t,i,s){var c=t==null?0:t.length;if(!c)return-1;var h=c;return s!==n&&(h=Te(s),h=h<0?dt(c+h,0):Ot(h,c-1)),i===i?mg(t,i,h):To(t,Sc,h,!0)}function j0(t,i){return t&&t.length?Zc(t,Te(i)):n}var F0=Re(Hf);function Hf(t,i){return t&&t.length&&i&&i.length?ks(t,i):t}function W0(t,i,s){return t&&t.length&&i&&i.length?ks(t,i,de(s,2)):t}function U0(t,i,s){return t&&t.length&&i&&i.length?ks(t,i,n,s):t}var B0=Yn(function(t,i){var s=t==null?0:t.length,c=Cs(t,i);return tf(t,Qe(i,function(h){return Gn(h,s)?+h:h}).sort(df)),c});function H0(t,i){var s=[];if(!(t&&t.length))return s;var c=-1,h=[],w=t.length;for(i=de(i,3);++c<w;){var _=t[c];i(_,c,t)&&(s.push(_),h.push(c))}return tf(t,h),s}function tu(t){return t==null?t:$g.call(t)}function z0(t,i,s){var c=t==null?0:t.length;return c?(s&&typeof s!="number"&&Mt(t,i,s)?(i=0,s=c):(i=i==null?0:Te(i),s=s===n?c:Te(s)),un(t,i,s)):[]}function q0(t,i){return Ko(t,i)}function K0(t,i,s){return js(t,i,de(s,2))}function Y0(t,i){var s=t==null?0:t.length;if(s){var c=Ko(t,i);if(c<s&&bn(t[c],i))return c}return-1}function G0(t,i){return Ko(t,i,!0)}function V0(t,i,s){return js(t,i,de(s,2),!0)}function X0(t,i){var s=t==null?0:t.length;if(s){var c=Ko(t,i,!0)-1;if(bn(t[c],i))return c}return-1}function J0(t){return t&&t.length?rf(t):[]}function Z0(t,i){return t&&t.length?rf(t,de(i,2)):[]}function Q0(t){var i=t==null?0:t.length;return i?un(t,1,i):[]}function e1(t,i,s){return t&&t.length?(i=s||i===n?1:Te(i),un(t,0,i<0?0:i)):[]}function t1(t,i,s){var c=t==null?0:t.length;return c?(i=s||i===n?1:Te(i),i=c-i,un(t,i<0?0:i,c)):[]}function n1(t,i){return t&&t.length?Yo(t,de(i,3),!1,!0):[]}function r1(t,i){return t&&t.length?Yo(t,de(i,3)):[]}var i1=Re(function(t){return sr(wt(t,1,it,!0))}),o1=Re(function(t){var i=ln(t);return it(i)&&(i=n),sr(wt(t,1,it,!0),de(i,2))}),a1=Re(function(t){var i=ln(t);return i=typeof i=="function"?i:n,sr(wt(t,1,it,!0),n,i)});function s1(t){return t&&t.length?sr(t):[]}function u1(t,i){return t&&t.length?sr(t,de(i,2)):[]}function l1(t,i){return i=typeof i=="function"?i:n,t&&t.length?sr(t,n,i):[]}function nu(t){if(!(t&&t.length))return[];var i=0;return t=nr(t,function(s){if(it(s))return i=dt(s.length,i),!0}),bs(i,function(s){return Qe(t,ms(s))})}function zf(t,i){if(!(t&&t.length))return[];var s=nu(t);return i==null?s:Qe(s,function(c){return Gt(i,n,c)})}var c1=Re(function(t,i){return it(t)?Ui(t,i):[]}),f1=Re(function(t){return Ws(nr(t,it))}),d1=Re(function(t){var i=ln(t);return it(i)&&(i=n),Ws(nr(t,it),de(i,2))}),p1=Re(function(t){var i=ln(t);return i=typeof i=="function"?i:n,Ws(nr(t,it),n,i)}),h1=Re(nu);function v1(t,i){return uf(t||[],i||[],Wi)}function m1(t,i){return uf(t||[],i||[],zi)}var g1=Re(function(t){var i=t.length,s=i>1?t[i-1]:n;return s=typeof s=="function"?(t.pop(),s):n,zf(t,s)});function qf(t){var i=m(t);return i.__chain__=!0,i}function y1(t,i){return i(t),t}function na(t,i){return i(t)}var b1=Yn(function(t){var i=t.length,s=i?t[0]:0,c=this.__wrapped__,h=function(w){return Cs(w,t)};return i>1||this.__actions__.length||!(c instanceof De)||!Gn(s)?this.thru(h):(c=c.slice(s,+s+(i?1:0)),c.__actions__.push({func:na,args:[h],thisArg:n}),new an(c,this.__chain__).thru(function(w){return i&&!w.length&&w.push(n),w}))});function w1(){return qf(this)}function S1(){return new an(this.value(),this.__chain__)}function _1(){this.__values__===n&&(this.__values__=od(this.value()));var t=this.__index__>=this.__values__.length,i=t?n:this.__values__[this.__index__++];return{done:t,value:i}}function E1(){return this}function x1(t){for(var i,s=this;s instanceof Uo;){var c=jf(s);c.__index__=0,c.__values__=n,i?h.__wrapped__=c:i=c;var h=c;s=s.__wrapped__}return h.__wrapped__=t,i}function O1(){var t=this.__wrapped__;if(t instanceof De){var i=t;return this.__actions__.length&&(i=new De(this)),i=i.reverse(),i.__actions__.push({func:na,args:[tu],thisArg:n}),new an(i,this.__chain__)}return this.thru(tu)}function T1(){return sf(this.__wrapped__,this.__actions__)}var C1=Go(function(t,i,s){Be.call(t,s)?++t[s]:qn(t,s,1)});function R1(t,i,s){var c=Oe(t)?bc:yy;return s&&Mt(t,i,s)&&(i=n),c(t,de(i,3))}function P1(t,i){var s=Oe(t)?nr:Hc;return s(t,de(i,3))}var A1=yf(Ff),I1=yf(Wf);function L1(t,i){return wt(ra(t,i),1)}function M1(t,i){return wt(ra(t,i),Le)}function D1(t,i,s){return s=s===n?1:Te(s),wt(ra(t,i),s)}function Kf(t,i){var s=Oe(t)?rn:ar;return s(t,de(i,3))}function Yf(t,i){var s=Oe(t)?Qm:Bc;return s(t,de(i,3))}var k1=Go(function(t,i,s){Be.call(t,s)?t[s].push(i):qn(t,s,[i])});function $1(t,i,s,c){t=Wt(t)?t:pi(t),s=s&&!c?Te(s):0;var h=t.length;return s<0&&(s=dt(h+s,0)),ua(t)?s<=h&&t.indexOf(i,s)>-1:!!h&&ti(t,i,s)>-1}var N1=Re(function(t,i,s){var c=-1,h=typeof i=="function",w=Wt(t)?N(t.length):[];return ar(t,function(_){w[++c]=h?Gt(i,_,s):Bi(_,i,s)}),w}),j1=Go(function(t,i,s){qn(t,s,i)});function ra(t,i){var s=Oe(t)?Qe:Vc;return s(t,de(i,3))}function F1(t,i,s,c){return t==null?[]:(Oe(i)||(i=i==null?[]:[i]),s=c?n:s,Oe(s)||(s=s==null?[]:[s]),Qc(t,i,s))}var W1=Go(function(t,i,s){t[s?0:1].push(i)},function(){return[[],[]]});function U1(t,i,s){var c=Oe(t)?hs:Ec,h=arguments.length<3;return c(t,de(i,4),s,h,ar)}function B1(t,i,s){var c=Oe(t)?eg:Ec,h=arguments.length<3;return c(t,de(i,4),s,h,Bc)}function H1(t,i){var s=Oe(t)?nr:Hc;return s(t,aa(de(i,3)))}function z1(t){var i=Oe(t)?jc:$y;return i(t)}function q1(t,i,s){(s?Mt(t,i,s):i===n)?i=1:i=Te(i);var c=Oe(t)?py:Ny;return c(t,i)}function K1(t){var i=Oe(t)?hy:Fy;return i(t)}function Y1(t){if(t==null)return 0;if(Wt(t))return ua(t)?ri(t):t.length;var i=Tt(t);return i==tt||i==ut?t.size:Ms(t).length}function G1(t,i,s){var c=Oe(t)?vs:Wy;return s&&Mt(t,i,s)&&(i=n),c(t,de(i,3))}var V1=Re(function(t,i){if(t==null)return[];var s=i.length;return s>1&&Mt(t,i[0],i[1])?i=[]:s>2&&Mt(i[0],i[1],i[2])&&(i=[i[0]]),Qc(t,wt(i,1),[])}),ia=Pg||function(){return bt.Date.now()};function X1(t,i){if(typeof i!="function")throw new on(l);return t=Te(t),function(){if(--t<1)return i.apply(this,arguments)}}function Gf(t,i,s){return i=s?n:i,i=t&&i==null?t.length:i,Kn(t,F,n,n,n,n,i)}function Vf(t,i){var s;if(typeof i!="function")throw new on(l);return t=Te(t),function(){return--t>0&&(s=i.apply(this,arguments)),t<=1&&(i=n),s}}var ru=Re(function(t,i,s){var c=O;if(s.length){var h=ir(s,fi(ru));c|=x}return Kn(t,c,i,s,h)}),Xf=Re(function(t,i,s){var c=O|D;if(s.length){var h=ir(s,fi(Xf));c|=x}return Kn(i,c,t,s,h)});function Jf(t,i,s){i=s?n:i;var c=Kn(t,M,n,n,n,n,n,i);return c.placeholder=Jf.placeholder,c}function Zf(t,i,s){i=s?n:i;var c=Kn(t,$,n,n,n,n,n,i);return c.placeholder=Zf.placeholder,c}function Qf(t,i,s){var c,h,w,_,C,L,H=0,z=!1,K=!1,Z=!0;if(typeof t!="function")throw new on(l);i=cn(i)||0,et(s)&&(z=!!s.leading,K="maxWait"in s,w=K?dt(cn(s.maxWait)||0,i):w,Z="trailing"in s?!!s.trailing:Z);function ie(ot){var wn=c,Jn=h;return c=h=n,H=ot,_=t.apply(Jn,wn),_}function pe(ot){return H=ot,C=Yi(Me,i),z?ie(ot):_}function Ce(ot){var wn=ot-L,Jn=ot-H,yd=i-wn;return K?Ot(yd,w-Jn):yd}function he(ot){var wn=ot-L,Jn=ot-H;return L===n||wn>=i||wn<0||K&&Jn>=w}function Me(){var ot=ia();if(he(ot))return $e(ot);C=Yi(Me,Ce(ot))}function $e(ot){return C=n,Z&&c?ie(ot):(c=h=n,_)}function Zt(){C!==n&&lf(C),H=0,c=L=h=C=n}function Dt(){return C===n?_:$e(ia())}function Qt(){var ot=ia(),wn=he(ot);if(c=arguments,h=this,L=ot,wn){if(C===n)return pe(L);if(K)return lf(C),C=Yi(Me,i),ie(L)}return C===n&&(C=Yi(Me,i)),_}return Qt.cancel=Zt,Qt.flush=Dt,Qt}var J1=Re(function(t,i){return Uc(t,1,i)}),Z1=Re(function(t,i,s){return Uc(t,cn(i)||0,s)});function Q1(t){return Kn(t,J)}function oa(t,i){if(typeof t!="function"||i!=null&&typeof i!="function")throw new on(l);var s=function(){var c=arguments,h=i?i.apply(this,c):c[0],w=s.cache;if(w.has(h))return w.get(h);var _=t.apply(this,c);return s.cache=w.set(h,_)||w,_};return s.cache=new(oa.Cache||zn),s}oa.Cache=zn;function aa(t){if(typeof t!="function")throw new on(l);return function(){var i=arguments;switch(i.length){case 0:return!t.call(this);case 1:return!t.call(this,i[0]);case 2:return!t.call(this,i[0],i[1]);case 3:return!t.call(this,i[0],i[1],i[2])}return!t.apply(this,i)}}function eb(t){return Vf(2,t)}var tb=Uy(function(t,i){i=i.length==1&&Oe(i[0])?Qe(i[0],Vt(de())):Qe(wt(i,1),Vt(de()));var s=i.length;return Re(function(c){for(var h=-1,w=Ot(c.length,s);++h<w;)c[h]=i[h].call(this,c[h]);return Gt(t,this,c)})}),iu=Re(function(t,i){var s=ir(i,fi(iu));return Kn(t,x,n,i,s)}),ed=Re(function(t,i){var s=ir(i,fi(ed));return Kn(t,j,n,i,s)}),nb=Yn(function(t,i){return Kn(t,B,n,n,n,i)});function rb(t,i){if(typeof t!="function")throw new on(l);return i=i===n?i:Te(i),Re(t,i)}function ib(t,i){if(typeof t!="function")throw new on(l);return i=i==null?0:dt(Te(i),0),Re(function(s){var c=s[i],h=lr(s,0,i);return c&&rr(h,c),Gt(t,this,h)})}function ob(t,i,s){var c=!0,h=!0;if(typeof t!="function")throw new on(l);return et(s)&&(c="leading"in s?!!s.leading:c,h="trailing"in s?!!s.trailing:h),Qf(t,i,{leading:c,maxWait:i,trailing:h})}function ab(t){return Gf(t,1)}function sb(t,i){return iu(Bs(i),t)}function ub(){if(!arguments.length)return[];var t=arguments[0];return Oe(t)?t:[t]}function lb(t){return sn(t,v)}function cb(t,i){return i=typeof i=="function"?i:n,sn(t,v,i)}function fb(t){return sn(t,S|v)}function db(t,i){return i=typeof i=="function"?i:n,sn(t,S|v,i)}function pb(t,i){return i==null||Wc(t,i,mt(i))}function bn(t,i){return t===i||t!==t&&i!==i}var hb=Zo(As),vb=Zo(function(t,i){return t>=i}),Ur=Kc(function(){return arguments}())?Kc:function(t){return nt(t)&&Be.call(t,"callee")&&!Lc.call(t,"callee")},Oe=N.isArray,mb=pc?Vt(pc):xy;function Wt(t){return t!=null&&sa(t.length)&&!Vn(t)}function it(t){return nt(t)&&Wt(t)}function gb(t){return t===!0||t===!1||nt(t)&&Lt(t)==se}var cr=Ig||vu,yb=hc?Vt(hc):Oy;function bb(t){return nt(t)&&t.nodeType===1&&!Gi(t)}function wb(t){if(t==null)return!0;if(Wt(t)&&(Oe(t)||typeof t=="string"||typeof t.splice=="function"||cr(t)||di(t)||Ur(t)))return!t.length;var i=Tt(t);if(i==tt||i==ut)return!t.size;if(Ki(t))return!Ms(t).length;for(var s in t)if(Be.call(t,s))return!1;return!0}function Sb(t,i){return Hi(t,i)}function _b(t,i,s){s=typeof s=="function"?s:n;var c=s?s(t,i):n;return c===n?Hi(t,i,n,s):!!c}function ou(t){if(!nt(t))return!1;var i=Lt(t);return i==Ke||i==be||typeof t.message=="string"&&typeof t.name=="string"&&!Gi(t)}function Eb(t){return typeof t=="number"&&Dc(t)}function Vn(t){if(!et(t))return!1;var i=Lt(t);return i==X||i==at||i==fe||i==Kt}function td(t){return typeof t=="number"&&t==Te(t)}function sa(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=ze}function et(t){var i=typeof t;return t!=null&&(i=="object"||i=="function")}function nt(t){return t!=null&&typeof t=="object"}var nd=vc?Vt(vc):Cy;function xb(t,i){return t===i||Ls(t,i,Vs(i))}function Ob(t,i,s){return s=typeof s=="function"?s:n,Ls(t,i,Vs(i),s)}function Tb(t){return rd(t)&&t!=+t}function Cb(t){if(c0(t))throw new Ee(u);return Yc(t)}function Rb(t){return t===null}function Pb(t){return t==null}function rd(t){return typeof t=="number"||nt(t)&&Lt(t)==st}function Gi(t){if(!nt(t)||Lt(t)!=ht)return!1;var i=Do(t);if(i===null)return!0;var s=Be.call(i,"constructor")&&i.constructor;return typeof s=="function"&&s instanceof s&&Ao.call(s)==Og}var au=mc?Vt(mc):Ry;function Ab(t){return td(t)&&t>=-ze&&t<=ze}var id=gc?Vt(gc):Py;function ua(t){return typeof t=="string"||!Oe(t)&&nt(t)&&Lt(t)==Et}function Jt(t){return typeof t=="symbol"||nt(t)&&Lt(t)==vn}var di=yc?Vt(yc):Ay;function Ib(t){return t===n}function Lb(t){return nt(t)&&Tt(t)==jt}function Mb(t){return nt(t)&&Lt(t)==Cn}var Db=Zo(Ds),kb=Zo(function(t,i){return t<=i});function od(t){if(!t)return[];if(Wt(t))return ua(t)?gn(t):Ft(t);if(ki&&t[ki])return pg(t[ki]());var i=Tt(t),s=i==tt?Ss:i==ut?Co:pi;return s(t)}function Xn(t){if(!t)return t===0?t:0;if(t=cn(t),t===Le||t===-Le){var i=t<0?-1:1;return i*ct}return t===t?t:0}function Te(t){var i=Xn(t),s=i%1;return i===i?s?i-s:i:0}function ad(t){return t?Nr(Te(t),0,V):0}function cn(t){if(typeof t=="number")return t;if(Jt(t))return Y;if(et(t)){var i=typeof t.valueOf=="function"?t.valueOf():t;t=et(i)?i+"":i}if(typeof t!="string")return t===0?t:+t;t=xc(t);var s=Q.test(t);return s||Se.test(t)?Xm(t.slice(2),s?2:8):ee.test(t)?Y:+t}function sd(t){return An(t,Ut(t))}function $b(t){return t?Nr(Te(t),-ze,ze):t===0?t:0}function Fe(t){return t==null?"":Xt(t)}var Nb=li(function(t,i){if(Ki(i)||Wt(i)){An(i,mt(i),t);return}for(var s in i)Be.call(i,s)&&Wi(t,s,i[s])}),ud=li(function(t,i){An(i,Ut(i),t)}),la=li(function(t,i,s,c){An(i,Ut(i),t,c)}),jb=li(function(t,i,s,c){An(i,mt(i),t,c)}),Fb=Yn(Cs);function Wb(t,i){var s=ui(t);return i==null?s:Fc(s,i)}var Ub=Re(function(t,i){t=Ge(t);var s=-1,c=i.length,h=c>2?i[2]:n;for(h&&Mt(i[0],i[1],h)&&(c=1);++s<c;)for(var w=i[s],_=Ut(w),C=-1,L=_.length;++C<L;){var H=_[C],z=t[H];(z===n||bn(z,oi[H])&&!Be.call(t,H))&&(t[H]=w[H])}return t}),Bb=Re(function(t){return t.push(n,Of),Gt(ld,n,t)});function Hb(t,i){return wc(t,de(i,3),Pn)}function zb(t,i){return wc(t,de(i,3),Ps)}function qb(t,i){return t==null?t:Rs(t,de(i,3),Ut)}function Kb(t,i){return t==null?t:zc(t,de(i,3),Ut)}function Yb(t,i){return t&&Pn(t,de(i,3))}function Gb(t,i){return t&&Ps(t,de(i,3))}function Vb(t){return t==null?[]:zo(t,mt(t))}function Xb(t){return t==null?[]:zo(t,Ut(t))}function su(t,i,s){var c=t==null?n:jr(t,i);return c===n?s:c}function Jb(t,i){return t!=null&&Rf(t,i,wy)}function uu(t,i){return t!=null&&Rf(t,i,Sy)}var Zb=wf(function(t,i,s){i!=null&&typeof i.toString!="function"&&(i=Io.call(i)),t[i]=s},cu(Bt)),Qb=wf(function(t,i,s){i!=null&&typeof i.toString!="function"&&(i=Io.call(i)),Be.call(t,i)?t[i].push(s):t[i]=[s]},de),ew=Re(Bi);function mt(t){return Wt(t)?Nc(t):Ms(t)}function Ut(t){return Wt(t)?Nc(t,!0):Iy(t)}function tw(t,i){var s={};return i=de(i,3),Pn(t,function(c,h,w){qn(s,i(c,h,w),c)}),s}function nw(t,i){var s={};return i=de(i,3),Pn(t,function(c,h,w){qn(s,h,i(c,h,w))}),s}var rw=li(function(t,i,s){qo(t,i,s)}),ld=li(function(t,i,s,c){qo(t,i,s,c)}),iw=Yn(function(t,i){var s={};if(t==null)return s;var c=!1;i=Qe(i,function(w){return w=ur(w,t),c||(c=w.length>1),w}),An(t,Ys(t),s),c&&(s=sn(s,S|T|v,Zy));for(var h=i.length;h--;)Fs(s,i[h]);return s});function ow(t,i){return cd(t,aa(de(i)))}var aw=Yn(function(t,i){return t==null?{}:My(t,i)});function cd(t,i){if(t==null)return{};var s=Qe(Ys(t),function(c){return[c]});return i=de(i),ef(t,s,function(c,h){return i(c,h[0])})}function sw(t,i,s){i=ur(i,t);var c=-1,h=i.length;for(h||(h=1,t=n);++c<h;){var w=t==null?n:t[In(i[c])];w===n&&(c=h,w=s),t=Vn(w)?w.call(t):w}return t}function uw(t,i,s){return t==null?t:zi(t,i,s)}function lw(t,i,s,c){return c=typeof c=="function"?c:n,t==null?t:zi(t,i,s,c)}var fd=Ef(mt),dd=Ef(Ut);function cw(t,i,s){var c=Oe(t),h=c||cr(t)||di(t);if(i=de(i,4),s==null){var w=t&&t.constructor;h?s=c?new w:[]:et(t)?s=Vn(w)?ui(Do(t)):{}:s={}}return(h?rn:Pn)(t,function(_,C,L){return i(s,_,C,L)}),s}function fw(t,i){return t==null?!0:Fs(t,i)}function dw(t,i,s){return t==null?t:af(t,i,Bs(s))}function pw(t,i,s,c){return c=typeof c=="function"?c:n,t==null?t:af(t,i,Bs(s),c)}function pi(t){return t==null?[]:ws(t,mt(t))}function hw(t){return t==null?[]:ws(t,Ut(t))}function vw(t,i,s){return s===n&&(s=i,i=n),s!==n&&(s=cn(s),s=s===s?s:0),i!==n&&(i=cn(i),i=i===i?i:0),Nr(cn(t),i,s)}function mw(t,i,s){return i=Xn(i),s===n?(s=i,i=0):s=Xn(s),t=cn(t),_y(t,i,s)}function gw(t,i,s){if(s&&typeof s!="boolean"&&Mt(t,i,s)&&(i=s=n),s===n&&(typeof i=="boolean"?(s=i,i=n):typeof t=="boolean"&&(s=t,t=n)),t===n&&i===n?(t=0,i=1):(t=Xn(t),i===n?(i=t,t=0):i=Xn(i)),t>i){var c=t;t=i,i=c}if(s||t%1||i%1){var h=kc();return Ot(t+h*(i-t+Vm("1e-"+((h+"").length-1))),i)}return $s(t,i)}var yw=ci(function(t,i,s){return i=i.toLowerCase(),t+(s?pd(i):i)});function pd(t){return lu(Fe(t).toLowerCase())}function hd(t){return t=Fe(t),t&&t.replace(Ye,ug).replace(Fm,"")}function bw(t,i,s){t=Fe(t),i=Xt(i);var c=t.length;s=s===n?c:Nr(Te(s),0,c);var h=s;return s-=i.length,s>=0&&t.slice(s,h)==i}function ww(t){return t=Fe(t),t&&Or.test(t)?t.replace(Rn,lg):t}function Sw(t){return t=Fe(t),t&&Ar.test(t)?t.replace(Pr,"\\$&"):t}var _w=ci(function(t,i,s){return t+(s?"-":"")+i.toLowerCase()}),Ew=ci(function(t,i,s){return t+(s?" ":"")+i.toLowerCase()}),xw=gf("toLowerCase");function Ow(t,i,s){t=Fe(t),i=Te(i);var c=i?ri(t):0;if(!i||c>=i)return t;var h=(i-c)/2;return Jo(jo(h),s)+t+Jo(No(h),s)}function Tw(t,i,s){t=Fe(t),i=Te(i);var c=i?ri(t):0;return i&&c<i?t+Jo(i-c,s):t}function Cw(t,i,s){t=Fe(t),i=Te(i);var c=i?ri(t):0;return i&&c<i?Jo(i-c,s)+t:t}function Rw(t,i,s){return s||i==null?i=0:i&&(i=+i),kg(Fe(t).replace(Ir,""),i||0)}function Pw(t,i,s){return(s?Mt(t,i,s):i===n)?i=1:i=Te(i),Ns(Fe(t),i)}function Aw(){var t=arguments,i=Fe(t[0]);return t.length<3?i:i.replace(t[1],t[2])}var Iw=ci(function(t,i,s){return t+(s?"_":"")+i.toLowerCase()});function Lw(t,i,s){return s&&typeof s!="number"&&Mt(t,i,s)&&(i=s=n),s=s===n?V:s>>>0,s?(t=Fe(t),t&&(typeof i=="string"||i!=null&&!au(i))&&(i=Xt(i),!i&&ni(t))?lr(gn(t),0,s):t.split(i,s)):[]}var Mw=ci(function(t,i,s){return t+(s?" ":"")+lu(i)});function Dw(t,i,s){return t=Fe(t),s=s==null?0:Nr(Te(s),0,t.length),i=Xt(i),t.slice(s,s+i.length)==i}function kw(t,i,s){var c=m.templateSettings;s&&Mt(t,i,s)&&(i=n),t=Fe(t),i=la({},i,c,xf);var h=la({},i.imports,c.imports,xf),w=mt(h),_=ws(h,w),C,L,H=0,z=i.interpolate||vt,K="__p += '",Z=_s((i.escape||vt).source+"|"+z.source+"|"+(z===Qr?re:vt).source+"|"+(i.evaluate||vt).source+"|$","g"),ie="//# sourceURL="+(Be.call(i,"sourceURL")?(i.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++zm+"]")+`
186
+ `;t.replace(Z,function(he,Me,$e,Zt,Dt,Qt){return $e||($e=Zt),K+=t.slice(H,Qt).replace(Lr,cg),Me&&(C=!0,K+=`' +
187
+ __e(`+Me+`) +
188
188
  '`),Dt&&(L=!0,K+=`';
189
189
  `+Dt+`;
190
- __p += '`),Ne&&(K+=`' +
191
- ((__t = (`+Ne+`)) == null ? '' : __t) +
192
- '`),H=Zt+he.length,he}),K+=`';
193
- `;var pe=He.call(i,"variable")&&i.variable;if(!pe)K=`with (obj) {
190
+ __p += '`),$e&&(K+=`' +
191
+ ((__t = (`+$e+`)) == null ? '' : __t) +
192
+ '`),H=Qt+he.length,he}),K+=`';
193
+ `;var pe=Be.call(i,"variable")&&i.variable;if(!pe)K=`with (obj) {
194
194
  `+K+`
195
195
  }
196
- `;else if(je.test(pe))throw new Se(f);K=(L?K.replace(Sr,""):K).replace(Ti,"$1").replace(Er,"$1;"),K="function("+(pe||"obj")+`) {
196
+ `;else if(k.test(pe))throw new Ee(f);K=(L?K.replace(Ri,""):K).replace(Un,"$1").replace(xr,"$1;"),K="function("+(pe||"obj")+`) {
197
197
  `+(pe?"":`obj || (obj = {});
198
198
  `)+"var __t, __p = ''"+(C?", __e = _.escape":"")+(L?`, __j = Array.prototype.join;
199
199
  function print() { __p += __j.call(arguments, '') }
200
200
  `:`;
201
201
  `)+K+`return __p
202
- }`;var Ce=pd(function(){return Fe(b,re+"return "+K).apply(n,E)});if(Ce.source=K,tu(Ce))throw Ce;return Ce}function Db(t){return We(t).toLowerCase()}function kb(t){return We(t).toUpperCase()}function Nb(t,i,s){if(t=We(t),t&&(s||i===n))return _l(t);if(!t||!(i=Xt(i)))return t;var l=bn(t),p=bn(i),b=Sl(l,p),E=El(l,p)+1;return ur(l,b,E).join("")}function $b(t,i,s){if(t=We(t),t&&(s||i===n))return t.slice(0,Ol(t)+1);if(!t||!(i=Xt(i)))return t;var l=bn(t),p=El(l,bn(i))+1;return ur(l,0,p).join("")}function jb(t,i,s){if(t=We(t),t&&(s||i===n))return t.replace(N,"");if(!t||!(i=Xt(i)))return t;var l=bn(t),p=Sl(l,bn(i));return ur(l,p).join("")}function Fb(t,i){var s=ne,l=we;if(tt(i)){var p="separator"in i?i.separator:p;s="length"in i?Te(i.length):s,l="omission"in i?Xt(i.omission):l}t=We(t);var b=t.length;if(Qr(t)){var E=bn(t);b=E.length}if(s>=b)return t;var C=s-ei(l);if(C<1)return l;var L=E?ur(E,0,C).join(""):t.slice(0,C);if(p===n)return L+l;if(E&&(C+=L.length-C),nu(p)){if(t.slice(C).search(p)){var H,z=L;for(p.global||(p=ys(p.source,We(it.exec(p))+"g")),p.lastIndex=0;H=p.exec(z);)var K=H.index;L=L.slice(0,K===n?C:K)}}else if(t.indexOf(Xt(p),C)!=C){var J=L.lastIndexOf(p);J>-1&&(L=L.slice(0,J))}return L+l}function Wb(t){return t=We(t),t&&xr.test(t)?t.replace(Xr,vg):t}var Ub=si(function(t,i,s){return t+(s?" ":"")+i.toUpperCase()}),ou=hf("toUpperCase");function dd(t,i,s){return t=We(t),i=s?n:i,i===n?lg(t)?yg(t):tg(t):t.match(i)||[]}var pd=Pe(function(t,i){try{return Gt(t,n,i)}catch(s){return tu(s)?s:new Se(s)}}),Bb=zn(function(t,i){return on(i,function(s){s=Ln(s),Bn(t,s,Qs(t[s],t))}),t});function Hb(t){var i=t==null?0:t.length,s=de();return t=i?et(t,function(l){if(typeof l[1]!="function")throw new an(c);return[s(l[0]),l[1]]}):[],Pe(function(l){for(var p=-1;++p<i;){var b=t[p];if(Gt(b[0],this,l))return Gt(b[1],this,l)}})}function zb(t){return v0(un(t,_))}function au(t){return function(){return t}}function qb(t,i){return t==null||t!==t?i:t}var Kb=mf(),Gb=mf(!0);function Ut(t){return t}function su(t){return ql(typeof t=="function"?t:un(t,_))}function Yb(t){return Gl(un(t,_))}function Xb(t,i){return Yl(t,un(i,_))}var Vb=Pe(function(t,i){return function(s){return Wi(s,t,i)}}),Jb=Pe(function(t,i){return function(s){return Wi(t,s,i)}});function uu(t,i,s){var l=mt(i),p=Bo(i,l);s==null&&!(tt(i)&&(p.length||!l.length))&&(s=i,i=t,t=this,p=Bo(i,mt(i)));var b=!(tt(s)&&"chain"in s)||!!s.chain,E=Kn(t);return on(p,function(C){var L=i[C];t[C]=L,E&&(t.prototype[C]=function(){var H=this.__chain__;if(b||H){var z=t(this.__wrapped__),K=z.__actions__=jt(this.__actions__);return K.push({func:L,args:arguments,thisArg:t}),z.__chain__=H,z}return L.apply(t,nr([this.value()],arguments))})}),t}function Zb(){return wt._===this&&(wt._=xg),this}function cu(){}function Qb(t){return t=Te(t),Pe(function(i){return Xl(i,t)})}var e_=Ws(et),t_=Ws(ml),n_=Ws(fs);function hd(t){return Gs(t)?ds(Ln(t)):L0(t)}function r_(t){return function(i){return t==null?n:Lr(t,i)}}var i_=yf(),o_=yf(!0);function lu(){return[]}function fu(){return!1}function a_(){return{}}function s_(){return""}function u_(){return!0}function c_(t,i){if(t=Te(t),t<1||t>qe)return[];var s=X,l=xt(t,X);i=de(i),t-=X;for(var p=vs(l,i);++s<t;)i(s);return p}function l_(t){return xe(t)?et(t,Ln):Vt(t)?[t]:jt(Df(We(t)))}function f_(t){var i=++Sg;return We(t)+i}var d_=Yo(function(t,i){return t+i},0),p_=Us("ceil"),h_=Yo(function(t,i){return t/i},1),v_=Us("floor");function m_(t){return t&&t.length?Uo(t,Ut,Ts):n}function g_(t,i){return t&&t.length?Uo(t,de(i,2),Ts):n}function y_(t){return wl(t,Ut)}function w_(t,i){return wl(t,de(i,2))}function b_(t){return t&&t.length?Uo(t,Ut,As):n}function __(t,i){return t&&t.length?Uo(t,de(i,2),As):n}var S_=Yo(function(t,i){return t*i},1),E_=Us("round"),x_=Yo(function(t,i){return t-i},0);function O_(t){return t&&t.length?hs(t,Ut):0}function T_(t,i){return t&&t.length?hs(t,de(i,2)):0}return g.after=Y1,g.ary=qf,g.assign=kw,g.assignIn=od,g.assignInWith=sa,g.assignWith=Nw,g.at=$w,g.before=Kf,g.bind=Qs,g.bindAll=Bb,g.bindKey=Gf,g.castArray=aw,g.chain=Bf,g.chunk=vy,g.compact=my,g.concat=gy,g.cond=Hb,g.conforms=zb,g.constant=au,g.countBy=O1,g.create=jw,g.curry=Yf,g.curryRight=Xf,g.debounce=Vf,g.defaults=Fw,g.defaultsDeep=Ww,g.defer=X1,g.delay=V1,g.difference=yy,g.differenceBy=wy,g.differenceWith=by,g.drop=_y,g.dropRight=Sy,g.dropRightWhile=Ey,g.dropWhile=xy,g.fill=Oy,g.filter=C1,g.flatMap=A1,g.flatMapDeep=I1,g.flatMapDepth=L1,g.flatten=jf,g.flattenDeep=Ty,g.flattenDepth=Cy,g.flip=J1,g.flow=Kb,g.flowRight=Gb,g.fromPairs=Py,g.functions=Gw,g.functionsIn=Yw,g.groupBy=M1,g.initial=Ay,g.intersection=Iy,g.intersectionBy=Ly,g.intersectionWith=My,g.invert=Vw,g.invertBy=Jw,g.invokeMap=k1,g.iteratee=su,g.keyBy=N1,g.keys=mt,g.keysIn=Wt,g.map=ta,g.mapKeys=Qw,g.mapValues=eb,g.matches=Yb,g.matchesProperty=Xb,g.memoize=ra,g.merge=tb,g.mergeWith=ad,g.method=Vb,g.methodOf=Jb,g.mixin=uu,g.negate=ia,g.nthArg=Qb,g.omit=nb,g.omitBy=rb,g.once=Z1,g.orderBy=$1,g.over=e_,g.overArgs=Q1,g.overEvery=t_,g.overSome=n_,g.partial=eu,g.partialRight=Jf,g.partition=j1,g.pick=ib,g.pickBy=sd,g.property=hd,g.propertyOf=r_,g.pull=$y,g.pullAll=Wf,g.pullAllBy=jy,g.pullAllWith=Fy,g.pullAt=Wy,g.range=i_,g.rangeRight=o_,g.rearg=ew,g.reject=U1,g.remove=Uy,g.rest=tw,g.reverse=Js,g.sampleSize=H1,g.set=ab,g.setWith=sb,g.shuffle=z1,g.slice=By,g.sortBy=G1,g.sortedUniq=Xy,g.sortedUniqBy=Vy,g.split=Ab,g.spread=nw,g.tail=Jy,g.take=Zy,g.takeRight=Qy,g.takeRightWhile=e1,g.takeWhile=t1,g.tap=m1,g.throttle=rw,g.thru=ea,g.toArray=nd,g.toPairs=ud,g.toPairsIn=cd,g.toPath=l_,g.toPlainObject=id,g.transform=ub,g.unary=iw,g.union=n1,g.unionBy=r1,g.unionWith=i1,g.uniq=o1,g.uniqBy=a1,g.uniqWith=s1,g.unset=cb,g.unzip=Zs,g.unzipWith=Uf,g.update=lb,g.updateWith=fb,g.values=li,g.valuesIn=db,g.without=u1,g.words=dd,g.wrap=ow,g.xor=c1,g.xorBy=l1,g.xorWith=f1,g.zip=d1,g.zipObject=p1,g.zipObjectDeep=h1,g.zipWith=v1,g.entries=ud,g.entriesIn=cd,g.extend=od,g.extendWith=sa,uu(g,g),g.add=d_,g.attempt=pd,g.camelCase=mb,g.capitalize=ld,g.ceil=p_,g.clamp=pb,g.clone=sw,g.cloneDeep=cw,g.cloneDeepWith=lw,g.cloneWith=uw,g.conformsTo=fw,g.deburr=fd,g.defaultTo=qb,g.divide=h_,g.endsWith=gb,g.eq=Sn,g.escape=yb,g.escapeRegExp=wb,g.every=T1,g.find=P1,g.findIndex=Nf,g.findKey=Uw,g.findLast=R1,g.findLastIndex=$f,g.findLastKey=Bw,g.floor=v_,g.forEach=Hf,g.forEachRight=zf,g.forIn=Hw,g.forInRight=zw,g.forOwn=qw,g.forOwnRight=Kw,g.get=ru,g.gt=dw,g.gte=pw,g.has=Xw,g.hasIn=iu,g.head=Ff,g.identity=Ut,g.includes=D1,g.indexOf=Ry,g.inRange=hb,g.invoke=Zw,g.isArguments=kr,g.isArray=xe,g.isArrayBuffer=hw,g.isArrayLike=Ft,g.isArrayLikeObject=ut,g.isBoolean=vw,g.isBuffer=cr,g.isDate=mw,g.isElement=gw,g.isEmpty=yw,g.isEqual=ww,g.isEqualWith=bw,g.isError=tu,g.isFinite=_w,g.isFunction=Kn,g.isInteger=Zf,g.isLength=oa,g.isMap=Qf,g.isMatch=Sw,g.isMatchWith=Ew,g.isNaN=xw,g.isNative=Ow,g.isNil=Cw,g.isNull=Tw,g.isNumber=ed,g.isObject=tt,g.isObjectLike=ot,g.isPlainObject=Ki,g.isRegExp=nu,g.isSafeInteger=Pw,g.isSet=td,g.isString=aa,g.isSymbol=Vt,g.isTypedArray=ci,g.isUndefined=Rw,g.isWeakMap=Aw,g.isWeakSet=Iw,g.join=Dy,g.kebabCase=bb,g.last=ln,g.lastIndexOf=ky,g.lowerCase=_b,g.lowerFirst=Sb,g.lt=Lw,g.lte=Mw,g.max=m_,g.maxBy=g_,g.mean=y_,g.meanBy=w_,g.min=b_,g.minBy=__,g.stubArray=lu,g.stubFalse=fu,g.stubObject=a_,g.stubString=s_,g.stubTrue=u_,g.multiply=S_,g.nth=Ny,g.noConflict=Zb,g.noop=cu,g.now=na,g.pad=Eb,g.padEnd=xb,g.padStart=Ob,g.parseInt=Tb,g.random=vb,g.reduce=F1,g.reduceRight=W1,g.repeat=Cb,g.replace=Pb,g.result=ob,g.round=E_,g.runInContext=A,g.sample=B1,g.size=q1,g.snakeCase=Rb,g.some=K1,g.sortedIndex=Hy,g.sortedIndexBy=zy,g.sortedIndexOf=qy,g.sortedLastIndex=Ky,g.sortedLastIndexBy=Gy,g.sortedLastIndexOf=Yy,g.startCase=Ib,g.startsWith=Lb,g.subtract=x_,g.sum=O_,g.sumBy=T_,g.template=Mb,g.times=c_,g.toFinite=Gn,g.toInteger=Te,g.toLength=rd,g.toLower=Db,g.toNumber=fn,g.toSafeInteger=Dw,g.toString=We,g.toUpper=kb,g.trim=Nb,g.trimEnd=$b,g.trimStart=jb,g.truncate=Fb,g.unescape=Wb,g.uniqueId=f_,g.upperCase=Ub,g.upperFirst=ou,g.each=Hf,g.eachRight=zf,g.first=Ff,uu(g,function(){var t={};return An(g,function(i,s){He.call(g.prototype,s)||(t[s]=i)}),t}(),{chain:!1}),g.VERSION=o,on(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){g[t].placeholder=g}),on(["drop","take"],function(t,i){De.prototype[t]=function(s){s=s===n?1:pt(Te(s),0);var l=this.__filtered__&&!i?new De(this):this.clone();return l.__filtered__?l.__takeCount__=xt(s,l.__takeCount__):l.__views__.push({size:xt(s,X),type:t+(l.__dir__<0?"Right":"")}),l},De.prototype[t+"Right"]=function(s){return this.reverse()[t](s).reverse()}}),on(["filter","map","takeWhile"],function(t,i){var s=i+1,l=s==ue||s==_e;De.prototype[t]=function(p){var b=this.clone();return b.__iteratees__.push({iteratee:de(p,3),type:s}),b.__filtered__=b.__filtered__||l,b}}),on(["head","last"],function(t,i){var s="take"+(i?"Right":"");De.prototype[t]=function(){return this[s](1).value()[0]}}),on(["initial","tail"],function(t,i){var s="drop"+(i?"":"Right");De.prototype[t]=function(){return this.__filtered__?new De(this):this[s](1)}}),De.prototype.compact=function(){return this.filter(Ut)},De.prototype.find=function(t){return this.filter(t).head()},De.prototype.findLast=function(t){return this.reverse().find(t)},De.prototype.invokeMap=Pe(function(t,i){return typeof t=="function"?new De(this):this.map(function(s){return Wi(s,t,i)})}),De.prototype.reject=function(t){return this.filter(ia(de(t)))},De.prototype.slice=function(t,i){t=Te(t);var s=this;return s.__filtered__&&(t>0||i<0)?new De(s):(t<0?s=s.takeRight(-t):t&&(s=s.drop(t)),i!==n&&(i=Te(i),s=i<0?s.dropRight(-i):s.take(i-t)),s)},De.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},De.prototype.toArray=function(){return this.take(X)},An(De.prototype,function(t,i){var s=/^(?:filter|find|map|reject)|While$/.test(i),l=/^(?:head|last)$/.test(i),p=g[l?"take"+(i=="last"?"Right":""):i],b=l||/^find/.test(i);p&&(g.prototype[i]=function(){var E=this.__wrapped__,C=l?[1]:arguments,L=E instanceof De,H=C[0],z=L||xe(E),K=function(Le){var Ne=p.apply(g,nr([Le],C));return l&&J?Ne[0]:Ne};z&&s&&typeof H=="function"&&H.length!=1&&(L=z=!1);var J=this.__chain__,re=!!this.__actions__.length,pe=b&&!J,Ce=L&&!re;if(!b&&z){E=Ce?E:new De(this);var he=t.apply(E,C);return he.__actions__.push({func:ea,args:[K],thisArg:n}),new sn(he,J)}return pe&&Ce?t.apply(this,C):(he=this.thru(K),pe?l?he.value()[0]:he.value():he)})}),on(["pop","push","shift","sort","splice","unshift"],function(t){var i=To[t],s=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",l=/^(?:pop|shift)$/.test(t);g.prototype[t]=function(){var p=arguments;if(l&&!this.__chain__){var b=this.value();return i.apply(xe(b)?b:[],p)}return this[s](function(E){return i.apply(xe(E)?E:[],p)})}}),An(De.prototype,function(t,i){var s=g[i];if(s){var l=s.name+"";He.call(ii,l)||(ii[l]=[]),ii[l].push({name:i,func:s})}}),ii[Go(n,D).name]=[{name:"wrapper",func:n}],De.prototype.clone=Wg,De.prototype.reverse=Ug,De.prototype.value=Bg,g.prototype.at=g1,g.prototype.chain=y1,g.prototype.commit=w1,g.prototype.next=b1,g.prototype.plant=S1,g.prototype.reverse=E1,g.prototype.toJSON=g.prototype.valueOf=g.prototype.value=x1,g.prototype.first=g.prototype.head,Mi&&(g.prototype[Mi]=_1),g},ti=wg();Cr?((Cr.exports=ti)._=ti,ss._=ti):wt._=ti}).call(Fr)})(Ua,Ua.exports);var vn=Ua.exports;function GP(e){const[r,n]=q.useState(e),o=q.useMemo(()=>YP(r,n),[]);return{state:r,actions:{...o,set:n}}}function YP(e,r=()=>{}){return Object.keys(e).reduce((o,a)=>({...o,[`set${vn.upperFirst(a)}`]:u=>r(c=>({...c,[a]:u}))}),{})}const XP=(e,r,n={})=>{n={timeout:200,...n};const o=q.useRef(),a=()=>{o.current&&(clearTimeout(o.current),o.current=null)};return q.useCallback((u,...c)=>{a(),r&&u.detail===1&&(o.current=setTimeout(()=>{r(u,...c)},n.timeout)),u.detail%2===0&&e(u,...c)},[r,e,n.timeout])};function Jn(e){return typeof e=="function"}function $v(e){var r=function(o){Error.call(o),o.stack=new Error().stack},n=e(r);return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var Yu=$v(function(e){return function(n){e(this),this.message=n?n.length+` errors occurred during unsubscription:
202
+ }`;var Ce=md(function(){return je(w,ie+"return "+K).apply(n,_)});if(Ce.source=K,ou(Ce))throw Ce;return Ce}function $w(t){return Fe(t).toLowerCase()}function Nw(t){return Fe(t).toUpperCase()}function jw(t,i,s){if(t=Fe(t),t&&(s||i===n))return xc(t);if(!t||!(i=Xt(i)))return t;var c=gn(t),h=gn(i),w=Oc(c,h),_=Tc(c,h)+1;return lr(c,w,_).join("")}function Fw(t,i,s){if(t=Fe(t),t&&(s||i===n))return t.slice(0,Rc(t)+1);if(!t||!(i=Xt(i)))return t;var c=gn(t),h=Tc(c,gn(i))+1;return lr(c,0,h).join("")}function Ww(t,i,s){if(t=Fe(t),t&&(s||i===n))return t.replace(Ir,"");if(!t||!(i=Xt(i)))return t;var c=gn(t),h=Oc(c,gn(i));return lr(c,h).join("")}function Uw(t,i){var s=ne,c=we;if(et(i)){var h="separator"in i?i.separator:h;s="length"in i?Te(i.length):s,c="omission"in i?Xt(i.omission):c}t=Fe(t);var w=t.length;if(ni(t)){var _=gn(t);w=_.length}if(s>=w)return t;var C=s-ri(c);if(C<1)return c;var L=_?lr(_,0,C).join(""):t.slice(0,C);if(h===n)return L+c;if(_&&(C+=L.length-C),au(h)){if(t.slice(C).search(h)){var H,z=L;for(h.global||(h=_s(h.source,Fe(oe.exec(h))+"g")),h.lastIndex=0;H=h.exec(z);)var K=H.index;L=L.slice(0,K===n?C:K)}}else if(t.indexOf(Xt(h),C)!=C){var Z=L.lastIndexOf(h);Z>-1&&(L=L.slice(0,Z))}return L+c}function Bw(t){return t=Fe(t),t&&Bn.test(t)?t.replace(xt,gg):t}var Hw=ci(function(t,i,s){return t+(s?" ":"")+i.toUpperCase()}),lu=gf("toUpperCase");function vd(t,i,s){return t=Fe(t),i=s?n:i,i===n?dg(t)?wg(t):rg(t):t.match(i)||[]}var md=Re(function(t,i){try{return Gt(t,n,i)}catch(s){return ou(s)?s:new Ee(s)}}),zw=Yn(function(t,i){return rn(i,function(s){s=In(s),qn(t,s,ru(t[s],t))}),t});function qw(t){var i=t==null?0:t.length,s=de();return t=i?Qe(t,function(c){if(typeof c[1]!="function")throw new on(l);return[s(c[0]),c[1]]}):[],Re(function(c){for(var h=-1;++h<i;){var w=t[h];if(Gt(w[0],this,c))return Gt(w[1],this,c)}})}function Kw(t){return gy(sn(t,S))}function cu(t){return function(){return t}}function Yw(t,i){return t==null||t!==t?i:t}var Gw=bf(),Vw=bf(!0);function Bt(t){return t}function fu(t){return Gc(typeof t=="function"?t:sn(t,S))}function Xw(t){return Xc(sn(t,S))}function Jw(t,i){return Jc(t,sn(i,S))}var Zw=Re(function(t,i){return function(s){return Bi(s,t,i)}}),Qw=Re(function(t,i){return function(s){return Bi(t,s,i)}});function du(t,i,s){var c=mt(i),h=zo(i,c);s==null&&!(et(i)&&(h.length||!c.length))&&(s=i,i=t,t=this,h=zo(i,mt(i)));var w=!(et(s)&&"chain"in s)||!!s.chain,_=Vn(t);return rn(h,function(C){var L=i[C];t[C]=L,_&&(t.prototype[C]=function(){var H=this.__chain__;if(w||H){var z=t(this.__wrapped__),K=z.__actions__=Ft(this.__actions__);return K.push({func:L,args:arguments,thisArg:t}),z.__chain__=H,z}return L.apply(t,rr([this.value()],arguments))})}),t}function eS(){return bt._===this&&(bt._=Tg),this}function pu(){}function tS(t){return t=Te(t),Re(function(i){return Zc(i,t)})}var nS=zs(Qe),rS=zs(bc),iS=zs(vs);function gd(t){return Js(t)?ms(In(t)):Dy(t)}function oS(t){return function(i){return t==null?n:jr(t,i)}}var aS=Sf(),sS=Sf(!0);function hu(){return[]}function vu(){return!1}function uS(){return{}}function lS(){return""}function cS(){return!0}function fS(t,i){if(t=Te(t),t<1||t>ze)return[];var s=V,c=Ot(t,V);i=de(i),t-=V;for(var h=bs(c,i);++s<t;)i(s);return h}function dS(t){return Oe(t)?Qe(t,In):Jt(t)?[t]:Ft(Nf(Fe(t)))}function pS(t){var i=++xg;return Fe(t)+i}var hS=Xo(function(t,i){return t+i},0),vS=qs("ceil"),mS=Xo(function(t,i){return t/i},1),gS=qs("floor");function yS(t){return t&&t.length?Ho(t,Bt,As):n}function bS(t,i){return t&&t.length?Ho(t,de(i,2),As):n}function wS(t){return _c(t,Bt)}function SS(t,i){return _c(t,de(i,2))}function _S(t){return t&&t.length?Ho(t,Bt,Ds):n}function ES(t,i){return t&&t.length?Ho(t,de(i,2),Ds):n}var xS=Xo(function(t,i){return t*i},1),OS=qs("round"),TS=Xo(function(t,i){return t-i},0);function CS(t){return t&&t.length?ys(t,Bt):0}function RS(t,i){return t&&t.length?ys(t,de(i,2)):0}return m.after=X1,m.ary=Gf,m.assign=Nb,m.assignIn=ud,m.assignInWith=la,m.assignWith=jb,m.at=Fb,m.before=Vf,m.bind=ru,m.bindAll=zw,m.bindKey=Xf,m.castArray=ub,m.chain=qf,m.chunk=g0,m.compact=y0,m.concat=b0,m.cond=qw,m.conforms=Kw,m.constant=cu,m.countBy=C1,m.create=Wb,m.curry=Jf,m.curryRight=Zf,m.debounce=Qf,m.defaults=Ub,m.defaultsDeep=Bb,m.defer=J1,m.delay=Z1,m.difference=w0,m.differenceBy=S0,m.differenceWith=_0,m.drop=E0,m.dropRight=x0,m.dropRightWhile=O0,m.dropWhile=T0,m.fill=C0,m.filter=P1,m.flatMap=L1,m.flatMapDeep=M1,m.flatMapDepth=D1,m.flatten=Uf,m.flattenDeep=R0,m.flattenDepth=P0,m.flip=Q1,m.flow=Gw,m.flowRight=Vw,m.fromPairs=A0,m.functions=Vb,m.functionsIn=Xb,m.groupBy=k1,m.initial=L0,m.intersection=M0,m.intersectionBy=D0,m.intersectionWith=k0,m.invert=Zb,m.invertBy=Qb,m.invokeMap=N1,m.iteratee=fu,m.keyBy=j1,m.keys=mt,m.keysIn=Ut,m.map=ra,m.mapKeys=tw,m.mapValues=nw,m.matches=Xw,m.matchesProperty=Jw,m.memoize=oa,m.merge=rw,m.mergeWith=ld,m.method=Zw,m.methodOf=Qw,m.mixin=du,m.negate=aa,m.nthArg=tS,m.omit=iw,m.omitBy=ow,m.once=eb,m.orderBy=F1,m.over=nS,m.overArgs=tb,m.overEvery=rS,m.overSome=iS,m.partial=iu,m.partialRight=ed,m.partition=W1,m.pick=aw,m.pickBy=cd,m.property=gd,m.propertyOf=oS,m.pull=F0,m.pullAll=Hf,m.pullAllBy=W0,m.pullAllWith=U0,m.pullAt=B0,m.range=aS,m.rangeRight=sS,m.rearg=nb,m.reject=H1,m.remove=H0,m.rest=rb,m.reverse=tu,m.sampleSize=q1,m.set=uw,m.setWith=lw,m.shuffle=K1,m.slice=z0,m.sortBy=V1,m.sortedUniq=J0,m.sortedUniqBy=Z0,m.split=Lw,m.spread=ib,m.tail=Q0,m.take=e1,m.takeRight=t1,m.takeRightWhile=n1,m.takeWhile=r1,m.tap=y1,m.throttle=ob,m.thru=na,m.toArray=od,m.toPairs=fd,m.toPairsIn=dd,m.toPath=dS,m.toPlainObject=sd,m.transform=cw,m.unary=ab,m.union=i1,m.unionBy=o1,m.unionWith=a1,m.uniq=s1,m.uniqBy=u1,m.uniqWith=l1,m.unset=fw,m.unzip=nu,m.unzipWith=zf,m.update=dw,m.updateWith=pw,m.values=pi,m.valuesIn=hw,m.without=c1,m.words=vd,m.wrap=sb,m.xor=f1,m.xorBy=d1,m.xorWith=p1,m.zip=h1,m.zipObject=v1,m.zipObjectDeep=m1,m.zipWith=g1,m.entries=fd,m.entriesIn=dd,m.extend=ud,m.extendWith=la,du(m,m),m.add=hS,m.attempt=md,m.camelCase=yw,m.capitalize=pd,m.ceil=vS,m.clamp=vw,m.clone=lb,m.cloneDeep=fb,m.cloneDeepWith=db,m.cloneWith=cb,m.conformsTo=pb,m.deburr=hd,m.defaultTo=Yw,m.divide=mS,m.endsWith=bw,m.eq=bn,m.escape=ww,m.escapeRegExp=Sw,m.every=R1,m.find=A1,m.findIndex=Ff,m.findKey=Hb,m.findLast=I1,m.findLastIndex=Wf,m.findLastKey=zb,m.floor=gS,m.forEach=Kf,m.forEachRight=Yf,m.forIn=qb,m.forInRight=Kb,m.forOwn=Yb,m.forOwnRight=Gb,m.get=su,m.gt=hb,m.gte=vb,m.has=Jb,m.hasIn=uu,m.head=Bf,m.identity=Bt,m.includes=$1,m.indexOf=I0,m.inRange=mw,m.invoke=ew,m.isArguments=Ur,m.isArray=Oe,m.isArrayBuffer=mb,m.isArrayLike=Wt,m.isArrayLikeObject=it,m.isBoolean=gb,m.isBuffer=cr,m.isDate=yb,m.isElement=bb,m.isEmpty=wb,m.isEqual=Sb,m.isEqualWith=_b,m.isError=ou,m.isFinite=Eb,m.isFunction=Vn,m.isInteger=td,m.isLength=sa,m.isMap=nd,m.isMatch=xb,m.isMatchWith=Ob,m.isNaN=Tb,m.isNative=Cb,m.isNil=Pb,m.isNull=Rb,m.isNumber=rd,m.isObject=et,m.isObjectLike=nt,m.isPlainObject=Gi,m.isRegExp=au,m.isSafeInteger=Ab,m.isSet=id,m.isString=ua,m.isSymbol=Jt,m.isTypedArray=di,m.isUndefined=Ib,m.isWeakMap=Lb,m.isWeakSet=Mb,m.join=$0,m.kebabCase=_w,m.last=ln,m.lastIndexOf=N0,m.lowerCase=Ew,m.lowerFirst=xw,m.lt=Db,m.lte=kb,m.max=yS,m.maxBy=bS,m.mean=wS,m.meanBy=SS,m.min=_S,m.minBy=ES,m.stubArray=hu,m.stubFalse=vu,m.stubObject=uS,m.stubString=lS,m.stubTrue=cS,m.multiply=xS,m.nth=j0,m.noConflict=eS,m.noop=pu,m.now=ia,m.pad=Ow,m.padEnd=Tw,m.padStart=Cw,m.parseInt=Rw,m.random=gw,m.reduce=U1,m.reduceRight=B1,m.repeat=Pw,m.replace=Aw,m.result=sw,m.round=OS,m.runInContext=I,m.sample=z1,m.size=Y1,m.snakeCase=Iw,m.some=G1,m.sortedIndex=q0,m.sortedIndexBy=K0,m.sortedIndexOf=Y0,m.sortedLastIndex=G0,m.sortedLastIndexBy=V0,m.sortedLastIndexOf=X0,m.startCase=Mw,m.startsWith=Dw,m.subtract=TS,m.sum=CS,m.sumBy=RS,m.template=kw,m.times=fS,m.toFinite=Xn,m.toInteger=Te,m.toLength=ad,m.toLower=$w,m.toNumber=cn,m.toSafeInteger=$b,m.toString=Fe,m.toUpper=Nw,m.trim=jw,m.trimEnd=Fw,m.trimStart=Ww,m.truncate=Uw,m.unescape=Bw,m.uniqueId=pS,m.upperCase=Hw,m.upperFirst=lu,m.each=Kf,m.eachRight=Yf,m.first=Bf,du(m,function(){var t={};return Pn(m,function(i,s){Be.call(m.prototype,s)||(t[s]=i)}),t}(),{chain:!1}),m.VERSION=o,rn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){m[t].placeholder=m}),rn(["drop","take"],function(t,i){De.prototype[t]=function(s){s=s===n?1:dt(Te(s),0);var c=this.__filtered__&&!i?new De(this):this.clone();return c.__filtered__?c.__takeCount__=Ot(s,c.__takeCount__):c.__views__.push({size:Ot(s,V),type:t+(c.__dir__<0?"Right":"")}),c},De.prototype[t+"Right"]=function(s){return this.reverse()[t](s).reverse()}}),rn(["filter","map","takeWhile"],function(t,i){var s=i+1,c=s==ge||s==_e;De.prototype[t]=function(h){var w=this.clone();return w.__iteratees__.push({iteratee:de(h,3),type:s}),w.__filtered__=w.__filtered__||c,w}}),rn(["head","last"],function(t,i){var s="take"+(i?"Right":"");De.prototype[t]=function(){return this[s](1).value()[0]}}),rn(["initial","tail"],function(t,i){var s="drop"+(i?"":"Right");De.prototype[t]=function(){return this.__filtered__?new De(this):this[s](1)}}),De.prototype.compact=function(){return this.filter(Bt)},De.prototype.find=function(t){return this.filter(t).head()},De.prototype.findLast=function(t){return this.reverse().find(t)},De.prototype.invokeMap=Re(function(t,i){return typeof t=="function"?new De(this):this.map(function(s){return Bi(s,t,i)})}),De.prototype.reject=function(t){return this.filter(aa(de(t)))},De.prototype.slice=function(t,i){t=Te(t);var s=this;return s.__filtered__&&(t>0||i<0)?new De(s):(t<0?s=s.takeRight(-t):t&&(s=s.drop(t)),i!==n&&(i=Te(i),s=i<0?s.dropRight(-i):s.take(i-t)),s)},De.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},De.prototype.toArray=function(){return this.take(V)},Pn(De.prototype,function(t,i){var s=/^(?:filter|find|map|reject)|While$/.test(i),c=/^(?:head|last)$/.test(i),h=m[c?"take"+(i=="last"?"Right":""):i],w=c||/^find/.test(i);h&&(m.prototype[i]=function(){var _=this.__wrapped__,C=c?[1]:arguments,L=_ instanceof De,H=C[0],z=L||Oe(_),K=function(Me){var $e=h.apply(m,rr([Me],C));return c&&Z?$e[0]:$e};z&&s&&typeof H=="function"&&H.length!=1&&(L=z=!1);var Z=this.__chain__,ie=!!this.__actions__.length,pe=w&&!Z,Ce=L&&!ie;if(!w&&z){_=Ce?_:new De(this);var he=t.apply(_,C);return he.__actions__.push({func:na,args:[K],thisArg:n}),new an(he,Z)}return pe&&Ce?t.apply(this,C):(he=this.thru(K),pe?c?he.value()[0]:he.value():he)})}),rn(["pop","push","shift","sort","splice","unshift"],function(t){var i=Ro[t],s=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",c=/^(?:pop|shift)$/.test(t);m.prototype[t]=function(){var h=arguments;if(c&&!this.__chain__){var w=this.value();return i.apply(Oe(w)?w:[],h)}return this[s](function(_){return i.apply(Oe(_)?_:[],h)})}}),Pn(De.prototype,function(t,i){var s=m[i];if(s){var c=s.name+"";Be.call(si,c)||(si[c]=[]),si[c].push({name:i,func:s})}}),si[Vo(n,D).name]=[{name:"wrapper",func:n}],De.prototype.clone=Bg,De.prototype.reverse=Hg,De.prototype.value=zg,m.prototype.at=b1,m.prototype.chain=w1,m.prototype.commit=S1,m.prototype.next=_1,m.prototype.plant=x1,m.prototype.reverse=O1,m.prototype.toJSON=m.prototype.valueOf=m.prototype.value=T1,m.prototype.first=m.prototype.head,ki&&(m.prototype[ki]=E1),m},ii=Sg();Mr?((Mr.exports=ii)._=ii,fs._=ii):bt._=ii}).call(qr)})(qa,qa.exports);var hn=qa.exports;function tP(e){const[r,n]=q.useState(e),o=q.useMemo(()=>nP(r,n),[]);return{state:r,actions:{...o,set:n}}}function nP(e,r=()=>{}){return Object.keys(e).reduce((o,a)=>({...o,[`set${hn.upperFirst(a)}`]:u=>r(l=>({...l,[a]:u}))}),{})}const rP=(e,r,n={})=>{n={timeout:200,...n};const o=q.useRef(),a=()=>{o.current&&(clearTimeout(o.current),o.current=null)};return q.useCallback((u,...l)=>{a(),r&&u.detail===1&&(o.current=setTimeout(()=>{r(u,...l)},n.timeout)),u.detail%2===0&&e(u,...l)},[r,e,n.timeout])};function er(e){return typeof e=="function"}function Hv(e){var r=function(o){Error.call(o),o.stack=new Error().stack},n=e(r);return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var Ju=Hv(function(e){return function(n){e(this),this.message=n?n.length+` errors occurred during unsubscription:
203
203
  `+n.map(function(o,a){return a+1+") "+o.toString()}).join(`
204
- `):"",this.name="UnsubscriptionError",this.errors=n}});function vc(e,r){if(e){var n=e.indexOf(r);0<=n&&e.splice(n,1)}}var es=function(){function e(r){this.initialTeardown=r,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var r,n,o,a,u;if(!this.closed){this.closed=!0;var c=this._parentage;if(c)if(this._parentage=null,Array.isArray(c))try{for(var f=ic(c),h=f.next();!h.done;h=f.next()){var m=h.value;m.remove(this)}}catch(w){r={error:w}}finally{try{h&&!h.done&&(n=f.return)&&n.call(f)}finally{if(r)throw r.error}}else c.remove(this);var y=this.initialTeardown;if(Jn(y))try{y()}catch(w){u=w instanceof Yu?w.errors:[w]}var _=this._finalizers;if(_){this._finalizers=null;try{for(var O=ic(_),v=O.next();!v.done;v=O.next()){var S=v.value;try{Hp(S)}catch(w){u=u??[],w instanceof Yu?u=ro(ro([],$a(u)),$a(w.errors)):u.push(w)}}}catch(w){o={error:w}}finally{try{v&&!v.done&&(a=O.return)&&a.call(O)}finally{if(o)throw o.error}}}if(u)throw new Yu(u)}},e.prototype.add=function(r){var n;if(r&&r!==this)if(this.closed)Hp(r);else{if(r instanceof e){if(r.closed||r._hasParent(this))return;r._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(r)}},e.prototype._hasParent=function(r){var n=this._parentage;return n===r||Array.isArray(n)&&n.includes(r)},e.prototype._addParent=function(r){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(r),n):n?[n,r]:r},e.prototype._removeParent=function(r){var n=this._parentage;n===r?this._parentage=null:Array.isArray(n)&&vc(n,r)},e.prototype.remove=function(r){var n=this._finalizers;n&&vc(n,r),r instanceof e&&r._removeParent(this)},e.EMPTY=function(){var r=new e;return r.closed=!0,r}(),e}(),jv=es.EMPTY;function Fv(e){return e instanceof es||e&&"closed"in e&&Jn(e.remove)&&Jn(e.add)&&Jn(e.unsubscribe)}function Hp(e){Jn(e)?e():e.unsubscribe()}var Wv={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},mc={setTimeout:function(e,r){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];var a=mc.delegate;return a!=null&&a.setTimeout?a.setTimeout.apply(a,ro([e,r],$a(n))):setTimeout.apply(void 0,ro([e,r],$a(n)))},clearTimeout:function(e){var r=mc.delegate;return((r==null?void 0:r.clearTimeout)||clearTimeout)(e)},delegate:void 0};function VP(e){mc.setTimeout(function(){throw e})}function zp(){}function La(e){e()}var Uv=function(e){Ga(r,e);function r(n){var o=e.call(this)||this;return o.isStopped=!1,n?(o.destination=n,Fv(n)&&n.add(o)):o.destination=eR,o}return r.create=function(n,o,a){return new gc(n,o,a)},r.prototype.next=function(n){this.isStopped||this._next(n)},r.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},r.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},r.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},r.prototype._next=function(n){this.destination.next(n)},r.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},r.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},r}(es),JP=Function.prototype.bind;function Xu(e,r){return JP.call(e,r)}var ZP=function(){function e(r){this.partialObserver=r}return e.prototype.next=function(r){var n=this.partialObserver;if(n.next)try{n.next(r)}catch(o){Oa(o)}},e.prototype.error=function(r){var n=this.partialObserver;if(n.error)try{n.error(r)}catch(o){Oa(o)}else Oa(r)},e.prototype.complete=function(){var r=this.partialObserver;if(r.complete)try{r.complete()}catch(n){Oa(n)}},e}(),gc=function(e){Ga(r,e);function r(n,o,a){var u=e.call(this)||this,c;if(Jn(n)||!n)c={next:n??void 0,error:o??void 0,complete:a??void 0};else{var f;u&&Wv.useDeprecatedNextContext?(f=Object.create(n),f.unsubscribe=function(){return u.unsubscribe()},c={next:n.next&&Xu(n.next,f),error:n.error&&Xu(n.error,f),complete:n.complete&&Xu(n.complete,f)}):c=n}return u.destination=new ZP(c),u}return r}(Uv);function Oa(e){VP(e)}function QP(e){throw e}var eR={closed:!0,next:zp,error:QP,complete:zp},tR=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function nR(e){return e}function rR(e){return e.length===0?nR:e.length===1?e[0]:function(n){return e.reduce(function(o,a){return a(o)},n)}}var qp=function(){function e(r){r&&(this._subscribe=r)}return e.prototype.lift=function(r){var n=new e;return n.source=this,n.operator=r,n},e.prototype.subscribe=function(r,n,o){var a=this,u=oR(r)?r:new gc(r,n,o);return La(function(){var c=a,f=c.operator,h=c.source;u.add(f?f.call(u,h):h?a._subscribe(u):a._trySubscribe(u))}),u},e.prototype._trySubscribe=function(r){try{return this._subscribe(r)}catch(n){r.error(n)}},e.prototype.forEach=function(r,n){var o=this;return n=Kp(n),new n(function(a,u){var c=new gc({next:function(f){try{r(f)}catch(h){u(h),c.unsubscribe()}},error:u,complete:a});o.subscribe(c)})},e.prototype._subscribe=function(r){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(r)},e.prototype[tR]=function(){return this},e.prototype.pipe=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return rR(r)(this)},e.prototype.toPromise=function(r){var n=this;return r=Kp(r),new r(function(o,a){var u;n.subscribe(function(c){return u=c},function(c){return a(c)},function(){return o(u)})})},e.create=function(r){return new e(r)},e}();function Kp(e){var r;return(r=e??Wv.Promise)!==null&&r!==void 0?r:Promise}function iR(e){return e&&Jn(e.next)&&Jn(e.error)&&Jn(e.complete)}function oR(e){return e&&e instanceof Uv||iR(e)&&Fv(e)}var aR=$v(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Oi=function(e){Ga(r,e);function r(){var n=e.call(this)||this;return n.closed=!1,n.currentObservers=null,n.observers=[],n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return r.prototype.lift=function(n){var o=new Gp(this,this);return o.operator=n,o},r.prototype._throwIfClosed=function(){if(this.closed)throw new aR},r.prototype.next=function(n){var o=this;La(function(){var a,u;if(o._throwIfClosed(),!o.isStopped){o.currentObservers||(o.currentObservers=Array.from(o.observers));try{for(var c=ic(o.currentObservers),f=c.next();!f.done;f=c.next()){var h=f.value;h.next(n)}}catch(m){a={error:m}}finally{try{f&&!f.done&&(u=c.return)&&u.call(c)}finally{if(a)throw a.error}}}})},r.prototype.error=function(n){var o=this;La(function(){if(o._throwIfClosed(),!o.isStopped){o.hasError=o.isStopped=!0,o.thrownError=n;for(var a=o.observers;a.length;)a.shift().error(n)}})},r.prototype.complete=function(){var n=this;La(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var o=n.observers;o.length;)o.shift().complete()}})},r.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(r.prototype,"observed",{get:function(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0},enumerable:!1,configurable:!0}),r.prototype._trySubscribe=function(n){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,n)},r.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},r.prototype._innerSubscribe=function(n){var o=this,a=this,u=a.hasError,c=a.isStopped,f=a.observers;return u||c?jv:(this.currentObservers=null,f.push(n),new es(function(){o.currentObservers=null,vc(f,n)}))},r.prototype._checkFinalizedStatuses=function(n){var o=this,a=o.hasError,u=o.thrownError,c=o.isStopped;a?n.error(u):c&&n.complete()},r.prototype.asObservable=function(){var n=new qp;return n.source=this,n},r.create=function(n,o){return new Gp(n,o)},r}(qp),Gp=function(e){Ga(r,e);function r(n,o){var a=e.call(this)||this;return a.destination=n,a.source=o,a}return r.prototype.next=function(n){var o,a;(a=(o=this.destination)===null||o===void 0?void 0:o.next)===null||a===void 0||a.call(o,n)},r.prototype.error=function(n){var o,a;(a=(o=this.destination)===null||o===void 0?void 0:o.error)===null||a===void 0||a.call(o,n)},r.prototype.complete=function(){var n,o;(o=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||o===void 0||o.call(n)},r.prototype._subscribe=function(n){var o,a;return(a=(o=this.source)===null||o===void 0?void 0:o.subscribe(n))!==null&&a!==void 0?a:jv},r}(Oi),Bv=(e=>(e.RELOAD="reload",e))(Bv||{}),Hv=(e=>(e.RENAME="rename",e))(Hv||{});const sR=new Oi,uR=new Oi,cR=new Oi;var zv=(e=>(e.SAVE_ALL="save-all",e))(zv||{});const lR=new Oi;var qv=(e=>(e.WILL_SAVE="will-save",e.DID_SAVE="did-save",e.WILL_CREATE="will-create",e.WILL_RENAME="will-rename",e.WILL_DELETE="will-delete",e.DID_CREATE="did-create",e.DID_RENAME="did-rename",e.DID_DELETE="did-delete",e))(qv||{});const fR=new Oi;function Kv(e){if(e==="")throw new Error("Please enter a valid name");if(!/^[a-zA-Z]/i.test(e))throw new Error("The name can only start with a letter");if(!/^[\w-]+$/i.test(e))throw new Error("Invalid name");return!0}function dR(e){if(!e)return null;if(typeof e=="string")try{Kv(e)}catch(r){return r.message}}function ts(e){const r=new RegExp(':(?!4D\\.\\w+)[CPK]?\\d+(?=(?:[^"\\\\]*(?:\\\\.|"(?:[^"\\\\]*\\\\.)*[^"\\\\]*"))*[^"]*$)',"gm");return e.replace(r,"")}var Wc=(e=>(e.METHODS="method",e.WEBFORMS="webform",e.CLASSES="class",e.WELCOME="welcome",e.SETTINGS="settings",e.ROOT="root",e))(Wc||{});const zr={CLASSES:"Classes",METHODS:"Methods",SHARED:"Shared",WEBFORMS:"WebForms"};var Tn=(e=>(e.FOLDER="folder",e.WEBFORM="webform",e.METHOD="method",e.CLASS="class",e.DEBUGGER="debugger",e.WELCOME="welcome",e.SETTINGS="settings",e.METHODS="method",e.WEBFORMS="webform",e.CLASSES="class",e.DEBUGGERS="debugger",e.MODELS="models",e.ROLES="roles",e.MODEL="model",e.DATA_EXPLORER="dataexplorer",e.MOBILE="mobile",e.MOBILEFORM="mform",e.FILE="file",e))(Tn||{}),Yr=(e=>(e.GET_FOLDER="getFolder",e.GET="get",e.SAVE="save",e.RENAME="rename",e.DROP="drop",e.ADD_FOLDER="addFolder",e.CREATE_FOLDER="mkdir",e.RENAME_FOLDER="renameFolder",e.DROP_FOLDER="dropFolder",e.REMOVE_ITEM="removeItem",e.MOVE_ITEM="moveItem",e.GET_INFO="getInfo",e.SAVE_CONTENT="save",e.UPDATE_CHECK="update:check",e.UPDATE_INSTALL="update:install",e.GET_APP_SETTINGS="getWebServerInfo",e.GET_FILE_CONTENT="getFileContent",e.SET_FILE_CONTENT="setFileContent",e.GET_FILES_INFO="getFilesInfo",e))(Yr||{}),Uc=(e=>(e[e.DISABLED=0]="DISABLED",e[e.ENABLED=1]="ENABLED",e))(Uc||{});const Gv="roles.json",Yv="qodlyApp.json",pR="model.4DModel";function Xv(e){const r=e.split("."),n=r.pop(),o=r.join(".").split("/")[0];switch(!0){case n==="4DModel":return Tn.MODEL;case n==="WebForm":return Tn.WEBFORM;case(["4dm","4qs","4qm"].includes(n)&&o===zr.METHODS):return Tn.METHOD;case(["4dm","4qs","4qm"].includes(n)&&o===zr.CLASSES):return Tn.CLASS;case e===Gv:return Tn.ROLES;case e===Yv:return Tn.SETTINGS;default:return Tn.WEBFORM}}function hR(e,r=!1){switch(e){case zr.WEBFORMS:case"webform":return"WebForm";case"Mobile":case"mform":return"MForm";case"class":case"method":case zr.CLASSES:case zr.METHODS:return r?"4qs":"4dm";default:return""}}function vR(e,r=""){const n=new RegExp("(?<=\\/)(\\w+)(?=\\.)").exec(e);return n?n[1]:r}class Vv{constructor(){md(this,"current",Promise.resolve())}lock(){let r;const n=new Promise(a=>{r=a}),o=this.current.then(()=>r);return this.current=n,o}}function Jv(){const e=new Vv;return async r=>{const n=await e.lock();try{const o=await r();return n(),o}catch(o){console.error(o),n();return}}}const Zv=vn.curry((e,r,n)=>e&&vn.get(n,e)===r),mR=vn.curry((e,r,n)=>vn.get(n,e)!==r),gR=vn.curry((e,r)=>vn.get(r,"id")!==e),yR=vn.curry((e,r)=>vn.get(r,"id")===e),wR=vn.curry((e,r)=>vn.get(r,"path")===e);function bR(e="id",r,n){return n.findIndex(Zv(e,r))!==-1}function _R(e){if(!e)return"";const{id:r,namespace:n}=e;return n?`${n}:${r}`:r}function Qv(e){return["bool","word","string","text","uuid","short","long","number","long64","duration","object","date","image","blob"].includes(e.type||"")}function SR(e){return e.type==="object"}function em(e){var r;return e.kind==="relatedEntities"||((r=e.type)==null?void 0:r.includes("Selection"))||e.behavior==="relatedEntities"}function tm(e){return e.kind==="relatedEntity"||e.behavior==="relatedEntity"||!Qv(e)}function ER(e){return em(e)||tm(e)}function xR(e){return e.applyTo==="dataStore"}function OR(e){return e.applyTo==="dataClass"}function TR(e){return e.applyTo==="entity"}function CR(e){return e.applyTo==="entityCollection"}function PR(e){return e.type==="entity"}function RR(e){return e.type==="entitysel"}function nm(e){return e.dataType==="array"}function rm(e){return e.dataType==="object"}function im(e){return e.type==="scalar"}function AR(e){return nm(e)||rm(e)||im(e)}const IR=e=>e!=null&&e.type==="entity",LR=e=>e.type==="entitysel",MR=e=>e.type==="array"||e.type==="scalar"&&e.dataType==="array",DR=e=>e.type==="object"||e.type==="scalar"&&e.dataType==="object",kR=e=>e.type==="scalar"&&e.dataType==="date";function NR(){return new Promise((e,r)=>{window.addEventListener("bundle:ready",n=>n.data?e():r(n.caughtErr))})}var so=(e=>(e.capable="capable",e.incapable="incapable",e.indifferent="indifferent",e))(so||{}),om=(e=>(e.soap="soap",e.web="web",e.sql="sql",e.rest="rest",e))(om||{}),Bc=(e=>(e.table="table",e.catalog="catalog",e.currentRecord="currentRecord",e.currentSelection="currentSelection",e))(Bc||{});const $R={publishedSoap:"soap",publishedWeb:"web",publishedSql:"sql",publishedRest:"rest"};function jR(e){var u;let r={};try{const c=((u=e.match(/\/\/%attributes = (.*)/))==null?void 0:u[1])||"";r=JSON.parse(c)}catch{}const{published4DMobile:n,...o}=r;return{...{invisible:!1,shared:!1,executedOnServer:!1,preemptive:so.indifferent,publishedSoap:!1,publishedWsdl:!1,publishedWeb:!1,publishedSql:!1,publishedRest:!!n,publishedRestOptions:n||{table:"",scope:Bc.table}},...o}}function am(e){const r={};return e.invisible&&(r.invisible=!0),e.shared&&(r.shared=!0),e.executedOnServer&&(r.executedOnServer=!0),e.preemptive&&[so.capable,so.incapable].includes(e.preemptive)&&(r.preemptive=e.preemptive),e.publishedSoap&&(r.publishedSoap=!0,e.publishedWsdl&&(r.publishedWsdl=!0)),e.publishedWeb&&(r.publishedWeb=!0),e.publishedSql&&(r.publishedSql=!0),e.publishedRest&&e.publishedRestOptions&&(r.published4DMobile=e.publishedRestOptions),JSON.stringify(r).replace(/"(true|false)"/g,"$1")}function FR(e,r,n=!1){const o=vn.isString(r)?r:am(r);if(!n&&sm(e))return e;const a=um(e);return`//%attributes = ${o}\r
205
- ${a}`}function sm(e){return/^\/\/%attributes.*(?:\r\n|\n)?/g.test(e)}function um(e){return e.replace(/^\/\/%attributes.*(?:\r\n|\n)?/g,"")}const WR=()=>Nh.uuid().replaceAll("-","").toUpperCase(),ht="/rest/$designer",wo="/rest/$designer-ext",Hc="/$shared";function UR(...e){return r=>{if(e.length===0)return r;const n={...r};return e.forEach(o=>{typeof n[o]=="string"&&(n[o]=new Date(n[o]))}),n}}class yc extends Error{constructor(r,n,o){super(),this.url=r,this.response=n,this.data=o}log(){console.error("Error while sending the request",this)}}async function Ke(e,r){const n=await window.fetch(e,r);if(/401/.test(n.status.toString())&&(window.location.href="/login.html?redirect=studio"),/^[45]/.test(n.status.toString())){let a;try{const u=await n.json();a=new yc(e,n,u)}catch{a=new yc(e,n)}throw a.log(),a}return await n.json()}function BR(e){return Ke(wo,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function HR(e){return Ke(wo,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}const cm=()=>{const{host:e,protocol:r}=window.location,n=r==="https:";return{projectOpened:!1,remoteDebuggerMode:Uc.DISABLED,baseUrl:"",qodly:!0,urls:{renderer:"/$lib/renderer/",debugger:`ws${n?"s":""}://${e}/remoteDebugger`,lsp:`ws${n?"s":""}://${e}/LSP`},isRestActive:!0}};async function zR(){const{hostname:e,host:r,protocol:n}=window.location,o=n==="https:";try{const a=await Ke(ht,{method:"POST",body:JSON.stringify({verb:Yr.GET_APP_SETTINGS}),headers:new Headers({"Content-Type":"application/json"})}),u=(()=>{if(a.rendererPath)return a.rendererPath;const c=`http://${e}:${a.webServerHTTPPort}`,f=`https://${e}:${a.webServerHTTPSPort}`;return a.webServerHTTPPort&&a.webServerHTTPSPort?o?f:c:a.webServerHTTPPort?c:f})();return{projectOpened:a.webServerHTTPSPort>0||a.webServerHTTPPort>0,remoteDebuggerMode:a.remoteDebuggerMode,baseUrl:u,qodly:typeof a.qodly>"u"?!0:a.qodly,urls:{renderer:a.rendererPath||`${u}/$lib/renderer/`,debugger:`ws${o?"s":""}://${r}/remoteDebugger`,lsp:`ws${o?"s":""}://${r}/LSP`},isRestActive:a.isRESTActive}}catch(a){return console.error(a),cm()}}async function lm(e){return await Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}async function qR(...e){return(await Promise.all(e.map(o=>lm({root:o,verb:Yr.GET_FOLDER})))).map(({children:o})=>o.map(({name:a,date:u,type:c})=>({name:a,type:c,date:u,path:`${c}/${a}`}))).flat()}function KR(e){return Ke(`/rest/$getWebForm/${e}`,{method:"GET"})}function GR(e){return Ke(ht,{method:"POST",headers:new Headers({"Content-Type":"application/json"}),body:JSON.stringify(e)}).then(r=>({...r,content:[Tn.METHOD,Tn.CLASS].includes(r.type)?ts(r.content):r.content}))}function YR(e){return e.type==="folder"?Ke(wo,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})}):Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}async function XR(e){return e.type==="folder"?(await Ke(wo,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})).deleted:(await Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})).deleted}function VR(e){return Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function JR(e){return Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}async function ZR(e){return(await Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})).deleted}async function QR(...e){return await Ke(ht,{method:"POST",body:JSON.stringify({verb:Yr.GET_FILES_INFO,files:e}),headers:new Headers({"Content-Type":"application/json"})})}async function eA(e){const r=await Ke("/api/login",{method:"POST",body:JSON.stringify({accessKey:e}),headers:new Headers({"Content-Type":"application/json"})});return r.isLogged&&r.success}async function tA(){return await Ke("/rest/$catalog/$all?$metadata=full",{method:"GET",headers:new Headers({"Content-Type":"application/json"})})}async function nA({name:e,path:r="",root:n="root",asText:o=!1}){return Ke(ht,{method:"POST",body:JSON.stringify({verb:"getFileContent",root:n,path:r,name:e,asText:o}),headers:new Headers({"Content-Type":"application/json"})})}async function rA(){try{const e=await Ke(`${Hc}/shared_datasources.json?t=${Date.now()}`,{method:"GET",headers:new Headers({"Content-Type":"application/json"})});return typeof e=="string"?JSON.parse(e):e}catch{return{}}}async function iA(){try{const e=await Ke(`${Hc}/shared_css.json?t=${Date.now()}`,{method:"GET",headers:new Headers({"Content-Type":"application/json"})});return typeof e=="string"?JSON.parse(e):e}catch{return{classes:[]}}}async function oA(){try{return await(await fetch(`monaco_theme.json?t=${Date.now()}`)).json()}catch{return null}}const aA=Jv(),sA=async e=>{const r={verb:Yr.SET_FILE_CONTENT,asText:!1,name:"shared_datasources.json",path:"",root:"shared",content:e};return aA(async()=>(await Ke(ht,{method:"POST",body:JSON.stringify(r),headers:new Headers({"Content-Type":"application/json"})}),e))},fm=async e=>{const r=await Ke(ht,{method:"POST",body:JSON.stringify({...e,verb:Yr.SET_FILE_CONTENT,root:Wc.ROOT}),headers:new Headers({"Content-Type":"application/json"})}),n=Xv(`${e.path||"Sources"}/${e.name}`);return{...r,type:n,size:0}},uA=async e=>await fm({name:"crafted_components.json",path:zr.WEBFORMS,content:e});function cA(e){return Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function lA(e){return Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function fA(e){return Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function dA(e){return Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})}).then(r=>Array.isArray(r)?r:{...r,content:["4dm","4qm","4qs"].includes(r.ext)?ts(r.content):r.content})}function pA(e){return Ke(ht,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function hA(e){const r=new RegExp(/^\((.+)(?=\))/gi).exec(e);return r!==null?r[1]:""}function vA(e){const r=new RegExp(/(->)(.*)/gi).exec(e);if(r!==null)return r[0].replace("->","");const n=/:([^)]*)$/.exec(e);return n!==null?`result : ${n[1].trim()}`:""}function mA(e){const r=hA(e).split(/[;,]/g).filter(Boolean).map(a=>{const u=a.split(":")[0].trim(),c=a.split(":")[1].trim();return{name:u,type:c}}),n=vA(e),o=n?{name:n.split(":")[0].trim(),type:n.split(":")[1].trim()}:{name:"result",type:"Variable"};return{params:r,result:o}}async function gA(e,r){const o=e.split(".").pop();try{const a=await Ke(ht,{method:"POST",body:JSON.stringify({verb:"getFunctionContent",className:r,functionName:o}),headers:new Headers({"Content-Type":"application/json"})});a.content=ts(a.content);const{params:u,result:c}=mA(a.parameters);return{...a,params:u,returns:c}}catch(a){return console.error(a),{className:r,functionName:o,filePath:e,content:"",params:[]}}}var dm=(e=>(e.STUDIO_LOADED="UA-1-0",e.WELCOME_TOUR_INIT="UA-1-3",e.WELCOME_TOUR_END="UA-1-4",e))(dm||{});function yA(e,r){fetch("/api/v1/activity",{body:JSON.stringify({AID:e,...r}),headers:{"Content-Type":"application/json"},method:"POST"}).catch(n=>{})}var pm=(e=>(e.LOCAL="local",e.SHARED="shared",e.THEME="theme",e))(pm||{}),hm=(e=>(e.WelCome="WelCome",e.ActionPanel="ActionPanel",e.SideBar="SideBar",e.Settings="Settings",e.Main="Main",e.Explorer="Explorer",e.Header="Header",e.ComponentList="ComponentList",e))(hm||{}),vm=(e=>(e[e.FILE_NOT_FOUND=1839]="FILE_NOT_FOUND",e[e.JSON_MALFORMED=554]="JSON_MALFORMED",e[e.JSON_MALFORMED_AT_LINE=550]="JSON_MALFORMED_AT_LINE",e))(vm||{});const wA={transparent:{backgroundColor:"transparent"},black:{backgroundColor:"#4a4a4a",color:"white",padding:"3px 5px",borderRadius:5},grey:{backgroundColor:"#e8e8e8",color:"#262626",padding:"3px 5px",borderRadius:5}},bA={Code:{key:"editors:code",config:{language:"4d",theme:"fd-dark"}},WebForm:{key:"editors:webforms"}};exports.API_PREFIX=ht;exports.AppLoader=SP;exports.ControlledSwitch=wP;exports.DATASOURCE_THEMES=wA;exports.DatasourcesActions=Hv;exports.DesignerRequestVerb=Yr;exports.Dialog=KS;exports.DialogBody=uh;exports.EActivity=dm;exports.EDITOR=bA;exports.EIDENTIFIERS=hm;exports.ERROR_CODES=vm;exports.EWebFormStyleClassScope=pm;exports.EXT_API_PREFIX=wo;exports.FileFolderType=Tn;exports.FolderRootPath=zr;exports.FolderRootType=Wc;exports.HTTPError=yc;exports.IPreemptive=so;exports.IPublished=om;exports.IPublishedRestScope=Bc;exports.IdentityProvider=qP;exports.Incase=$x;exports.IndentLines=$h;exports.LogoSVG=Av;exports.LspActions=qv;exports.MODEL_TAB_PATH=pR;exports.Mutex=Vv;exports.Overlay=sh;exports.Portal=Vp;exports.PublishOptions=$R;exports.ROLES_TAB_PATH=Gv;exports.RemoteDebuggerMode=Uc;exports.SETTINGS_TAB_PATH=Yv;exports.SHARED_API_PREFIX=Hc;exports.Switcher=jh;exports.TabEventsActions=zv;exports.Tip=kC;exports.TipsProvider=LC;exports.Toast=rx;exports.Tooltip=bP;exports.Tree=Nx;exports.TreeIcon=Ih;exports.TreeNode=Ac;exports.WebformActions=Bv;exports._isArrayDatasource=MR;exports._isObjectDatasource=DR;exports.addAttributesToContent=FR;exports.addFolder=VR;exports.by=Zv;exports.byId=yR;exports.byPath=wR;exports.checkUpdates=BR;exports.createFolder=cA;exports.datasourcesSubject=sR;exports.dropFile=XR;exports.dropFolder=ZR;exports.exists=bR;exports.extractWebformName=vR;exports.generateUUID=WR;exports.getAppSettings=zR;exports.getCatalog=tA;exports.getDatasourceId=_R;exports.getDefaultAppSettings=cm;exports.getFile=GR;exports.getFileContent=nA;exports.getFileExtentionFromType=hR;exports.getFilesInfo=QR;exports.getFolder=lm;exports.getFolders=qR;exports.getFunctionContent=gA;exports.getMonacoTheme=oA;exports.getNodeInfo=dA;exports.getSharedCSS=iA;exports.getSharedDatasources=rA;exports.getTypeFromExtension=Xv;exports.getWebForm=KR;exports.hasAttributesString=sm;exports.http=Ke;exports.installUpdates=HR;exports.isArrayDatasource=nm;exports.isDataClassMethod=OR;exports.isDataStoreMethod=xR;exports.isDateDatasource=kR;exports.isEntity=IR;exports.isEntityDatasource=PR;exports.isEntityMethod=TR;exports.isEntitySelection=LR;exports.isEntitySelectionDatasource=RR;exports.isEntitySelectionMethod=CR;exports.isObjectAttribute=SR;exports.isObjectDatasource=rm;exports.isRelatedAttribute=ER;exports.isRelatedEntitiesAttribute=em;exports.isRelatedEntityAttribute=tm;exports.isScalarDatasource=im;exports.isSimpleAttribute=Qv;exports.isSimpleDatasource=AR;exports.loadDS=NR;exports.log=yA;exports.login=eA;exports.lspSubject=fR;exports.moveItem=fA;exports.outBy=mR;exports.outById=gR;exports.parseAttributes=jR;exports.queue=Jv;exports.removeAttributesString=um;exports.removeItem=lA;exports.renameFile=YR;exports.renameFolder=JR;exports.sanitizeContent=ts;exports.saveContent=pA;exports.setCraftedComponents=uA;exports.setFileContent=fm;exports.setSharedSources=sA;exports.stringifyAttributes=am;exports.tabEventsSubject=lR;exports.toastSubject=cR;exports.transformDates=UR;exports.useDidMountEffect=EP;exports.useDoubleClick=XP;exports.useFeatureFlags=zP;exports.useForwardedRef=BP;exports.useHotkeys=jP;exports.useIdentity=KP;exports.useOutsideClick=FP;exports.usePrevious=WP;exports.useStateObject=GP;exports.useStateRef=UP;exports.useTip=_v;exports.validateName=Kv;exports.validateServerSide=dR;exports.webformSubject=uR;
204
+ `):"",this.name="UnsubscriptionError",this.errors=n}});function bl(e,r){if(e){var n=e.indexOf(r);0<=n&&e.splice(n,1)}}var is=function(){function e(r){this.initialTeardown=r,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var r,n,o,a,u;if(!this.closed){this.closed=!0;var l=this._parentage;if(l)if(this._parentage=null,Array.isArray(l))try{for(var f=sl(l),p=f.next();!p.done;p=f.next()){var y=p.value;y.remove(this)}}catch(b){r={error:b}}finally{try{p&&!p.done&&(n=f.return)&&n.call(f)}finally{if(r)throw r.error}}else l.remove(this);var g=this.initialTeardown;if(er(g))try{g()}catch(b){u=b instanceof Ju?b.errors:[b]}var S=this._finalizers;if(S){this._finalizers=null;try{for(var T=sl(S),v=T.next();!v.done;v=T.next()){var E=v.value;try{Xp(E)}catch(b){u=u??[],b instanceof Ju?u=uo(uo([],Wa(u)),Wa(b.errors)):u.push(b)}}}catch(b){o={error:b}}finally{try{v&&!v.done&&(a=T.return)&&a.call(T)}finally{if(o)throw o.error}}}if(u)throw new Ju(u)}},e.prototype.add=function(r){var n;if(r&&r!==this)if(this.closed)Xp(r);else{if(r instanceof e){if(r.closed||r._hasParent(this))return;r._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(r)}},e.prototype._hasParent=function(r){var n=this._parentage;return n===r||Array.isArray(n)&&n.includes(r)},e.prototype._addParent=function(r){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(r),n):n?[n,r]:r},e.prototype._removeParent=function(r){var n=this._parentage;n===r?this._parentage=null:Array.isArray(n)&&bl(n,r)},e.prototype.remove=function(r){var n=this._finalizers;n&&bl(n,r),r instanceof e&&r._removeParent(this)},e.EMPTY=function(){var r=new e;return r.closed=!0,r}(),e}(),zv=is.EMPTY;function qv(e){return e instanceof is||e&&"closed"in e&&er(e.remove)&&er(e.add)&&er(e.unsubscribe)}function Xp(e){er(e)?e():e.unsubscribe()}var Kv={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},wl={setTimeout:function(e,r){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];var a=wl.delegate;return a!=null&&a.setTimeout?a.setTimeout.apply(a,uo([e,r],Wa(n))):setTimeout.apply(void 0,uo([e,r],Wa(n)))},clearTimeout:function(e){var r=wl.delegate;return((r==null?void 0:r.clearTimeout)||clearTimeout)(e)},delegate:void 0};function iP(e){wl.setTimeout(function(){throw e})}function Jp(){}function ka(e){e()}var Yv=function(e){Ja(r,e);function r(n){var o=e.call(this)||this;return o.isStopped=!1,n?(o.destination=n,qv(n)&&n.add(o)):o.destination=uP,o}return r.create=function(n,o,a){return new Sl(n,o,a)},r.prototype.next=function(n){this.isStopped||this._next(n)},r.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},r.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},r.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},r.prototype._next=function(n){this.destination.next(n)},r.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},r.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},r}(is),oP=Function.prototype.bind;function Zu(e,r){return oP.call(e,r)}var aP=function(){function e(r){this.partialObserver=r}return e.prototype.next=function(r){var n=this.partialObserver;if(n.next)try{n.next(r)}catch(o){Ra(o)}},e.prototype.error=function(r){var n=this.partialObserver;if(n.error)try{n.error(r)}catch(o){Ra(o)}else Ra(r)},e.prototype.complete=function(){var r=this.partialObserver;if(r.complete)try{r.complete()}catch(n){Ra(n)}},e}(),Sl=function(e){Ja(r,e);function r(n,o,a){var u=e.call(this)||this,l;if(er(n)||!n)l={next:n??void 0,error:o??void 0,complete:a??void 0};else{var f;u&&Kv.useDeprecatedNextContext?(f=Object.create(n),f.unsubscribe=function(){return u.unsubscribe()},l={next:n.next&&Zu(n.next,f),error:n.error&&Zu(n.error,f),complete:n.complete&&Zu(n.complete,f)}):l=n}return u.destination=new aP(l),u}return r}(Yv);function Ra(e){iP(e)}function sP(e){throw e}var uP={closed:!0,next:Jp,error:sP,complete:Jp},lP=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function cP(e){return e}function fP(e){return e.length===0?cP:e.length===1?e[0]:function(n){return e.reduce(function(o,a){return a(o)},n)}}var Zp=function(){function e(r){r&&(this._subscribe=r)}return e.prototype.lift=function(r){var n=new e;return n.source=this,n.operator=r,n},e.prototype.subscribe=function(r,n,o){var a=this,u=pP(r)?r:new Sl(r,n,o);return ka(function(){var l=a,f=l.operator,p=l.source;u.add(f?f.call(u,p):p?a._subscribe(u):a._trySubscribe(u))}),u},e.prototype._trySubscribe=function(r){try{return this._subscribe(r)}catch(n){r.error(n)}},e.prototype.forEach=function(r,n){var o=this;return n=Qp(n),new n(function(a,u){var l=new Sl({next:function(f){try{r(f)}catch(p){u(p),l.unsubscribe()}},error:u,complete:a});o.subscribe(l)})},e.prototype._subscribe=function(r){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(r)},e.prototype[lP]=function(){return this},e.prototype.pipe=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return fP(r)(this)},e.prototype.toPromise=function(r){var n=this;return r=Qp(r),new r(function(o,a){var u;n.subscribe(function(l){return u=l},function(l){return a(l)},function(){return o(u)})})},e.create=function(r){return new e(r)},e}();function Qp(e){var r;return(r=e??Kv.Promise)!==null&&r!==void 0?r:Promise}function dP(e){return e&&er(e.next)&&er(e.error)&&er(e.complete)}function pP(e){return e&&e instanceof Yv||dP(e)&&qv(e)}var hP=Hv(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Ci=function(e){Ja(r,e);function r(){var n=e.call(this)||this;return n.closed=!1,n.currentObservers=null,n.observers=[],n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return r.prototype.lift=function(n){var o=new eh(this,this);return o.operator=n,o},r.prototype._throwIfClosed=function(){if(this.closed)throw new hP},r.prototype.next=function(n){var o=this;ka(function(){var a,u;if(o._throwIfClosed(),!o.isStopped){o.currentObservers||(o.currentObservers=Array.from(o.observers));try{for(var l=sl(o.currentObservers),f=l.next();!f.done;f=l.next()){var p=f.value;p.next(n)}}catch(y){a={error:y}}finally{try{f&&!f.done&&(u=l.return)&&u.call(l)}finally{if(a)throw a.error}}}})},r.prototype.error=function(n){var o=this;ka(function(){if(o._throwIfClosed(),!o.isStopped){o.hasError=o.isStopped=!0,o.thrownError=n;for(var a=o.observers;a.length;)a.shift().error(n)}})},r.prototype.complete=function(){var n=this;ka(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var o=n.observers;o.length;)o.shift().complete()}})},r.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(r.prototype,"observed",{get:function(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0},enumerable:!1,configurable:!0}),r.prototype._trySubscribe=function(n){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,n)},r.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},r.prototype._innerSubscribe=function(n){var o=this,a=this,u=a.hasError,l=a.isStopped,f=a.observers;return u||l?zv:(this.currentObservers=null,f.push(n),new is(function(){o.currentObservers=null,bl(f,n)}))},r.prototype._checkFinalizedStatuses=function(n){var o=this,a=o.hasError,u=o.thrownError,l=o.isStopped;a?n.error(u):l&&n.complete()},r.prototype.asObservable=function(){var n=new Zp;return n.source=this,n},r.create=function(n,o){return new eh(n,o)},r}(Zp),eh=function(e){Ja(r,e);function r(n,o){var a=e.call(this)||this;return a.destination=n,a.source=o,a}return r.prototype.next=function(n){var o,a;(a=(o=this.destination)===null||o===void 0?void 0:o.next)===null||a===void 0||a.call(o,n)},r.prototype.error=function(n){var o,a;(a=(o=this.destination)===null||o===void 0?void 0:o.error)===null||a===void 0||a.call(o,n)},r.prototype.complete=function(){var n,o;(o=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||o===void 0||o.call(n)},r.prototype._subscribe=function(n){var o,a;return(a=(o=this.source)===null||o===void 0?void 0:o.subscribe(n))!==null&&a!==void 0?a:zv},r}(Ci),Gv=(e=>(e.RELOAD="reload",e))(Gv||{}),Vv=(e=>(e.RENAME="rename",e))(Vv||{});const vP=new Ci,mP=new Ci,gP=new Ci;var Xv=(e=>(e.SAVE_ALL="save-all",e))(Xv||{});const yP=new Ci;var Jv=(e=>(e.WILL_SAVE="will-save",e.DID_SAVE="did-save",e.WILL_CREATE="will-create",e.WILL_RENAME="will-rename",e.WILL_DELETE="will-delete",e.DID_CREATE="did-create",e.DID_RENAME="did-rename",e.DID_DELETE="did-delete",e))(Jv||{});const bP=new Ci;function Zv(e){if(e==="")throw new Error("Please enter a valid name");if(!/^[a-zA-Z]/i.test(e))throw new Error("The name can only start with a letter");if(!/^[\w-]+$/i.test(e))throw new Error("Invalid name");return!0}function wP(e){if(!e)return null;if(typeof e=="string")try{Zv(e)}catch(r){return r.message}}function os(e){const r=new RegExp(':(?!4D\\.\\w+)[CPK]?\\d+(?=(?:[^"\\\\]*(?:\\\\.|"(?:[^"\\\\]*\\\\.)*[^"\\\\]*"))*[^"]*$)',"gm");return e.replace(r,"")}var Hl=(e=>(e.METHODS="method",e.WEBFORMS="webform",e.CLASSES="class",e.WELCOME="welcome",e.SETTINGS="settings",e.ROOT="root",e))(Hl||{});const Xr={CLASSES:"Classes",METHODS:"Methods",SHARED:"Shared",WEBFORMS:"WebForms"};var En=(e=>(e.FOLDER="folder",e.WEBFORM="webform",e.METHOD="method",e.CLASS="class",e.DEBUGGER="debugger",e.WELCOME="welcome",e.SETTINGS="settings",e.METHODS="method",e.WEBFORMS="webform",e.CLASSES="class",e.DEBUGGERS="debugger",e.MODELS="models",e.ROLES="roles",e.MODEL="model",e.DATA_EXPLORER="dataexplorer",e.MOBILE="mobile",e.MOBILEFORM="mform",e.FILE="file",e))(En||{}),Zr=(e=>(e.GET_FOLDER="getFolder",e.GET="get",e.SAVE="save",e.RENAME="rename",e.DROP="drop",e.ADD_FOLDER="addFolder",e.CREATE_FOLDER="mkdir",e.RENAME_FOLDER="renameFolder",e.DROP_FOLDER="dropFolder",e.REMOVE_ITEM="removeItem",e.MOVE_ITEM="moveItem",e.GET_INFO="getInfo",e.SAVE_CONTENT="save",e.UPDATE_CHECK="update:check",e.UPDATE_INSTALL="update:install",e.GET_APP_SETTINGS="getWebServerInfo",e.GET_FILE_CONTENT="getFileContent",e.SET_FILE_CONTENT="setFileContent",e.GET_FILES_INFO="getFilesInfo",e))(Zr||{}),zl=(e=>(e[e.DISABLED=0]="DISABLED",e[e.ENABLED=1]="ENABLED",e))(zl||{});const Qv="roles.json",em="qodlyApp.json",SP="model.4DModel";function tm(e){const r=e.split("."),n=r.pop(),o=r.join(".").split("/")[0];switch(!0){case n==="4DModel":return En.MODEL;case n==="WebForm":return En.WEBFORM;case(["4dm","4qs","4qm"].includes(n)&&o===Xr.METHODS):return En.METHOD;case(["4dm","4qs","4qm"].includes(n)&&o===Xr.CLASSES):return En.CLASS;case e===Qv:return En.ROLES;case e===em:return En.SETTINGS;default:return En.WEBFORM}}function _P(e,r=!1){switch(e){case Xr.WEBFORMS:case"webform":return"WebForm";case"Mobile":case"mform":return"MForm";case"class":case"method":case Xr.CLASSES:case Xr.METHODS:return r?"4qs":"4dm";default:return""}}function EP(e,r=""){const n=new RegExp("(?<=\\/)(\\w+)(?=\\.)").exec(e);return n?n[1]:r}class nm{constructor(){bd(this,"current",Promise.resolve())}lock(){let r;const n=new Promise(a=>{r=a}),o=this.current.then(()=>r);return this.current=n,o}}function rm(){const e=new nm;return async r=>{const n=await e.lock();try{const o=await r();return n(),o}catch(o){console.error(o),n();return}}}const im=hn.curry((e,r,n)=>e&&hn.get(n,e)===r),xP=hn.curry((e,r,n)=>hn.get(n,e)!==r),OP=hn.curry((e,r)=>hn.get(r,"id")!==e),TP=hn.curry((e,r)=>hn.get(r,"id")===e),CP=hn.curry((e,r)=>hn.get(r,"path")===e);function RP(e="id",r,n){return n.findIndex(im(e,r))!==-1}function PP(e){if(!e)return"";const{id:r,namespace:n}=e;return n?`${n}:${r}`:r}function om(e){return["bool","word","string","text","uuid","short","long","number","long64","duration","object","date","image","blob"].includes(e.type||"")}function AP(e){return e.type==="object"}function am(e){var r;return e.kind==="relatedEntities"||((r=e.type)==null?void 0:r.includes("Selection"))||e.behavior==="relatedEntities"}function sm(e){return e.kind==="relatedEntity"||e.behavior==="relatedEntity"||!om(e)}function IP(e){return am(e)||sm(e)}function LP(e){return e.applyTo==="dataStore"}function MP(e){return e.applyTo==="dataClass"}function DP(e){return e.applyTo==="entity"}function kP(e){return e.applyTo==="entityCollection"}function $P(e){return e.type==="entity"}function NP(e){return e.type==="entitysel"}function um(e){return e.dataType==="array"}function lm(e){return e.dataType==="object"}function cm(e){return e.type==="scalar"}function jP(e){return um(e)||lm(e)||cm(e)}const FP=e=>e!=null&&e.type==="entity",WP=e=>e.type==="entitysel",UP=e=>e.type==="array"||e.type==="scalar"&&e.dataType==="array",BP=e=>e.type==="object"||e.type==="scalar"&&e.dataType==="object",HP=e=>e.type==="scalar"&&e.dataType==="date";function zP(){return new Promise((e,r)=>{window.addEventListener("bundle:ready",n=>n.data?e():r(n.caughtErr))})}var fo=(e=>(e.capable="capable",e.incapable="incapable",e.indifferent="indifferent",e))(fo||{}),fm=(e=>(e.soap="soap",e.web="web",e.sql="sql",e.rest="rest",e))(fm||{}),ql=(e=>(e.table="table",e.catalog="catalog",e.currentRecord="currentRecord",e.currentSelection="currentSelection",e))(ql||{});const qP={publishedSoap:"soap",publishedWeb:"web",publishedSql:"sql",publishedRest:"rest"};function KP(e){var u;let r={};try{const l=((u=e.match(/\/\/%attributes = (.*)/))==null?void 0:u[1])||"";r=JSON.parse(l)}catch{}const{published4DMobile:n,...o}=r;return{...{invisible:!1,shared:!1,executedOnServer:!1,preemptive:fo.indifferent,publishedSoap:!1,publishedWsdl:!1,publishedWeb:!1,publishedSql:!1,publishedRest:!!n,publishedRestOptions:n||{table:"",scope:ql.table}},...o}}function dm(e){const r={};return e.invisible&&(r.invisible=!0),e.shared&&(r.shared=!0),e.executedOnServer&&(r.executedOnServer=!0),e.preemptive&&[fo.capable,fo.incapable].includes(e.preemptive)&&(r.preemptive=e.preemptive),e.publishedSoap&&(r.publishedSoap=!0,e.publishedWsdl&&(r.publishedWsdl=!0)),e.publishedWeb&&(r.publishedWeb=!0),e.publishedSql&&(r.publishedSql=!0),e.publishedRest&&e.publishedRestOptions&&(r.published4DMobile=e.publishedRestOptions),JSON.stringify(r).replace(/"(true|false)"/g,"$1")}function YP(e,r,n=!1){const o=hn.isString(r)?r:dm(r);if(!n&&pm(e))return e;const a=hm(e);return`//%attributes = ${o}\r
205
+ ${a}`}function pm(e){return/^\/\/%attributes.*(?:\r\n|\n)?/g.test(e)}function hm(e){return e.replace(/^\/\/%attributes.*(?:\r\n|\n)?/g,"")}const GP=()=>Bh.uuid().replaceAll("-","").toUpperCase(),pt="/rest/$designer",Eo="/rest/$designer-ext",Kl="/$shared";function VP(...e){return r=>{if(e.length===0)return r;const n={...r};return e.forEach(o=>{typeof n[o]=="string"&&(n[o]=new Date(n[o]))}),n}}class _l extends Error{constructor(r,n,o){super(),this.url=r,this.response=n,this.data=o}log(){console.error("Error while sending the request",this)}}async function qe(e,r){const n=await window.fetch(e,r);if(/401/.test(n.status.toString())&&(window.location.href="/login.html?redirect=studio"),/^[45]/.test(n.status.toString())){let a;try{const u=await n.json();a=new _l(e,n,u)}catch{a=new _l(e,n)}throw a.log(),a}return await n.json()}function XP(e){return qe(Eo,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function JP(e){return qe(Eo,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}const vm=()=>{const{host:e,protocol:r}=window.location,n=r==="https:";return{projectOpened:!1,remoteDebuggerMode:zl.DISABLED,baseUrl:"",qodly:!0,urls:{renderer:"/$lib/renderer/",debugger:`ws${n?"s":""}://${e}/remoteDebugger`,lsp:`ws${n?"s":""}://${e}/LSP`},isRestActive:!0}};async function ZP(){const{hostname:e,host:r,protocol:n}=window.location,o=n==="https:";try{const a=await qe(pt,{method:"POST",body:JSON.stringify({verb:Zr.GET_APP_SETTINGS}),headers:new Headers({"Content-Type":"application/json"})}),u=(()=>{if(a.rendererPath)return a.rendererPath;const l=`http://${e}:${a.webServerHTTPPort}`,f=`https://${e}:${a.webServerHTTPSPort}`;return a.webServerHTTPPort&&a.webServerHTTPSPort?o?f:l:a.webServerHTTPPort?l:f})();return{projectOpened:a.webServerHTTPSPort>0||a.webServerHTTPPort>0,remoteDebuggerMode:a.remoteDebuggerMode,baseUrl:u,qodly:typeof a.qodly>"u"?!0:a.qodly,urls:{renderer:a.rendererPath||`${u}/$lib/renderer/`,debugger:`ws${o?"s":""}://${r}/remoteDebugger`,lsp:`ws${o?"s":""}://${r}/LSP`},isRestActive:a.isRESTActive}}catch(a){return console.error(a),vm()}}async function mm(e){return await qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}async function QP(...e){return(await Promise.all(e.map(o=>mm({root:o,verb:Zr.GET_FOLDER})))).map(({children:o})=>o.map(({name:a,date:u,type:l})=>({name:a,type:l,date:u,path:`${l}/${a}`}))).flat()}function eA(e){return qe(`/rest/$getWebForm/${e}`,{method:"GET"})}function tA(e){return qe(pt,{method:"POST",headers:new Headers({"Content-Type":"application/json"}),body:JSON.stringify(e)}).then(r=>({...r,content:[En.METHOD,En.CLASS].includes(r.type)?os(r.content):r.content}))}function nA(e){return e.type==="folder"?qe(Eo,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})}):qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}async function rA(e){return e.type==="folder"?(await qe(Eo,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})).deleted:(await qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})).deleted}function iA(e){return qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function oA(e){return qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}async function aA(e){return(await qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})).deleted}async function sA(...e){return await qe(pt,{method:"POST",body:JSON.stringify({verb:Zr.GET_FILES_INFO,files:e}),headers:new Headers({"Content-Type":"application/json"})})}async function uA(e){const r=await qe("/api/login",{method:"POST",body:JSON.stringify({accessKey:e}),headers:new Headers({"Content-Type":"application/json"})});return r.isLogged&&r.success}async function lA(){return await qe("/rest/$catalog/$all?$metadata=full",{method:"GET",headers:new Headers({"Content-Type":"application/json"})})}async function cA({name:e,path:r="",root:n="root",asText:o=!1}){return qe(pt,{method:"POST",body:JSON.stringify({verb:"getFileContent",root:n,path:r,name:e,asText:o}),headers:new Headers({"Content-Type":"application/json"})})}async function fA(){try{const e=await qe(`${Kl}/shared_datasources.json?t=${Date.now()}`,{method:"GET",headers:new Headers({"Content-Type":"application/json"})});return typeof e=="string"?JSON.parse(e):e}catch{return{}}}async function dA(){try{const e=await qe(`${Kl}/shared_css.json?t=${Date.now()}`,{method:"GET",headers:new Headers({"Content-Type":"application/json"})});return typeof e=="string"?JSON.parse(e):e}catch{return{classes:[]}}}async function pA(){try{return await(await fetch(`monaco_theme.json?t=${Date.now()}`)).json()}catch{return null}}const hA=rm(),vA=async e=>{const r={verb:Zr.SET_FILE_CONTENT,asText:!1,name:"shared_datasources.json",path:"",root:"shared",content:e};return hA(async()=>(await qe(pt,{method:"POST",body:JSON.stringify(r),headers:new Headers({"Content-Type":"application/json"})}),e))},gm=async e=>{const r=await qe(pt,{method:"POST",body:JSON.stringify({...e,verb:Zr.SET_FILE_CONTENT,root:Hl.ROOT}),headers:new Headers({"Content-Type":"application/json"})}),n=tm(`${e.path||"Sources"}/${e.name}`);return{...r,type:n,size:0}},mA=async e=>await gm({name:"crafted_components.json",path:Xr.WEBFORMS,content:e});function gA(e){return qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function yA(e){return qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function bA(e){return qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function wA(e){return qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})}).then(r=>Array.isArray(r)?r:{...r,content:["4dm","4qm","4qs"].includes(r.ext)?os(r.content):r.content})}function SA(e){return qe(pt,{method:"POST",body:JSON.stringify(e),headers:new Headers({"Content-Type":"application/json"})})}function _A(e){const r=new RegExp(/^\((.+)(?=\))/gi).exec(e);return r!==null?r[1]:""}function EA(e){const r=new RegExp(/(->)(.*)/gi).exec(e);if(r!==null)return r[0].replace("->","");const n=/:([^)]*)$/.exec(e);return n!==null?`result : ${n[1].trim()}`:""}function xA(e){const r=_A(e).split(/[;,]/g).filter(Boolean).map(a=>{const u=a.split(":")[0].trim(),l=a.split(":")[1].trim();return{name:u,type:l}}),n=EA(e),o=n?{name:n.split(":")[0].trim(),type:n.split(":")[1].trim()}:{name:"result",type:"Variable"};return{params:r,result:o}}async function OA(e,r){const o=e.split(".").pop();try{const a=await qe(pt,{method:"POST",body:JSON.stringify({verb:"getFunctionContent",className:r,functionName:o}),headers:new Headers({"Content-Type":"application/json"})});a.content=os(a.content);const{params:u,result:l}=xA(a.parameters);return{...a,params:u,returns:l}}catch(a){return console.error(a),{className:r,functionName:o,filePath:e,content:"",params:[]}}}var ym=(e=>(e.STUDIO_LOADED="UA-1-0",e.WELCOME_TOUR_INIT="UA-1-3",e.WELCOME_TOUR_END="UA-1-4",e))(ym||{});function TA(e,r){fetch("/api/v1/activity",{body:JSON.stringify({AID:e,...r}),headers:{"Content-Type":"application/json"},method:"POST"}).catch(n=>{})}var bm=(e=>(e.LOCAL="local",e.SHARED="shared",e.THEME="theme",e))(bm||{}),wm=(e=>(e.WelCome="WelCome",e.ActionPanel="ActionPanel",e.SideBar="SideBar",e.Settings="Settings",e.Main="Main",e.Explorer="Explorer",e.Header="Header",e.ComponentList="ComponentList",e))(wm||{}),Sm=(e=>(e[e.FILE_NOT_FOUND=1839]="FILE_NOT_FOUND",e[e.JSON_MALFORMED=554]="JSON_MALFORMED",e[e.JSON_MALFORMED_AT_LINE=550]="JSON_MALFORMED_AT_LINE",e))(Sm||{});const CA={transparent:{backgroundColor:"transparent"},black:{backgroundColor:"#4a4a4a",color:"white",padding:"3px 5px",borderRadius:5},grey:{backgroundColor:"#e8e8e8",color:"#262626",padding:"3px 5px",borderRadius:5}},RA={Code:{key:"editors:code",config:{language:"4d",theme:"fd-dark"}},WebForm:{key:"editors:webforms"}};exports.API_PREFIX=pt;exports.AppLoader=AR;exports.ControlledSwitch=CR;exports.DATASOURCE_THEMES=CA;exports.DatasourcesActions=Vv;exports.DesignerRequestVerb=Zr;exports.Dialog=G_;exports.DialogBody=vh;exports.EActivity=ym;exports.EDITOR=RA;exports.EIDENTIFIERS=wm;exports.ERROR_CODES=Sm;exports.EWebFormStyleClassScope=bm;exports.EXT_API_PREFIX=Eo;exports.FileFolderType=En;exports.FolderRootPath=Xr;exports.FolderRootType=Hl;exports.HTTPError=_l;exports.IPreemptive=fo;exports.IPublished=fm;exports.IPublishedRestScope=ql;exports.IdentityProvider=QR;exports.Incase=Wx;exports.IndentLines=Hh;exports.LogoSVG=$v;exports.LspActions=Jv;exports.MODEL_TAB_PATH=SP;exports.Mutex=nm;exports.Overlay=hh;exports.Portal=rh;exports.PublishOptions=qP;exports.ROLES_TAB_PATH=Qv;exports.RemoteDebuggerMode=zl;exports.SETTINGS_TAB_PATH=em;exports.SHARED_API_PREFIX=Kl;exports.Switcher=zh;exports.TabEventsActions=Xv;exports.Tip=HC;exports.TipsProvider=WC;exports.Toast=ax;exports.Tooltip=RR;exports.Tree=Fx;exports.TreeIcon=Nh;exports.TreeNode=Ml;exports.WebformActions=Gv;exports._isArrayDatasource=UP;exports._isObjectDatasource=BP;exports.addAttributesToContent=YP;exports.addFolder=iA;exports.by=im;exports.byId=TP;exports.byPath=CP;exports.checkUpdates=XP;exports.createFolder=gA;exports.datasourcesSubject=vP;exports.dropFile=rA;exports.dropFolder=aA;exports.exists=RP;exports.extractWebformName=EP;exports.generateUUID=GP;exports.getAppSettings=ZP;exports.getCatalog=lA;exports.getDatasourceId=PP;exports.getDefaultAppSettings=vm;exports.getFile=tA;exports.getFileContent=cA;exports.getFileExtentionFromType=_P;exports.getFilesInfo=sA;exports.getFolder=mm;exports.getFolders=QP;exports.getFunctionContent=OA;exports.getMonacoTheme=pA;exports.getNodeInfo=wA;exports.getSharedCSS=dA;exports.getSharedDatasources=fA;exports.getTypeFromExtension=tm;exports.getWebForm=eA;exports.hasAttributesString=pm;exports.http=qe;exports.installUpdates=JP;exports.isArrayDatasource=um;exports.isDataClassMethod=MP;exports.isDataStoreMethod=LP;exports.isDateDatasource=HP;exports.isEntity=FP;exports.isEntityDatasource=$P;exports.isEntityMethod=DP;exports.isEntitySelection=WP;exports.isEntitySelectionDatasource=NP;exports.isEntitySelectionMethod=kP;exports.isObjectAttribute=AP;exports.isObjectDatasource=lm;exports.isRelatedAttribute=IP;exports.isRelatedEntitiesAttribute=am;exports.isRelatedEntityAttribute=sm;exports.isScalarDatasource=cm;exports.isSimpleAttribute=om;exports.isSimpleDatasource=jP;exports.loadDS=zP;exports.log=TA;exports.login=uA;exports.lspSubject=bP;exports.moveItem=bA;exports.outBy=xP;exports.outById=OP;exports.parseAttributes=KP;exports.queue=rm;exports.removeAttributesString=hm;exports.removeItem=yA;exports.renameFile=nA;exports.renameFolder=oA;exports.sanitizeContent=os;exports.saveContent=SA;exports.setCraftedComponents=mA;exports.setFileContent=gm;exports.setSharedSources=vA;exports.stringifyAttributes=dm;exports.tabEventsSubject=yP;exports.toastSubject=gP;exports.transformDates=VP;exports.useDidMountEffect=IR;exports.useDoubleClick=rP;exports.useFeatureFlags=ZR;exports.useForwardedRef=XR;exports.useHotkeys=KR;exports.useIdentity=eP;exports.useOutsideClick=YR;exports.usePrevious=GR;exports.useStateObject=tP;exports.useStateRef=VR;exports.useTip=Cv;exports.validateName=Zv;exports.validateServerSide=wP;exports.webformSubject=mP;
206
206
  //# sourceMappingURL=index.cjs.js.map