@tmf_ciclica/ciclicastorybook 1.2.146 → 1.2.147
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 +10 -10
- package/dist/index.es.js +85 -85
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18,9 +18,9 @@ object-assign
|
|
|
18
18
|
(c) Sindre Sorhus
|
|
19
19
|
@license MIT
|
|
20
20
|
*/var ar,co;function Pa(){if(co)return ar;co=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(i){if(i==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(i)}function o(){try{if(!Object.assign)return!1;var i=new String("abc");if(i[5]="de",Object.getOwnPropertyNames(i)[0]==="5")return!1;for(var a={},c=0;c<10;c++)a["_"+String.fromCharCode(c)]=c;var u=Object.getOwnPropertyNames(a).map(function(m){return a[m]});if(u.join("")!=="0123456789")return!1;var d={};return"abcdefghijklmnopqrst".split("").forEach(function(m){d[m]=m}),Object.keys(Object.assign({},d)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return ar=o()?Object.assign:function(i,a){for(var c,u=r(i),d,m=1;m<arguments.length;m++){c=Object(arguments[m]);for(var g in c)t.call(c,g)&&(u[g]=c[g]);if(e){d=e(c);for(var y=0;y<d.length;y++)n.call(c,d[y])&&(u[d[y]]=c[d[y]])}}return u},ar}var lr,uo;function Fr(){if(uo)return lr;uo=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return lr=e,lr}var cr,fo;function Os(){return fo||(fo=1,cr=Function.call.bind(Object.prototype.hasOwnProperty)),cr}var ur,po;function Ba(){if(po)return ur;po=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=Fr(),n={},r=Os();e=function(i){var a="Warning: "+i;typeof console<"u"&&console.error(a);try{throw new Error(a)}catch{}}}function o(i,a,c,u,d){if(process.env.NODE_ENV!=="production"){for(var m in i)if(r(i,m)){var g;try{if(typeof i[m]!="function"){var y=Error((u||"React class")+": "+c+" type `"+m+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[m]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw y.name="Invariant Violation",y}g=i[m](a,m,u,c,null,t)}catch(b){g=b}if(g&&!(g instanceof Error)&&e((u||"React class")+": type specification of "+c+" `"+m+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof g+". 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 instanceof Error&&!(g.message in n)){n[g.message]=!0;var h=d?d():"";e("Failed "+c+" type: "+g.message+(h??""))}}}}return o.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},ur=o,ur}var dr,mo;function Va(){if(mo)return dr;mo=1;var e=Ns(),t=Pa(),n=Fr(),r=Os(),o=Ba(),i=function(){};process.env.NODE_ENV!=="production"&&(i=function(c){var u="Warning: "+c;typeof console<"u"&&console.error(u);try{throw new Error(u)}catch{}});function a(){return null}return dr=function(c,u){var d=typeof Symbol=="function"&&Symbol.iterator,m="@@iterator";function g(R){var L=R&&(d&&R[d]||R[m]);if(typeof L=="function")return L}var y="<<anonymous>>",h={array:w("array"),bigint:w("bigint"),bool:w("boolean"),func:w("function"),number:w("number"),object:w("object"),string:w("string"),symbol:w("symbol"),any:T(),arrayOf:j,element:v(),elementType:C(),instanceOf:x,node:I(),objectOf:N,oneOf:$,oneOfType:E,shape:p,exact:O};function b(R,L){return R===L?R!==0||1/R===1/L:R!==R&&L!==L}function f(R,L){this.message=R,this.data=L&&typeof L=="object"?L:{},this.stack=""}f.prototype=Error.prototype;function _(R){if(process.env.NODE_ENV!=="production")var L={},J=0;function K(Z,te,G,U,re,ee,le){if(U=U||y,ee=ee||G,le!==n){if(u){var P=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 P.name="Invariant Violation",P}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var se=U+":"+G;!L[se]&&J<3&&(i("You are manually calling a React.PropTypes validation function for the `"+ee+"` prop on `"+U+"`. 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."),L[se]=!0,J++)}}return te[G]==null?Z?te[G]===null?new f("The "+re+" `"+ee+"` is marked as required "+("in `"+U+"`, but its value is `null`.")):new f("The "+re+" `"+ee+"` is marked as required in "+("`"+U+"`, but its value is `undefined`.")):null:R(te,G,U,re,ee)}var B=K.bind(null,!1);return B.isRequired=K.bind(null,!0),B}function w(R){function L(J,K,B,Z,te,G){var U=J[K],re=z(U);if(re!==R){var ee=Y(U);return new f("Invalid "+Z+" `"+te+"` of type "+("`"+ee+"` supplied to `"+B+"`, expected ")+("`"+R+"`."),{expectedType:R})}return null}return _(L)}function T(){return _(a)}function j(R){function L(J,K,B,Z,te){if(typeof R!="function")return new f("Property `"+te+"` of component `"+B+"` has invalid PropType notation inside arrayOf.");var G=J[K];if(!Array.isArray(G)){var U=z(G);return new f("Invalid "+Z+" `"+te+"` of type "+("`"+U+"` supplied to `"+B+"`, expected an array."))}for(var re=0;re<G.length;re++){var ee=R(G,re,B,Z,te+"["+re+"]",n);if(ee instanceof Error)return ee}return null}return _(L)}function v(){function R(L,J,K,B,Z){var te=L[J];if(!c(te)){var G=z(te);return new f("Invalid "+B+" `"+Z+"` of type "+("`"+G+"` supplied to `"+K+"`, expected a single ReactElement."))}return null}return _(R)}function C(){function R(L,J,K,B,Z){var te=L[J];if(!e.isValidElementType(te)){var G=z(te);return new f("Invalid "+B+" `"+Z+"` of type "+("`"+G+"` supplied to `"+K+"`, expected a single ReactElement type."))}return null}return _(R)}function x(R){function L(J,K,B,Z,te){if(!(J[K]instanceof R)){var G=R.name||y,U=ae(J[K]);return new f("Invalid "+Z+" `"+te+"` of type "+("`"+U+"` supplied to `"+B+"`, expected ")+("instance of `"+G+"`."))}return null}return _(L)}function $(R){if(!Array.isArray(R))return process.env.NODE_ENV!=="production"&&(arguments.length>1?i("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])."):i("Invalid argument supplied to oneOf, expected an array.")),a;function L(J,K,B,Z,te){for(var G=J[K],U=0;U<R.length;U++)if(b(G,R[U]))return null;var re=JSON.stringify(R,function(le,P){var se=Y(P);return se==="symbol"?String(P):P});return new f("Invalid "+Z+" `"+te+"` of value `"+String(G)+"` "+("supplied to `"+B+"`, expected one of "+re+"."))}return _(L)}function N(R){function L(J,K,B,Z,te){if(typeof R!="function")return new f("Property `"+te+"` of component `"+B+"` has invalid PropType notation inside objectOf.");var G=J[K],U=z(G);if(U!=="object")return new f("Invalid "+Z+" `"+te+"` of type "+("`"+U+"` supplied to `"+B+"`, expected an object."));for(var re in G)if(r(G,re)){var ee=R(G,re,B,Z,te+"."+re,n);if(ee instanceof Error)return ee}return null}return _(L)}function E(R){if(!Array.isArray(R))return process.env.NODE_ENV!=="production"&&i("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var L=0;L<R.length;L++){var J=R[L];if(typeof J!="function")return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+W(J)+" at index "+L+"."),a}function K(B,Z,te,G,U){for(var re=[],ee=0;ee<R.length;ee++){var le=R[ee],P=le(B,Z,te,G,U,n);if(P==null)return null;P.data&&r(P.data,"expectedType")&&re.push(P.data.expectedType)}var se=re.length>0?", expected one of type ["+re.join(", ")+"]":"";return new f("Invalid "+G+" `"+U+"` supplied to "+("`"+te+"`"+se+"."))}return _(K)}function I(){function R(L,J,K,B,Z){return k(L[J])?null:new f("Invalid "+B+" `"+Z+"` supplied to "+("`"+K+"`, expected a ReactNode."))}return _(R)}function D(R,L,J,K,B){return new f((R||"React class")+": "+L+" type `"+J+"."+K+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+B+"`.")}function p(R){function L(J,K,B,Z,te){var G=J[K],U=z(G);if(U!=="object")return new f("Invalid "+Z+" `"+te+"` of type `"+U+"` "+("supplied to `"+B+"`, expected `object`."));for(var re in R){var ee=R[re];if(typeof ee!="function")return D(B,Z,te,re,Y(ee));var le=ee(G,re,B,Z,te+"."+re,n);if(le)return le}return null}return _(L)}function O(R){function L(J,K,B,Z,te){var G=J[K],U=z(G);if(U!=="object")return new f("Invalid "+Z+" `"+te+"` of type `"+U+"` "+("supplied to `"+B+"`, expected `object`."));var re=t({},J[K],R);for(var ee in re){var le=R[ee];if(r(R,ee)&&typeof le!="function")return D(B,Z,te,ee,Y(le));if(!le)return new f("Invalid "+Z+" `"+te+"` key `"+ee+"` supplied to `"+B+"`.\nBad object: "+JSON.stringify(J[K],null," ")+`
|
|
21
|
-
Valid keys: `+JSON.stringify(Object.keys(R),null," "));var P=le(G,ee,B,Z,te+"."+ee,n);if(P)return P}return null}return _(L)}function k(R){switch(typeof R){case"number":case"string":case"undefined":return!0;case"boolean":return!R;case"object":if(Array.isArray(R))return R.every(k);if(R===null||c(R))return!0;var L=g(R);if(L){var J=L.call(R),K;if(L!==R.entries){for(;!(K=J.next()).done;)if(!k(K.value))return!1}else for(;!(K=J.next()).done;){var B=K.value;if(B&&!k(B[1]))return!1}}else return!1;return!0;default:return!1}}function V(R,L){return R==="symbol"?!0:L?L["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&L instanceof Symbol:!1}function z(R){var L=typeof R;return Array.isArray(R)?"array":R instanceof RegExp?"object":V(L,R)?"symbol":L}function Y(R){if(typeof R>"u"||R===null)return""+R;var L=z(R);if(L==="object"){if(R instanceof Date)return"date";if(R instanceof RegExp)return"regexp"}return L}function W(R){var L=Y(R);switch(L){case"array":case"object":return"an "+L;case"boolean":case"date":case"regexp":return"a "+L;default:return L}}function ae(R){return!R.constructor||!R.constructor.name?y:R.constructor.name}return h.checkPropTypes=o,h.resetWarningCache=o.resetWarningCache,h.PropTypes=h,h},dr}var fr,ho;function Fa(){if(ho)return fr;ho=1;var e=Fr();function t(){}function n(){}return n.resetWarningCache=t,fr=function(){function r(a,c,u,d,m,g){if(g!==e){var y=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 y.name="Invariant Violation",y}}r.isRequired=r;function o(){return r}var i={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:o,element:r,elementType:r,instanceOf:o,node:r,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:n,resetWarningCache:t};return i.PropTypes=i,i},fr}var go;function za(){if(go)return gn.exports;if(go=1,process.env.NODE_ENV!=="production"){var e=Ns(),t=!0;gn.exports=Va()(e.isElement,t)}else gn.exports=Fa()();return gn.exports}var qa=za();const s=Ra(qa),As=({ambit:e,onClickCopy:t,onClickDelete:n,onClickFilters:r,onClickAmbit:o,isActive:i,activeColor:a,fontColor:c,moreInfo:u})=>{const{name:d,created_at:m,id:g,isBeingProcessed:y}=e;return l.jsxs("div",{className:Gt.ambitItem,style:{borderBottom:`1px solid ${c}`},children:[l.jsxs("div",{className:Gt.ambitNameDate,onClick:()=>o(g),children:[l.jsxs("div",{className:Gt.ambitName,children:[l.jsx("img",{style:{marginRight:9},src:i?La:Ma}),l.jsx("span",{style:{color:i?a:c},children:d})]}),l.jsx("div",{className:Gt.ambitDate,children:m?new Date(m).toLocaleDateString():""})]}),l.jsxs("div",{className:Gt.ambitButtons,children:[y&&l.jsx("img",{src:Aa}),l.jsx("button",{onClick:()=>r(g),disabled:e.is_default,children:l.jsx("img",{src:Oa})}),l.jsx("button",{onClick:()=>t(g),children:l.jsx("img",{src:Na})}),l.jsx("button",{onClick:()=>n(g),disabled:e.is_default,children:l.jsx("img",{src:Ea})})]})]})};As.propTypes={ambit:s.shape({name:s.string.isRequired,created_at:s.string,id:s.string.isRequired,isBeingProcessed:s.bool}).isRequired,onClickCopy:s.func.isRequired,onClickDelete:s.func.isRequired,onClickFilters:s.func.isRequired,onClickAmbit:s.func.isRequired,isBeingProcessed:s.bool,isActive:s.bool,activeColor:s.string,fontColor:s.string,moreInfo:s.object};const yo="data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M7%2015L7%201M7%2015L1%209M7%2015L13%209'%20stroke='%23605B56'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Wa="_generalButton_phq4n_2",Ua={generalButton:Wa},cn=({children:e,onClick:t,fontColor:n="#605B56",borderColor:r="#605B56",backgroundColor:o="#fff",type:i="button",containerStyles:a={},disabled:c=!1})=>l.jsx("button",{className:Ua.generalButton,style:{color:n,border:`1.5px solid ${r}`,background:o,...a},onClick:t,type:i,disabled:c,children:e}),Ls=({ambitList:e,activeAmbitId:t,fontColor:n="#605B56",activeColor:r,nameLabel:o,dateLabel:i,newAmbitLabel:a="New field",buttonContainerStyles:c={},containerStyles:u={},onCLickNewAmbit:d=()=>console.log("New ambit clicked"),onClickCopy:m=b=>console.log(`Copy ambit: ${b}`),onCLickDelete:g=b=>console.log(`Delete ambit: ${b}`),onClickFilters:y=b=>console.log(`Filters clicked: ${b}`),onClickAmbit:h=b=>console.log(`OnCLickAmbit: ${b}`)})=>{const{t:b}=oe.useTranslation(),[f,_]=S.useState(e);S.useEffect(()=>{e&&_(e)},[e]);const w=T=>{if(f&&f.length>0){let j=[...f];j.sort((v,C)=>v[T].localeCompare(C[T])),_(j)}};return l.jsxs("div",{className:lt.ambitSelector,style:{color:n,...u},children:[l.jsxs("div",{className:lt.header,style:{borderBottom:`1px solid ${n}`},children:[l.jsxs("div",{className:lt.nameDateContainer,children:[l.jsx("div",{className:lt.ambitName,children:l.jsxs("button",{onClick:()=>w("name"),children:[l.jsx("span",{children:b(o)}),l.jsx("img",{src:yo})]})}),l.jsx("div",{className:lt.ambitDate,children:l.jsxs("button",{onClick:()=>w("date"),children:[l.jsx("span",{children:b(i)}),l.jsx("img",{src:yo})]})})]}),l.jsx("div",{className:lt.buttonsContainer})]}),l.jsx("div",{className:lt.ambitListContainer,children:f&&f.length>0&&f.map(T=>l.jsx(As,{isActive:t==T.id,ambit:T,fontColor:n,activeColor:r,onClickCopy:m,onClickDelete:g,onClickFilters:y,onClickAmbit:h},`ambitKey${T.id}`))}),l.jsx("div",{className:lt.newAmbitButtonContainer,children:l.jsx(cn,{style:{...c},onClick:d,borderColor:"grey",children:b(a)})})]})};Ls.propTypes={ambitList:s.arrayOf(s.shape({name:s.string.isRequired,date:s.string.isRequired,id:s.string.isRequired})).isRequired,activeAmbitId:s.string,fontColor:s.string,activeColor:s.string,onClickCopy:s.func.isRequired,onCLickDelete:s.func.isRequired,onClickFilters:s.func.isRequired,onClickAmbit:s.func.isRequired,nameLabel:s.string,dateLabel:s.string,newAmbitLabel:s.string,buttonContainerStyles:s.object,containerStyles:s.object,onCLickNewAmbit:s.func};const Za="_buttonsContainer_1ks7x_2",Ha="_vertical_1ks7x_6",Ka="_horizontal_1ks7x_9",Ga="_button_1ks7x_2",Ya="_active_1ks7x_25",Xa="_buttonName_1ks7x_28",
|
|
22
|
-
${t==="horizontal"&&
|
|
23
|
-
${g&&yt.active}`,disabled:b,children:f}),o&&l.jsx(et,{text:y,position:i})]},u)})})};Ms.propTypes={buttons:s.arrayOf(s.shape({icon:s.node.isRequired,activeIcon:s.node,isActive:s.bool,name:s.string,onClick:s.func,disabled:s.bool})).isRequired,orientation:s.oneOf(["horizontal","vertical"]),showName:s.bool,namePosition:s.oneOf(["left","right"]),useTooltip:s.bool,tooltipPosition:s.oneOf(["top","bottom","left","right"])};const rl="_indicatorsCategory_11gdl_2",ol="_title_11gdl_6",sl="_mainTitle_11gdl_14",bn={indicatorsCategory:rl,title:ol,mainTitle:sl},ht=({isOpen:e,onClick:t,children:n,color:r,activeColor:o="#F8A925",title:i="Title",height:a=53,titleFontStyles:c,showBottomBar:u=!0,titleMarginChildren:d=15,mainTitle:m=!1})=>{const{t:g}=oe.useTranslation();return l.jsxs(Br.motion.div,{className:bn.indicatorsCategory,initial:{height:`${a}px`},animate:{height:e?"auto":`${a}px`},transition:{duration:.4},style:{backgroundColor:"white",borderBottom:e&&u?`1px solid ${o}`:"0px",minHeight:m?"70px":"50px"},children:[l.jsxs("h2",{style:{...c},className:`${bn.title} ${m&&bn.mainTitle}`,onClick:t,children:[l.jsx("span",{style:{color:e?o:r},children:e?"-":"+"}),l.jsx("span",{style:{color:e?o:r},children:g(i)})]}),l.jsx("div",{className:bn.content,style:{padding:m?"20px 0px":"0px"},children:n})]})};ht.propTypes={isOpen:s.bool,onClick:s.func,children:s.node,color:s.string,activeColor:s.string,title:s.string,height:s.number,showBottomBar:s.bool,titleFontStyles:s.object};const il=()=>l.jsx("div",{children:"EditAmbit"}),al="data:image/svg+xml,%3csvg%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L13.9996%2013.9996'%20stroke='%23FDFDFD'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14%201L1.00044%2013.9996'%20stroke='%23FDFDFD'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e",ll="_AppliedFiltersContainer_cokx9_2",cl="_AppliedFilterContent_cokx9_11",bo={AppliedFiltersContainer:ll,AppliedFilterContent:cl},ye=Vr.create(e=>({activeCategory:"",activeSubCategory:"",selectedIndicator:"",tematicalFiltersSelected:[],fontColor:"#605B56",inputsColor:"#605B56",activeFiltersType:null})),Rs=({title:e,onClick:t,isOpen:n=!0,textColor:r="#ffffff",backgroundColor:o="#605B5680",activeColor:i,fontColor:a="#605B56"})=>{const{t:c}=oe.useTranslation(),{tematicalFiltersSelected:u,activeFiltersType:d}=ye(y=>y),m=y=>{ye.setState(h=>({tematicalFiltersSelected:h.tematicalFiltersSelected.filter(b=>b.code!==y)}))},g=()=>{d=="applied"?ye.setState(()=>({activeFiltersType:null})):ye.setState(()=>({activeFiltersType:"applied"}))};return l.jsx(ht,{isOpen:n,onClick:g,title:e?c(e):"Applied Filters",activeColor:i,mainTitle:!0,color:a,children:l.jsx("div",{className:bo.AppliedFiltersContainer,children:u==null?void 0:u.map((y,h)=>l.jsxs("div",{className:bo.AppliedFilterContent,style:{color:r,background:o},children:[c(y.name),l.jsx("img",{src:al,alt:"CloseIcon",onClick:()=>m(y.code),style:{cursor:"pointer"}})]},h))})})};Rs.propTypes={isOpen:s.bool,onClick:s.func,title:s.string,textColor:s.string,backgroundColor:s.string,indicators:s.arrayOf(s.shape({title:s.string.isRequired,Codename:s.string.isRequired})),activeColor:s.string};const ul="_layersList_cn837_25",dl="_layerName_cn837_34",vo={layersList:ul,layerName:dl},Ds=({title:e,isOpen:t=!0,fontColor:n="#605B56",backgroundColor:r="#605B5680",activeColor:o,geoLayers:i=[],onGeoLayersChange:a})=>{const{t:c}=oe.useTranslation(),{activeFiltersType:u}=ye(g=>g),d=()=>{u==="geographical"?ye.setState({activeFiltersType:null}):ye.setState({activeFiltersType:"geographical"})},m=g=>{const y=i.map(h=>({...h,active:h.name===g.name}));a==null||a(y)};return l.jsx(ht,{isOpen:u==="geographical",onClick:d,title:e?c(e):"Geographical Filters",activeColor:o,color:n,mainTitle:!0,children:l.jsx("div",{className:vo.layersList,children:i.map(g=>l.jsx("div",{className:vo.layerName,style:{color:g.active?o:n,fontWeight:g.active?"bold":"normal"},onClick:()=>m(g),children:c(g.name)},g.name))})})};Ds.propTypes={isOpen:s.bool,onClick:s.func,title:s.string,textColor:s.string,backgroundColor:s.string,activeColor:s.string};const fl="_checkboxContainer_1nxra_2",pl={checkboxContainer:fl},Is=({onClick:e,containerStyles:t,color:n="#605B56",indicator:r,value:o})=>{const{t:i}=oe.useTranslation(),{title:a}=r||{},{fontColor:c,inputsColor:u}=ye(d=>d);return l.jsxs("div",{style:{...t,color:n},role:"checkbox",className:pl.checkboxContainer,onClick:e,children:[l.jsx("input",{type:"checkbox",checked:typeof o=="boolean"?o:!0,value:o,readOnly:!0,style:{border:`1.5px solid ${o?u:c}`,backgroundColor:o?u:"white"}}),l.jsx("span",{className:"checkmark",children:i(a)})]})};Is.propTypes={onClick:s.func,value:s.bool,containerStyles:s.object,color:s.string,indicator:s.shape({title:s.string,codename:s.array}),checkedColor:s.string};function kr(e,t){return kr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},kr(e,t)}function ml(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,kr(e,t)}function pr(e){return e&&e.stopPropagation&&e.stopPropagation(),e&&e.preventDefault&&e.preventDefault(),!1}function mr(e){return e==null?[]:Array.isArray(e)?e.slice():[e]}function vn(e){return e!==null&&e.length===1?e[0]:e.slice()}function xn(e){Object.keys(e).forEach(t=>{typeof document<"u"&&document.addEventListener(t,e[t],!1)})}function bt(e,t){return jr(function(n,r){let o=n;return o<=r.min&&(o=r.min),o>=r.max&&(o=r.max),o}(e,t),t)}function jr(e,t){const n=(e-t.min)%t.step;let r=e-n;return 2*Math.abs(n)>=t.step&&(r+=n>0?t.step:-t.step),parseFloat(r.toFixed(5))}let $r=function(e){function t(r){var o;(o=e.call(this,r)||this).onKeyUp=()=>{o.onEnd()},o.onMouseUp=()=>{o.onEnd(o.getMouseEventMap())},o.onTouchEnd=c=>{c.preventDefault(),o.onEnd(o.getTouchEventMap())},o.onBlur=()=>{o.setState({index:-1},o.onEnd(o.getKeyDownEventMap()))},o.onMouseMove=c=>{o.setState({pending:!0});const u=o.getMousePosition(c),d=o.getDiffPosition(u[0]),m=o.getValueFromPosition(d);o.move(m)},o.onTouchMove=c=>{if(c.touches.length>1)return;o.setState({pending:!0});const u=o.getTouchPosition(c);if(o.isScrolling===void 0){const g=u[0]-o.startPosition[0],y=u[1]-o.startPosition[1];o.isScrolling=Math.abs(y)>Math.abs(g)}if(o.isScrolling)return void o.setState({index:-1});const d=o.getDiffPosition(u[0]),m=o.getValueFromPosition(d);o.move(m)},o.onKeyDown=c=>{if(!(c.ctrlKey||c.shiftKey||c.altKey||c.metaKey))switch(o.setState({pending:!0}),c.key){case"ArrowLeft":case"ArrowDown":case"Left":case"Down":c.preventDefault(),o.moveDownByStep();break;case"ArrowRight":case"ArrowUp":case"Right":case"Up":c.preventDefault(),o.moveUpByStep();break;case"Home":c.preventDefault(),o.move(o.props.min);break;case"End":c.preventDefault(),o.move(o.props.max);break;case"PageDown":c.preventDefault(),o.moveDownByStep(o.props.pageFn(o.props.step));break;case"PageUp":c.preventDefault(),o.moveUpByStep(o.props.pageFn(o.props.step))}},o.onSliderMouseDown=c=>{if(!o.props.disabled&&c.button!==2){if(o.setState({pending:!0}),!o.props.snapDragDisabled){const u=o.getMousePosition(c);o.forceValueFromPosition(u[0],d=>{o.start(d,u[0]),xn(o.getMouseEventMap())})}pr(c)}},o.onSliderClick=c=>{if(!o.props.disabled&&o.props.onSliderClick&&!o.hasMoved){const u=o.getMousePosition(c),d=bt(o.calcValue(o.calcOffsetFromPosition(u[0])),o.props);o.props.onSliderClick(d)}},o.createOnKeyDown=c=>u=>{o.props.disabled||(o.start(c),xn(o.getKeyDownEventMap()),pr(u))},o.createOnMouseDown=c=>u=>{if(o.props.disabled||u.button===2)return;o.setState({pending:!0});const d=o.getMousePosition(u);o.start(c,d[0]),xn(o.getMouseEventMap()),pr(u)},o.createOnTouchStart=c=>u=>{if(o.props.disabled||u.touches.length>1)return;o.setState({pending:!0});const d=o.getTouchPosition(u);o.startPosition=d,o.isScrolling=void 0,o.start(c,d[0]),xn(o.getTouchEventMap()),function(m){m.stopPropagation&&m.stopPropagation()}(u)},o.handleResize=()=>{const c=window.setTimeout(()=>{o.pendingResizeTimeouts.shift(),o.resize()},0);o.pendingResizeTimeouts.push(c)},o.renderThumb=(c,u)=>{const d=o.props.thumbClassName+" "+o.props.thumbClassName+"-"+u+" "+(o.state.index===u?o.props.thumbActiveClassName:""),m={ref:y=>{o["thumb"+u]=y},key:o.props.thumbClassName+"-"+u,className:d,style:c,onMouseDown:o.createOnMouseDown(u),onTouchStart:o.createOnTouchStart(u),onFocus:o.createOnKeyDown(u),tabIndex:0,role:"slider","aria-orientation":o.props.orientation,"aria-valuenow":o.state.value[u],"aria-valuemin":o.props.min,"aria-valuemax":o.props.max,"aria-label":Array.isArray(o.props.ariaLabel)?o.props.ariaLabel[u]:o.props.ariaLabel,"aria-labelledby":Array.isArray(o.props.ariaLabelledby)?o.props.ariaLabelledby[u]:o.props.ariaLabelledby,"aria-disabled":o.props.disabled},g={index:u,value:vn(o.state.value),valueNow:o.state.value[u]};return o.props.ariaValuetext&&(m["aria-valuetext"]=typeof o.props.ariaValuetext=="string"?o.props.ariaValuetext:o.props.ariaValuetext(g)),o.props.renderThumb(m,g)},o.renderTrack=(c,u,d)=>{const m={key:o.props.trackClassName+"-"+c,className:o.props.trackClassName+" "+o.props.trackClassName+"-"+c,style:o.buildTrackStyle(u,o.state.upperBound-d)},g={index:c,value:vn(o.state.value)};return o.props.renderTrack(m,g)};let i=mr(r.value);i.length||(i=mr(r.defaultValue)),o.pendingResizeTimeouts=[];const a=[];for(let c=0;c<i.length;c+=1)i[c]=bt(i[c],r),a.push(c);return o.resizeObserver=null,o.resizeElementRef=S.createRef(),o.state={index:-1,upperBound:0,sliderLength:0,value:i,zIndices:a},o}ml(t,e);var n=t.prototype;return n.componentDidMount=function(){typeof window<"u"&&(this.resizeObserver=new ResizeObserver(this.handleResize),this.resizeObserver.observe(this.resizeElementRef.current),this.resize())},t.getDerivedStateFromProps=function(r,o){const i=mr(r.value);return i.length?o.pending?null:{value:i.map(a=>bt(a,r))}:null},n.componentDidUpdate=function(){this.state.upperBound===0&&this.resize()},n.componentWillUnmount=function(){this.clearPendingResizeTimeouts(),this.resizeObserver&&this.resizeObserver.disconnect()},n.onEnd=function(r){r&&function(o){Object.keys(o).forEach(i=>{typeof document<"u"&&document.removeEventListener(i,o[i],!1)})}(r),this.hasMoved&&this.fireChangeEvent("onAfterChange"),this.setState({pending:!1}),this.hasMoved=!1},n.getValue=function(){return vn(this.state.value)},n.getClosestIndex=function(r){let o=Number.MAX_VALUE,i=-1;const{value:a}=this.state,c=a.length;for(let u=0;u<c;u+=1){const d=this.calcOffset(a[u]),m=Math.abs(r-d);m<o&&(o=m,i=u)}return i},n.getMousePosition=function(r){return[r["page"+this.axisKey()],r["page"+this.orthogonalAxisKey()]]},n.getTouchPosition=function(r){const o=r.touches[0];return[o["page"+this.axisKey()],o["page"+this.orthogonalAxisKey()]]},n.getKeyDownEventMap=function(){return{keydown:this.onKeyDown,keyup:this.onKeyUp,focusout:this.onBlur}},n.getMouseEventMap=function(){return{mousemove:this.onMouseMove,mouseup:this.onMouseUp}},n.getTouchEventMap=function(){return{touchmove:this.onTouchMove,touchend:this.onTouchEnd}},n.getValueFromPosition=function(r){const o=r/(this.state.sliderLength-this.state.thumbSize)*(this.props.max-this.props.min);return bt(this.state.startValue+o,this.props)},n.getDiffPosition=function(r){let o=r-this.state.startPosition;return this.props.invert&&(o*=-1),o},n.resize=function(){const{slider:r,thumb0:o}=this;if(!r||!o)return;const i=this.sizeKey(),a=r.getBoundingClientRect(),c=r[i],u=a[this.posMaxKey()],d=a[this.posMinKey()],m=o.getBoundingClientRect()[i.replace("client","").toLowerCase()],g=c-m,y=Math.abs(u-d);this.state.upperBound===g&&this.state.sliderLength===y&&this.state.thumbSize===m||this.setState({upperBound:g,sliderLength:y,thumbSize:m})},n.calcOffset=function(r){const o=this.props.max-this.props.min;return o===0?0:(r-this.props.min)/o*this.state.upperBound},n.calcValue=function(r){return r/this.state.upperBound*(this.props.max-this.props.min)+this.props.min},n.calcOffsetFromPosition=function(r){const{slider:o}=this,i=o.getBoundingClientRect(),a=i[this.posMaxKey()],c=i[this.posMinKey()];let u=r-(window["page"+this.axisKey()+"Offset"]+(this.props.invert?a:c));return this.props.invert&&(u=this.state.sliderLength-u),u-=this.state.thumbSize/2,u},n.forceValueFromPosition=function(r,o){const i=this.calcOffsetFromPosition(r),a=this.getClosestIndex(i),c=bt(this.calcValue(i),this.props),u=this.state.value.slice();u[a]=c;for(let d=0;d<u.length-1;d+=1)if(u[d+1]-u[d]<this.props.minDistance)return;this.fireChangeEvent("onBeforeChange"),this.hasMoved=!0,this.setState({value:u},()=>{o(a),this.fireChangeEvent("onChange")})},n.clearPendingResizeTimeouts=function(){do{const r=this.pendingResizeTimeouts.shift();clearTimeout(r)}while(this.pendingResizeTimeouts.length)},n.start=function(r,o){const i=this["thumb"+r];i&&i.focus();const{zIndices:a}=this.state;a.splice(a.indexOf(r),1),a.push(r),this.setState(c=>({startValue:c.value[r],startPosition:o!==void 0?o:c.startPosition,index:r,zIndices:a}))},n.moveUpByStep=function(r){r===void 0&&(r=this.props.step);const o=this.state.value[this.state.index],i=bt(this.props.invert&&this.props.orientation==="horizontal"?o-r:o+r,this.props);this.move(Math.min(i,this.props.max))},n.moveDownByStep=function(r){r===void 0&&(r=this.props.step);const o=this.state.value[this.state.index],i=bt(this.props.invert&&this.props.orientation==="horizontal"?o+r:o-r,this.props);this.move(Math.max(i,this.props.min))},n.move=function(r){const o=this.state.value.slice(),{index:i}=this.state,{length:a}=o,c=o[i];if(r===c)return;this.hasMoved||this.fireChangeEvent("onBeforeChange"),this.hasMoved=!0;const{pearling:u,max:d,min:m,minDistance:g}=this.props;if(!u){if(i>0){const y=o[i-1];r<y+g&&(r=y+g)}if(i<a-1){const y=o[i+1];r>y-g&&(r=y-g)}}o[i]=r,u&&a>1&&(r>c?(this.pushSucceeding(o,g,i),function(y,h,b,f){for(let _=0;_<y;_+=1){const w=f-_*b;h[y-1-_]>w&&(h[y-1-_]=w)}}(a,o,g,d)):r<c&&(this.pushPreceding(o,g,i),function(y,h,b,f){for(let _=0;_<y;_+=1){const w=f+_*b;h[_]<w&&(h[_]=w)}}(a,o,g,m))),this.setState({value:o},this.fireChangeEvent.bind(this,"onChange"))},n.pushSucceeding=function(r,o,i){let a,c;for(a=i,c=r[a]+o;r[a+1]!==null&&c>r[a+1];a+=1,c=r[a]+o)r[a+1]=jr(c,this.props)},n.pushPreceding=function(r,o,i){for(let a=i,c=r[a]-o;r[a-1]!==null&&c<r[a-1];a-=1,c=r[a]-o)r[a-1]=jr(c,this.props)},n.axisKey=function(){return this.props.orientation==="vertical"?"Y":"X"},n.orthogonalAxisKey=function(){return this.props.orientation==="vertical"?"X":"Y"},n.posMinKey=function(){return this.props.orientation==="vertical"?this.props.invert?"bottom":"top":this.props.invert?"right":"left"},n.posMaxKey=function(){return this.props.orientation==="vertical"?this.props.invert?"top":"bottom":this.props.invert?"left":"right"},n.sizeKey=function(){return this.props.orientation==="vertical"?"clientHeight":"clientWidth"},n.fireChangeEvent=function(r){this.props[r]&&this.props[r](vn(this.state.value),this.state.index)},n.buildThumbStyle=function(r,o){const i={position:"absolute",touchAction:"none",willChange:this.state.index>=0?this.posMinKey():void 0,zIndex:this.state.zIndices.indexOf(o)+1};return i[this.posMinKey()]=r+"px",i},n.buildTrackStyle=function(r,o){const i={position:"absolute",willChange:this.state.index>=0?this.posMinKey()+","+this.posMaxKey():void 0};return i[this.posMinKey()]=r,i[this.posMaxKey()]=o,i},n.buildMarkStyle=function(r){var o;return(o={position:"absolute"})[this.posMinKey()]=r,o},n.renderThumbs=function(r){const{length:o}=r,i=[];for(let c=0;c<o;c+=1)i[c]=this.buildThumbStyle(r[c],c);const a=[];for(let c=0;c<o;c+=1)a[c]=this.renderThumb(i[c],c);return a},n.renderTracks=function(r){const o=[],i=r.length-1;o.push(this.renderTrack(0,0,r[0]));for(let a=0;a<i;a+=1)o.push(this.renderTrack(a+1,r[a],r[a+1]));return o.push(this.renderTrack(i+1,r[i],this.state.upperBound)),o},n.renderMarks=function(){let{marks:r}=this.props;const o=this.props.max-this.props.min+1;return typeof r=="boolean"?r=Array.from({length:o}).map((i,a)=>a):typeof r=="number"&&(r=Array.from({length:o}).map((i,a)=>a).filter(i=>i%r==0)),r.map(parseFloat).sort((i,a)=>i-a).map(i=>{const a=this.calcOffset(i),c={key:i,className:this.props.markClassName,style:this.buildMarkStyle(a)};return this.props.renderMark(c)})},n.render=function(){const r=[],{value:o}=this.state,i=o.length;for(let d=0;d<i;d+=1)r[d]=this.calcOffset(o[d],d);const a=this.props.withTracks?this.renderTracks(r):null,c=this.renderThumbs(r),u=this.props.marks?this.renderMarks():null;return S.createElement("div",{ref:d=>{this.slider=d,this.resizeElementRef.current=d},style:{position:"relative"},className:this.props.className+(this.props.disabled?" disabled":""),onMouseDown:this.onSliderMouseDown,onClick:this.onSliderClick},a,c,u)},t}(S.Component);$r.displayName="ReactSlider",$r.defaultProps={min:0,max:100,step:1,pageFn:e=>10*e,minDistance:0,defaultValue:0,orientation:"horizontal",className:"slider",thumbClassName:"thumb",thumbActiveClassName:"active",trackClassName:"track",markClassName:"mark",withTracks:!0,pearling:!1,disabled:!1,snapDragDisabled:!1,invert:!1,marks:[],renderThumb:e=>S.createElement("div",e),renderTrack:e=>S.createElement("div",e),renderMark:e=>S.createElement("span",e)};var Er=$r;const hl="_container_4u41i_2",gl="_unitLabel_4u41i_8",yl="_slider_4u41i_11",bl="_thumb_4u41i_17",vl="_track_4u41i_26",xl="_labels_4u41i_32",Nt={container:hl,unitLabel:gl,slider:yl,thumb:bl,track:vl,labels:xl},Ps=({min:e=0,max:t=100,step:n=1,onChange:r,width:o=300,unit:i,fontColor:a="#605B56",defaultValue:c,isDate:u})=>{const{t:d}=oe.useTranslation(),m=u?new Date(e).getTime():null,g=u?new Date(t).getTime():null,[y,h]=S.useState(u?[m,g]:[e,t]),b=f=>{h(f),r==null||r({min:f[0],max:f[1]})};return S.useEffect(()=>{c||h(u?[m,g]:[e,t])},[c,u]),l.jsxs("div",{className:Nt.container,style:{width:`${o}px`,color:`${a}`},children:[l.jsx("div",{className:Nt.unitLabel,children:l.jsx("span",{children:d(i)})}),l.jsx(Er,{className:Nt.slider,thumbClassName:Nt.thumb,trackClassName:Nt.track,min:u?m:e,max:u?g:t,step:u?(g-m)/30:n,value:y,onAfterChange:b,withTracks:!0,pearling:!u,minDistance:u?0:.1}),l.jsxs("div",{className:Nt.labels,children:[l.jsx("span",{children:u?new Date(y[0]).toLocaleDateString("en-EN",{day:"2-digit",month:"short",year:"numeric"}):y[0]}),l.jsx("span",{children:u?new Date(y[1]).toLocaleDateString("en-EN",{day:"2-digit",month:"short",year:"numeric"}):y[1]})]})]})};Ps.propTypes={min:s.number,max:s.number,step:s.number,initialMin:s.number,initialMax:s.number,onChange:s.func,width:s.number,unit:s.string,fontColor:s.string,value:s.arrayOf(s.number)};const Cl="_tematicalFiltersInputContainer_1vm1r_2",_l="_inputTypeContainer_1vm1r_2",wl="_checkboxContainer_1vm1r_28",Sl="_absoluteSliderContainer_1vm1r_37",Cn={tematicalFiltersInputContainer:Cl,inputTypeContainer:_l,checkboxContainer:wl,absoluteSliderContainer:Sl},zr=({indicator:e,activeColor:t})=>{const[n,r]=S.useState(),{type:o,name:i,values:a,minValue:c,maxValue:u,unit:d,step:m,disabled:g,isDate:y}=e||{},h=S.useMemo(()=>o=="cat"||n=="cat",[n,o]),b=S.useMemo(()=>o=="abs"||n=="abs",[n,o]),{tematicalFiltersSelected:f,selectedIndicator:_,fontColor:w,inputsColor:T}=ye(C=>C),j=C=>{if(C){const{min:x,max:$,valueClicked:N,allValues:E}=C||{},{code:I,type:D,source:p}=e||{},O=b?"abs":h?"cat":"both";let k=I[0];D=="both"&&(k=O=="cat"?I[1]:I[0]),O=="cat"?ye.setState(V=>{let z=V.tematicalFiltersSelected.find(Y=>Y.code===k);if(z){let Y=[z.values];return z.values.includes(N)?Y=z.values.filter(W=>W!==N):Y=[...z.values,N],Y.length==E.length?{tematicalFiltersSelected:V.tematicalFiltersSelected.filter(W=>W.code!==k)}:{tematicalFiltersSelected:V.tematicalFiltersSelected.map(W=>W.code===k?{...W,values:Y}:W)}}else{let Y=(E||[]).map((W,ae)=>ae);return{tematicalFiltersSelected:[...f,{type:"cat",code:k,values:Y.filter(W=>W!==N),name:e.name,source:p,isDate:y}]}}}):O=="abs"&&ye.setState(V=>{let z=V.tematicalFiltersSelected.find(Y=>Y.code===k);if(x==e.minValue&&$==e.maxValue)return{tematicalFiltersSelected:V.tematicalFiltersSelected.filter(Y=>Y.code!==k)};if(z){let Y={...z,min:x,max:$,type:O,isDate:y};return{tematicalFiltersSelected:V.tematicalFiltersSelected.map(W=>W.code===k?Y:W)}}else return{tematicalFiltersSelected:[...f,{type:O,code:k,min:x,max:$,name:e.name,source:e.source}]}})}},v=S.useMemo(()=>{const C={};if((f==null?void 0:f.length)>0)for(const x of f)x.type==="cat"?C[x.code]=new Set(x.values):C[x.code]=[x.min,x.max];return C},[f]);return l.jsx("div",{className:Cn.tematicalFiltersInputContainer,children:l.jsxs(ht,{titleFontStyles:{fontSize:16,fontWeight:400,opacity:g?.5:1},title:i,isOpen:_==`id${i}`,onClick:()=>{g||ye.setState(()=>({selectedIndicator:_==`id${i}`?"":`id${i}`}))},showBottomBar:!1,height:42,titleMarginChildren:14,className:"tematicalFiltersInputContainer",color:w,activeColor:t,children:[o=="both"&&l.jsxs("div",{className:Cn.inputTypeContainer,style:{color:w},children:[l.jsxs("label",{children:[l.jsx("input",{type:"radio",name:"tipo",value:"abs",onChange:()=>{r("abs")},style:{marginRight:4,backgroundColor:n=="abs"?T:"white",border:`1.5px solid ${n=="abs"?T:w}`}}),"Absoluto"]}),l.jsxs("label",{children:[l.jsx("input",{type:"radio",name:"tipo",value:"cat",onChange:()=>{r("cat")},style:{marginRight:4,backgroundColor:n=="cat"?T:"white",border:`1.5px solid ${n=="cat"?T:w}`}}),"Categórico"]})]}),h&&l.jsx("div",{className:Cn.checkboxContainer,children:(a||[]).map((C,x)=>{var $;return l.jsx(Is,{onClick:()=>j({valueClicked:x,allValues:a}),indicator:C,value:(($=v[e.code[o=="both"?1:0]])==null?void 0:$.has(x))||!v[e.code[o=="both"?1:0]]},`checkbox-${x}`)})}),(b||o=="glb")&&l.jsx("div",{className:Cn.absoluteSliderContainer,children:l.jsx(Ps,{onChange:j,min:c,max:u,unit:d,defaultValue:v[e.code[0]]?v[e.code[0]]:"",isDate:y,step:m})})]})})};zr.propTypes={indicator:s.shape({name:s.string,type:s.string,code:s.arrayOf(s.string),values:s.arrayOf(s.shape({codename:s.oneOfType(s.array,s.string),title:s.string}))}),activeColor:s.string};const Bs=({subcategory:e,fontColor:t,activeColor:n})=>{const{activeSubcategory:r}=ye(a=>a),{name:o,indicators:i}=e||{};return l.jsx(ht,{title:o,isOpen:r==`id${o}`,onClick:()=>{ye.setState(a=>({activeSubcategory:a.activeSubcategory===`id${o}`?"":`id${o}`}))},titleFontStyles:{fontSize:16,fontWeight:400},showBottomBar:!1,titleMarginChildren:20,height:48,color:t,activeColor:n,children:i==null?void 0:i.map((a,c)=>l.jsx(zr,{indicator:a,fontColor:t,activeColor:n},`indicatorSub-${c}`))})};Bs.propTypes={subcategory:s.shape({name:s.string,indicators:s.arrayOf(s.shape({name:s.string,value:s.string}))}),activeColor:s.string};const Vs=({category:e,activeColor:t})=>{const{name:n,subcategories:r,indicators:o}=e||{},{activeCategory:i,fontColor:a}=ye(c=>c);return e&&l.jsx(ht,{onClick:()=>{ye.setState(c=>({activeCategory:i===`id${n}`?"":`id${n}`}))},title:n,isOpen:i===`id${n}`,titleFontStyles:{fontSize:18,fontWeight:"bold"},showBottomBar:!1,color:a,activeColor:t,children:r?r.map((c,u)=>l.jsx(Bs,{subcategory:c,fontColor:a,activeColor:t},`subcategory-${u}`)):o&&o.map((c,u)=>l.jsx(zr,{indicator:c,fontColor:a,activeColor:t},`indicator-${u}`))})};Vs.propTypes={category:s.shape({name:s.string.isRequired,subcategories:s.array,indicators:s.array}),activeColor:s.string};const Nr=({indicators:e,isOpen:t=!0,title:n,fontColor:r="#605B56",inputsColor:o="#605B56",activeColor:i,isExtra:a=!1})=>{const{tematicalFiltersSelected:c,activeFiltersType:u}=ye(g=>g),{t:d}=oe.useTranslation();S.useEffect(()=>{r&&ye.setState(()=>({fontColor:r}))},[r]),S.useEffect(()=>{o&&ye.setState(()=>({inputsColor:o}))},[o]);const m=()=>{a?u==a?ye.setState(()=>({activeFiltersType:null})):ye.setState(()=>({activeFiltersType:a})):u=="tematical"?ye.setState(()=>({activeFiltersType:null})):ye.setState(()=>({activeFiltersType:"tematical"}))};return l.jsx(ht,{isOpen:a&&u==a||!a&&u=="tematical",title:n?d(n):"Tematical filters",color:r,activeColor:i,onClick:m,mainTitle:!0,children:e==null?void 0:e.map((g,y)=>l.jsx(Vs,{category:g,fontColor:r,activeColor:i},`category-${y}`))})};Nr.propTypes={isOpen:s.bool,title:s.string,indicators:s.arrayOf(s.object),fontColor:s.string,onChangeTematicalFilters:s.func,inputsColor:s.string,activeColor:s.string};const Tl="_FiltersAmbitContainer_1hv16_2",kl="_FiltersContainer_1hv16_15",jl="_FiltersAmbitHeader_1hv16_18",$l="_FiltersAmbitTitle_1hv16_26",El="_FiltersAmbitDescription_1hv16_35",Nl="_FiltersAmbitDescriptionTitle_1hv16_46",Ol="_warning_1hv16_50",Al="_buttonContainer_1hv16_53",ct={FiltersAmbitContainer:Tl,FiltersContainer:kl,FiltersAmbitHeader:jl,FiltersAmbitTitle:$l,FiltersAmbitDescription:El,FiltersAmbitDescriptionTitle:Nl,warning:Ol,buttonContainer:Al},Fs=({ambitName:e,ambitDescription:t,defaultFilters:n,indicators:r,activeColor:o,textColor:i,backgroundColor:a,onChangeAppliedFilters:c,saveAmbit:u,namePlaceholder:d,descPlaceholder:m,filtersTypes:g=["geographical","tematical"],nameRequiredText:y,geoLayers:h=[],onGeoLayersChange:b,onlyFilters:f=!1,descriptionRequired:_=!1,extraLists:w=!1})=>{const{t:T}=oe.useTranslation(),{tematicalFiltersSelected:j,activeFiltersType:v}=ye(p=>p),[C,x]=S.useState(e||null),[$,N]=S.useState(t||null),[E,I]=S.useState(!1);S.useEffect(()=>{ye.setState({tematicalFiltersSelected:n||[]})},[n]),S.useRef(!1),S.useEffect(()=>{c(j)},[j]);const D=()=>{_?C&&$?u({name:C,description:$}):I(!0):C?u({name:C,description:$}):I(!0)};return S.useEffect(()=>{if(g.includes("geographical")&&v!="geographical"&&h.length>0){const p=h.map(O=>({...O,active:!1}));b==null||b(p)}},[v]),l.jsxs("div",{className:ct.FiltersAmbitContainer,children:[l.jsxs("div",{className:ct.FiltersContainer,children:[!f&&l.jsxs("div",{className:ct.FiltersAmbitHeader,children:[l.jsx("div",{className:ct.FiltersAmbitTitle,children:l.jsx("input",{type:"text",onChange:p=>{I(!1),x(p.target.value)},value:C,placeholder:T(d)})}),l.jsx("div",{className:ct.FiltersAmbitDescription,children:l.jsx("div",{className:ct.FiltersAmbitDescriptionTitle,children:l.jsx("textarea",{value:$,onChange:p=>{_&&I(!1),N(p.target.value)},placeholder:T(m)})})})]}),l.jsx(Rs,{title:T("applied_filters"),isOpen:v=="applied",textColor:i||"#fff",backgroundColor:a||"#605B5680",activeColor:o}),g.includes("geographical")&&l.jsx(Ds,{title:"geo_filters",activeColor:o,geoLayers:h,onGeoLayersChange:b}),g.includes("extra")&&w.map(p=>l.jsx(Nr,{indicators:p.indicators,inputsColor:o,textColor:i,title:p.title,activeColor:o,isExtra:p.title})),g.includes("tematical")&&l.jsx(Nr,{indicators:r,inputsColor:o,textColor:i,title:"tematical_filters",activeColor:o,isExtra:!1})]}),!f&&l.jsxs("div",{className:ct.buttonContainer,children:[E&&l.jsx("div",{className:ct.warning,children:T(y)}),l.jsx(cn,{onClick:()=>D(),children:T("save_ambit")})]})]})};Fs.propTypes={indicators:s.arrayOf(s.object).isRequired,ambitName:s.string,ambitDescription:s.string,defaultFilters:s.arrayOf(s.object),activeColor:s.string,backgroundColor:s.string,textColor:s.string,onChangeAppliedFilters:s.func,saveAmbit:s.func,namePlaceholder:s.string,descPlaceholder:s.string,filtersTypes:s.arrayOf(s.string).isRequired,nameRequiredText:s.string,extraLists:s.arrayOf(s.object)};const Ll="_barChartContainer_1ly7h_2",xo={barChartContainer:Ll},qr=({data:e,barHeight:t=25,gap:n=23,fontColor:r="#605B56",leftPadding:o=200,numberOfDivisions:i=7,maxValue:a=null,orientation:c="horizontal",horizontalPadding:u=c=="vertical"?50:20,verticalPadding:d=10,xLabelPadding:m=c=="vertical"?50:40,containerWidth:g=700,containerHeight:y=500,mainColor:h="#000"})=>{const{xScale:b,yScale:f,ticks:_,height:w,chartWidth:T,svgWidth:j,svgHeight:v,contentWidth:C}=S.useMemo(()=>{if(e&&e.length>0){const x=ir.max(e,N=>N.value)||1,$=a||x;if(c==="vertical"){const N=e.length*(t+n)+u*2,E=Math.max(N,g||0),I=y,p=ir.scaleLinear().domain([0,$]).range([I-100,d]),O=Array.from({length:i+1},(k,V)=>$/i*V);return{yScale:p,ticks:O,height:I,chartWidth:E,svgWidth:E,svgHeight:I,contentWidth:N}}else{const N=e.length*(t+n);console.log("barsHeight: ",N);const E=N+d*2+m+30,I=g+o+u*2,D=ir.scaleLinear().domain([0,$]).range([0,g-u*2]),p=Array.from({length:i+1},(O,k)=>$/i*k);return{xScale:D,ticks:p,height:E,chartWidth:g,svgWidth:I,svgHeight:E,contentWidth:I}}}else return{xScale:null,yScale:null,ticks:[],height:0,svgHeight:0}},[e,i,t,n,u,d,a,c,o,g,y]);return c==="vertical"?l.jsx("div",{style:{width:"100%",height:y?`${y}px`:"100%","--main-color":h},className:xo.barChartContainer,children:l.jsx("svg",{width:j,height:v,style:{display:"block",width:j,height:v,maxWidth:"none","--main-color":h},children:l.jsxs("g",{transform:`translate(${u}, 0)`,children:[l.jsx("g",{children:_.map((x,$)=>{const N=f(x);return l.jsxs("g",{children:[l.jsx("line",{x1:0,x2:T-u*2,y1:N,y2:N,stroke:"#ccc"}),l.jsx("text",{x:-10,y:N+4,textAnchor:"end",fontSize:10,fill:r,children:parseInt(x)})]},$)})}),e&&e.length>0&&e.map((x,$)=>{const N=f(0)-f(x.value),E=$*(t+n),I=f(x.value);return l.jsxs("g",{children:[l.jsx("rect",{x:E,y:I,width:t,height:N,fill:x.color,rx:0}),l.jsx("text",{x:E+t/2,y:w-m,textAnchor:"start",fill:r,fontSize:12,transform:`rotate(-90, ${E+t/2}, ${w-m})`,children:x.title})]},$)})]})})}):(console.log("svgHeight: ",v),l.jsx("div",{style:{width:"100%",height:y?`${y}px`:"100%","--main-color":h},className:xo.barChartContainer,children:l.jsx("svg",{width:j,height:v,style:{minWidth:"100%",height:v,width:C,maxWidth:"none"},children:l.jsxs("g",{transform:`translate(0,${d})`,children:[l.jsx("g",{transform:`translate(${o+u}, 0)`,children:_.map((x,$)=>{const N=b(x);return l.jsxs("g",{transform:`translate(${N}, 0)`,children:[l.jsx("line",{y1:0,y2:e.length*(t+n),stroke:"#ccc"}),l.jsx("text",{y:e.length*(t+n)+30,textAnchor:"middle",fontSize:10,fill:r,children:parseInt(x)})]},$)})}),e&&e.length>0&&e.map((x,$)=>{const N=b(x.value),E=$*(t+n);return console.log("y: ",E),l.jsxs("g",{transform:`translate(${o+u}, ${E})`,children:[l.jsx("text",{x:-24,y:t/2+5,textAnchor:"end",fill:r,fontSize:12,children:x.title}),l.jsx("rect",{width:N,height:t,fill:x.color,rx:0})]},$)})]})})}))};qr.propTypes={data:s.arrayOf(s.shape({title:s.string,value:s.number,color:s.string})),length:s.number,barHeight:s.number,gap:s.number,verticalPadding:s.number,horizontalPadding:s.number,numberOfDivisions:s.number,fontColor:s.string,leftPadding:s.number,maxValue:s.number,orientation:s.oneOf(["horizontal","vertical"]),xLabelPadding:s.number,containerWidth:s.number,containerHeight:s.number,minBarWidth:s.number};const Ml="_graphicContainer_1ozwp_2",Rl="_titleContainer_1ozwp_13",Co={graphicContainer:Ml,titleContainer:Rl},zs=({data:e,graphLength:t=700,containerStyle:n,borderColor:r="#605B56",title:o="Graphic Title",fontColor:i="#605B56",maxValue:a=null,numberOfDivisions:c=7,leftPadding:u=-200,orientation:d="horizontal",xLabelPadding:m=0,mainColor:g})=>{const{t:y}=oe.useTranslation();return l.jsxs("div",{className:Co.graphicContainer,style:{...n||{},paddingBottom:40},children:[l.jsx("div",{className:Co.titleContainer,children:l.jsx("h2",{children:y(o)})}),l.jsx(qr,{data:e,length:t,fontColor:i,maxValue:a,numberOfDivisions:c,leftPadding:u,orientation:d,xLabelPadding:m,mainColor:g})]})};zs.propTypes={data:s.arrayOf(s.shape({color:s.string.isRequired,value:s.number.isRequired,title:s.string.isRequired})),borderColor:s.string,title:s.string,graphLength:s.number,containerStyle:s.object,fontColor:s.string,mainColor:s.string,maxValue:s.number,numberOfDivisions:s.number,leftPadding:s.number,xLabelPadding:s.number};const Dl="_indicatorsCategory_arwy3_2",Il="_title_arwy3_5",Pl="_list_arwy3_13",_n={indicatorsCategory:Dl,title:Il,list:Pl},Bl="data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.32549%200H4.65882V3.40392H8V4.61176H4.65882V8H3.32549V4.61176H0V3.40392H3.32549V0Z'%20fill='%23605B56'/%3e%3c/svg%3e",Vl="data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.32549%200H4.65882V3.40392H8V4.61176H4.65882V8H3.32549V4.61176H0V3.40392H3.32549V0Z'%20fill='%23ffffff'/%3e%3c/svg%3e",wt=Vr.create(e=>({activeColor:null,defaultColor:"#92898A",multiple:!1,activeIndicatorType:null,activeIndicatorSubcategory:""})),Fl="_indicatorContainer_swmx0_2",zl="_indicatorNameContainer_swmx0_12",ql="_dot_swmx0_19",Wl="_indicatorName_swmx0_12",Ul="_switchExternalContainer_swmx0_33",Zl="_switchType_swmx0_42",Hl="_switchTypeOptions_swmx0_46",Kl="_optionContainer_swmx0_57",Gl="_customRadious_swmx0_67",Yl="_optionText_swmx0_74",xe={indicatorContainer:Fl,indicatorNameContainer:zl,dot:ql,indicatorName:Wl,switchExternalContainer:Ul,switchType:Zl,switchTypeOptions:Hl,optionContainer:Kl,customRadious:Gl,optionText:Yl},Wr=({indicator:e,values:t=[],activeIndicator:n,onClickIndicator:r,onChangeType:o,onChangeIndicatorSubcategory:i})=>{const{t:a}=oe.useTranslation(),{name:c,type:u,disabled:d,indicatorSubcategories:m}=e,{activeIndicatorType:g,activeColor:y,defaultColor:h,multiple:b,activeIndicatorSubcategory:f}=wt(x=>x),[_,w]=S.useState(!1);S.useEffect(()=>{n&&w(b?n.some(x=>x.name==String(c)):n.name==c)},[n]);const T=()=>l.jsx("div",{className:xe.switchExternalContainer,children:l.jsx("div",{className:xe.switchType,children:l.jsxs("div",{className:xe.switchTypeOptions,children:[l.jsxs("div",{className:xe.optionContainer,onClick:()=>{wt.setState(x=>({...x,activeIndicatorType:"cat"})),o("cat")},children:[l.jsx("span",{className:`${xe.customRadious}`,style:{backgroundColor:g==="cat"?y:"transparent",borderColor:g==="cat"?y:h}}),l.jsx("h4",{className:xe.optionText,style:{color:g==="cat"?y:h},children:a("indicators.cat")})]}),l.jsxs("div",{className:xe.optionContainer,onClick:()=>{wt.setState(x=>({...x,activeIndicatorType:"abs"})),o("abs")},children:[l.jsx("span",{className:`${xe.customRadious}`,style:{backgroundColor:g==="abs"?y:"transparent",borderColor:g==="abs"?y:h}}),l.jsx("h4",{className:xe.optionText,style:{color:g==="abs"?y:h},children:a("indicators.abs")})]})]})})}),j=({indicator:x,subcatIndex:$,indicatorSubcategory:N})=>{const E={},I=new Set;return Object.entries(x).forEach(([D,p])=>{const O=D.match(/^(.*)_subcat_(\d+)$/);if(O){const[k,V,z]=O;Number(z)===$&&(E[V]=p,I.add(V))}}),Object.entries(x).forEach(([D,p])=>{!D.includes("_subcat_")&&!I.has(D)&&(E[D]=p)}),E.activeIndicatorSubcategory=N,E},v=()=>l.jsx("div",{className:xe.switchExternalContainer,children:l.jsx("div",{className:xe.switchType,children:l.jsx("div",{className:xe.switchTypeOptions,children:m==null?void 0:m.map((x,$)=>l.jsxs("div",{className:xe.optionContainer,onClick:()=>{wt.setState(E=>({...E,activeIndicatorSubcategory:x.title}));let N=j({indicator:e,subcatIndex:$,indicatorSubcategory:x.title});i&&i({indicator:N})},children:[l.jsx("span",{className:`${xe.customRadious}`,style:{backgroundColor:f===x.title?y:"transparent",borderColor:f===x.title?y:h}}),l.jsx("h4",{className:xe.optionText,style:{color:f===x.title?y:h},children:a(x.title)})]},`indicatorSubcategory-${x.title}`))})})}),C=()=>l.jsx("div",{className:xe.switchExternalContainer,children:l.jsx("div",{className:xe.switchType,children:l.jsx("div",{className:xe.switchTypeOptions,children:t.map((x,$)=>l.jsxs("div",{className:xe.optionContainer,children:[l.jsx("span",{className:xe.customRadious}),l.jsx("h4",{children:a(x.unit)})]},$))})})});return l.jsxs("div",{className:xe.indicatorContainer,children:[l.jsxs("div",{className:xe.indicatorNameContainer,onClick:()=>!d&&r({indicator:e}),children:[l.jsx("div",{style:{border:_?`1px solid ${y}`:`1px solid ${h}`,opacity:d?.5:1,backgroundColor:_?y:"transparent"},className:xe.dot,children:b&&l.jsx("img",{src:_?Vl:Bl,alt:""})}),l.jsx("h4",{className:xe.indicatorName,style:{color:_?y:h,opacity:d?.5:1},children:l.jsx(oe.Trans,{i18nKey:c,components:{sup:l.jsx("sup",{})},shouldUnescape:!0})})]}),(n==null?void 0:n.name)===c&&u==="both"&&T(),(n==null?void 0:n.name)===c&&u==="twoUnits"&&C(),(n==null?void 0:n.name)===c&&m&&m.length>0&&v()]})};Wr.propTypes={indicator:s.shape({name:s.string,type:s.string}),values:s.oneOfType([s.bool,s.array]),activeColor:s.string,defaultColor:s.string,activeIndicator:s.oneOfType([s.object,s.array]),multiple:s.bool,onClickIndicator:s.func};const Xl="_indicatorsSubCategory_1nuug_2",Ql="_list_1nuug_11",_o={indicatorsSubCategory:Xl,list:Ql},qs=({subcName:e,indicators:t,activeSubCategory:n,onClickSubCategory:r,id:o,activeIndicator:i,onClickIndicator:a,onChangeType:c,onChangeIndicatorSubcategory:u})=>{const{t:d}=oe.useTranslation(),[m,g]=S.useState(!1);S.useEffect(()=>{g(n==o)},[n,o]);const{activeIndicatorType:y,activeColor:h,defaultColor:b,multiple:f,activeIndicatorSubcategory:_}=wt(w=>w);return l.jsxs(Br.motion.div,{className:_o.indicatorsSubCategory,initial:{height:"43px"},animate:{height:m?"auto":"43px"},transition:{duration:.4},children:[l.jsx("button",{onClick:()=>r(o),children:l.jsxs("h3",{style:{color:m?h:b},children:[l.jsx("span",{style:{color:m?h:b},children:m?"-":"+"}),l.jsx("span",{style:{color:m?h:b},children:d(e)})]})}),t&&l.jsx("div",{className:_o.list,children:t==null?void 0:t.map((w,T)=>l.jsx(Wr,{indicator:w,activeIndicator:i,onClickIndicator:a,onChangeType:c,onChangeIndicatorSubcategory:u},"indicator"+T))})]})};qs.propTypes={subcName:s.string,indicators:s.array,activeColor:s.string,defaultColor:s.string,activeSubCategory:s.string,id:s.string,activeIndicator:s.oneOfType([s.object,s.array]),multiple:s.bool,onClickSubCategory:s.func,onClickIndicator:s.func};const Ws=({cat:e,id:t,onClickCategory:n,activeCategory:r,activeSubCategory:o,onClickSubCategory:i,activeIndicator:a,onClickIndicator:c,onChangeType:u,onChangeIndicatorSubcategory:d})=>{var w;const{t:m}=oe.useTranslation(),{activeIndicatorType:g,activeColor:y,defaultColor:h,multiple:b}=wt(T=>T),[f,_]=S.useState(!1);return S.useEffect(()=>{_(r===t)},[r,t]),l.jsxs(Br.motion.div,{className:_n.indicatorsCategory,initial:{height:"53px"},animate:{height:f?"auto":"53px"},transition:{duration:.4},style:{backgroundColor:"white",borderBottom:f?`1px solid ${y}`:"0px",marginBottom:f?"20px":"0px"},children:[l.jsxs("h2",{className:`${_n.title}`,onClick:()=>n(t),children:[l.jsx("span",{className:_n.plus,style:{color:f?y:h},children:f?"-":"+"}),l.jsx("span",{style:{color:f?y:h},children:m(e.name)})]}),e.subcategories?e.subcategories.map(({name:T,subcategory:j,indicators:v},C)=>l.jsx(qs,{id:j,activeSubCategory:o,subcName:T,onClickSubCategory:i,activeIndicator:a,onClickIndicator:c,indicators:v,onChangeType:u,onChangeIndicatorSubcategory:d},`subcKey ${C}`)):l.jsx("div",{className:_n.list,children:(w=e.indicators)==null?void 0:w.map((T,j)=>l.jsx(Wr,{indicator:T,values:T.type=="twoUnits"&&T.values,activeIndicator:a,onClickIndicator:c,onChangeType:u,onChangeIndicatorSubcategory:d},`indicator${j}`))})]})};Ws.propTypes={cat:s.object,id:s.string,onChange:s.func,onClickCategory:s.func,activeCategory:s.string,activeSubCategory:s.string,onClickSubCategory:s.func,onClickIndicator:s.func,activeIndicator:s.oneOfType([s.object,s.array]),multiple:s.bool,activeColor:s.string,defaultColor:s.string};const Jl="_indicatorsList_13b3m_2",ec="_title_13b3m_6",wo={indicatorsList:Jl,title:ec},Us=({indicators:e,activeColor:t,defaultColor:n="#92898A",onChange:r,multiple:o=!1,defaultValue:i=null,changeIndType:a,activeIndicatorType:c,onChangeIndicatorSubcategory:u})=>{const{t:d}=oe.useTranslation(),[m,g]=S.useState(),[y,h]=S.useState(),[b,f]=S.useState();S.useEffect(()=>{wt.setState({activeColor:t||"",defaultColor:n||"",multiple:o||!1,activeIndicatorType:c||null})},[t,n,o,c]);const _=x=>{g(m==x?null:x)},w=x=>{h(y==x?null:x)},T=({indicator:x})=>{v(x)},j=({indicator:x})=>{v(x,!0),u&&u({indicator:x})},v=(x,$=!1)=>{if(o){let N=b&&b.length>0?[...b]:[];const E=N==null?void 0:N.some(D=>D.name==x.name);let I;$?I=x:I=E?N.filter(D=>D.name!=String(x.name)):[...N,x],f(I),x.type=="both"&&a("cat"),r&&typeof r=="function"&&($||!(x!=null&&x.indicatorSubcategories))&&r({activeIndicator:I})}else{let N;$?N=x:N=(b==null?void 0:b.name)==x.name?null:x,f(N),(x==null?void 0:x.type)=="both"&&a("cat"),r&&typeof r=="function"&&($||!(x!=null&&x.indicatorSubcategories))&&r({activeIndicator:N})}};S.useLayoutEffect(()=>{if(i&&!b)if(o&&i&&Array.isArray(i)){let x=b&&b.length>0?[...b]:[];f([...x,...i]),C(i[0].name)}else v(i),C(i.name)},[]),S.useEffect(()=>{if(i!=b)if(o&&i&&Array.isArray(i)){let x=b&&b.length>0?[...b]:[];f([...x,...i]),C(i[0].name)}else v(i),C(i.name)},[i]);const C=x=>{const $=e.find(N=>{if(N.subcategories){let E=N.subcategories.find(I=>I.indicators.find(D=>D.name==x));if(E)return h(E.subcategory),E}else return N.indicators.some(E=>E.name==x)});$&&g($.category)};return l.jsxs("div",{className:wo.indicatorsList,children:[l.jsx("h2",{className:wo.title,style:{color:n},children:d("indicators.indicators")}),e.map((x,$)=>l.jsx(Ws,{id:x.category,cat:x,onClickCategory:_,activeCategory:m,onClickSubCategory:w,activeSubCategory:y,onClickIndicator:T,activeIndicator:b,onChange:r,onChangeType:a,onChangeIndicatorSubcategory:j},`categoryKey${$}`))]})};Us.propTypes={indicators:s.arrayOf(s.object),activeColor:s.string,defaultColor:s.string,onChange:s.func,changeIndType:s.func,multiple:s.bool,activeIndicator:s.oneOfType([s.object,s.array]),defaultValue:s.oneOfType([s.object,s.array]),activeIndicatorType:s.string,onChangeIndicatorSubcategory:s.func};const tc="_langSelector_o9enq_2",nc="_currentLang_o9enq_14",rc="_arrow_o9enq_26",oc="_prevImg_o9enq_29",sc="_langMenu_o9enq_33",Ot={langSelector:tc,currentLang:nc,arrow:rc,prevImg:oc,langMenu:sc},Zs=({langs:e,arrow:t,imgPrev:n})=>{const[r,o]=S.useState(!1),{i18n:i}=oe.useTranslation(),a=e.find(u=>u.code==i.language),c=u=>{i.changeLanguage(u),o(!1)};return l.jsxs("div",{className:Ot.langSelector,children:[l.jsxs("div",{className:Ot.currentLang,onClick:()=>{o(!r)},children:[n&&l.jsx("img",{className:Ot.prevImg,src:n}),(a==null?void 0:a.titleSelected)||(a==null?void 0:a.title),l.jsx("img",{src:t,className:Ot.arrow})]}),r&&l.jsx("div",{className:Ot.langMenu,children:e.map(u=>l.jsx("button",{className:(a==null?void 0:a.code)==u.code?Ot.active:"",onClick:()=>c(u.code),children:u.title},u.code))})]})};Zs.propTypes={langs:s.arrayOf(s.shape({code:s.string,title:s.string,titleSelected:s.string})),color:s.string,bckColor:s.string,hoverColor:s.string,arrow:s.object,imgPrev:s.object};const ic="_legendContainer_1l2pz_3",ac="_closeButton_1l2pz_43",lc="_titleContainer_1l2pz_71",cc="_infoContainer_1l2pz_77",uc="_titleLegendList_1l2pz_88",dc="_legendListContainer_1l2pz_93",fc="_gridContainer_1l2pz_93",pc="_elementLegendContainer_1l2pz_99",mc="_colorDot_1l2pz_105",hc="_absoluteValueContainer_1l2pz_111",gc="_absoluteValueColor_1l2pz_114",yc="_absoluteValueText_1l2pz_119",bc="_noDataContainer_1l2pz_131",vc="_noData_1l2pz_131",xc="_moreInfoContainer_1l2pz_152",Ee={legendContainer:ic,closeButton:ac,titleContainer:lc,infoContainer:cc,titleLegendList:uc,legendListContainer:dc,gridContainer:fc,elementLegendContainer:pc,colorDot:mc,absoluteValueContainer:hc,absoluteValueColor:gc,absoluteValueText:yc,noDataContainer:bc,noData:vc,moreInfoContainer:xc},Hs=({containerStyles:e,title:t,infoList:n,legendItems:r,onClickMoreInfo:o,buttonTitle:i,onClickClose:a})=>{const{t:c}=oe.useTranslation();return l.jsxs("div",{style:e?{...e}:{},className:`${Ee.legendContainer}`,children:[l.jsx("button",{className:Ee.closeButton,onClick:a}),t&&l.jsx("div",{className:Ee.titleContainer,style:{marginBottom:(!n||n.length==0)&&"15px"},children:l.jsx("h2",{children:t})}),n&&n.length>0&&l.jsx("div",{className:Ee.infoContainer,children:l.jsx("ul",{children:n.map(({title:u,value:d})=>l.jsxs("li",{children:[l.jsx("h3",{className:Ee.title,children:`${u}:`}),l.jsxs("span",{className:Ee.value,children:[" ",d]})]},t))})}),r&&r.length>0&&r.map((u,d)=>l.jsxs("div",{children:[l.jsx("h3",{className:Ee.titleLegendList,style:{marginTop:n&&n.length>0&&d===0?"30px":d>0?"20px":"0px"},children:u.title&&l.jsx(oe.Trans,{i18nKey:u.title,components:{sup:l.jsx("sup",{})},shouldUnescape:!0})}),l.jsxs("div",{className:Ee.legendListContainer,children:[u.absolute?l.jsxs("div",{className:Ee.absoluteValueContainer,children:[l.jsx("div",{className:Ee.absoluteValueColor,style:{background:`linear-gradient(to bottom, ${u.absolute.maxColor} 0%, ${u.absolute.midColor?`${u.absolute.midColor} 50%,`:""} ${u.absolute.minColor} 100%)`}}),l.jsxs("div",{className:Ee.absoluteValueText,children:[l.jsxs("span",{children:[u.absolute.maxValue," ",c(u.absolute.unit)," ",u.absolute.offlimits&&c(u.moreText)]}),u.absolute.midValue&&l.jsxs("span",{children:[u.absolute.midValue," ",c(u.absolute.unit)]}),l.jsxs("span",{children:[u.absolute.minValue," ",c(u.absolute.unit)," ",u.absolute.offlimits&&c(u.lessText)]})]})]}):u.categories&&u.categories.length>0&&l.jsx("div",{className:Ee.gridContainer,children:u.categories.map(({title:m,color:g},y)=>l.jsxs("div",{className:Ee.elementLegendContainer,children:[l.jsx("div",{className:Ee.colorDot,style:{backgroundColor:g}}),l.jsxs("div",{className:Ee.titleLegendElement,children:[c(m)," "]})]},y))}),u.absolute&&u.absolute.noDataColor&&l.jsxs("div",{className:Ee.noDataContainer,children:[l.jsx("div",{className:Ee.noData,style:{background:u.absolute.noDataColor}}),l.jsx("div",{className:Ee.absoluteValueText,children:l.jsx("span",{children:c(u.absolute.noDataText)})})]})]})]},d)),o&&l.jsx("button",{className:Ee.moreInfoContainer,onClick:o,children:i||c("moreInformation")})]})};Hs.propTypes={title:s.string,containerStyles:s.object,infoList:s.arrayOf(s.shape({title:s.string.isRequired,value:s.oneOfType([s.string,s.number])})),legendItems:s.arrayOf(s.shape({title:s.string,categories:s.arrayOf(s.shape({title:s.string,color:s.string})),absolute:s.shape({maxColor:s.string,minColor:s.string,midColor:s.string,maxValue:s.number,minValue:s.number,midValue:s.number,unit:s.string,noDataColor:s.string,noDataText:s.string})})),onClickMoreInfo:s.func,buttonTitle:s.string,onClickClose:s.func};const Cc="_logo_1ewa6_2",So={logo:Cc},Ks=({src:e,alt:t,href:n})=>{const{t:r}=oe.useTranslation(),o=l.jsx("img",{src:e,alt:r(t)});return n?l.jsx("div",{className:So.logo,children:l.jsx("a",{href:n,children:o})}):l.jsx("div",{className:So.logo,children:o})};Ks.propTypes={src:s.string.isRequired,alt:s.string.isRequired,href:s.string,className:s.string};const _c=Q.createContext(null);function wc(e,t){const n=Array.isArray(e)?e[0]:e?e.x:0,r=Array.isArray(e)?e[1]:e?e.y:0,o=Array.isArray(t)?t[0]:t?t.x:0,i=Array.isArray(t)?t[1]:t?t.y:0;return n===o&&r===i}function Fe(e,t){if(e===t)return!0;if(!e||!t)return!1;if(Array.isArray(e)){if(!Array.isArray(t)||e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(!Fe(e[n],t[n]))return!1;return!0}else if(Array.isArray(t))return!1;if(typeof e=="object"&&typeof t=="object"){const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(const o of n)if(!t.hasOwnProperty(o)||!Fe(e[o],t[o]))return!1;return!0}return!1}function Sc(e){const t=e.clone();return t.pixelsToGLUnits=e.pixelsToGLUnits,t}function To(e,t){if(!e.getProjection)return;const n=e.getProjection(),r=t.getProjection();Fe(n,r)||t.setProjection(n)}function ko(e){return{longitude:e.center.lng,latitude:e.center.lat,zoom:e.zoom,pitch:e.pitch,bearing:e.bearing,padding:e.padding}}function jo(e,t){const n=t.viewState||t;let r=!1;if("zoom"in n){const o=e.zoom;e.zoom=n.zoom,r=r||o!==e.zoom}if("bearing"in n){const o=e.bearing;e.bearing=n.bearing,r=r||o!==e.bearing}if("pitch"in n){const o=e.pitch;e.pitch=n.pitch,r=r||o!==e.pitch}if(n.padding&&!e.isPaddingEqual(n.padding)&&(r=!0,e.padding=n.padding),"longitude"in n&&"latitude"in n){const o=e.center;e.center=new o.constructor(n.longitude,n.latitude),r=r||o!==e.center}return r}const Tc=["type","source","source-layer","minzoom","maxzoom","filter","layout"];function $o(e){if(!e)return null;if(typeof e=="string"||("toJS"in e&&(e=e.toJS()),!e.layers))return e;const t={};for(const r of e.layers)t[r.id]=r;const n=e.layers.map(r=>{let o=null;"interactive"in r&&(o=Object.assign({},r),delete o.interactive);const i=t[r.ref];if(i){o=o||Object.assign({},r),delete o.ref;for(const a of Tc)a in i&&(o[a]=i[a])}return o||r});return{...e,layers:n}}const Eo={version:8,sources:{},layers:[]},No={mousedown:"onMouseDown",mouseup:"onMouseUp",mouseover:"onMouseOver",mousemove:"onMouseMove",click:"onClick",dblclick:"onDblClick",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",mouseout:"onMouseOut",contextmenu:"onContextMenu",touchstart:"onTouchStart",touchend:"onTouchEnd",touchmove:"onTouchMove",touchcancel:"onTouchCancel"},hr={movestart:"onMoveStart",move:"onMove",moveend:"onMoveEnd",dragstart:"onDragStart",drag:"onDrag",dragend:"onDragEnd",zoomstart:"onZoomStart",zoom:"onZoom",zoomend:"onZoomEnd",rotatestart:"onRotateStart",rotate:"onRotate",rotateend:"onRotateEnd",pitchstart:"onPitchStart",pitch:"onPitch",pitchend:"onPitchEnd"},Oo={wheel:"onWheel",boxzoomstart:"onBoxZoomStart",boxzoomend:"onBoxZoomEnd",boxzoomcancel:"onBoxZoomCancel",resize:"onResize",load:"onLoad",render:"onRender",idle:"onIdle",remove:"onRemove",data:"onData",styledata:"onStyleData",sourcedata:"onSourceData",error:"onError"},kc=["minZoom","maxZoom","minPitch","maxPitch","maxBounds","projection","renderWorldCopies"],jc=["scrollZoom","boxZoom","dragRotate","dragPan","keyboard","doubleClickZoom","touchZoomRotate","touchPitch"];class qt{constructor(t,n,r){this._map=null,this._internalUpdate=!1,this._inRender=!1,this._hoveredFeatures=null,this._deferredEvents={move:!1,zoom:!1,pitch:!1,rotate:!1},this._onEvent=o=>{const i=this.props[Oo[o.type]];i?i(o):o.type==="error"&&console.error(o.error)},this._onPointerEvent=o=>{(o.type==="mousemove"||o.type==="mouseout")&&this._updateHover(o);const i=this.props[No[o.type]];i&&(this.props.interactiveLayerIds&&o.type!=="mouseover"&&o.type!=="mouseout"&&(o.features=this._hoveredFeatures||this._queryRenderedFeatures(o.point)),i(o),delete o.features)},this._onCameraEvent=o=>{if(!this._internalUpdate){const i=this.props[hr[o.type]];i&&i(o)}o.type in this._deferredEvents&&(this._deferredEvents[o.type]=!1)},this._MapClass=t,this.props=n,this._initialize(r)}get map(){return this._map}get transform(){return this._renderTransform}setProps(t){const n=this.props;this.props=t;const r=this._updateSettings(t,n);r&&this._createShadowTransform(this._map);const o=this._updateSize(t),i=this._updateViewState(t,!0);this._updateStyle(t,n),this._updateStyleComponents(t,n),this._updateHandlers(t,n),(r||o||i&&!this._map.isMoving())&&this.redraw()}static reuse(t,n){const r=qt.savedMaps.pop();if(!r)return null;const o=r.map,i=o.getContainer();for(n.className=i.className;i.childNodes.length>0;)n.appendChild(i.childNodes[0]);o._container=n;const a=o._resizeObserver;a&&(a.disconnect(),a.observe(n)),r.setProps({...t,styleDiffing:!1}),o.resize();const{initialViewState:c}=t;return c&&(c.bounds?o.fitBounds(c.bounds,{...c.fitBoundsOptions,duration:0}):r._updateViewState(c,!1)),o.isStyleLoaded()?o.fire("load"):o.once("styledata",()=>o.fire("load")),o._update(),r}_initialize(t){const{props:n}=this,{mapStyle:r=Eo}=n,o={...n,...n.initialViewState,accessToken:n.mapboxAccessToken||$c()||null,container:t,style:$o(r)},i=o.initialViewState||o.viewState||o;if(Object.assign(o,{center:[i.longitude||0,i.latitude||0],zoom:i.zoom||0,pitch:i.pitch||0,bearing:i.bearing||0}),n.gl){const m=HTMLCanvasElement.prototype.getContext;HTMLCanvasElement.prototype.getContext=()=>(HTMLCanvasElement.prototype.getContext=m,n.gl)}const a=new this._MapClass(o);i.padding&&a.setPadding(i.padding),n.cursor&&(a.getCanvas().style.cursor=n.cursor),this._createShadowTransform(a);const c=a._render;a._render=m=>{this._inRender=!0,c.call(a,m),this._inRender=!1};const u=a._renderTaskQueue.run;a._renderTaskQueue.run=m=>{u.call(a._renderTaskQueue,m),this._onBeforeRepaint()},a.on("render",()=>this._onAfterRepaint());const d=a.fire;a.fire=this._fireEvent.bind(this,d),a.on("resize",()=>{this._renderTransform.resize(a.transform.width,a.transform.height)}),a.on("styledata",()=>{this._updateStyleComponents(this.props,{}),To(a.transform,this._renderTransform)}),a.on("sourcedata",()=>this._updateStyleComponents(this.props,{}));for(const m in No)a.on(m,this._onPointerEvent);for(const m in hr)a.on(m,this._onCameraEvent);for(const m in Oo)a.on(m,this._onEvent);this._map=a}recycle(){const n=this.map.getContainer().querySelector("[mapboxgl-children]");n==null||n.remove(),qt.savedMaps.push(this)}destroy(){this._map.remove()}redraw(){const t=this._map;!this._inRender&&t.style&&(t._frame&&(t._frame.cancel(),t._frame=null),t._render())}_createShadowTransform(t){const n=Sc(t.transform);t.painter.transform=n,this._renderTransform=n}_updateSize(t){const{viewState:n}=t;if(n){const r=this._map;if(n.width!==r.transform.width||n.height!==r.transform.height)return r.resize(),!0}return!1}_updateViewState(t,n){if(this._internalUpdate)return!1;const r=this._map,o=this._renderTransform,{zoom:i,pitch:a,bearing:c}=o,u=r.isMoving();u&&(o.cameraElevationReference="sea");const d=jo(o,{...ko(r.transform),...t});if(u&&(o.cameraElevationReference="ground"),d&&n){const m=this._deferredEvents;m.move=!0,m.zoom||(m.zoom=i!==o.zoom),m.rotate||(m.rotate=c!==o.bearing),m.pitch||(m.pitch=a!==o.pitch)}return u||jo(r.transform,t),d}_updateSettings(t,n){const r=this._map;let o=!1;for(const i of kc)if(i in t&&!Fe(t[i],n[i])){o=!0;const a=r[`set${i[0].toUpperCase()}${i.slice(1)}`];a==null||a.call(r,t[i])}return o}_updateStyle(t,n){if(t.cursor!==n.cursor&&(this._map.getCanvas().style.cursor=t.cursor||""),t.mapStyle!==n.mapStyle){const{mapStyle:r=Eo,styleDiffing:o=!0}=t,i={diff:o};return"localIdeographFontFamily"in t&&(i.localIdeographFontFamily=t.localIdeographFontFamily),this._map.setStyle($o(r),i),!0}return!1}_updateStyleComponents(t,n){const r=this._map;let o=!1;return r.isStyleLoaded()&&("light"in t&&r.setLight&&!Fe(t.light,n.light)&&(o=!0,r.setLight(t.light)),"fog"in t&&r.setFog&&!Fe(t.fog,n.fog)&&(o=!0,r.setFog(t.fog)),"terrain"in t&&r.setTerrain&&!Fe(t.terrain,n.terrain)&&(!t.terrain||r.getSource(t.terrain.source))&&(o=!0,r.setTerrain(t.terrain))),o}_updateHandlers(t,n){var r,o;const i=this._map;let a=!1;for(const c of jc){const u=(r=t[c])!==null&&r!==void 0?r:!0,d=(o=n[c])!==null&&o!==void 0?o:!0;Fe(u,d)||(a=!0,u?i[c].enable(u):i[c].disable())}return a}_queryRenderedFeatures(t){const n=this._map,r=n.transform,{interactiveLayerIds:o=[]}=this.props;try{return n.transform=this._renderTransform,n.queryRenderedFeatures(t,{layers:o.filter(n.getLayer.bind(n))})}catch{return[]}finally{n.transform=r}}_updateHover(t){var n;const{props:r}=this;if(r.interactiveLayerIds&&(r.onMouseMove||r.onMouseEnter||r.onMouseLeave)){const i=t.type,a=((n=this._hoveredFeatures)===null||n===void 0?void 0:n.length)>0,c=this._queryRenderedFeatures(t.point),u=c.length>0;!u&&a&&(t.type="mouseleave",this._onPointerEvent(t)),this._hoveredFeatures=c,u&&!a&&(t.type="mouseenter",this._onPointerEvent(t)),t.type=i}else this._hoveredFeatures=null}_fireEvent(t,n,r){const o=this._map,i=o.transform,a=typeof n=="string"?n:n.type;return a==="move"&&this._updateViewState(this.props,!1),a in hr&&(typeof n=="object"&&(n.viewState=ko(i)),this._map.isMoving())?(o.transform=this._renderTransform,t.call(o,n,r),o.transform=i,o):(t.call(o,n,r),o)}_onBeforeRepaint(){const t=this._map;this._internalUpdate=!0;for(const r in this._deferredEvents)this._deferredEvents[r]&&t.fire(r);this._internalUpdate=!1;const n=this._map.transform;t.transform=this._renderTransform,this._onAfterRepaint=()=>{To(this._renderTransform,n),t.transform=n}}}qt.savedMaps=[];function $c(){let e=null;if(typeof location<"u"){const t=/access_token=([^&\/]*)/.exec(location.search);e=t&&t[1]}try{e=e||process.env.MapboxAccessToken}catch{}try{e=e||process.env.REACT_APP_MAPBOX_ACCESS_TOKEN}catch{}return e}const Ec=["setMaxBounds","setMinZoom","setMaxZoom","setMinPitch","setMaxPitch","setRenderWorldCopies","setProjection","setStyle","addSource","removeSource","addLayer","removeLayer","setLayerZoomRange","setFilter","setPaintProperty","setLayoutProperty","setLight","setTerrain","setFog","remove"];function Nc(e){if(!e)return null;const t=e.map,n={getMap:()=>t,getCenter:()=>e.transform.center,getZoom:()=>e.transform.zoom,getBearing:()=>e.transform.bearing,getPitch:()=>e.transform.pitch,getPadding:()=>e.transform.padding,getBounds:()=>e.transform.getBounds(),project:r=>{const o=t.transform;t.transform=e.transform;const i=t.project(r);return t.transform=o,i},unproject:r=>{const o=t.transform;t.transform=e.transform;const i=t.unproject(r);return t.transform=o,i},queryTerrainElevation:(r,o)=>{const i=t.transform;t.transform=e.transform;const a=t.queryTerrainElevation(r,o);return t.transform=i,a},queryRenderedFeatures:(r,o)=>{const i=t.transform;t.transform=e.transform;const a=t.queryRenderedFeatures(r,o);return t.transform=i,a}};for(const r of Oc(t))!(r in n)&&!Ec.includes(r)&&(n[r]=t[r].bind(t));return n}function Oc(e){const t=new Set;let n=e;for(;n;){for(const r of Object.getOwnPropertyNames(n))r[0]!=="_"&&typeof e[r]=="function"&&r!=="fire"&&r!=="setEventedParent"&&t.add(r);n=Object.getPrototypeOf(n)}return Array.from(t)}const Ac=typeof document<"u"?S.useLayoutEffect:S.useEffect,Lc=["baseApiUrl","maxParallelImageRequests","workerClass","workerCount","workerUrl"];function Mc(e,t){for(const r of Lc)r in t&&(e[r]=t[r]);const{RTLTextPlugin:n="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-rtl-text/v0.2.3/mapbox-gl-rtl-text.js"}=t;n&&e.getRTLTextPluginStatus&&e.getRTLTextPluginStatus()==="unavailable"&&e.setRTLTextPlugin(n,r=>{r&&console.error(r)},!0)}const Ut=Q.createContext(null);function Rc(e,t,n){const r=S.useContext(_c),[o,i]=S.useState(null),a=S.useRef(),{current:c}=S.useRef({mapLib:null,map:null});S.useEffect(()=>{const m=e.mapLib;let g=!0,y;return Promise.resolve(m||n).then(h=>{if(!g)return;if(!h)throw new Error("Invalid mapLib");const b="Map"in h?h:h.default;if(!b.Map)throw new Error("Invalid mapLib");if(Mc(b,e),!b.supported||b.supported(e))e.reuseMaps&&(y=qt.reuse(e,a.current)),y||(y=new qt(b.Map,e,a.current)),c.map=Nc(y),c.mapLib=b,i(y),r==null||r.onMapMount(c.map,e.id);else throw new Error("Map is not supported by this browser")}).catch(h=>{const{onError:b}=e;b?b({type:"error",target:null,originalEvent:null,error:h}):console.error(h)}),()=>{g=!1,y&&(r==null||r.onMapUnmount(e.id),e.reuseMaps?y.recycle():y.destroy())}},[]),Ac(()=>{o&&o.setProps(e)}),S.useImperativeHandle(t,()=>c.map,[o]);const u=S.useMemo(()=>({position:"relative",width:"100%",height:"100%",...e.style}),[e.style]),d={height:"100%"};return Q.createElement("div",{id:e.id,ref:a,style:u},o&&Q.createElement(Ut.Provider,{value:c},Q.createElement("div",{"mapboxgl-children":"",style:d},e.children)))}const Dc=/box|flex|grid|column|lineHeight|fontWeight|opacity|order|tabSize|zIndex/;function $t(e,t){if(!e||!t)return;const n=e.style;for(const r in t){const o=t[r];Number.isFinite(o)&&!Dc.test(r)?n[r]=`${o}px`:n[r]=o}}function Ic(e,t){const{map:n,mapLib:r}=S.useContext(Ut),o=S.useRef({props:e});o.current.props=e;const i=S.useMemo(()=>{let f=!1;Q.Children.forEach(e.children,T=>{T&&(f=!0)});const _={...e,element:f?document.createElement("div"):null},w=new r.Marker(_);return w.setLngLat([e.longitude,e.latitude]),w.getElement().addEventListener("click",T=>{var j,v;(v=(j=o.current.props).onClick)===null||v===void 0||v.call(j,{type:"click",target:w,originalEvent:T})}),w.on("dragstart",T=>{var j,v;const C=T;C.lngLat=i.getLngLat(),(v=(j=o.current.props).onDragStart)===null||v===void 0||v.call(j,C)}),w.on("drag",T=>{var j,v;const C=T;C.lngLat=i.getLngLat(),(v=(j=o.current.props).onDrag)===null||v===void 0||v.call(j,C)}),w.on("dragend",T=>{var j,v;const C=T;C.lngLat=i.getLngLat(),(v=(j=o.current.props).onDragEnd)===null||v===void 0||v.call(j,C)}),w},[]);S.useEffect(()=>(i.addTo(n.getMap()),()=>{i.remove()}),[]);const{longitude:a,latitude:c,offset:u,style:d,draggable:m=!1,popup:g=null,rotation:y=0,rotationAlignment:h="auto",pitchAlignment:b="auto"}=e;return S.useEffect(()=>{$t(i.getElement(),d)},[d]),S.useImperativeHandle(t,()=>i,[]),(i.getLngLat().lng!==a||i.getLngLat().lat!==c)&&i.setLngLat([a,c]),u&&!wc(i.getOffset(),u)&&i.setOffset(u),i.isDraggable()!==m&&i.setDraggable(m),i.getRotation()!==y&&i.setRotation(y),i.getRotationAlignment()!==h&&i.setRotationAlignment(h),i.getPitchAlignment()!==b&&i.setPitchAlignment(b),i.getPopup()!==g&&i.setPopup(g),js.createPortal(e.children,i.getElement())}S.memo(S.forwardRef(Ic));function Ao(e){return new Set(e?e.trim().split(/\s+/):[])}function Pc(e,t){const{map:n,mapLib:r}=S.useContext(Ut),o=S.useMemo(()=>document.createElement("div"),[]),i=S.useRef({props:e});i.current.props=e;const a=S.useMemo(()=>{const c={...e},u=new r.Popup(c);return u.setLngLat([e.longitude,e.latitude]),u.once("open",d=>{var m,g;(g=(m=i.current.props).onOpen)===null||g===void 0||g.call(m,d)}),u},[]);if(S.useEffect(()=>{const c=u=>{var d,m;(m=(d=i.current.props).onClose)===null||m===void 0||m.call(d,u)};return a.on("close",c),a.setDOMContent(o).addTo(n.getMap()),()=>{a.off("close",c),a.isOpen()&&a.remove()}},[]),S.useEffect(()=>{$t(a.getElement(),e.style)},[e.style]),S.useImperativeHandle(t,()=>a,[]),a.isOpen()&&((a.getLngLat().lng!==e.longitude||a.getLngLat().lat!==e.latitude)&&a.setLngLat([e.longitude,e.latitude]),e.offset&&!Fe(a.options.offset,e.offset)&&a.setOffset(e.offset),(a.options.anchor!==e.anchor||a.options.maxWidth!==e.maxWidth)&&(a.options.anchor=e.anchor,a.setMaxWidth(e.maxWidth)),a.options.className!==e.className)){const c=Ao(a.options.className),u=Ao(e.className);for(const d of c)u.has(d)||a.removeClassName(d);for(const d of u)c.has(d)||a.addClassName(d);a.options.className=e.className}return js.createPortal(e.children,o)}const Bc=S.memo(S.forwardRef(Pc));function un(e,t,n,r){const o=S.useContext(Ut),i=S.useMemo(()=>e(o),[]);return S.useEffect(()=>{const a=t,c=null,u=typeof t=="function"?t:null,{map:d}=o;return d.hasControl(i)||(d.addControl(i,a==null?void 0:a.position),c&&c(o)),()=>{u&&u(o),d.hasControl(i)&&d.removeControl(i)}},[]),i}function Vc(e){const t=un(({mapLib:n})=>new n.AttributionControl(e),{position:e.position});return S.useEffect(()=>{$t(t._container,e.style)},[e.style]),null}S.memo(Vc);function Fc(e){const t=un(({mapLib:n})=>new n.FullscreenControl({container:e.containerId&&document.getElementById(e.containerId)}),{position:e.position});return S.useEffect(()=>{$t(t._controlContainer,e.style)},[e.style]),null}S.memo(Fc);function zc(e,t){const n=S.useRef({props:e}),r=un(({mapLib:o})=>{const i=new o.GeolocateControl(e),a=i._setupUI;return i._setupUI=c=>{i._container.hasChildNodes()||a(c)},i.on("geolocate",c=>{var u,d;(d=(u=n.current.props).onGeolocate)===null||d===void 0||d.call(u,c)}),i.on("error",c=>{var u,d;(d=(u=n.current.props).onError)===null||d===void 0||d.call(u,c)}),i.on("outofmaxbounds",c=>{var u,d;(d=(u=n.current.props).onOutOfMaxBounds)===null||d===void 0||d.call(u,c)}),i.on("trackuserlocationstart",c=>{var u,d;(d=(u=n.current.props).onTrackUserLocationStart)===null||d===void 0||d.call(u,c)}),i.on("trackuserlocationend",c=>{var u,d;(d=(u=n.current.props).onTrackUserLocationEnd)===null||d===void 0||d.call(u,c)}),i},{position:e.position});return n.current.props=e,S.useImperativeHandle(t,()=>r,[]),S.useEffect(()=>{$t(r._container,e.style)},[e.style]),null}S.memo(S.forwardRef(zc));function qc(e){const t=un(({mapLib:n})=>new n.NavigationControl(e),{position:e.position});return S.useEffect(()=>{$t(t._container,e.style)},[e.style]),null}const Wc=S.memo(qc);function Uc(e){const t=un(({mapLib:i})=>new i.ScaleControl(e),{position:e.position}),n=S.useRef(e),r=n.current;n.current=e;const{style:o}=e;return e.maxWidth!==void 0&&e.maxWidth!==r.maxWidth&&(t.options.maxWidth=e.maxWidth),e.unit!==void 0&&e.unit!==r.unit&&t.setUnit(e.unit),S.useEffect(()=>{$t(t._container,o)},[o]),null}S.memo(Uc);function In(e,t){if(!e)throw new Error(t)}function Zc(e,t,n,r){if(In(n.id===r.id,"layer id changed"),In(n.type===r.type,"layer type changed"),n.type==="custom"||r.type==="custom")return;const{layout:o={},paint:i={},filter:a,minzoom:c,maxzoom:u,beforeId:d}=n;if(d!==r.beforeId&&e.moveLayer(t,d),o!==r.layout){const m=r.layout||{};for(const g in o)Fe(o[g],m[g])||e.setLayoutProperty(t,g,o[g]);for(const g in m)o.hasOwnProperty(g)||e.setLayoutProperty(t,g,void 0)}if(i!==r.paint){const m=r.paint||{};for(const g in i)Fe(i[g],m[g])||e.setPaintProperty(t,g,i[g]);for(const g in m)i.hasOwnProperty(g)||e.setPaintProperty(t,g,void 0)}Fe(a,r.filter)||e.setFilter(t,a),(c!==r.minzoom||u!==r.maxzoom)&&e.setLayerZoomRange(t,c,u)}function Hc(e,t,n){if(e.style&&e.style._loaded&&(!("source"in n)||e.getSource(n.source))){const r={...n,id:t};delete r.beforeId,e.addLayer(r,n.beforeId)}}let Kc=0;function Gc(e){const t=S.useContext(Ut).map.getMap(),n=S.useRef(e),[,r]=S.useState(0),o=S.useMemo(()=>e.id||`jsx-layer-${Kc++}`,[]);if(S.useEffect(()=>{if(t){const a=()=>r(c=>c+1);return t.on("styledata",a),a(),()=>{t.off("styledata",a),t.style&&t.style._loaded&&t.getLayer(o)&&t.removeLayer(o)}}},[t]),t&&t.style&&t.getLayer(o))try{Zc(t,o,e,n.current)}catch(a){console.warn(a)}else Hc(t,o,e);return n.current=e,null}let Yc=0;function Xc(e,t,n){if(e.style&&e.style._loaded){const r={...n};return delete r.id,delete r.children,e.addSource(t,r),e.getSource(t)}return null}function Qc(e,t,n){In(t.id===n.id,"source id changed"),In(t.type===n.type,"source type changed");let r="",o=0;for(const a in t)a!=="children"&&a!=="id"&&!Fe(n[a],t[a])&&(r=a,o++);if(!o)return;const i=t.type;i==="geojson"?e.setData(t.data):i==="image"?e.updateImage({url:t.url,coordinates:t.coordinates}):"setCoordinates"in e&&o===1&&r==="coordinates"?e.setCoordinates(t.coordinates):"setUrl"in e&&r==="url"?e.setUrl(t.url):"setTiles"in e&&r==="tiles"?e.setTiles(t.tiles):console.warn(`Unable to update <Source> prop: ${r}`)}function Jc(e){const t=S.useContext(Ut).map.getMap(),n=S.useRef(e),[,r]=S.useState(0),o=S.useMemo(()=>e.id||`jsx-source-${Yc++}`,[]);S.useEffect(()=>{if(t){const a=()=>setTimeout(()=>r(c=>c+1),0);return t.on("styledata",a),a(),()=>{var c;if(t.off("styledata",a),t.style&&t.style._loaded&&t.getSource(o)){const u=(c=t.getStyle())===null||c===void 0?void 0:c.layers;if(u)for(const d of u)d.source===o&&t.removeLayer(d.id);t.removeSource(o)}}}},[t]);let i=t&&t.style&&t.getSource(o);return i?Qc(i,e,n.current):i=Xc(t,o,e),n.current=e,i&&Q.Children.map(e.children,a=>a&&S.cloneElement(a,{source:o}))||null}const e0=import("mapbox-gl"),Gs=Q.forwardRef(function(t,n){return Rc(t,n,e0)}),Ys=Bc,Xs=Wc,Qs=Gc,Js=Jc,t0="_mapContainer_84pkf_2",n0={mapContainer:t0};ua.accessToken="pk.eyJ1IjoiY2ljbGljYSIsImEiOiJja3llODhxZ2UwYzF1Mm5xcHVhMzI3anhqIn0.-r56FLAzEH57eVsB2ZeVcA";const ei=({initialView:e={latitude:39.4699,longitude:-.3763,zoom:12},maxZoom:t=17,minZoom:n=8,mapStyle:r,firstSymbolLayer:o,cssProps:i={},onClick:a="",interactiveLayers:c=[],popUp:u=!1,sources:d=[],layers:m=[]})=>{const g=S.useRef(),[y,h]=S.useState(null),b=da.useSelector(f=>f.mapState.showTexts);return S.useEffect(()=>{if(g.current){const f=g.current.getMap();f.getStyle().layers.map(w=>{w.type=="symbol"&&w.id!="professionals"&&(b?f.setLayoutProperty(w.id,"visibility","visible"):f.setLayoutProperty(w.id,"visibility","none"))})}},[b]),l.jsx("div",{className:`${n0.mapContainer}`,style:i,children:l.jsxs(Gs,{initialViewState:e,ref:g,hash:!1,maxZoom:t,minZoom:n,mapStyle:r,onClick:a,interactiveLayerIds:c,children:[d.length&&d.map((f,_)=>l.jsx(Js,{...f,children:m.length&&m.map((w,T)=>{if(w.sourceId==f.id)return l.jsx(Qs,{...w.layer,beforeId:o},T)})},_)),l.jsx(Xs,{position:"bottom-right",visualizePitch:!0}),u&&y&&l.jsx(Ys,{longitude:u.longitude,latitude:u.latitude,anchor:u.anchor,onClose:()=>h(null),children:u.content})]})})};ei.propTypes={initialView:s.shape({latitude:s.number.isRequired,longitude:s.number.isRequired,zoom:s.number.isRequired}),mapStyle:s.object,firstSymbolLayer:s.string,cssProps:s.object,style:s.object,maxZoom:s.number,minZoom:s.number,onClick:s.func,interactiveLayers:s.array,popUp:s.shape({latitude:s.number,longitude:s.number,anchor:s.string,content:s.element}),textsUrl:s.string,sources:s.arrayOf(s.shape({id:s.string,type:s.string,url:s.string,data:s.object})),layers:s.arrayOf(s.shape({sourceId:s.string,layer:s.shape({id:s.string,type:s.string,sourceLayer:s.string,minZoom:s.number,maxZoom:s.number,paint:s.object})}))};const r0="_mapContainer_1r3q4_3",o0={mapContainer:r0},s0="_FeaturePopUp_4sba4_2",i0="_title_4sba4_10",Lo={FeaturePopUp:s0,title:i0},a0=({props:e})=>{const{t}=oe.useTranslation();return l.jsx("div",{className:Lo.FeaturePopUp,children:e.map(n=>l.jsxs("p",{children:[l.jsxs("span",{className:Lo.title,children:[l.jsx(oe.Trans,{i18nKey:n.name,components:{sup:l.jsx("sup",{})},shouldUnescape:!0}),":"]}),n.type&&n.type=="html"?l.jsx("span",{dangerouslySetInnerHTML:{__html:n.value}}):isNaN(n.value)?l.jsx(l.Fragment,{children:t(n.value)}):l.jsxs(l.Fragment,{children:[n.value.toLocaleString("de",{maximumFractionDigits:2})," ",t(n.unit)]})]}))})},ti=({initialView:e={latitude:39.4699,longitude:-.3763,zoom:12},maxZoom:t=17,minZoom:n=8,mapStyle:r,firstSymbolLayer:o,cssProps:i={},onClick:a="",interactiveLayers:c=[],sources:u=[],layers:d=[],popUpParams:m,onClosePopUp:g,showTexts:y,hash:h=!1})=>{const b=S.useRef();return S.useEffect(()=>{if(b.current){const f=b.current.getMap();f.getStyle().layers.map(w=>{w.type=="symbol"&&w.id!="professionals"&&(y?f.setLayoutProperty(w.id,"visibility","visible"):f.setLayoutProperty(w.id,"visibility","none"))})}},[y]),S.useEffect(()=>{let f=new fa.Protocol;return sr.addProtocol("pmtiles",f.tile),()=>{sr.removeProtocol("pmtiles")}},[]),l.jsx("div",{className:`${o0.mapContainer}`,style:i,children:l.jsxs(Gs,{mapLib:sr,initialViewState:e,ref:b,hash:h,maxZoom:t,minZoom:n,mapStyle:r,onClick:a,interactiveLayerIds:c,children:[u.length&&u.map((f,_)=>l.jsx(Js,{...f,children:d.length&&d.map((w,T)=>{if(w.sourceId==f.id)return l.jsx(Qs,{...w.layer,beforeId:o,filter:w.filters?w.filters:["all"],layout:{visibility:w.layer.visibility||"visible"}},T)})},_)),l.jsx(Xs,{position:"bottom-right",visualizePitch:!0}),m&&l.jsx(Ys,{longitude:m.lng,latitude:m.lat,onClose:g,children:l.jsx(a0,{props:m.props})})]})})};ti.propTypes={initialView:s.shape({latitude:s.number.isRequired,longitude:s.number.isRequired,zoom:s.number.isRequired}),mapStyle:s.string,firstSymbolLayer:s.string,cssProps:s.object,style:s.object,maxZoom:s.number,minZoom:s.number,onClick:s.func,interactiveLayers:s.array,popUp:s.bool,sources:s.arrayOf(s.shape({id:s.string,type:s.string,url:s.string,data:s.object})),layers:s.arrayOf(s.shape({sourceId:s.string,layer:s.shape({id:s.string,type:s.string,sourceLayer:s.string,minzoom:s.number,maxzoom:s.number,paint:s.object,visibility:s.string}),filters:s.array})),showTexts:s.bool,popUpParams:s.object,onClosePopUp:s.func};const l0="_sectionBar_yf2vy_2",c0="_leftContent_yf2vy_14",u0="_textContainer_yf2vy_20",d0="_title_yf2vy_27",f0="_subtitle_yf2vy_33",p0="_rightContent_yf2vy_38",vt={sectionBar:l0,leftContent:c0,textContainer:u0,title:d0,subtitle:f0,rightContent:p0},ni=({leftIcon:e,title:t,subtitle:n,rightContent:r,mainColor:o,width:i,titleColor:a="#605b56",subTitleColor:c="#605b56",borderTop:u=!1})=>{const{t:d}=oe.useTranslation();return l.jsxs("div",{className:vt.sectionBar,style:{width:i&&i,borderTop:u?"1px solid #000":"0px"},children:[l.jsxs("div",{className:vt.leftContent,children:[e&&l.jsx("img",{src:e,alt:"Icono",className:vt.icon}),l.jsxs("div",{className:vt.textContainer,children:[l.jsx("div",{className:vt.title,style:{color:a},children:d(t)}),n&&l.jsx("div",{className:vt.subtitle,style:{color:c},children:n})]})]}),l.jsx("div",{className:vt.rightContent,children:r})]})};ni.propTypes={leftIcon:s.string,title:s.string.isRequired,subtitle:s.string,rightContent:s.node,mainColor:s.string,width:s.oneOfType([s.string,s.number]),borderTop:s.bool};const m0=pa.createSlice({name:"mapSlice",initialState:{showTexts:!0,sliderSelectedYear:2025,activeIndicatorKey:0,activeIndicatorType:"cat",activeIndicatorUnit:null},reducers:{setShowTexts:(e,t)=>{e.showTexts=t.payload},setYear:(e,t)=>{e.sliderSelectedYear=t.payload},setActiveIndicatorKey:(e,t)=>{e.activeIndicatorKey=t.payload},setActiveIndicatorType:(e,t)=>{e.activeIndicatorType=t.payload},setActiveIndicatorUnit:(e,t)=>{e.activeIndicatorUnit=t.payload}}}),{setShowTexts:_p,setYear:wp,setActiveIndicatorKey:Sp,setActiveIndicatorType:Tp,setActiveIndicatorUnit:kp}=m0.actions,h0="data:image/svg+xml,%3csvg%20width='42'%20height='42'%20viewBox='0%200%2042%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='21'%20cy='21'%20r='20.25'%20fill='%23FDFDFD'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cpath%20d='M15.2722%2012.6627C15.2722%2011.8929%2016.1055%2011.4118%2016.7722%2011.7967L31.5641%2020.3368C32.2308%2020.7217%2032.2308%2021.684%2031.5641%2022.0689L16.7722%2030.609C16.1055%2030.9939%2015.2722%2030.5128%2015.2722%2029.743L15.2722%2012.6627Z'%20fill='%23605B56'/%3e%3c/svg%3e",g0="data:image/svg+xml,%3csvg%20width='42'%20height='42'%20viewBox='0%200%2042%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='21'%20cy='21'%20r='20.25'%20fill='%23FDFDFD'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3crect%20x='15'%20y='12'%20width='4'%20height='19'%20rx='1'%20fill='%23605B56'/%3e%3crect%20x='23'%20y='12'%20width='4'%20height='19'%20rx='1'%20fill='%23605B56'/%3e%3c/svg%3e";function ri(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=ri(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function pt(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=ri(e))&&(r&&(r+=" "),r+=t);return r}function Mo(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...r){return e(...r)||t(...r)}}function y0(e,t,n=void 0){const r={};for(const o in e){const i=e[o];let a="",c=!0;for(let u=0;u<i.length;u+=1){const d=i[u];d&&(a+=(c===!0?"":" ")+t(d),c=!1,n&&n[d]&&(a+=" "+n[d]))}r[o]=a}return r}const b0=Q.createContext();process.env.NODE_ENV!=="production"&&(s.node,s.bool);const v0=()=>Q.useContext(b0)??!1;function oi(...e){const t=Q.useRef(void 0),n=Q.useCallback(r=>{const o=e.map(i=>{if(i==null)return null;if(typeof i=="function"){const a=i,c=a(r);return typeof c=="function"?c:()=>{a(null)}}return i.current=r,()=>{i.current=null}});return()=>{o.forEach(i=>i==null?void 0:i())}},e);return Q.useMemo(()=>e.every(r=>r==null)?null:r=>{t.current&&(t.current(),t.current=void 0),r!=null&&(t.current=n(r))},e)}function sn(e){return typeof e=="string"}function x0(e,t,n){return e===void 0||sn(e)?t:{...t,ownerState:{...t.ownerState,...n}}}function Ln(e,t=[]){if(e===void 0)return{};const n={};return Object.keys(e).filter(r=>r.match(/^on[A-Z]/)&&typeof e[r]=="function"&&!t.includes(r)).forEach(r=>{n[r]=e[r]}),n}function Ro(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>!(n.match(/^on[A-Z]/)&&typeof e[n]=="function")).forEach(n=>{t[n]=e[n]}),t}function C0(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:r,externalForwardedProps:o,className:i}=e;if(!t){const h=pt(n==null?void 0:n.className,i,o==null?void 0:o.className,r==null?void 0:r.className),b={...n==null?void 0:n.style,...o==null?void 0:o.style,...r==null?void 0:r.style},f={...n,...o,...r};return h.length>0&&(f.className=h),Object.keys(b).length>0&&(f.style=b),{props:f,internalRef:void 0}}const a=Ln({...o,...r}),c=Ro(r),u=Ro(o),d=t(a),m=pt(d==null?void 0:d.className,n==null?void 0:n.className,i,o==null?void 0:o.className,r==null?void 0:r.className),g={...d==null?void 0:d.style,...n==null?void 0:n.style,...o==null?void 0:o.style,...r==null?void 0:r.style},y={...d,...n,...u,...c};return m.length>0&&(y.className=m),Object.keys(g).length>0&&(y.style=g),{props:y,internalRef:d.ref}}function _0(e,t,n){return typeof e=="function"?e(t,n):e}function ut(e){var g;const{elementType:t,externalSlotProps:n,ownerState:r,skipResolvingSlotProps:o=!1,...i}=e,a=o?{}:_0(n,r),{props:c,internalRef:u}=C0({...i,externalSlotProps:a}),d=oi(u,a==null?void 0:a.ref,(g=e.additionalProps)==null?void 0:g.ref);return x0(t,{...c,ref:d},r)}function Mn(e){return e&&e.ownerDocument||document}function w0(e){const{controlled:t,default:n,name:r,state:o="value"}=e,{current:i}=Q.useRef(t!==void 0),[a,c]=Q.useState(n),u=i?t:a;if(process.env.NODE_ENV!=="production"){Q.useEffect(()=>{i!==(t!==void 0)&&console.error([`MUI: A component is changing the ${i?"":"un"}controlled ${o} state of ${r} to be ${i?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
|
|
21
|
+
Valid keys: `+JSON.stringify(Object.keys(R),null," "));var P=le(G,ee,B,Z,te+"."+ee,n);if(P)return P}return null}return _(L)}function k(R){switch(typeof R){case"number":case"string":case"undefined":return!0;case"boolean":return!R;case"object":if(Array.isArray(R))return R.every(k);if(R===null||c(R))return!0;var L=g(R);if(L){var J=L.call(R),K;if(L!==R.entries){for(;!(K=J.next()).done;)if(!k(K.value))return!1}else for(;!(K=J.next()).done;){var B=K.value;if(B&&!k(B[1]))return!1}}else return!1;return!0;default:return!1}}function V(R,L){return R==="symbol"?!0:L?L["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&L instanceof Symbol:!1}function z(R){var L=typeof R;return Array.isArray(R)?"array":R instanceof RegExp?"object":V(L,R)?"symbol":L}function Y(R){if(typeof R>"u"||R===null)return""+R;var L=z(R);if(L==="object"){if(R instanceof Date)return"date";if(R instanceof RegExp)return"regexp"}return L}function W(R){var L=Y(R);switch(L){case"array":case"object":return"an "+L;case"boolean":case"date":case"regexp":return"a "+L;default:return L}}function ae(R){return!R.constructor||!R.constructor.name?y:R.constructor.name}return h.checkPropTypes=o,h.resetWarningCache=o.resetWarningCache,h.PropTypes=h,h},dr}var fr,ho;function Fa(){if(ho)return fr;ho=1;var e=Fr();function t(){}function n(){}return n.resetWarningCache=t,fr=function(){function r(a,c,u,d,m,g){if(g!==e){var y=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 y.name="Invariant Violation",y}}r.isRequired=r;function o(){return r}var i={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:o,element:r,elementType:r,instanceOf:o,node:r,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:n,resetWarningCache:t};return i.PropTypes=i,i},fr}var go;function za(){if(go)return gn.exports;if(go=1,process.env.NODE_ENV!=="production"){var e=Ns(),t=!0;gn.exports=Va()(e.isElement,t)}else gn.exports=Fa()();return gn.exports}var qa=za();const s=Ra(qa),As=({ambit:e,onClickCopy:t,onClickDelete:n,onClickFilters:r,onClickAmbit:o,isActive:i,activeColor:a,fontColor:c,moreInfo:u})=>{const{name:d,created_at:m,id:g,isBeingProcessed:y}=e;return l.jsxs("div",{className:Gt.ambitItem,style:{borderBottom:`1px solid ${c}`},children:[l.jsxs("div",{className:Gt.ambitNameDate,onClick:()=>o(g),children:[l.jsxs("div",{className:Gt.ambitName,children:[l.jsx("img",{style:{marginRight:9},src:i?La:Ma}),l.jsx("span",{style:{color:i?a:c},children:d})]}),l.jsx("div",{className:Gt.ambitDate,children:m?new Date(m).toLocaleDateString():""})]}),l.jsxs("div",{className:Gt.ambitButtons,children:[y&&l.jsx("img",{src:Aa}),l.jsx("button",{onClick:()=>r(g),disabled:e.is_default,children:l.jsx("img",{src:Oa})}),l.jsx("button",{onClick:()=>t(g),children:l.jsx("img",{src:Na})}),l.jsx("button",{onClick:()=>n(g),disabled:e.is_default,children:l.jsx("img",{src:Ea})})]})]})};As.propTypes={ambit:s.shape({name:s.string.isRequired,created_at:s.string,id:s.string.isRequired,isBeingProcessed:s.bool}).isRequired,onClickCopy:s.func.isRequired,onClickDelete:s.func.isRequired,onClickFilters:s.func.isRequired,onClickAmbit:s.func.isRequired,isBeingProcessed:s.bool,isActive:s.bool,activeColor:s.string,fontColor:s.string,moreInfo:s.object};const yo="data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M7%2015L7%201M7%2015L1%209M7%2015L13%209'%20stroke='%23605B56'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Wa="_generalButton_phq4n_2",Ua={generalButton:Wa},cn=({children:e,onClick:t,fontColor:n="#605B56",borderColor:r="#605B56",backgroundColor:o="#fff",type:i="button",containerStyles:a={},disabled:c=!1})=>l.jsx("button",{className:Ua.generalButton,style:{color:n,border:`1.5px solid ${r}`,background:o,...a},onClick:t,type:i,disabled:c,children:e}),Ls=({ambitList:e,activeAmbitId:t,fontColor:n="#605B56",activeColor:r,nameLabel:o,dateLabel:i,newAmbitLabel:a="New field",buttonContainerStyles:c={},containerStyles:u={},onCLickNewAmbit:d=()=>console.log("New ambit clicked"),onClickCopy:m=b=>console.log(`Copy ambit: ${b}`),onCLickDelete:g=b=>console.log(`Delete ambit: ${b}`),onClickFilters:y=b=>console.log(`Filters clicked: ${b}`),onClickAmbit:h=b=>console.log(`OnCLickAmbit: ${b}`)})=>{const{t:b}=oe.useTranslation(),[f,_]=S.useState(e);S.useEffect(()=>{e&&_(e)},[e]);const w=T=>{if(f&&f.length>0){let j=[...f];j.sort((v,C)=>v[T].localeCompare(C[T])),_(j)}};return l.jsxs("div",{className:lt.ambitSelector,style:{color:n,...u},children:[l.jsxs("div",{className:lt.header,style:{borderBottom:`1px solid ${n}`},children:[l.jsxs("div",{className:lt.nameDateContainer,children:[l.jsx("div",{className:lt.ambitName,children:l.jsxs("button",{onClick:()=>w("name"),children:[l.jsx("span",{children:b(o)}),l.jsx("img",{src:yo})]})}),l.jsx("div",{className:lt.ambitDate,children:l.jsxs("button",{onClick:()=>w("date"),children:[l.jsx("span",{children:b(i)}),l.jsx("img",{src:yo})]})})]}),l.jsx("div",{className:lt.buttonsContainer})]}),l.jsx("div",{className:lt.ambitListContainer,children:f&&f.length>0&&f.map(T=>l.jsx(As,{isActive:t==T.id,ambit:T,fontColor:n,activeColor:r,onClickCopy:m,onClickDelete:g,onClickFilters:y,onClickAmbit:h},`ambitKey${T.id}`))}),l.jsx("div",{className:lt.newAmbitButtonContainer,children:l.jsx(cn,{style:{...c},onClick:d,borderColor:"grey",children:b(a)})})]})};Ls.propTypes={ambitList:s.arrayOf(s.shape({name:s.string.isRequired,date:s.string.isRequired,id:s.string.isRequired})).isRequired,activeAmbitId:s.string,fontColor:s.string,activeColor:s.string,onClickCopy:s.func.isRequired,onCLickDelete:s.func.isRequired,onClickFilters:s.func.isRequired,onClickAmbit:s.func.isRequired,nameLabel:s.string,dateLabel:s.string,newAmbitLabel:s.string,buttonContainerStyles:s.object,containerStyles:s.object,onCLickNewAmbit:s.func};const Za="_buttonsContainer_1ks7x_2",Ha="_vertical_1ks7x_6",Ka="_horizontal_1ks7x_9",Ga="_button_1ks7x_2",Ya="_active_1ks7x_25",Xa="_buttonName_1ks7x_28",bt={buttonsContainer:Za,vertical:Ha,horizontal:Ka,button:Ga,active:Ya,buttonName:Xa},Qa="_left_1l4m4_2",Ja="_top_1l4m4_40",el="_bottom_1l4m4_79",tl="_right_1l4m4_118",nl={left:Qa,top:Ja,bottom:el,right:tl},et=({text:e,position:t,styleCustom:n=null})=>{const{t:r}=oe.useTranslation();return l.jsx("div",{className:`tooltip ${nl[t]}`,style:n,children:r(e)})};et.propTypes={text:s.string.isRequired,position:s.oneOf(["top","bottom","left","right"]).isRequired,styleCustom:s.object};const Ms=({buttons:e=[],orientation:t="horizontal",showName:n=!0,namePosition:r="right",useTooltip:o=!1,tooltipPosition:i="top"})=>{const{t:a}=oe.useTranslation();return l.jsx("div",{className:`${bt.buttonsContainer} ${t==="vertical"&&bt.vertical}
|
|
22
|
+
${t==="horizontal"&&bt.horizontal}`,children:e.map((c,u)=>{const{icon:d,activeIcon:m,isActive:g,name:y,onClick:h,disabled:b}=c,f=l.jsxs(l.Fragment,{children:[n&&r==="left"&&l.jsx("span",{className:bt.buttonName,children:a(y)}),l.jsx("img",{src:g?m:d,alt:a(y)}),n&&r==="right"&&l.jsx("span",{className:bt.buttonName,children:a(y)})]});return l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:h,className:`${bt.button}
|
|
23
|
+
${g&&bt.active}`,disabled:b,children:f}),o&&l.jsx(et,{text:y,position:i})]},u)})})};Ms.propTypes={buttons:s.arrayOf(s.shape({icon:s.node.isRequired,activeIcon:s.node,isActive:s.bool,name:s.string,onClick:s.func,disabled:s.bool})).isRequired,orientation:s.oneOf(["horizontal","vertical"]),showName:s.bool,namePosition:s.oneOf(["left","right"]),useTooltip:s.bool,tooltipPosition:s.oneOf(["top","bottom","left","right"])};const rl="_indicatorsCategory_11gdl_2",ol="_title_11gdl_6",sl="_mainTitle_11gdl_14",bn={indicatorsCategory:rl,title:ol,mainTitle:sl},gt=({isOpen:e,onClick:t,children:n,color:r,activeColor:o="#F8A925",title:i="Title",height:a=53,titleFontStyles:c,showBottomBar:u=!0,titleMarginChildren:d=15,mainTitle:m=!1})=>{const{t:g}=oe.useTranslation();return l.jsxs(Br.motion.div,{className:bn.indicatorsCategory,initial:{height:`${a}px`},animate:{height:e?"auto":`${a}px`},transition:{duration:.4},style:{backgroundColor:"white",borderBottom:e&&u?`1px solid ${o}`:"0px",minHeight:m?"70px":"50px"},children:[l.jsxs("h2",{style:{...c},className:`${bn.title} ${m&&bn.mainTitle}`,onClick:t,children:[l.jsx("span",{style:{color:e?o:r},children:e?"-":"+"}),l.jsx("span",{style:{color:e?o:r},children:g(i)})]}),l.jsx("div",{className:bn.content,style:{padding:m?"20px 0px":"0px"},children:n})]})};gt.propTypes={isOpen:s.bool,onClick:s.func,children:s.node,color:s.string,activeColor:s.string,title:s.string,height:s.number,showBottomBar:s.bool,titleFontStyles:s.object};const il=()=>l.jsx("div",{children:"EditAmbit"}),al="data:image/svg+xml,%3csvg%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L13.9996%2013.9996'%20stroke='%23FDFDFD'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14%201L1.00044%2013.9996'%20stroke='%23FDFDFD'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e",ll="_AppliedFiltersContainer_cokx9_2",cl="_AppliedFilterContent_cokx9_11",bo={AppliedFiltersContainer:ll,AppliedFilterContent:cl},ye=Vr.create(e=>({activeCategory:"",activeSubCategory:"",selectedIndicator:"",tematicalFiltersSelected:[],fontColor:"#605B56",inputsColor:"#605B56",activeFiltersType:null})),Rs=({title:e,onClick:t,isOpen:n=!0,textColor:r="#ffffff",backgroundColor:o="#605B5680",activeColor:i,fontColor:a="#605B56"})=>{const{t:c}=oe.useTranslation(),{tematicalFiltersSelected:u,activeFiltersType:d}=ye(y=>y),m=y=>{ye.setState(h=>({tematicalFiltersSelected:h.tematicalFiltersSelected.filter(b=>b.code!==y)}))},g=()=>{d=="applied"?ye.setState(()=>({activeFiltersType:null})):ye.setState(()=>({activeFiltersType:"applied"}))};return l.jsx(gt,{isOpen:n,onClick:g,title:e?c(e):"Applied Filters",activeColor:i,mainTitle:!0,color:a,children:l.jsx("div",{className:bo.AppliedFiltersContainer,children:u==null?void 0:u.map((y,h)=>l.jsxs("div",{className:bo.AppliedFilterContent,style:{color:r,background:o},children:[c(y.name),l.jsx("img",{src:al,alt:"CloseIcon",onClick:()=>m(y.code),style:{cursor:"pointer"}})]},h))})})};Rs.propTypes={isOpen:s.bool,onClick:s.func,title:s.string,textColor:s.string,backgroundColor:s.string,indicators:s.arrayOf(s.shape({title:s.string.isRequired,Codename:s.string.isRequired})),activeColor:s.string};const ul="_layersList_cn837_25",dl="_layerName_cn837_34",vo={layersList:ul,layerName:dl},Ds=({title:e,isOpen:t=!0,fontColor:n="#605B56",backgroundColor:r="#605B5680",activeColor:o,geoLayers:i=[],onGeoLayersChange:a})=>{const{t:c}=oe.useTranslation(),{activeFiltersType:u}=ye(g=>g),d=()=>{u==="geographical"?ye.setState({activeFiltersType:null}):ye.setState({activeFiltersType:"geographical"})},m=g=>{const y=i.map(h=>({...h,active:h.name===g.name}));a==null||a(y)};return l.jsx(gt,{isOpen:u==="geographical",onClick:d,title:e?c(e):"Geographical Filters",activeColor:o,color:n,mainTitle:!0,children:l.jsx("div",{className:vo.layersList,children:i.map(g=>l.jsx("div",{className:vo.layerName,style:{color:g.active?o:n,fontWeight:g.active?"bold":"normal"},onClick:()=>m(g),children:c(g.name)},g.name))})})};Ds.propTypes={isOpen:s.bool,onClick:s.func,title:s.string,textColor:s.string,backgroundColor:s.string,activeColor:s.string};const fl="_checkboxContainer_1nxra_2",pl={checkboxContainer:fl},Is=({onClick:e,containerStyles:t,color:n="#605B56",indicator:r,value:o})=>{const{t:i}=oe.useTranslation(),{title:a}=r||{},{fontColor:c,inputsColor:u}=ye(d=>d);return l.jsxs("div",{style:{...t,color:n},role:"checkbox",className:pl.checkboxContainer,onClick:e,children:[l.jsx("input",{type:"checkbox",checked:typeof o=="boolean"?o:!0,value:o,readOnly:!0,style:{border:`1.5px solid ${o?u:c}`,backgroundColor:o?u:"white"}}),l.jsx("span",{className:"checkmark",children:i(a)})]})};Is.propTypes={onClick:s.func,value:s.bool,containerStyles:s.object,color:s.string,indicator:s.shape({title:s.string,codename:s.array}),checkedColor:s.string};function kr(e,t){return kr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},kr(e,t)}function ml(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,kr(e,t)}function pr(e){return e&&e.stopPropagation&&e.stopPropagation(),e&&e.preventDefault&&e.preventDefault(),!1}function mr(e){return e==null?[]:Array.isArray(e)?e.slice():[e]}function vn(e){return e!==null&&e.length===1?e[0]:e.slice()}function xn(e){Object.keys(e).forEach(t=>{typeof document<"u"&&document.addEventListener(t,e[t],!1)})}function vt(e,t){return jr(function(n,r){let o=n;return o<=r.min&&(o=r.min),o>=r.max&&(o=r.max),o}(e,t),t)}function jr(e,t){const n=(e-t.min)%t.step;let r=e-n;return 2*Math.abs(n)>=t.step&&(r+=n>0?t.step:-t.step),parseFloat(r.toFixed(5))}let $r=function(e){function t(r){var o;(o=e.call(this,r)||this).onKeyUp=()=>{o.onEnd()},o.onMouseUp=()=>{o.onEnd(o.getMouseEventMap())},o.onTouchEnd=c=>{c.preventDefault(),o.onEnd(o.getTouchEventMap())},o.onBlur=()=>{o.setState({index:-1},o.onEnd(o.getKeyDownEventMap()))},o.onMouseMove=c=>{o.setState({pending:!0});const u=o.getMousePosition(c),d=o.getDiffPosition(u[0]),m=o.getValueFromPosition(d);o.move(m)},o.onTouchMove=c=>{if(c.touches.length>1)return;o.setState({pending:!0});const u=o.getTouchPosition(c);if(o.isScrolling===void 0){const g=u[0]-o.startPosition[0],y=u[1]-o.startPosition[1];o.isScrolling=Math.abs(y)>Math.abs(g)}if(o.isScrolling)return void o.setState({index:-1});const d=o.getDiffPosition(u[0]),m=o.getValueFromPosition(d);o.move(m)},o.onKeyDown=c=>{if(!(c.ctrlKey||c.shiftKey||c.altKey||c.metaKey))switch(o.setState({pending:!0}),c.key){case"ArrowLeft":case"ArrowDown":case"Left":case"Down":c.preventDefault(),o.moveDownByStep();break;case"ArrowRight":case"ArrowUp":case"Right":case"Up":c.preventDefault(),o.moveUpByStep();break;case"Home":c.preventDefault(),o.move(o.props.min);break;case"End":c.preventDefault(),o.move(o.props.max);break;case"PageDown":c.preventDefault(),o.moveDownByStep(o.props.pageFn(o.props.step));break;case"PageUp":c.preventDefault(),o.moveUpByStep(o.props.pageFn(o.props.step))}},o.onSliderMouseDown=c=>{if(!o.props.disabled&&c.button!==2){if(o.setState({pending:!0}),!o.props.snapDragDisabled){const u=o.getMousePosition(c);o.forceValueFromPosition(u[0],d=>{o.start(d,u[0]),xn(o.getMouseEventMap())})}pr(c)}},o.onSliderClick=c=>{if(!o.props.disabled&&o.props.onSliderClick&&!o.hasMoved){const u=o.getMousePosition(c),d=vt(o.calcValue(o.calcOffsetFromPosition(u[0])),o.props);o.props.onSliderClick(d)}},o.createOnKeyDown=c=>u=>{o.props.disabled||(o.start(c),xn(o.getKeyDownEventMap()),pr(u))},o.createOnMouseDown=c=>u=>{if(o.props.disabled||u.button===2)return;o.setState({pending:!0});const d=o.getMousePosition(u);o.start(c,d[0]),xn(o.getMouseEventMap()),pr(u)},o.createOnTouchStart=c=>u=>{if(o.props.disabled||u.touches.length>1)return;o.setState({pending:!0});const d=o.getTouchPosition(u);o.startPosition=d,o.isScrolling=void 0,o.start(c,d[0]),xn(o.getTouchEventMap()),function(m){m.stopPropagation&&m.stopPropagation()}(u)},o.handleResize=()=>{const c=window.setTimeout(()=>{o.pendingResizeTimeouts.shift(),o.resize()},0);o.pendingResizeTimeouts.push(c)},o.renderThumb=(c,u)=>{const d=o.props.thumbClassName+" "+o.props.thumbClassName+"-"+u+" "+(o.state.index===u?o.props.thumbActiveClassName:""),m={ref:y=>{o["thumb"+u]=y},key:o.props.thumbClassName+"-"+u,className:d,style:c,onMouseDown:o.createOnMouseDown(u),onTouchStart:o.createOnTouchStart(u),onFocus:o.createOnKeyDown(u),tabIndex:0,role:"slider","aria-orientation":o.props.orientation,"aria-valuenow":o.state.value[u],"aria-valuemin":o.props.min,"aria-valuemax":o.props.max,"aria-label":Array.isArray(o.props.ariaLabel)?o.props.ariaLabel[u]:o.props.ariaLabel,"aria-labelledby":Array.isArray(o.props.ariaLabelledby)?o.props.ariaLabelledby[u]:o.props.ariaLabelledby,"aria-disabled":o.props.disabled},g={index:u,value:vn(o.state.value),valueNow:o.state.value[u]};return o.props.ariaValuetext&&(m["aria-valuetext"]=typeof o.props.ariaValuetext=="string"?o.props.ariaValuetext:o.props.ariaValuetext(g)),o.props.renderThumb(m,g)},o.renderTrack=(c,u,d)=>{const m={key:o.props.trackClassName+"-"+c,className:o.props.trackClassName+" "+o.props.trackClassName+"-"+c,style:o.buildTrackStyle(u,o.state.upperBound-d)},g={index:c,value:vn(o.state.value)};return o.props.renderTrack(m,g)};let i=mr(r.value);i.length||(i=mr(r.defaultValue)),o.pendingResizeTimeouts=[];const a=[];for(let c=0;c<i.length;c+=1)i[c]=vt(i[c],r),a.push(c);return o.resizeObserver=null,o.resizeElementRef=S.createRef(),o.state={index:-1,upperBound:0,sliderLength:0,value:i,zIndices:a},o}ml(t,e);var n=t.prototype;return n.componentDidMount=function(){typeof window<"u"&&(this.resizeObserver=new ResizeObserver(this.handleResize),this.resizeObserver.observe(this.resizeElementRef.current),this.resize())},t.getDerivedStateFromProps=function(r,o){const i=mr(r.value);return i.length?o.pending?null:{value:i.map(a=>vt(a,r))}:null},n.componentDidUpdate=function(){this.state.upperBound===0&&this.resize()},n.componentWillUnmount=function(){this.clearPendingResizeTimeouts(),this.resizeObserver&&this.resizeObserver.disconnect()},n.onEnd=function(r){r&&function(o){Object.keys(o).forEach(i=>{typeof document<"u"&&document.removeEventListener(i,o[i],!1)})}(r),this.hasMoved&&this.fireChangeEvent("onAfterChange"),this.setState({pending:!1}),this.hasMoved=!1},n.getValue=function(){return vn(this.state.value)},n.getClosestIndex=function(r){let o=Number.MAX_VALUE,i=-1;const{value:a}=this.state,c=a.length;for(let u=0;u<c;u+=1){const d=this.calcOffset(a[u]),m=Math.abs(r-d);m<o&&(o=m,i=u)}return i},n.getMousePosition=function(r){return[r["page"+this.axisKey()],r["page"+this.orthogonalAxisKey()]]},n.getTouchPosition=function(r){const o=r.touches[0];return[o["page"+this.axisKey()],o["page"+this.orthogonalAxisKey()]]},n.getKeyDownEventMap=function(){return{keydown:this.onKeyDown,keyup:this.onKeyUp,focusout:this.onBlur}},n.getMouseEventMap=function(){return{mousemove:this.onMouseMove,mouseup:this.onMouseUp}},n.getTouchEventMap=function(){return{touchmove:this.onTouchMove,touchend:this.onTouchEnd}},n.getValueFromPosition=function(r){const o=r/(this.state.sliderLength-this.state.thumbSize)*(this.props.max-this.props.min);return vt(this.state.startValue+o,this.props)},n.getDiffPosition=function(r){let o=r-this.state.startPosition;return this.props.invert&&(o*=-1),o},n.resize=function(){const{slider:r,thumb0:o}=this;if(!r||!o)return;const i=this.sizeKey(),a=r.getBoundingClientRect(),c=r[i],u=a[this.posMaxKey()],d=a[this.posMinKey()],m=o.getBoundingClientRect()[i.replace("client","").toLowerCase()],g=c-m,y=Math.abs(u-d);this.state.upperBound===g&&this.state.sliderLength===y&&this.state.thumbSize===m||this.setState({upperBound:g,sliderLength:y,thumbSize:m})},n.calcOffset=function(r){const o=this.props.max-this.props.min;return o===0?0:(r-this.props.min)/o*this.state.upperBound},n.calcValue=function(r){return r/this.state.upperBound*(this.props.max-this.props.min)+this.props.min},n.calcOffsetFromPosition=function(r){const{slider:o}=this,i=o.getBoundingClientRect(),a=i[this.posMaxKey()],c=i[this.posMinKey()];let u=r-(window["page"+this.axisKey()+"Offset"]+(this.props.invert?a:c));return this.props.invert&&(u=this.state.sliderLength-u),u-=this.state.thumbSize/2,u},n.forceValueFromPosition=function(r,o){const i=this.calcOffsetFromPosition(r),a=this.getClosestIndex(i),c=vt(this.calcValue(i),this.props),u=this.state.value.slice();u[a]=c;for(let d=0;d<u.length-1;d+=1)if(u[d+1]-u[d]<this.props.minDistance)return;this.fireChangeEvent("onBeforeChange"),this.hasMoved=!0,this.setState({value:u},()=>{o(a),this.fireChangeEvent("onChange")})},n.clearPendingResizeTimeouts=function(){do{const r=this.pendingResizeTimeouts.shift();clearTimeout(r)}while(this.pendingResizeTimeouts.length)},n.start=function(r,o){const i=this["thumb"+r];i&&i.focus();const{zIndices:a}=this.state;a.splice(a.indexOf(r),1),a.push(r),this.setState(c=>({startValue:c.value[r],startPosition:o!==void 0?o:c.startPosition,index:r,zIndices:a}))},n.moveUpByStep=function(r){r===void 0&&(r=this.props.step);const o=this.state.value[this.state.index],i=vt(this.props.invert&&this.props.orientation==="horizontal"?o-r:o+r,this.props);this.move(Math.min(i,this.props.max))},n.moveDownByStep=function(r){r===void 0&&(r=this.props.step);const o=this.state.value[this.state.index],i=vt(this.props.invert&&this.props.orientation==="horizontal"?o+r:o-r,this.props);this.move(Math.max(i,this.props.min))},n.move=function(r){const o=this.state.value.slice(),{index:i}=this.state,{length:a}=o,c=o[i];if(r===c)return;this.hasMoved||this.fireChangeEvent("onBeforeChange"),this.hasMoved=!0;const{pearling:u,max:d,min:m,minDistance:g}=this.props;if(!u){if(i>0){const y=o[i-1];r<y+g&&(r=y+g)}if(i<a-1){const y=o[i+1];r>y-g&&(r=y-g)}}o[i]=r,u&&a>1&&(r>c?(this.pushSucceeding(o,g,i),function(y,h,b,f){for(let _=0;_<y;_+=1){const w=f-_*b;h[y-1-_]>w&&(h[y-1-_]=w)}}(a,o,g,d)):r<c&&(this.pushPreceding(o,g,i),function(y,h,b,f){for(let _=0;_<y;_+=1){const w=f+_*b;h[_]<w&&(h[_]=w)}}(a,o,g,m))),this.setState({value:o},this.fireChangeEvent.bind(this,"onChange"))},n.pushSucceeding=function(r,o,i){let a,c;for(a=i,c=r[a]+o;r[a+1]!==null&&c>r[a+1];a+=1,c=r[a]+o)r[a+1]=jr(c,this.props)},n.pushPreceding=function(r,o,i){for(let a=i,c=r[a]-o;r[a-1]!==null&&c<r[a-1];a-=1,c=r[a]-o)r[a-1]=jr(c,this.props)},n.axisKey=function(){return this.props.orientation==="vertical"?"Y":"X"},n.orthogonalAxisKey=function(){return this.props.orientation==="vertical"?"X":"Y"},n.posMinKey=function(){return this.props.orientation==="vertical"?this.props.invert?"bottom":"top":this.props.invert?"right":"left"},n.posMaxKey=function(){return this.props.orientation==="vertical"?this.props.invert?"top":"bottom":this.props.invert?"left":"right"},n.sizeKey=function(){return this.props.orientation==="vertical"?"clientHeight":"clientWidth"},n.fireChangeEvent=function(r){this.props[r]&&this.props[r](vn(this.state.value),this.state.index)},n.buildThumbStyle=function(r,o){const i={position:"absolute",touchAction:"none",willChange:this.state.index>=0?this.posMinKey():void 0,zIndex:this.state.zIndices.indexOf(o)+1};return i[this.posMinKey()]=r+"px",i},n.buildTrackStyle=function(r,o){const i={position:"absolute",willChange:this.state.index>=0?this.posMinKey()+","+this.posMaxKey():void 0};return i[this.posMinKey()]=r,i[this.posMaxKey()]=o,i},n.buildMarkStyle=function(r){var o;return(o={position:"absolute"})[this.posMinKey()]=r,o},n.renderThumbs=function(r){const{length:o}=r,i=[];for(let c=0;c<o;c+=1)i[c]=this.buildThumbStyle(r[c],c);const a=[];for(let c=0;c<o;c+=1)a[c]=this.renderThumb(i[c],c);return a},n.renderTracks=function(r){const o=[],i=r.length-1;o.push(this.renderTrack(0,0,r[0]));for(let a=0;a<i;a+=1)o.push(this.renderTrack(a+1,r[a],r[a+1]));return o.push(this.renderTrack(i+1,r[i],this.state.upperBound)),o},n.renderMarks=function(){let{marks:r}=this.props;const o=this.props.max-this.props.min+1;return typeof r=="boolean"?r=Array.from({length:o}).map((i,a)=>a):typeof r=="number"&&(r=Array.from({length:o}).map((i,a)=>a).filter(i=>i%r==0)),r.map(parseFloat).sort((i,a)=>i-a).map(i=>{const a=this.calcOffset(i),c={key:i,className:this.props.markClassName,style:this.buildMarkStyle(a)};return this.props.renderMark(c)})},n.render=function(){const r=[],{value:o}=this.state,i=o.length;for(let d=0;d<i;d+=1)r[d]=this.calcOffset(o[d],d);const a=this.props.withTracks?this.renderTracks(r):null,c=this.renderThumbs(r),u=this.props.marks?this.renderMarks():null;return S.createElement("div",{ref:d=>{this.slider=d,this.resizeElementRef.current=d},style:{position:"relative"},className:this.props.className+(this.props.disabled?" disabled":""),onMouseDown:this.onSliderMouseDown,onClick:this.onSliderClick},a,c,u)},t}(S.Component);$r.displayName="ReactSlider",$r.defaultProps={min:0,max:100,step:1,pageFn:e=>10*e,minDistance:0,defaultValue:0,orientation:"horizontal",className:"slider",thumbClassName:"thumb",thumbActiveClassName:"active",trackClassName:"track",markClassName:"mark",withTracks:!0,pearling:!1,disabled:!1,snapDragDisabled:!1,invert:!1,marks:[],renderThumb:e=>S.createElement("div",e),renderTrack:e=>S.createElement("div",e),renderMark:e=>S.createElement("span",e)};var Er=$r;const hl="_container_4u41i_2",gl="_unitLabel_4u41i_8",yl="_slider_4u41i_11",bl="_thumb_4u41i_17",vl="_track_4u41i_26",xl="_labels_4u41i_32",Nt={container:hl,unitLabel:gl,slider:yl,thumb:bl,track:vl,labels:xl},Ps=({min:e=0,max:t=100,step:n=1,onChange:r,width:o=300,unit:i,fontColor:a="#605B56",defaultValue:c,isDate:u})=>{const{t:d}=oe.useTranslation(),m=u?new Date(e).getTime():null,g=u?new Date(t).getTime():null,[y,h]=S.useState(u?[m,g]:[e,t]),b=f=>{h(f),r==null||r({min:f[0],max:f[1]})};return S.useEffect(()=>{c||h(u?[m,g]:[e,t])},[c,u]),l.jsxs("div",{className:Nt.container,style:{width:`${o}px`,color:`${a}`},children:[l.jsx("div",{className:Nt.unitLabel,children:l.jsx("span",{children:d(i)})}),l.jsx(Er,{className:Nt.slider,thumbClassName:Nt.thumb,trackClassName:Nt.track,min:u?m:e,max:u?g:t,step:u?(g-m)/30:n,value:y,onAfterChange:b,withTracks:!0,pearling:!u,minDistance:u?0:.1}),l.jsxs("div",{className:Nt.labels,children:[l.jsx("span",{children:u?new Date(y[0]).toLocaleDateString("en-EN",{day:"2-digit",month:"short",year:"numeric"}):y[0]}),l.jsx("span",{children:u?new Date(y[1]).toLocaleDateString("en-EN",{day:"2-digit",month:"short",year:"numeric"}):y[1]})]})]})};Ps.propTypes={min:s.number,max:s.number,step:s.number,initialMin:s.number,initialMax:s.number,onChange:s.func,width:s.number,unit:s.string,fontColor:s.string,value:s.arrayOf(s.number)};const Cl="_tematicalFiltersInputContainer_1vm1r_2",_l="_inputTypeContainer_1vm1r_2",wl="_checkboxContainer_1vm1r_28",Sl="_absoluteSliderContainer_1vm1r_37",Cn={tematicalFiltersInputContainer:Cl,inputTypeContainer:_l,checkboxContainer:wl,absoluteSliderContainer:Sl},zr=({indicator:e,activeColor:t})=>{const[n,r]=S.useState(),{type:o,name:i,values:a,minValue:c,maxValue:u,unit:d,step:m,disabled:g,isDate:y}=e||{},h=S.useMemo(()=>o=="cat"||n=="cat",[n,o]),b=S.useMemo(()=>o=="abs"||n=="abs",[n,o]),{tematicalFiltersSelected:f,selectedIndicator:_,fontColor:w,inputsColor:T}=ye(C=>C),j=C=>{if(C){const{min:x,max:$,valueClicked:N,allValues:E}=C||{},{code:I,type:D,source:p}=e||{},O=b?"abs":h?"cat":"both";let k=I[0];D=="both"&&(k=O=="cat"?I[1]:I[0]),O=="cat"?ye.setState(V=>{let z=V.tematicalFiltersSelected.find(Y=>Y.code===k);if(z){let Y=[z.values];return z.values.includes(N)?Y=z.values.filter(W=>W!==N):Y=[...z.values,N],Y.length==E.length?{tematicalFiltersSelected:V.tematicalFiltersSelected.filter(W=>W.code!==k)}:{tematicalFiltersSelected:V.tematicalFiltersSelected.map(W=>W.code===k?{...W,values:Y}:W)}}else{let Y=(E||[]).map((W,ae)=>ae);return{tematicalFiltersSelected:[...f,{type:"cat",code:k,values:Y.filter(W=>W!==N),name:e.name,source:p,isDate:y}]}}}):O=="abs"&&ye.setState(V=>{let z=V.tematicalFiltersSelected.find(Y=>Y.code===k);if(x==e.minValue&&$==e.maxValue)return{tematicalFiltersSelected:V.tematicalFiltersSelected.filter(Y=>Y.code!==k)};if(z){let Y={...z,min:x,max:$,type:O,isDate:y};return{tematicalFiltersSelected:V.tematicalFiltersSelected.map(W=>W.code===k?Y:W)}}else return{tematicalFiltersSelected:[...f,{type:O,code:k,min:x,max:$,name:e.name,source:e.source}]}})}},v=S.useMemo(()=>{const C={};if((f==null?void 0:f.length)>0)for(const x of f)x.type==="cat"?C[x.code]=new Set(x.values):C[x.code]=[x.min,x.max];return C},[f]);return l.jsx("div",{className:Cn.tematicalFiltersInputContainer,children:l.jsxs(gt,{titleFontStyles:{fontSize:16,fontWeight:400,opacity:g?.5:1},title:i,isOpen:_==`id${i}`,onClick:()=>{g||ye.setState(()=>({selectedIndicator:_==`id${i}`?"":`id${i}`}))},showBottomBar:!1,height:42,titleMarginChildren:14,className:"tematicalFiltersInputContainer",color:w,activeColor:t,children:[o=="both"&&l.jsxs("div",{className:Cn.inputTypeContainer,style:{color:w},children:[l.jsxs("label",{children:[l.jsx("input",{type:"radio",name:"tipo",value:"abs",onChange:()=>{r("abs")},style:{marginRight:4,backgroundColor:n=="abs"?T:"white",border:`1.5px solid ${n=="abs"?T:w}`}}),"Absoluto"]}),l.jsxs("label",{children:[l.jsx("input",{type:"radio",name:"tipo",value:"cat",onChange:()=>{r("cat")},style:{marginRight:4,backgroundColor:n=="cat"?T:"white",border:`1.5px solid ${n=="cat"?T:w}`}}),"Categórico"]})]}),h&&l.jsx("div",{className:Cn.checkboxContainer,children:(a||[]).map((C,x)=>{var $;return l.jsx(Is,{onClick:()=>j({valueClicked:x,allValues:a}),indicator:C,value:(($=v[e.code[o=="both"?1:0]])==null?void 0:$.has(x))||!v[e.code[o=="both"?1:0]]},`checkbox-${x}`)})}),(b||o=="glb")&&l.jsx("div",{className:Cn.absoluteSliderContainer,children:l.jsx(Ps,{onChange:j,min:c,max:u,unit:d,defaultValue:v[e.code[0]]?v[e.code[0]]:"",isDate:y,step:m})})]})})};zr.propTypes={indicator:s.shape({name:s.string,type:s.string,code:s.arrayOf(s.string),values:s.arrayOf(s.shape({codename:s.oneOfType(s.array,s.string),title:s.string}))}),activeColor:s.string};const Bs=({subcategory:e,fontColor:t,activeColor:n})=>{const{activeSubcategory:r}=ye(a=>a),{name:o,indicators:i}=e||{};return l.jsx(gt,{title:o,isOpen:r==`id${o}`,onClick:()=>{ye.setState(a=>({activeSubcategory:a.activeSubcategory===`id${o}`?"":`id${o}`}))},titleFontStyles:{fontSize:16,fontWeight:400},showBottomBar:!1,titleMarginChildren:20,height:48,color:t,activeColor:n,children:i==null?void 0:i.map((a,c)=>l.jsx(zr,{indicator:a,fontColor:t,activeColor:n},`indicatorSub-${c}`))})};Bs.propTypes={subcategory:s.shape({name:s.string,indicators:s.arrayOf(s.shape({name:s.string,value:s.string}))}),activeColor:s.string};const Vs=({category:e,activeColor:t})=>{const{name:n,subcategories:r,indicators:o}=e||{},{activeCategory:i,fontColor:a}=ye(c=>c);return e&&l.jsx(gt,{onClick:()=>{ye.setState(c=>({activeCategory:i===`id${n}`?"":`id${n}`}))},title:n,isOpen:i===`id${n}`,titleFontStyles:{fontSize:18,fontWeight:"bold"},showBottomBar:!1,color:a,activeColor:t,children:r?r.map((c,u)=>l.jsx(Bs,{subcategory:c,fontColor:a,activeColor:t},`subcategory-${u}`)):o&&o.map((c,u)=>l.jsx(zr,{indicator:c,fontColor:a,activeColor:t},`indicator-${u}`))})};Vs.propTypes={category:s.shape({name:s.string.isRequired,subcategories:s.array,indicators:s.array}),activeColor:s.string};const Nr=({indicators:e,isOpen:t=!0,title:n,fontColor:r="#605B56",inputsColor:o="#605B56",activeColor:i,isExtra:a=!1})=>{const{tematicalFiltersSelected:c,activeFiltersType:u}=ye(g=>g),{t:d}=oe.useTranslation();S.useEffect(()=>{r&&ye.setState(()=>({fontColor:r}))},[r]),S.useEffect(()=>{o&&ye.setState(()=>({inputsColor:o}))},[o]);const m=()=>{a?u==a?ye.setState(()=>({activeFiltersType:null})):ye.setState(()=>({activeFiltersType:a})):u=="tematical"?ye.setState(()=>({activeFiltersType:null})):ye.setState(()=>({activeFiltersType:"tematical"}))};return l.jsx(gt,{isOpen:a&&u==a||!a&&u=="tematical",title:n?d(n):"Tematical filters",color:r,activeColor:i,onClick:m,mainTitle:!0,children:e==null?void 0:e.map((g,y)=>l.jsx(Vs,{category:g,fontColor:r,activeColor:i},`category-${y}`))})};Nr.propTypes={isOpen:s.bool,title:s.string,indicators:s.arrayOf(s.object),fontColor:s.string,onChangeTematicalFilters:s.func,inputsColor:s.string,activeColor:s.string};const Tl="_FiltersAmbitContainer_1hv16_2",kl="_FiltersContainer_1hv16_15",jl="_FiltersAmbitHeader_1hv16_18",$l="_FiltersAmbitTitle_1hv16_26",El="_FiltersAmbitDescription_1hv16_35",Nl="_FiltersAmbitDescriptionTitle_1hv16_46",Ol="_warning_1hv16_50",Al="_buttonContainer_1hv16_53",ct={FiltersAmbitContainer:Tl,FiltersContainer:kl,FiltersAmbitHeader:jl,FiltersAmbitTitle:$l,FiltersAmbitDescription:El,FiltersAmbitDescriptionTitle:Nl,warning:Ol,buttonContainer:Al},Fs=({ambitName:e,ambitDescription:t,defaultFilters:n,indicators:r,activeColor:o,textColor:i,backgroundColor:a,onChangeAppliedFilters:c,saveAmbit:u,namePlaceholder:d,descPlaceholder:m,filtersTypes:g=["geographical","tematical"],nameRequiredText:y,geoLayers:h=[],onGeoLayersChange:b,onlyFilters:f=!1,descriptionRequired:_=!1,extraLists:w=!1})=>{const{t:T}=oe.useTranslation(),{tematicalFiltersSelected:j,activeFiltersType:v}=ye(p=>p),[C,x]=S.useState(e||null),[$,N]=S.useState(t||null),[E,I]=S.useState(!1);S.useEffect(()=>{ye.setState({tematicalFiltersSelected:n||[]})},[n]),S.useRef(!1),S.useEffect(()=>{c(j)},[j]);const D=()=>{_?C&&$?u({name:C,description:$}):I(!0):C?u({name:C,description:$}):I(!0)};return S.useEffect(()=>{if(g.includes("geographical")&&v!="geographical"&&h.length>0){const p=h.map(O=>({...O,active:!1}));b==null||b(p)}},[v]),l.jsxs("div",{className:ct.FiltersAmbitContainer,children:[l.jsxs("div",{className:ct.FiltersContainer,children:[!f&&l.jsxs("div",{className:ct.FiltersAmbitHeader,children:[l.jsx("div",{className:ct.FiltersAmbitTitle,children:l.jsx("input",{type:"text",onChange:p=>{I(!1),x(p.target.value)},value:C,placeholder:T(d)})}),l.jsx("div",{className:ct.FiltersAmbitDescription,children:l.jsx("div",{className:ct.FiltersAmbitDescriptionTitle,children:l.jsx("textarea",{value:$,onChange:p=>{_&&I(!1),N(p.target.value)},placeholder:T(m)})})})]}),l.jsx(Rs,{title:T("applied_filters"),isOpen:v=="applied",textColor:i||"#fff",backgroundColor:a||"#605B5680",activeColor:o}),g.includes("geographical")&&l.jsx(Ds,{title:"geo_filters",activeColor:o,geoLayers:h,onGeoLayersChange:b}),g.includes("extra")&&w.map(p=>l.jsx(Nr,{indicators:p.indicators,inputsColor:o,textColor:i,title:p.title,activeColor:o,isExtra:p.title})),g.includes("tematical")&&l.jsx(Nr,{indicators:r,inputsColor:o,textColor:i,title:"tematical_filters",activeColor:o,isExtra:!1})]}),!f&&l.jsxs("div",{className:ct.buttonContainer,children:[E&&l.jsx("div",{className:ct.warning,children:T(y)}),l.jsx(cn,{onClick:()=>D(),children:T("save_ambit")})]})]})};Fs.propTypes={indicators:s.arrayOf(s.object).isRequired,ambitName:s.string,ambitDescription:s.string,defaultFilters:s.arrayOf(s.object),activeColor:s.string,backgroundColor:s.string,textColor:s.string,onChangeAppliedFilters:s.func,saveAmbit:s.func,namePlaceholder:s.string,descPlaceholder:s.string,filtersTypes:s.arrayOf(s.string).isRequired,nameRequiredText:s.string,extraLists:s.arrayOf(s.object)};const Ll="_barChartContainer_1ly7h_2",xo={barChartContainer:Ll},qr=({data:e,barHeight:t=25,gap:n=23,fontColor:r="#605B56",leftPadding:o=200,numberOfDivisions:i=7,maxValue:a=null,orientation:c="horizontal",horizontalPadding:u=c=="vertical"?50:20,verticalPadding:d=10,xLabelPadding:m=c=="vertical"?50:40,containerWidth:g=700,containerHeight:y=500,mainColor:h="#000"})=>{const{xScale:b,yScale:f,ticks:_,height:w,chartWidth:T,svgWidth:j,svgHeight:v,contentWidth:C}=S.useMemo(()=>{if(e&&e.length>0){const x=ir.max(e,N=>N.value)||1,$=a||x;if(c==="vertical"){const N=e.length*(t+n)+u*2,E=Math.max(N,g||0),I=y,p=ir.scaleLinear().domain([0,$]).range([I-100,d]),O=Array.from({length:i+1},(k,V)=>$/i*V);return{yScale:p,ticks:O,height:I,chartWidth:E,svgWidth:E,svgHeight:I,contentWidth:N}}else{const N=e.length*(t+n);console.log("barsHeight: ",N);const E=N+d*2+m+30,I=g+o+u*2,D=ir.scaleLinear().domain([0,$]).range([0,g-u*2]),p=Array.from({length:i+1},(O,k)=>$/i*k);return{xScale:D,ticks:p,height:E,chartWidth:g,svgWidth:I,svgHeight:E,contentWidth:I}}}else return{xScale:null,yScale:null,ticks:[],height:0,svgHeight:0}},[e,i,t,n,u,d,a,c,o,g,y]);return c==="vertical"?l.jsx("div",{style:{width:"100%",height:y?`${y}px`:"100%","--main-color":h},className:xo.barChartContainer,children:l.jsx("svg",{width:j,height:v,style:{display:"block",width:j,height:v,maxWidth:"none","--main-color":h},children:l.jsxs("g",{transform:`translate(${u}, 0)`,children:[l.jsx("g",{children:_.map((x,$)=>{const N=f(x);return l.jsxs("g",{children:[l.jsx("line",{x1:0,x2:T-u*2,y1:N,y2:N,stroke:"#ccc"}),l.jsx("text",{x:-10,y:N+4,textAnchor:"end",fontSize:10,fill:r,children:parseInt(x)})]},$)})}),e&&e.length>0&&e.map((x,$)=>{const N=f(0)-f(x.value),E=$*(t+n),I=f(x.value);return l.jsxs("g",{children:[l.jsx("rect",{x:E,y:I,width:t,height:N,fill:x.color,rx:0}),l.jsx("text",{x:E+t/2,y:w-m,textAnchor:"start",fill:r,fontSize:12,transform:`rotate(-90, ${E+t/2}, ${w-m})`,children:x.title})]},$)})]})})}):(console.log("svgHeight: ",v),l.jsx("div",{style:{width:"100%",height:y?`${y}px`:"100%","--main-color":h},className:xo.barChartContainer,children:l.jsx("svg",{width:j,height:v,style:{minWidth:"100%",height:v,width:C,maxWidth:"none"},children:l.jsxs("g",{transform:`translate(0,${d})`,children:[l.jsx("g",{transform:`translate(${o+u}, 0)`,children:_.map((x,$)=>{const N=b(x);return l.jsxs("g",{transform:`translate(${N}, 0)`,children:[l.jsx("line",{y1:0,y2:e.length*(t+n),stroke:"#ccc"}),l.jsx("text",{y:e.length*(t+n)+30,textAnchor:"middle",fontSize:10,fill:r,children:parseInt(x)})]},$)})}),e&&e.length>0&&e.map((x,$)=>{const N=b(x.value),E=$*(t+n);return console.log("y: ",E),l.jsxs("g",{transform:`translate(${o+u}, ${E})`,children:[l.jsx("text",{x:-24,y:t/2+5,textAnchor:"end",fill:r,fontSize:12,children:x.title}),l.jsx("rect",{width:N,height:t,fill:x.color,rx:0})]},$)})]})})}))};qr.propTypes={data:s.arrayOf(s.shape({title:s.string,value:s.number,color:s.string})),length:s.number,barHeight:s.number,gap:s.number,verticalPadding:s.number,horizontalPadding:s.number,numberOfDivisions:s.number,fontColor:s.string,leftPadding:s.number,maxValue:s.number,orientation:s.oneOf(["horizontal","vertical"]),xLabelPadding:s.number,containerWidth:s.number,containerHeight:s.number,minBarWidth:s.number};const Ml="_graphicContainer_1ozwp_2",Rl="_titleContainer_1ozwp_13",Co={graphicContainer:Ml,titleContainer:Rl},zs=({data:e,graphLength:t=700,containerStyle:n,borderColor:r="#605B56",title:o="Graphic Title",fontColor:i="#605B56",maxValue:a=null,numberOfDivisions:c=7,leftPadding:u=-200,orientation:d="horizontal",xLabelPadding:m=0,mainColor:g})=>{const{t:y}=oe.useTranslation();return l.jsxs("div",{className:Co.graphicContainer,style:{...n||{},paddingBottom:40},children:[l.jsx("div",{className:Co.titleContainer,children:l.jsx("h2",{children:y(o)})}),l.jsx(qr,{data:e,length:t,fontColor:i,maxValue:a,numberOfDivisions:c,leftPadding:u,orientation:d,xLabelPadding:m,mainColor:g})]})};zs.propTypes={data:s.arrayOf(s.shape({color:s.string.isRequired,value:s.number.isRequired,title:s.string.isRequired})),borderColor:s.string,title:s.string,graphLength:s.number,containerStyle:s.object,fontColor:s.string,mainColor:s.string,maxValue:s.number,numberOfDivisions:s.number,leftPadding:s.number,xLabelPadding:s.number};const Dl="_indicatorsCategory_arwy3_2",Il="_title_arwy3_5",Pl="_list_arwy3_13",_n={indicatorsCategory:Dl,title:Il,list:Pl},Bl="data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.32549%200H4.65882V3.40392H8V4.61176H4.65882V8H3.32549V4.61176H0V3.40392H3.32549V0Z'%20fill='%23605B56'/%3e%3c/svg%3e",Vl="data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.32549%200H4.65882V3.40392H8V4.61176H4.65882V8H3.32549V4.61176H0V3.40392H3.32549V0Z'%20fill='%23ffffff'/%3e%3c/svg%3e",ft=Vr.create(e=>({activeColor:null,defaultColor:"#92898A",multiple:!1,activeIndicatorType:null,activeIndicatorSubcategory:""})),Fl="_indicatorContainer_swmx0_2",zl="_indicatorNameContainer_swmx0_12",ql="_dot_swmx0_19",Wl="_indicatorName_swmx0_12",Ul="_switchExternalContainer_swmx0_33",Zl="_switchType_swmx0_42",Hl="_switchTypeOptions_swmx0_46",Kl="_optionContainer_swmx0_57",Gl="_customRadious_swmx0_67",Yl="_optionText_swmx0_74",xe={indicatorContainer:Fl,indicatorNameContainer:zl,dot:ql,indicatorName:Wl,switchExternalContainer:Ul,switchType:Zl,switchTypeOptions:Hl,optionContainer:Kl,customRadious:Gl,optionText:Yl},Wr=({indicator:e,values:t=[],activeIndicator:n,onClickIndicator:r,onChangeType:o,onChangeIndicatorSubcategory:i})=>{const{t:a}=oe.useTranslation(),{name:c,type:u,disabled:d,indicatorSubcategories:m}=e,{activeIndicatorType:g,activeColor:y,defaultColor:h,multiple:b,activeIndicatorSubcategory:f}=ft(x=>x),[_,w]=S.useState(!1);S.useEffect(()=>{n&&w(b?n.some(x=>x.name==String(c)):n.name==c)},[n]);const T=()=>l.jsx("div",{className:xe.switchExternalContainer,children:l.jsx("div",{className:xe.switchType,children:l.jsxs("div",{className:xe.switchTypeOptions,children:[l.jsxs("div",{className:xe.optionContainer,onClick:()=>{ft.setState(x=>({...x,activeIndicatorType:"cat"})),o("cat")},children:[l.jsx("span",{className:`${xe.customRadious}`,style:{backgroundColor:g==="cat"?y:"transparent",borderColor:g==="cat"?y:h}}),l.jsx("h4",{className:xe.optionText,style:{color:g==="cat"?y:h},children:a("indicators.cat")})]}),l.jsxs("div",{className:xe.optionContainer,onClick:()=>{ft.setState(x=>({...x,activeIndicatorType:"abs"})),o("abs")},children:[l.jsx("span",{className:`${xe.customRadious}`,style:{backgroundColor:g==="abs"?y:"transparent",borderColor:g==="abs"?y:h}}),l.jsx("h4",{className:xe.optionText,style:{color:g==="abs"?y:h},children:a("indicators.abs")})]})]})})}),j=({indicator:x,subcatIndex:$,indicatorSubcategory:N})=>{const E={},I=new Set;return Object.entries(x).forEach(([D,p])=>{const O=D.match(/^(.*)_subcat_(\d+)$/);if(O){const[k,V,z]=O;Number(z)===$&&(E[V]=p,I.add(V))}}),Object.entries(x).forEach(([D,p])=>{!D.includes("_subcat_")&&!I.has(D)&&(E[D]=p)}),E.activeIndicatorSubcategory=N,E},v=()=>l.jsx("div",{className:xe.switchExternalContainer,children:l.jsx("div",{className:xe.switchType,children:l.jsx("div",{className:xe.switchTypeOptions,children:m==null?void 0:m.map((x,$)=>l.jsxs("div",{className:xe.optionContainer,onClick:()=>{ft.setState(E=>({...E,activeIndicatorSubcategory:x.title}));let N=j({indicator:e,subcatIndex:$,indicatorSubcategory:x.title});i&&i({indicator:N})},children:[l.jsx("span",{className:`${xe.customRadious}`,style:{backgroundColor:f===x.title?y:"transparent",borderColor:f===x.title?y:h}}),l.jsx("h4",{className:xe.optionText,style:{color:f===x.title?y:h},children:a(x.title)})]},`indicatorSubcategory-${x.title}`))})})}),C=()=>l.jsx("div",{className:xe.switchExternalContainer,children:l.jsx("div",{className:xe.switchType,children:l.jsx("div",{className:xe.switchTypeOptions,children:t.map((x,$)=>l.jsxs("div",{className:xe.optionContainer,children:[l.jsx("span",{className:xe.customRadious}),l.jsx("h4",{children:a(x.unit)})]},$))})})});return l.jsxs("div",{className:xe.indicatorContainer,children:[l.jsxs("div",{className:xe.indicatorNameContainer,onClick:()=>!d&&r({indicator:e}),children:[l.jsx("div",{style:{border:_?`1px solid ${y}`:`1px solid ${h}`,opacity:d?.5:1,backgroundColor:_?y:"transparent"},className:xe.dot,children:b&&l.jsx("img",{src:_?Vl:Bl,alt:""})}),l.jsx("h4",{className:xe.indicatorName,style:{color:_?y:h,opacity:d?.5:1},children:l.jsx(oe.Trans,{i18nKey:c,components:{sup:l.jsx("sup",{})},shouldUnescape:!0})})]}),(n==null?void 0:n.name)===c&&u==="both"&&T(),(n==null?void 0:n.name)===c&&u==="twoUnits"&&C(),(n==null?void 0:n.name)===c&&m&&m.length>0&&v()]})};Wr.propTypes={indicator:s.shape({name:s.string,type:s.string}),values:s.oneOfType([s.bool,s.array]),activeColor:s.string,defaultColor:s.string,activeIndicator:s.oneOfType([s.object,s.array]),multiple:s.bool,onClickIndicator:s.func};const Xl="_indicatorsSubCategory_1nuug_2",Ql="_list_1nuug_11",_o={indicatorsSubCategory:Xl,list:Ql},qs=({subcName:e,indicators:t,activeSubCategory:n,onClickSubCategory:r,id:o,activeIndicator:i,onClickIndicator:a,onChangeType:c,onChangeIndicatorSubcategory:u})=>{const{t:d}=oe.useTranslation(),[m,g]=S.useState(!1);S.useEffect(()=>{g(n==o)},[n,o]);const{activeIndicatorType:y,activeColor:h,defaultColor:b,multiple:f,activeIndicatorSubcategory:_}=ft(w=>w);return l.jsxs(Br.motion.div,{className:_o.indicatorsSubCategory,initial:{height:"43px"},animate:{height:m?"auto":"43px"},transition:{duration:.4},children:[l.jsx("button",{onClick:()=>r(o),children:l.jsxs("h3",{style:{color:m?h:b},children:[l.jsx("span",{style:{color:m?h:b},children:m?"-":"+"}),l.jsx("span",{style:{color:m?h:b},children:d(e)})]})}),t&&l.jsx("div",{className:_o.list,children:t==null?void 0:t.map((w,T)=>l.jsx(Wr,{indicator:w,activeIndicator:i,onClickIndicator:a,onChangeType:c,onChangeIndicatorSubcategory:u},"indicator"+T))})]})};qs.propTypes={subcName:s.string,indicators:s.array,activeColor:s.string,defaultColor:s.string,activeSubCategory:s.string,id:s.string,activeIndicator:s.oneOfType([s.object,s.array]),multiple:s.bool,onClickSubCategory:s.func,onClickIndicator:s.func};const Ws=({cat:e,id:t,onClickCategory:n,activeCategory:r,activeSubCategory:o,onClickSubCategory:i,activeIndicator:a,onClickIndicator:c,onChangeType:u,onChangeIndicatorSubcategory:d})=>{var w;const{t:m}=oe.useTranslation(),{activeIndicatorType:g,activeColor:y,defaultColor:h,multiple:b}=ft(T=>T),[f,_]=S.useState(!1);return S.useEffect(()=>{_(r===t)},[r,t]),l.jsxs(Br.motion.div,{className:_n.indicatorsCategory,initial:{height:"53px"},animate:{height:f?"auto":"53px"},transition:{duration:.4},style:{backgroundColor:"white",borderBottom:f?`1px solid ${y}`:"0px",marginBottom:f?"20px":"0px"},children:[l.jsxs("h2",{className:`${_n.title}`,onClick:()=>n(t),children:[l.jsx("span",{className:_n.plus,style:{color:f?y:h},children:f?"-":"+"}),l.jsx("span",{style:{color:f?y:h},children:m(e.name)})]}),e.subcategories?e.subcategories.map(({name:T,subcategory:j,indicators:v},C)=>l.jsx(qs,{id:j,activeSubCategory:o,subcName:T,onClickSubCategory:i,activeIndicator:a,onClickIndicator:c,indicators:v,onChangeType:u,onChangeIndicatorSubcategory:d},`subcKey ${C}`)):l.jsx("div",{className:_n.list,children:(w=e.indicators)==null?void 0:w.map((T,j)=>l.jsx(Wr,{indicator:T,values:T.type=="twoUnits"&&T.values,activeIndicator:a,onClickIndicator:c,onChangeType:u,onChangeIndicatorSubcategory:d},`indicator${j}`))})]})};Ws.propTypes={cat:s.object,id:s.string,onChange:s.func,onClickCategory:s.func,activeCategory:s.string,activeSubCategory:s.string,onClickSubCategory:s.func,onClickIndicator:s.func,activeIndicator:s.oneOfType([s.object,s.array]),multiple:s.bool,activeColor:s.string,defaultColor:s.string};const Jl="_indicatorsList_13b3m_2",ec="_title_13b3m_6",wo={indicatorsList:Jl,title:ec},Us=({indicators:e,activeColor:t,defaultColor:n="#92898A",onChange:r,multiple:o=!1,defaultValue:i=null,changeIndType:a,activeIndicatorType:c,onChangeIndicatorSubcategory:u})=>{const{t:d}=oe.useTranslation(),[m,g]=S.useState(),[y,h]=S.useState(),[b,f]=S.useState();S.useEffect(()=>{ft.setState({activeColor:t||"",defaultColor:n||"",multiple:o||!1,activeIndicatorType:c||null})},[t,n,o,c]);const _=x=>{g(m==x?null:x)},w=x=>{h(y==x?null:x)},T=({indicator:x})=>{ft.setState({activeIndicatorSubcategory:null}),v(x)},j=({indicator:x})=>{v(x,!0),u&&u({indicator:x})},v=(x,$=!1)=>{if(o){let N=b&&b.length>0?[...b]:[];const E=N==null?void 0:N.some(D=>D.name==x.name);let I;$?I=x:I=E?N.filter(D=>D.name!=String(x.name)):[...N,x],f(I),x.type=="both"&&a("cat"),r&&typeof r=="function"&&($||!(x!=null&&x.indicatorSubcategories))&&r({activeIndicator:I})}else{let N;$?N=x:N=(b==null?void 0:b.name)==x.name?null:x,f(N),(x==null?void 0:x.type)=="both"&&a("cat"),r&&typeof r=="function"&&($||!(x!=null&&x.indicatorSubcategories))&&r({activeIndicator:N})}};S.useLayoutEffect(()=>{if(i&&!b)if(o&&i&&Array.isArray(i)){let x=b&&b.length>0?[...b]:[];f([...x,...i]),C(i[0].name)}else v(i),C(i.name)},[]),S.useEffect(()=>{if(i!=b)if(o&&i&&Array.isArray(i)){let x=b&&b.length>0?[...b]:[];f([...x,...i]),C(i[0].name)}else v(i),C(i.name)},[i]);const C=x=>{const $=e.find(N=>{if(N.subcategories){let E=N.subcategories.find(I=>I.indicators.find(D=>D.name==x));if(E)return h(E.subcategory),E}else return N.indicators.some(E=>E.name==x)});$&&g($.category)};return l.jsxs("div",{className:wo.indicatorsList,children:[l.jsx("h2",{className:wo.title,style:{color:n},children:d("indicators.indicators")}),e.map((x,$)=>l.jsx(Ws,{id:x.category,cat:x,onClickCategory:_,activeCategory:m,onClickSubCategory:w,activeSubCategory:y,onClickIndicator:T,activeIndicator:b,onChange:r,onChangeType:a,onChangeIndicatorSubcategory:j},`categoryKey${$}`))]})};Us.propTypes={indicators:s.arrayOf(s.object),activeColor:s.string,defaultColor:s.string,onChange:s.func,changeIndType:s.func,multiple:s.bool,activeIndicator:s.oneOfType([s.object,s.array]),defaultValue:s.oneOfType([s.object,s.array]),activeIndicatorType:s.string,onChangeIndicatorSubcategory:s.func};const tc="_langSelector_o9enq_2",nc="_currentLang_o9enq_14",rc="_arrow_o9enq_26",oc="_prevImg_o9enq_29",sc="_langMenu_o9enq_33",Ot={langSelector:tc,currentLang:nc,arrow:rc,prevImg:oc,langMenu:sc},Zs=({langs:e,arrow:t,imgPrev:n})=>{const[r,o]=S.useState(!1),{i18n:i}=oe.useTranslation(),a=e.find(u=>u.code==i.language),c=u=>{i.changeLanguage(u),o(!1)};return l.jsxs("div",{className:Ot.langSelector,children:[l.jsxs("div",{className:Ot.currentLang,onClick:()=>{o(!r)},children:[n&&l.jsx("img",{className:Ot.prevImg,src:n}),(a==null?void 0:a.titleSelected)||(a==null?void 0:a.title),l.jsx("img",{src:t,className:Ot.arrow})]}),r&&l.jsx("div",{className:Ot.langMenu,children:e.map(u=>l.jsx("button",{className:(a==null?void 0:a.code)==u.code?Ot.active:"",onClick:()=>c(u.code),children:u.title},u.code))})]})};Zs.propTypes={langs:s.arrayOf(s.shape({code:s.string,title:s.string,titleSelected:s.string})),color:s.string,bckColor:s.string,hoverColor:s.string,arrow:s.object,imgPrev:s.object};const ic="_legendContainer_1l2pz_3",ac="_closeButton_1l2pz_43",lc="_titleContainer_1l2pz_71",cc="_infoContainer_1l2pz_77",uc="_titleLegendList_1l2pz_88",dc="_legendListContainer_1l2pz_93",fc="_gridContainer_1l2pz_93",pc="_elementLegendContainer_1l2pz_99",mc="_colorDot_1l2pz_105",hc="_absoluteValueContainer_1l2pz_111",gc="_absoluteValueColor_1l2pz_114",yc="_absoluteValueText_1l2pz_119",bc="_noDataContainer_1l2pz_131",vc="_noData_1l2pz_131",xc="_moreInfoContainer_1l2pz_152",Ee={legendContainer:ic,closeButton:ac,titleContainer:lc,infoContainer:cc,titleLegendList:uc,legendListContainer:dc,gridContainer:fc,elementLegendContainer:pc,colorDot:mc,absoluteValueContainer:hc,absoluteValueColor:gc,absoluteValueText:yc,noDataContainer:bc,noData:vc,moreInfoContainer:xc},Hs=({containerStyles:e,title:t,infoList:n,legendItems:r,onClickMoreInfo:o,buttonTitle:i,onClickClose:a})=>{const{t:c}=oe.useTranslation();return l.jsxs("div",{style:e?{...e}:{},className:`${Ee.legendContainer}`,children:[l.jsx("button",{className:Ee.closeButton,onClick:a}),t&&l.jsx("div",{className:Ee.titleContainer,style:{marginBottom:(!n||n.length==0)&&"15px"},children:l.jsx("h2",{children:t})}),n&&n.length>0&&l.jsx("div",{className:Ee.infoContainer,children:l.jsx("ul",{children:n.map(({title:u,value:d})=>l.jsxs("li",{children:[l.jsx("h3",{className:Ee.title,children:`${u}:`}),l.jsxs("span",{className:Ee.value,children:[" ",d]})]},t))})}),r&&r.length>0&&r.map((u,d)=>l.jsxs("div",{children:[l.jsx("h3",{className:Ee.titleLegendList,style:{marginTop:n&&n.length>0&&d===0?"30px":d>0?"20px":"0px"},children:u.title&&l.jsx(oe.Trans,{i18nKey:u.title,components:{sup:l.jsx("sup",{})},shouldUnescape:!0})}),l.jsxs("div",{className:Ee.legendListContainer,children:[u.absolute?l.jsxs("div",{className:Ee.absoluteValueContainer,children:[l.jsx("div",{className:Ee.absoluteValueColor,style:{background:`linear-gradient(to bottom, ${u.absolute.maxColor} 0%, ${u.absolute.midColor?`${u.absolute.midColor} 50%,`:""} ${u.absolute.minColor} 100%)`}}),l.jsxs("div",{className:Ee.absoluteValueText,children:[l.jsxs("span",{children:[u.absolute.maxValue," ",c(u.absolute.unit)," ",u.absolute.offlimits&&c(u.moreText)]}),u.absolute.midValue&&l.jsxs("span",{children:[u.absolute.midValue," ",c(u.absolute.unit)]}),l.jsxs("span",{children:[u.absolute.minValue," ",c(u.absolute.unit)," ",u.absolute.offlimits&&c(u.lessText)]})]})]}):u.categories&&u.categories.length>0&&l.jsx("div",{className:Ee.gridContainer,children:u.categories.map(({title:m,color:g},y)=>l.jsxs("div",{className:Ee.elementLegendContainer,children:[l.jsx("div",{className:Ee.colorDot,style:{backgroundColor:g}}),l.jsxs("div",{className:Ee.titleLegendElement,children:[c(m)," "]})]},y))}),u.absolute&&u.absolute.noDataColor&&l.jsxs("div",{className:Ee.noDataContainer,children:[l.jsx("div",{className:Ee.noData,style:{background:u.absolute.noDataColor}}),l.jsx("div",{className:Ee.absoluteValueText,children:l.jsx("span",{children:c(u.absolute.noDataText)})})]})]})]},d)),o&&l.jsx("button",{className:Ee.moreInfoContainer,onClick:o,children:i||c("moreInformation")})]})};Hs.propTypes={title:s.string,containerStyles:s.object,infoList:s.arrayOf(s.shape({title:s.string.isRequired,value:s.oneOfType([s.string,s.number])})),legendItems:s.arrayOf(s.shape({title:s.string,categories:s.arrayOf(s.shape({title:s.string,color:s.string})),absolute:s.shape({maxColor:s.string,minColor:s.string,midColor:s.string,maxValue:s.number,minValue:s.number,midValue:s.number,unit:s.string,noDataColor:s.string,noDataText:s.string})})),onClickMoreInfo:s.func,buttonTitle:s.string,onClickClose:s.func};const Cc="_logo_1ewa6_2",So={logo:Cc},Ks=({src:e,alt:t,href:n})=>{const{t:r}=oe.useTranslation(),o=l.jsx("img",{src:e,alt:r(t)});return n?l.jsx("div",{className:So.logo,children:l.jsx("a",{href:n,children:o})}):l.jsx("div",{className:So.logo,children:o})};Ks.propTypes={src:s.string.isRequired,alt:s.string.isRequired,href:s.string,className:s.string};const _c=Q.createContext(null);function wc(e,t){const n=Array.isArray(e)?e[0]:e?e.x:0,r=Array.isArray(e)?e[1]:e?e.y:0,o=Array.isArray(t)?t[0]:t?t.x:0,i=Array.isArray(t)?t[1]:t?t.y:0;return n===o&&r===i}function Fe(e,t){if(e===t)return!0;if(!e||!t)return!1;if(Array.isArray(e)){if(!Array.isArray(t)||e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(!Fe(e[n],t[n]))return!1;return!0}else if(Array.isArray(t))return!1;if(typeof e=="object"&&typeof t=="object"){const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(const o of n)if(!t.hasOwnProperty(o)||!Fe(e[o],t[o]))return!1;return!0}return!1}function Sc(e){const t=e.clone();return t.pixelsToGLUnits=e.pixelsToGLUnits,t}function To(e,t){if(!e.getProjection)return;const n=e.getProjection(),r=t.getProjection();Fe(n,r)||t.setProjection(n)}function ko(e){return{longitude:e.center.lng,latitude:e.center.lat,zoom:e.zoom,pitch:e.pitch,bearing:e.bearing,padding:e.padding}}function jo(e,t){const n=t.viewState||t;let r=!1;if("zoom"in n){const o=e.zoom;e.zoom=n.zoom,r=r||o!==e.zoom}if("bearing"in n){const o=e.bearing;e.bearing=n.bearing,r=r||o!==e.bearing}if("pitch"in n){const o=e.pitch;e.pitch=n.pitch,r=r||o!==e.pitch}if(n.padding&&!e.isPaddingEqual(n.padding)&&(r=!0,e.padding=n.padding),"longitude"in n&&"latitude"in n){const o=e.center;e.center=new o.constructor(n.longitude,n.latitude),r=r||o!==e.center}return r}const Tc=["type","source","source-layer","minzoom","maxzoom","filter","layout"];function $o(e){if(!e)return null;if(typeof e=="string"||("toJS"in e&&(e=e.toJS()),!e.layers))return e;const t={};for(const r of e.layers)t[r.id]=r;const n=e.layers.map(r=>{let o=null;"interactive"in r&&(o=Object.assign({},r),delete o.interactive);const i=t[r.ref];if(i){o=o||Object.assign({},r),delete o.ref;for(const a of Tc)a in i&&(o[a]=i[a])}return o||r});return{...e,layers:n}}const Eo={version:8,sources:{},layers:[]},No={mousedown:"onMouseDown",mouseup:"onMouseUp",mouseover:"onMouseOver",mousemove:"onMouseMove",click:"onClick",dblclick:"onDblClick",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",mouseout:"onMouseOut",contextmenu:"onContextMenu",touchstart:"onTouchStart",touchend:"onTouchEnd",touchmove:"onTouchMove",touchcancel:"onTouchCancel"},hr={movestart:"onMoveStart",move:"onMove",moveend:"onMoveEnd",dragstart:"onDragStart",drag:"onDrag",dragend:"onDragEnd",zoomstart:"onZoomStart",zoom:"onZoom",zoomend:"onZoomEnd",rotatestart:"onRotateStart",rotate:"onRotate",rotateend:"onRotateEnd",pitchstart:"onPitchStart",pitch:"onPitch",pitchend:"onPitchEnd"},Oo={wheel:"onWheel",boxzoomstart:"onBoxZoomStart",boxzoomend:"onBoxZoomEnd",boxzoomcancel:"onBoxZoomCancel",resize:"onResize",load:"onLoad",render:"onRender",idle:"onIdle",remove:"onRemove",data:"onData",styledata:"onStyleData",sourcedata:"onSourceData",error:"onError"},kc=["minZoom","maxZoom","minPitch","maxPitch","maxBounds","projection","renderWorldCopies"],jc=["scrollZoom","boxZoom","dragRotate","dragPan","keyboard","doubleClickZoom","touchZoomRotate","touchPitch"];class qt{constructor(t,n,r){this._map=null,this._internalUpdate=!1,this._inRender=!1,this._hoveredFeatures=null,this._deferredEvents={move:!1,zoom:!1,pitch:!1,rotate:!1},this._onEvent=o=>{const i=this.props[Oo[o.type]];i?i(o):o.type==="error"&&console.error(o.error)},this._onPointerEvent=o=>{(o.type==="mousemove"||o.type==="mouseout")&&this._updateHover(o);const i=this.props[No[o.type]];i&&(this.props.interactiveLayerIds&&o.type!=="mouseover"&&o.type!=="mouseout"&&(o.features=this._hoveredFeatures||this._queryRenderedFeatures(o.point)),i(o),delete o.features)},this._onCameraEvent=o=>{if(!this._internalUpdate){const i=this.props[hr[o.type]];i&&i(o)}o.type in this._deferredEvents&&(this._deferredEvents[o.type]=!1)},this._MapClass=t,this.props=n,this._initialize(r)}get map(){return this._map}get transform(){return this._renderTransform}setProps(t){const n=this.props;this.props=t;const r=this._updateSettings(t,n);r&&this._createShadowTransform(this._map);const o=this._updateSize(t),i=this._updateViewState(t,!0);this._updateStyle(t,n),this._updateStyleComponents(t,n),this._updateHandlers(t,n),(r||o||i&&!this._map.isMoving())&&this.redraw()}static reuse(t,n){const r=qt.savedMaps.pop();if(!r)return null;const o=r.map,i=o.getContainer();for(n.className=i.className;i.childNodes.length>0;)n.appendChild(i.childNodes[0]);o._container=n;const a=o._resizeObserver;a&&(a.disconnect(),a.observe(n)),r.setProps({...t,styleDiffing:!1}),o.resize();const{initialViewState:c}=t;return c&&(c.bounds?o.fitBounds(c.bounds,{...c.fitBoundsOptions,duration:0}):r._updateViewState(c,!1)),o.isStyleLoaded()?o.fire("load"):o.once("styledata",()=>o.fire("load")),o._update(),r}_initialize(t){const{props:n}=this,{mapStyle:r=Eo}=n,o={...n,...n.initialViewState,accessToken:n.mapboxAccessToken||$c()||null,container:t,style:$o(r)},i=o.initialViewState||o.viewState||o;if(Object.assign(o,{center:[i.longitude||0,i.latitude||0],zoom:i.zoom||0,pitch:i.pitch||0,bearing:i.bearing||0}),n.gl){const m=HTMLCanvasElement.prototype.getContext;HTMLCanvasElement.prototype.getContext=()=>(HTMLCanvasElement.prototype.getContext=m,n.gl)}const a=new this._MapClass(o);i.padding&&a.setPadding(i.padding),n.cursor&&(a.getCanvas().style.cursor=n.cursor),this._createShadowTransform(a);const c=a._render;a._render=m=>{this._inRender=!0,c.call(a,m),this._inRender=!1};const u=a._renderTaskQueue.run;a._renderTaskQueue.run=m=>{u.call(a._renderTaskQueue,m),this._onBeforeRepaint()},a.on("render",()=>this._onAfterRepaint());const d=a.fire;a.fire=this._fireEvent.bind(this,d),a.on("resize",()=>{this._renderTransform.resize(a.transform.width,a.transform.height)}),a.on("styledata",()=>{this._updateStyleComponents(this.props,{}),To(a.transform,this._renderTransform)}),a.on("sourcedata",()=>this._updateStyleComponents(this.props,{}));for(const m in No)a.on(m,this._onPointerEvent);for(const m in hr)a.on(m,this._onCameraEvent);for(const m in Oo)a.on(m,this._onEvent);this._map=a}recycle(){const n=this.map.getContainer().querySelector("[mapboxgl-children]");n==null||n.remove(),qt.savedMaps.push(this)}destroy(){this._map.remove()}redraw(){const t=this._map;!this._inRender&&t.style&&(t._frame&&(t._frame.cancel(),t._frame=null),t._render())}_createShadowTransform(t){const n=Sc(t.transform);t.painter.transform=n,this._renderTransform=n}_updateSize(t){const{viewState:n}=t;if(n){const r=this._map;if(n.width!==r.transform.width||n.height!==r.transform.height)return r.resize(),!0}return!1}_updateViewState(t,n){if(this._internalUpdate)return!1;const r=this._map,o=this._renderTransform,{zoom:i,pitch:a,bearing:c}=o,u=r.isMoving();u&&(o.cameraElevationReference="sea");const d=jo(o,{...ko(r.transform),...t});if(u&&(o.cameraElevationReference="ground"),d&&n){const m=this._deferredEvents;m.move=!0,m.zoom||(m.zoom=i!==o.zoom),m.rotate||(m.rotate=c!==o.bearing),m.pitch||(m.pitch=a!==o.pitch)}return u||jo(r.transform,t),d}_updateSettings(t,n){const r=this._map;let o=!1;for(const i of kc)if(i in t&&!Fe(t[i],n[i])){o=!0;const a=r[`set${i[0].toUpperCase()}${i.slice(1)}`];a==null||a.call(r,t[i])}return o}_updateStyle(t,n){if(t.cursor!==n.cursor&&(this._map.getCanvas().style.cursor=t.cursor||""),t.mapStyle!==n.mapStyle){const{mapStyle:r=Eo,styleDiffing:o=!0}=t,i={diff:o};return"localIdeographFontFamily"in t&&(i.localIdeographFontFamily=t.localIdeographFontFamily),this._map.setStyle($o(r),i),!0}return!1}_updateStyleComponents(t,n){const r=this._map;let o=!1;return r.isStyleLoaded()&&("light"in t&&r.setLight&&!Fe(t.light,n.light)&&(o=!0,r.setLight(t.light)),"fog"in t&&r.setFog&&!Fe(t.fog,n.fog)&&(o=!0,r.setFog(t.fog)),"terrain"in t&&r.setTerrain&&!Fe(t.terrain,n.terrain)&&(!t.terrain||r.getSource(t.terrain.source))&&(o=!0,r.setTerrain(t.terrain))),o}_updateHandlers(t,n){var r,o;const i=this._map;let a=!1;for(const c of jc){const u=(r=t[c])!==null&&r!==void 0?r:!0,d=(o=n[c])!==null&&o!==void 0?o:!0;Fe(u,d)||(a=!0,u?i[c].enable(u):i[c].disable())}return a}_queryRenderedFeatures(t){const n=this._map,r=n.transform,{interactiveLayerIds:o=[]}=this.props;try{return n.transform=this._renderTransform,n.queryRenderedFeatures(t,{layers:o.filter(n.getLayer.bind(n))})}catch{return[]}finally{n.transform=r}}_updateHover(t){var n;const{props:r}=this;if(r.interactiveLayerIds&&(r.onMouseMove||r.onMouseEnter||r.onMouseLeave)){const i=t.type,a=((n=this._hoveredFeatures)===null||n===void 0?void 0:n.length)>0,c=this._queryRenderedFeatures(t.point),u=c.length>0;!u&&a&&(t.type="mouseleave",this._onPointerEvent(t)),this._hoveredFeatures=c,u&&!a&&(t.type="mouseenter",this._onPointerEvent(t)),t.type=i}else this._hoveredFeatures=null}_fireEvent(t,n,r){const o=this._map,i=o.transform,a=typeof n=="string"?n:n.type;return a==="move"&&this._updateViewState(this.props,!1),a in hr&&(typeof n=="object"&&(n.viewState=ko(i)),this._map.isMoving())?(o.transform=this._renderTransform,t.call(o,n,r),o.transform=i,o):(t.call(o,n,r),o)}_onBeforeRepaint(){const t=this._map;this._internalUpdate=!0;for(const r in this._deferredEvents)this._deferredEvents[r]&&t.fire(r);this._internalUpdate=!1;const n=this._map.transform;t.transform=this._renderTransform,this._onAfterRepaint=()=>{To(this._renderTransform,n),t.transform=n}}}qt.savedMaps=[];function $c(){let e=null;if(typeof location<"u"){const t=/access_token=([^&\/]*)/.exec(location.search);e=t&&t[1]}try{e=e||process.env.MapboxAccessToken}catch{}try{e=e||process.env.REACT_APP_MAPBOX_ACCESS_TOKEN}catch{}return e}const Ec=["setMaxBounds","setMinZoom","setMaxZoom","setMinPitch","setMaxPitch","setRenderWorldCopies","setProjection","setStyle","addSource","removeSource","addLayer","removeLayer","setLayerZoomRange","setFilter","setPaintProperty","setLayoutProperty","setLight","setTerrain","setFog","remove"];function Nc(e){if(!e)return null;const t=e.map,n={getMap:()=>t,getCenter:()=>e.transform.center,getZoom:()=>e.transform.zoom,getBearing:()=>e.transform.bearing,getPitch:()=>e.transform.pitch,getPadding:()=>e.transform.padding,getBounds:()=>e.transform.getBounds(),project:r=>{const o=t.transform;t.transform=e.transform;const i=t.project(r);return t.transform=o,i},unproject:r=>{const o=t.transform;t.transform=e.transform;const i=t.unproject(r);return t.transform=o,i},queryTerrainElevation:(r,o)=>{const i=t.transform;t.transform=e.transform;const a=t.queryTerrainElevation(r,o);return t.transform=i,a},queryRenderedFeatures:(r,o)=>{const i=t.transform;t.transform=e.transform;const a=t.queryRenderedFeatures(r,o);return t.transform=i,a}};for(const r of Oc(t))!(r in n)&&!Ec.includes(r)&&(n[r]=t[r].bind(t));return n}function Oc(e){const t=new Set;let n=e;for(;n;){for(const r of Object.getOwnPropertyNames(n))r[0]!=="_"&&typeof e[r]=="function"&&r!=="fire"&&r!=="setEventedParent"&&t.add(r);n=Object.getPrototypeOf(n)}return Array.from(t)}const Ac=typeof document<"u"?S.useLayoutEffect:S.useEffect,Lc=["baseApiUrl","maxParallelImageRequests","workerClass","workerCount","workerUrl"];function Mc(e,t){for(const r of Lc)r in t&&(e[r]=t[r]);const{RTLTextPlugin:n="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-rtl-text/v0.2.3/mapbox-gl-rtl-text.js"}=t;n&&e.getRTLTextPluginStatus&&e.getRTLTextPluginStatus()==="unavailable"&&e.setRTLTextPlugin(n,r=>{r&&console.error(r)},!0)}const Ut=Q.createContext(null);function Rc(e,t,n){const r=S.useContext(_c),[o,i]=S.useState(null),a=S.useRef(),{current:c}=S.useRef({mapLib:null,map:null});S.useEffect(()=>{const m=e.mapLib;let g=!0,y;return Promise.resolve(m||n).then(h=>{if(!g)return;if(!h)throw new Error("Invalid mapLib");const b="Map"in h?h:h.default;if(!b.Map)throw new Error("Invalid mapLib");if(Mc(b,e),!b.supported||b.supported(e))e.reuseMaps&&(y=qt.reuse(e,a.current)),y||(y=new qt(b.Map,e,a.current)),c.map=Nc(y),c.mapLib=b,i(y),r==null||r.onMapMount(c.map,e.id);else throw new Error("Map is not supported by this browser")}).catch(h=>{const{onError:b}=e;b?b({type:"error",target:null,originalEvent:null,error:h}):console.error(h)}),()=>{g=!1,y&&(r==null||r.onMapUnmount(e.id),e.reuseMaps?y.recycle():y.destroy())}},[]),Ac(()=>{o&&o.setProps(e)}),S.useImperativeHandle(t,()=>c.map,[o]);const u=S.useMemo(()=>({position:"relative",width:"100%",height:"100%",...e.style}),[e.style]),d={height:"100%"};return Q.createElement("div",{id:e.id,ref:a,style:u},o&&Q.createElement(Ut.Provider,{value:c},Q.createElement("div",{"mapboxgl-children":"",style:d},e.children)))}const Dc=/box|flex|grid|column|lineHeight|fontWeight|opacity|order|tabSize|zIndex/;function $t(e,t){if(!e||!t)return;const n=e.style;for(const r in t){const o=t[r];Number.isFinite(o)&&!Dc.test(r)?n[r]=`${o}px`:n[r]=o}}function Ic(e,t){const{map:n,mapLib:r}=S.useContext(Ut),o=S.useRef({props:e});o.current.props=e;const i=S.useMemo(()=>{let f=!1;Q.Children.forEach(e.children,T=>{T&&(f=!0)});const _={...e,element:f?document.createElement("div"):null},w=new r.Marker(_);return w.setLngLat([e.longitude,e.latitude]),w.getElement().addEventListener("click",T=>{var j,v;(v=(j=o.current.props).onClick)===null||v===void 0||v.call(j,{type:"click",target:w,originalEvent:T})}),w.on("dragstart",T=>{var j,v;const C=T;C.lngLat=i.getLngLat(),(v=(j=o.current.props).onDragStart)===null||v===void 0||v.call(j,C)}),w.on("drag",T=>{var j,v;const C=T;C.lngLat=i.getLngLat(),(v=(j=o.current.props).onDrag)===null||v===void 0||v.call(j,C)}),w.on("dragend",T=>{var j,v;const C=T;C.lngLat=i.getLngLat(),(v=(j=o.current.props).onDragEnd)===null||v===void 0||v.call(j,C)}),w},[]);S.useEffect(()=>(i.addTo(n.getMap()),()=>{i.remove()}),[]);const{longitude:a,latitude:c,offset:u,style:d,draggable:m=!1,popup:g=null,rotation:y=0,rotationAlignment:h="auto",pitchAlignment:b="auto"}=e;return S.useEffect(()=>{$t(i.getElement(),d)},[d]),S.useImperativeHandle(t,()=>i,[]),(i.getLngLat().lng!==a||i.getLngLat().lat!==c)&&i.setLngLat([a,c]),u&&!wc(i.getOffset(),u)&&i.setOffset(u),i.isDraggable()!==m&&i.setDraggable(m),i.getRotation()!==y&&i.setRotation(y),i.getRotationAlignment()!==h&&i.setRotationAlignment(h),i.getPitchAlignment()!==b&&i.setPitchAlignment(b),i.getPopup()!==g&&i.setPopup(g),js.createPortal(e.children,i.getElement())}S.memo(S.forwardRef(Ic));function Ao(e){return new Set(e?e.trim().split(/\s+/):[])}function Pc(e,t){const{map:n,mapLib:r}=S.useContext(Ut),o=S.useMemo(()=>document.createElement("div"),[]),i=S.useRef({props:e});i.current.props=e;const a=S.useMemo(()=>{const c={...e},u=new r.Popup(c);return u.setLngLat([e.longitude,e.latitude]),u.once("open",d=>{var m,g;(g=(m=i.current.props).onOpen)===null||g===void 0||g.call(m,d)}),u},[]);if(S.useEffect(()=>{const c=u=>{var d,m;(m=(d=i.current.props).onClose)===null||m===void 0||m.call(d,u)};return a.on("close",c),a.setDOMContent(o).addTo(n.getMap()),()=>{a.off("close",c),a.isOpen()&&a.remove()}},[]),S.useEffect(()=>{$t(a.getElement(),e.style)},[e.style]),S.useImperativeHandle(t,()=>a,[]),a.isOpen()&&((a.getLngLat().lng!==e.longitude||a.getLngLat().lat!==e.latitude)&&a.setLngLat([e.longitude,e.latitude]),e.offset&&!Fe(a.options.offset,e.offset)&&a.setOffset(e.offset),(a.options.anchor!==e.anchor||a.options.maxWidth!==e.maxWidth)&&(a.options.anchor=e.anchor,a.setMaxWidth(e.maxWidth)),a.options.className!==e.className)){const c=Ao(a.options.className),u=Ao(e.className);for(const d of c)u.has(d)||a.removeClassName(d);for(const d of u)c.has(d)||a.addClassName(d);a.options.className=e.className}return js.createPortal(e.children,o)}const Bc=S.memo(S.forwardRef(Pc));function un(e,t,n,r){const o=S.useContext(Ut),i=S.useMemo(()=>e(o),[]);return S.useEffect(()=>{const a=t,c=null,u=typeof t=="function"?t:null,{map:d}=o;return d.hasControl(i)||(d.addControl(i,a==null?void 0:a.position),c&&c(o)),()=>{u&&u(o),d.hasControl(i)&&d.removeControl(i)}},[]),i}function Vc(e){const t=un(({mapLib:n})=>new n.AttributionControl(e),{position:e.position});return S.useEffect(()=>{$t(t._container,e.style)},[e.style]),null}S.memo(Vc);function Fc(e){const t=un(({mapLib:n})=>new n.FullscreenControl({container:e.containerId&&document.getElementById(e.containerId)}),{position:e.position});return S.useEffect(()=>{$t(t._controlContainer,e.style)},[e.style]),null}S.memo(Fc);function zc(e,t){const n=S.useRef({props:e}),r=un(({mapLib:o})=>{const i=new o.GeolocateControl(e),a=i._setupUI;return i._setupUI=c=>{i._container.hasChildNodes()||a(c)},i.on("geolocate",c=>{var u,d;(d=(u=n.current.props).onGeolocate)===null||d===void 0||d.call(u,c)}),i.on("error",c=>{var u,d;(d=(u=n.current.props).onError)===null||d===void 0||d.call(u,c)}),i.on("outofmaxbounds",c=>{var u,d;(d=(u=n.current.props).onOutOfMaxBounds)===null||d===void 0||d.call(u,c)}),i.on("trackuserlocationstart",c=>{var u,d;(d=(u=n.current.props).onTrackUserLocationStart)===null||d===void 0||d.call(u,c)}),i.on("trackuserlocationend",c=>{var u,d;(d=(u=n.current.props).onTrackUserLocationEnd)===null||d===void 0||d.call(u,c)}),i},{position:e.position});return n.current.props=e,S.useImperativeHandle(t,()=>r,[]),S.useEffect(()=>{$t(r._container,e.style)},[e.style]),null}S.memo(S.forwardRef(zc));function qc(e){const t=un(({mapLib:n})=>new n.NavigationControl(e),{position:e.position});return S.useEffect(()=>{$t(t._container,e.style)},[e.style]),null}const Wc=S.memo(qc);function Uc(e){const t=un(({mapLib:i})=>new i.ScaleControl(e),{position:e.position}),n=S.useRef(e),r=n.current;n.current=e;const{style:o}=e;return e.maxWidth!==void 0&&e.maxWidth!==r.maxWidth&&(t.options.maxWidth=e.maxWidth),e.unit!==void 0&&e.unit!==r.unit&&t.setUnit(e.unit),S.useEffect(()=>{$t(t._container,o)},[o]),null}S.memo(Uc);function In(e,t){if(!e)throw new Error(t)}function Zc(e,t,n,r){if(In(n.id===r.id,"layer id changed"),In(n.type===r.type,"layer type changed"),n.type==="custom"||r.type==="custom")return;const{layout:o={},paint:i={},filter:a,minzoom:c,maxzoom:u,beforeId:d}=n;if(d!==r.beforeId&&e.moveLayer(t,d),o!==r.layout){const m=r.layout||{};for(const g in o)Fe(o[g],m[g])||e.setLayoutProperty(t,g,o[g]);for(const g in m)o.hasOwnProperty(g)||e.setLayoutProperty(t,g,void 0)}if(i!==r.paint){const m=r.paint||{};for(const g in i)Fe(i[g],m[g])||e.setPaintProperty(t,g,i[g]);for(const g in m)i.hasOwnProperty(g)||e.setPaintProperty(t,g,void 0)}Fe(a,r.filter)||e.setFilter(t,a),(c!==r.minzoom||u!==r.maxzoom)&&e.setLayerZoomRange(t,c,u)}function Hc(e,t,n){if(e.style&&e.style._loaded&&(!("source"in n)||e.getSource(n.source))){const r={...n,id:t};delete r.beforeId,e.addLayer(r,n.beforeId)}}let Kc=0;function Gc(e){const t=S.useContext(Ut).map.getMap(),n=S.useRef(e),[,r]=S.useState(0),o=S.useMemo(()=>e.id||`jsx-layer-${Kc++}`,[]);if(S.useEffect(()=>{if(t){const a=()=>r(c=>c+1);return t.on("styledata",a),a(),()=>{t.off("styledata",a),t.style&&t.style._loaded&&t.getLayer(o)&&t.removeLayer(o)}}},[t]),t&&t.style&&t.getLayer(o))try{Zc(t,o,e,n.current)}catch(a){console.warn(a)}else Hc(t,o,e);return n.current=e,null}let Yc=0;function Xc(e,t,n){if(e.style&&e.style._loaded){const r={...n};return delete r.id,delete r.children,e.addSource(t,r),e.getSource(t)}return null}function Qc(e,t,n){In(t.id===n.id,"source id changed"),In(t.type===n.type,"source type changed");let r="",o=0;for(const a in t)a!=="children"&&a!=="id"&&!Fe(n[a],t[a])&&(r=a,o++);if(!o)return;const i=t.type;i==="geojson"?e.setData(t.data):i==="image"?e.updateImage({url:t.url,coordinates:t.coordinates}):"setCoordinates"in e&&o===1&&r==="coordinates"?e.setCoordinates(t.coordinates):"setUrl"in e&&r==="url"?e.setUrl(t.url):"setTiles"in e&&r==="tiles"?e.setTiles(t.tiles):console.warn(`Unable to update <Source> prop: ${r}`)}function Jc(e){const t=S.useContext(Ut).map.getMap(),n=S.useRef(e),[,r]=S.useState(0),o=S.useMemo(()=>e.id||`jsx-source-${Yc++}`,[]);S.useEffect(()=>{if(t){const a=()=>setTimeout(()=>r(c=>c+1),0);return t.on("styledata",a),a(),()=>{var c;if(t.off("styledata",a),t.style&&t.style._loaded&&t.getSource(o)){const u=(c=t.getStyle())===null||c===void 0?void 0:c.layers;if(u)for(const d of u)d.source===o&&t.removeLayer(d.id);t.removeSource(o)}}}},[t]);let i=t&&t.style&&t.getSource(o);return i?Qc(i,e,n.current):i=Xc(t,o,e),n.current=e,i&&Q.Children.map(e.children,a=>a&&S.cloneElement(a,{source:o}))||null}const e0=import("mapbox-gl"),Gs=Q.forwardRef(function(t,n){return Rc(t,n,e0)}),Ys=Bc,Xs=Wc,Qs=Gc,Js=Jc,t0="_mapContainer_84pkf_2",n0={mapContainer:t0};ua.accessToken="pk.eyJ1IjoiY2ljbGljYSIsImEiOiJja3llODhxZ2UwYzF1Mm5xcHVhMzI3anhqIn0.-r56FLAzEH57eVsB2ZeVcA";const ei=({initialView:e={latitude:39.4699,longitude:-.3763,zoom:12},maxZoom:t=17,minZoom:n=8,mapStyle:r,firstSymbolLayer:o,cssProps:i={},onClick:a="",interactiveLayers:c=[],popUp:u=!1,sources:d=[],layers:m=[]})=>{const g=S.useRef(),[y,h]=S.useState(null),b=da.useSelector(f=>f.mapState.showTexts);return S.useEffect(()=>{if(g.current){const f=g.current.getMap();f.getStyle().layers.map(w=>{w.type=="symbol"&&w.id!="professionals"&&(b?f.setLayoutProperty(w.id,"visibility","visible"):f.setLayoutProperty(w.id,"visibility","none"))})}},[b]),l.jsx("div",{className:`${n0.mapContainer}`,style:i,children:l.jsxs(Gs,{initialViewState:e,ref:g,hash:!1,maxZoom:t,minZoom:n,mapStyle:r,onClick:a,interactiveLayerIds:c,children:[d.length&&d.map((f,_)=>l.jsx(Js,{...f,children:m.length&&m.map((w,T)=>{if(w.sourceId==f.id)return l.jsx(Qs,{...w.layer,beforeId:o},T)})},_)),l.jsx(Xs,{position:"bottom-right",visualizePitch:!0}),u&&y&&l.jsx(Ys,{longitude:u.longitude,latitude:u.latitude,anchor:u.anchor,onClose:()=>h(null),children:u.content})]})})};ei.propTypes={initialView:s.shape({latitude:s.number.isRequired,longitude:s.number.isRequired,zoom:s.number.isRequired}),mapStyle:s.object,firstSymbolLayer:s.string,cssProps:s.object,style:s.object,maxZoom:s.number,minZoom:s.number,onClick:s.func,interactiveLayers:s.array,popUp:s.shape({latitude:s.number,longitude:s.number,anchor:s.string,content:s.element}),textsUrl:s.string,sources:s.arrayOf(s.shape({id:s.string,type:s.string,url:s.string,data:s.object})),layers:s.arrayOf(s.shape({sourceId:s.string,layer:s.shape({id:s.string,type:s.string,sourceLayer:s.string,minZoom:s.number,maxZoom:s.number,paint:s.object})}))};const r0="_mapContainer_1r3q4_3",o0={mapContainer:r0},s0="_FeaturePopUp_4sba4_2",i0="_title_4sba4_10",Lo={FeaturePopUp:s0,title:i0},a0=({props:e})=>{const{t}=oe.useTranslation();return l.jsx("div",{className:Lo.FeaturePopUp,children:e.map(n=>l.jsxs("p",{children:[l.jsxs("span",{className:Lo.title,children:[l.jsx(oe.Trans,{i18nKey:n.name,components:{sup:l.jsx("sup",{})},shouldUnescape:!0}),":"]}),n.type&&n.type=="html"?l.jsx("span",{dangerouslySetInnerHTML:{__html:n.value}}):isNaN(n.value)?l.jsx(l.Fragment,{children:t(n.value)}):l.jsxs(l.Fragment,{children:[n.value.toLocaleString("de",{maximumFractionDigits:2})," ",t(n.unit)]})]}))})},ti=({initialView:e={latitude:39.4699,longitude:-.3763,zoom:12},maxZoom:t=17,minZoom:n=8,mapStyle:r,firstSymbolLayer:o,cssProps:i={},onClick:a="",interactiveLayers:c=[],sources:u=[],layers:d=[],popUpParams:m,onClosePopUp:g,showTexts:y,hash:h=!1})=>{const b=S.useRef();return S.useEffect(()=>{if(b.current){const f=b.current.getMap();f.getStyle().layers.map(w=>{w.type=="symbol"&&w.id!="professionals"&&(y?f.setLayoutProperty(w.id,"visibility","visible"):f.setLayoutProperty(w.id,"visibility","none"))})}},[y]),S.useEffect(()=>{let f=new fa.Protocol;return sr.addProtocol("pmtiles",f.tile),()=>{sr.removeProtocol("pmtiles")}},[]),l.jsx("div",{className:`${o0.mapContainer}`,style:i,children:l.jsxs(Gs,{mapLib:sr,initialViewState:e,ref:b,hash:h,maxZoom:t,minZoom:n,mapStyle:r,onClick:a,interactiveLayerIds:c,children:[u.length&&u.map((f,_)=>l.jsx(Js,{...f,children:d.length&&d.map((w,T)=>{if(w.sourceId==f.id)return l.jsx(Qs,{...w.layer,beforeId:o,filter:w.filters?w.filters:["all"],layout:{visibility:w.layer.visibility||"visible"}},T)})},_)),l.jsx(Xs,{position:"bottom-right",visualizePitch:!0}),m&&l.jsx(Ys,{longitude:m.lng,latitude:m.lat,onClose:g,children:l.jsx(a0,{props:m.props})})]})})};ti.propTypes={initialView:s.shape({latitude:s.number.isRequired,longitude:s.number.isRequired,zoom:s.number.isRequired}),mapStyle:s.string,firstSymbolLayer:s.string,cssProps:s.object,style:s.object,maxZoom:s.number,minZoom:s.number,onClick:s.func,interactiveLayers:s.array,popUp:s.bool,sources:s.arrayOf(s.shape({id:s.string,type:s.string,url:s.string,data:s.object})),layers:s.arrayOf(s.shape({sourceId:s.string,layer:s.shape({id:s.string,type:s.string,sourceLayer:s.string,minzoom:s.number,maxzoom:s.number,paint:s.object,visibility:s.string}),filters:s.array})),showTexts:s.bool,popUpParams:s.object,onClosePopUp:s.func};const l0="_sectionBar_yf2vy_2",c0="_leftContent_yf2vy_14",u0="_textContainer_yf2vy_20",d0="_title_yf2vy_27",f0="_subtitle_yf2vy_33",p0="_rightContent_yf2vy_38",xt={sectionBar:l0,leftContent:c0,textContainer:u0,title:d0,subtitle:f0,rightContent:p0},ni=({leftIcon:e,title:t,subtitle:n,rightContent:r,mainColor:o,width:i,titleColor:a="#605b56",subTitleColor:c="#605b56",borderTop:u=!1})=>{const{t:d}=oe.useTranslation();return l.jsxs("div",{className:xt.sectionBar,style:{width:i&&i,borderTop:u?"1px solid #000":"0px"},children:[l.jsxs("div",{className:xt.leftContent,children:[e&&l.jsx("img",{src:e,alt:"Icono",className:xt.icon}),l.jsxs("div",{className:xt.textContainer,children:[l.jsx("div",{className:xt.title,style:{color:a},children:d(t)}),n&&l.jsx("div",{className:xt.subtitle,style:{color:c},children:n})]})]}),l.jsx("div",{className:xt.rightContent,children:r})]})};ni.propTypes={leftIcon:s.string,title:s.string.isRequired,subtitle:s.string,rightContent:s.node,mainColor:s.string,width:s.oneOfType([s.string,s.number]),borderTop:s.bool};const m0=pa.createSlice({name:"mapSlice",initialState:{showTexts:!0,sliderSelectedYear:2025,activeIndicatorKey:0,activeIndicatorType:"cat",activeIndicatorUnit:null},reducers:{setShowTexts:(e,t)=>{e.showTexts=t.payload},setYear:(e,t)=>{e.sliderSelectedYear=t.payload},setActiveIndicatorKey:(e,t)=>{e.activeIndicatorKey=t.payload},setActiveIndicatorType:(e,t)=>{e.activeIndicatorType=t.payload},setActiveIndicatorUnit:(e,t)=>{e.activeIndicatorUnit=t.payload}}}),{setShowTexts:_p,setYear:wp,setActiveIndicatorKey:Sp,setActiveIndicatorType:Tp,setActiveIndicatorUnit:kp}=m0.actions,h0="data:image/svg+xml,%3csvg%20width='42'%20height='42'%20viewBox='0%200%2042%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='21'%20cy='21'%20r='20.25'%20fill='%23FDFDFD'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cpath%20d='M15.2722%2012.6627C15.2722%2011.8929%2016.1055%2011.4118%2016.7722%2011.7967L31.5641%2020.3368C32.2308%2020.7217%2032.2308%2021.684%2031.5641%2022.0689L16.7722%2030.609C16.1055%2030.9939%2015.2722%2030.5128%2015.2722%2029.743L15.2722%2012.6627Z'%20fill='%23605B56'/%3e%3c/svg%3e",g0="data:image/svg+xml,%3csvg%20width='42'%20height='42'%20viewBox='0%200%2042%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='21'%20cy='21'%20r='20.25'%20fill='%23FDFDFD'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3crect%20x='15'%20y='12'%20width='4'%20height='19'%20rx='1'%20fill='%23605B56'/%3e%3crect%20x='23'%20y='12'%20width='4'%20height='19'%20rx='1'%20fill='%23605B56'/%3e%3c/svg%3e";function ri(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=ri(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function mt(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=ri(e))&&(r&&(r+=" "),r+=t);return r}function Mo(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...r){return e(...r)||t(...r)}}function y0(e,t,n=void 0){const r={};for(const o in e){const i=e[o];let a="",c=!0;for(let u=0;u<i.length;u+=1){const d=i[u];d&&(a+=(c===!0?"":" ")+t(d),c=!1,n&&n[d]&&(a+=" "+n[d]))}r[o]=a}return r}const b0=Q.createContext();process.env.NODE_ENV!=="production"&&(s.node,s.bool);const v0=()=>Q.useContext(b0)??!1;function oi(...e){const t=Q.useRef(void 0),n=Q.useCallback(r=>{const o=e.map(i=>{if(i==null)return null;if(typeof i=="function"){const a=i,c=a(r);return typeof c=="function"?c:()=>{a(null)}}return i.current=r,()=>{i.current=null}});return()=>{o.forEach(i=>i==null?void 0:i())}},e);return Q.useMemo(()=>e.every(r=>r==null)?null:r=>{t.current&&(t.current(),t.current=void 0),r!=null&&(t.current=n(r))},e)}function sn(e){return typeof e=="string"}function x0(e,t,n){return e===void 0||sn(e)?t:{...t,ownerState:{...t.ownerState,...n}}}function Ln(e,t=[]){if(e===void 0)return{};const n={};return Object.keys(e).filter(r=>r.match(/^on[A-Z]/)&&typeof e[r]=="function"&&!t.includes(r)).forEach(r=>{n[r]=e[r]}),n}function Ro(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>!(n.match(/^on[A-Z]/)&&typeof e[n]=="function")).forEach(n=>{t[n]=e[n]}),t}function C0(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:r,externalForwardedProps:o,className:i}=e;if(!t){const h=mt(n==null?void 0:n.className,i,o==null?void 0:o.className,r==null?void 0:r.className),b={...n==null?void 0:n.style,...o==null?void 0:o.style,...r==null?void 0:r.style},f={...n,...o,...r};return h.length>0&&(f.className=h),Object.keys(b).length>0&&(f.style=b),{props:f,internalRef:void 0}}const a=Ln({...o,...r}),c=Ro(r),u=Ro(o),d=t(a),m=mt(d==null?void 0:d.className,n==null?void 0:n.className,i,o==null?void 0:o.className,r==null?void 0:r.className),g={...d==null?void 0:d.style,...n==null?void 0:n.style,...o==null?void 0:o.style,...r==null?void 0:r.style},y={...d,...n,...u,...c};return m.length>0&&(y.className=m),Object.keys(g).length>0&&(y.style=g),{props:y,internalRef:d.ref}}function _0(e,t,n){return typeof e=="function"?e(t,n):e}function ut(e){var g;const{elementType:t,externalSlotProps:n,ownerState:r,skipResolvingSlotProps:o=!1,...i}=e,a=o?{}:_0(n,r),{props:c,internalRef:u}=C0({...i,externalSlotProps:a}),d=oi(u,a==null?void 0:a.ref,(g=e.additionalProps)==null?void 0:g.ref);return x0(t,{...c,ref:d},r)}function Mn(e){return e&&e.ownerDocument||document}function w0(e){const{controlled:t,default:n,name:r,state:o="value"}=e,{current:i}=Q.useRef(t!==void 0),[a,c]=Q.useState(n),u=i?t:a;if(process.env.NODE_ENV!=="production"){Q.useEffect(()=>{i!==(t!==void 0)&&console.error([`MUI: A component is changing the ${i?"":"un"}controlled ${o} state of ${r} to be ${i?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
|
|
24
24
|
`))},[o,r,t]);const{current:m}=Q.useRef(n);Q.useEffect(()=>{!i&&JSON.stringify(n)!==JSON.stringify(m)&&console.error([`MUI: A component is changing the default ${o} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join(`
|
|
25
25
|
`))},[JSON.stringify(n)])}const d=Q.useCallback(m=>{i||c(m)},[]);return[u,d]}const si=typeof window<"u"?Q.useLayoutEffect:Q.useEffect;function gr(e){const t=Q.useRef(e);return si(()=>{t.current=e}),Q.useRef((...n)=>(0,t.current)(...n)).current}function Do(e){try{return e.matches(":focus-visible")}catch{process.env.NODE_ENV!=="production"&&!window.navigator.userAgent.includes("jsdom")&&console.warn(["MUI: The `:focus-visible` pseudo class is not supported in this browser.","Some components rely on this feature to work properly."].join(`
|
|
26
26
|
`))}return!1}const S0={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function Ft(e,t=Number.MIN_SAFE_INTEGER,n=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,n))}function T0(e,t,n=(r,o)=>r===o){return e.length===t.length&&e.every((r,o)=>n(r,t[o]))}const k0=2;function At(e,t,n,r,o){return n===1?Math.min(e+t,o):Math.max(e-t,r)}function ii(e,t){return e-t}function Io(e,t){const{index:n}=e.reduce((r,o,i)=>{const a=Math.abs(t-o);return r===null||a<r.distance||a===r.distance?{distance:a,index:i}:r},null)??{};return n}function wn(e,t){if(t.current!==void 0&&e.changedTouches){const n=e;for(let r=0;r<n.changedTouches.length;r+=1){const o=n.changedTouches[r];if(o.identifier===t.current)return{x:o.clientX,y:o.clientY}}return!1}return{x:e.clientX,y:e.clientY}}function Pn(e,t,n){return(e-t)*100/(n-t)}function j0(e,t,n){return(n-t)*e+t}function $0(e){if(Math.abs(e)<1){const n=e.toExponential().split("e-"),r=n[0].split(".")[1];return(r?r.length:0)+parseInt(n[1],10)}const t=e.toString().split(".")[1];return t?t.length:0}function E0(e,t,n){const r=Math.round((e-n)/t)*t+n;return Number(r.toFixed($0(t)))}function Po({values:e,newValue:t,index:n}){const r=e.slice();return r[n]=t,r.sort(ii)}function Sn({sliderRef:e,activeIndex:t,setActive:n}){var o,i,a;const r=Mn(e.current);(!((o=e.current)!=null&&o.contains(r.activeElement))||Number((i=r==null?void 0:r.activeElement)==null?void 0:i.getAttribute("data-index"))!==t)&&((a=e.current)==null||a.querySelector(`[type="range"][data-index="${t}"]`).focus()),n&&n(t)}function Tn(e,t){return typeof e=="number"&&typeof t=="number"?e===t:typeof e=="object"&&typeof t=="object"?T0(e,t):!1}const N0={horizontal:{offset:e=>({left:`${e}%`}),leap:e=>({width:`${e}%`})},"horizontal-reverse":{offset:e=>({right:`${e}%`}),leap:e=>({width:`${e}%`})},vertical:{offset:e=>({bottom:`${e}%`}),leap:e=>({height:`${e}%`})}},O0=e=>e;let kn;function Bo(){return kn===void 0&&(typeof CSS<"u"&&typeof CSS.supports=="function"?kn=CSS.supports("touch-action","none"):kn=!0),kn}function A0(e){const{"aria-labelledby":t,defaultValue:n,disabled:r=!1,disableSwap:o=!1,isRtl:i=!1,marks:a=!1,max:c=100,min:u=0,name:d,onChange:m,onChangeCommitted:g,orientation:y="horizontal",rootRef:h,scale:b=O0,step:f=1,shiftStep:_=10,tabIndex:w,value:T}=e,j=Q.useRef(void 0),[v,C]=Q.useState(-1),[x,$]=Q.useState(-1),[N,E]=Q.useState(!1),I=Q.useRef(0),D=Q.useRef(null),[p,O]=w0({controlled:T,default:n??u,name:"Slider"}),k=m&&((M,F,H)=>{const ie=M.nativeEvent||M,ge=new ie.constructor(ie.type,ie);Object.defineProperty(ge,"target",{writable:!0,value:{value:F,name:d}}),D.current=F,m(ge,F,H)}),V=Array.isArray(p);let z=V?p.slice().sort(ii):[p];z=z.map(M=>M==null?u:Ft(M,u,c));const Y=a===!0&&f!==null?[...Array(Math.floor((c-u)/f)+1)].map((M,F)=>({value:u+f*F})):a||[],W=Y.map(M=>M.value),[ae,R]=Q.useState(-1),L=Q.useRef(null),J=oi(h,L),K=M=>F=>{var ie;const H=Number(F.currentTarget.getAttribute("data-index"));Do(F.target)&&R(H),$(H),(ie=M==null?void 0:M.onFocus)==null||ie.call(M,F)},B=M=>F=>{var H;Do(F.target)||R(-1),$(-1),(H=M==null?void 0:M.onBlur)==null||H.call(M,F)},Z=(M,F)=>{const H=Number(M.currentTarget.getAttribute("data-index")),ie=z[H],ge=W.indexOf(ie);let X=F;if(Y&&f==null){const Oe=W[W.length-1];X>=Oe?X=Oe:X<=W[0]?X=W[0]:X=X<ie?W[ge-1]:W[ge+1]}if(X=Ft(X,u,c),V){o&&(X=Ft(X,z[H-1]||-1/0,z[H+1]||1/0));const Oe=X;X=Po({values:z,newValue:X,index:H});let Re=H;o||(Re=X.indexOf(Oe)),Sn({sliderRef:L,activeIndex:Re})}O(X),R(H),k&&!Tn(X,p)&&k(M,X,H),g&&g(M,D.current??X)},te=M=>F=>{var H;if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","PageUp","PageDown","Home","End"].includes(F.key)){F.preventDefault();const ie=Number(F.currentTarget.getAttribute("data-index")),ge=z[ie];let X=null;if(f!=null){const Oe=F.shiftKey?_:f;switch(F.key){case"ArrowUp":X=At(ge,Oe,1,u,c);break;case"ArrowRight":X=At(ge,Oe,i?-1:1,u,c);break;case"ArrowDown":X=At(ge,Oe,-1,u,c);break;case"ArrowLeft":X=At(ge,Oe,i?1:-1,u,c);break;case"PageUp":X=At(ge,_,1,u,c);break;case"PageDown":X=At(ge,_,-1,u,c);break;case"Home":X=u;break;case"End":X=c;break}}else if(Y){const Oe=W[W.length-1],Re=W.indexOf(ge),$e=[i?"ArrowRight":"ArrowLeft","ArrowDown","PageDown","Home"],We=[i?"ArrowLeft":"ArrowRight","ArrowUp","PageUp","End"];$e.includes(F.key)?Re===0?X=W[0]:X=W[Re-1]:We.includes(F.key)&&(Re===W.length-1?X=Oe:X=W[Re+1])}X!=null&&Z(F,X)}(H=M==null?void 0:M.onKeyDown)==null||H.call(M,F)};si(()=>{var M;r&&L.current.contains(document.activeElement)&&((M=document.activeElement)==null||M.blur())},[r]),r&&v!==-1&&C(-1),r&&ae!==-1&&R(-1);const G=M=>F=>{var H;(H=M.onChange)==null||H.call(M,F),Z(F,F.target.valueAsNumber)},U=Q.useRef(void 0);let re=y;i&&y==="horizontal"&&(re+="-reverse");const ee=({finger:M,move:F=!1})=>{const{current:H}=L,{width:ie,height:ge,bottom:X,left:Oe}=H.getBoundingClientRect();let Re;re.startsWith("vertical")?Re=(X-M.y)/ge:Re=(M.x-Oe)/ie,re.includes("-reverse")&&(Re=1-Re);let $e;if($e=j0(Re,u,c),f)$e=E0($e,f,u);else{const Kt=Io(W,$e);$e=W[Kt]}$e=Ft($e,u,c);let We=0;if(V){F?We=U.current:We=Io(z,$e),o&&($e=Ft($e,z[We-1]||-1/0,z[We+1]||1/0));const Kt=$e;$e=Po({values:z,newValue:$e,index:We}),o&&F||(We=$e.indexOf(Kt),U.current=We)}return{newValue:$e,activeIndex:We}},le=gr(M=>{const F=wn(M,j);if(!F)return;if(I.current+=1,M.type==="mousemove"&&M.buttons===0){P(M);return}const{newValue:H,activeIndex:ie}=ee({finger:F,move:!0});Sn({sliderRef:L,activeIndex:ie,setActive:C}),O(H),!N&&I.current>k0&&E(!0),k&&!Tn(H,p)&&k(M,H,ie)}),P=gr(M=>{const F=wn(M,j);if(E(!1),!F)return;const{newValue:H}=ee({finger:F,move:!0});C(-1),M.type==="touchend"&&$(-1),g&&g(M,D.current??H),j.current=void 0,Le()}),se=gr(M=>{if(r)return;Bo()||M.preventDefault();const F=M.changedTouches[0];F!=null&&(j.current=F.identifier);const H=wn(M,j);if(H!==!1){const{newValue:ge,activeIndex:X}=ee({finger:H});Sn({sliderRef:L,activeIndex:X,setActive:C}),O(ge),k&&!Tn(ge,p)&&k(M,ge,X)}I.current=0;const ie=Mn(L.current);ie.addEventListener("touchmove",le,{passive:!0}),ie.addEventListener("touchend",P,{passive:!0})}),Le=Q.useCallback(()=>{const M=Mn(L.current);M.removeEventListener("mousemove",le),M.removeEventListener("mouseup",P),M.removeEventListener("touchmove",le),M.removeEventListener("touchend",P)},[P,le]);Q.useEffect(()=>{const{current:M}=L;return M.addEventListener("touchstart",se,{passive:Bo()}),()=>{M.removeEventListener("touchstart",se),Le()}},[Le,se]),Q.useEffect(()=>{r&&Le()},[r,Le]);const Xe=M=>F=>{var ge;if((ge=M.onMouseDown)==null||ge.call(M,F),r||F.defaultPrevented||F.button!==0)return;F.preventDefault();const H=wn(F,j);if(H!==!1){const{newValue:X,activeIndex:Oe}=ee({finger:H});Sn({sliderRef:L,activeIndex:Oe,setActive:C}),O(X),k&&!Tn(X,p)&&k(F,X,Oe)}I.current=0;const ie=Mn(L.current);ie.addEventListener("mousemove",le,{passive:!0}),ie.addEventListener("mouseup",P)},q=Pn(V?z[0]:u,u,c),ne=Pn(z[z.length-1],u,c)-q,_e=(M={})=>{const F=Ln(M),H={onMouseDown:Xe(F||{})},ie={...F,...H};return{...M,ref:J,...ie}},be=M=>F=>{var ie;(ie=M.onMouseOver)==null||ie.call(M,F);const H=Number(F.currentTarget.getAttribute("data-index"));$(H)},Ne=M=>F=>{var H;(H=M.onMouseLeave)==null||H.call(M,F),$(-1)},Be=(M={})=>{const F=Ln(M),H={onMouseOver:be(F||{}),onMouseLeave:Ne(F||{})};return{...M,...F,...H}},Ge=M=>({pointerEvents:v!==-1&&v!==M?"none":void 0});let ve;return y==="vertical"&&(ve=i?"vertical-rl":"vertical-lr"),{active:v,axis:re,axisProps:N0,dragging:N,focusedThumbIndex:ae,getHiddenInputProps:(M={})=>{const F=Ln(M),H={onChange:G(F||{}),onFocus:K(F||{}),onBlur:B(F||{}),onKeyDown:te(F||{})},ie={...F,...H};return{tabIndex:w,"aria-labelledby":t,"aria-orientation":y,"aria-valuemax":b(c),"aria-valuemin":b(u),name:d,type:"range",min:e.min,max:e.max,step:e.step===null&&e.marks?"any":e.step??void 0,disabled:r,...M,...ie,style:{...S0,direction:i?"rtl":"ltr",width:"100%",height:"100%",writingMode:ve}}},getRootProps:_e,getThumbProps:Be,marks:Y,open:x,range:V,rootRef:J,trackLeap:ne,trackOffset:q,values:z,getThumbStyle:Ge}}function kt(e,...t){const n=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(r=>n.searchParams.append("args[]",r)),`Minified MUI error #${e}; visit ${n} for the full message.`}function Ye(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":kt(7));return e.charAt(0).toUpperCase()+e.slice(1)}var jn={exports:{}},me={};/**
|
|
@@ -39,20 +39,20 @@ Valid keys: `+JSON.stringify(Object.keys(R),null," "));var P=le(G,ee,B,Z,te+"."
|
|
|
39
39
|
*
|
|
40
40
|
* This source code is licensed under the MIT license found in the
|
|
41
41
|
* LICENSE file in the root directory of this source tree.
|
|
42
|
-
*/var Fo;function M0(){return Fo||(Fo=1,process.env.NODE_ENV!=="production"&&function(){function e(f){if(typeof f=="object"&&f!==null){var _=f.$$typeof;switch(_){case t:switch(f=f.type,f){case r:case i:case o:case d:case m:case h:return f;default:switch(f=f&&f.$$typeof,f){case c:case u:case y:case g:return f;case a:return f;default:return _}}case n:return _}}}var t=Symbol.for("react.transitional.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),c=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),m=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),h=Symbol.for("react.view_transition"),b=Symbol.for("react.client.reference");he.ContextConsumer=a,he.ContextProvider=c,he.Element=t,he.ForwardRef=u,he.Fragment=r,he.Lazy=y,he.Memo=g,he.Portal=n,he.Profiler=i,he.StrictMode=o,he.Suspense=d,he.SuspenseList=m,he.isContextConsumer=function(f){return e(f)===a},he.isContextProvider=function(f){return e(f)===c},he.isElement=function(f){return typeof f=="object"&&f!==null&&f.$$typeof===t},he.isForwardRef=function(f){return e(f)===u},he.isFragment=function(f){return e(f)===r},he.isLazy=function(f){return e(f)===y},he.isMemo=function(f){return e(f)===g},he.isPortal=function(f){return e(f)===n},he.isProfiler=function(f){return e(f)===i},he.isStrictMode=function(f){return e(f)===o},he.isSuspense=function(f){return e(f)===d},he.isSuspenseList=function(f){return e(f)===m},he.isValidElementType=function(f){return typeof f=="string"||typeof f=="function"||f===r||f===i||f===o||f===d||f===m||typeof f=="object"&&f!==null&&(f.$$typeof===y||f.$$typeof===g||f.$$typeof===c||f.$$typeof===a||f.$$typeof===u||f.$$typeof===b||f.getModuleId!==void 0)},he.typeOf=e}()),he}var zo;function R0(){return zo||(zo=1,process.env.NODE_ENV==="production"?jn.exports=L0():jn.exports=M0()),jn.exports}var Bn=R0();function st(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function ai(e){if(Q.isValidElement(e)||Bn.isValidElementType(e)||!st(e))return e;const t={};return Object.keys(e).forEach(n=>{t[n]=ai(e[n])}),t}function qe(e,t,n={clone:!0}){const r=n.clone?{...e}:e;return st(e)&&st(t)&&Object.keys(t).forEach(o=>{Q.isValidElement(t[o])||Bn.isValidElementType(t[o])?r[o]=t[o]:st(t[o])&&Object.prototype.hasOwnProperty.call(e,o)&&st(e[o])?r[o]=qe(e[o],t[o],n):n.clone?r[o]=st(t[o])?ai(t[o]):t[o]:r[o]=t[o]}),r}function an(e,t){return t?qe(e,t,{clone:!1}):e}const
|
|
43
|
-
For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`);return null}const[,r,o]=n,i=Number.isNaN(+r)?r||0:+r;return e.containerQueries(o).up(i)}function P0(e){const t=(i,a)=>i.replace("@media",a?`@container ${a}`:"@container");function n(i,a){i.up=(...c)=>t(e.breakpoints.up(...c),a),i.down=(...c)=>t(e.breakpoints.down(...c),a),i.between=(...c)=>t(e.breakpoints.between(...c),a),i.only=(...c)=>t(e.breakpoints.only(...c),a),i.not=(...c)=>{const u=t(e.breakpoints.not(...c),a);return u.includes("not all and")?u.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):u}}const r={},o=i=>(n(r,i),r);return n(o),{...e,containerQueries:o}}const zn={xs:0,sm:600,md:900,lg:1200,xl:1536},Wo={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${zn[e]}px)`},B0={containerQueries:e=>({up:t=>{let n=typeof t=="number"?t:zn[t]||t;return typeof n=="number"&&(n=`${n}px`),e?`@container ${e} (min-width:${n})`:`@container (min-width:${n})`}})};function at(e,t,n){const r=e.theme||{};if(Array.isArray(t)){const i=r.breakpoints||Wo;return t.reduce((a,c,u)=>(a[i.up(i.keys[u])]=n(t[u]),a),{})}if(typeof t=="object"){const i=r.breakpoints||Wo;return Object.keys(t).reduce((a,c)=>{if(D0(i.keys,c)){const u=I0(r.containerQueries?r:B0,c);u&&(a[u]=n(t[c],c))}else if(Object.keys(i.values||zn).includes(c)){const u=i.up(c);a[u]=n(t[c],c)}else{const u=c;a[u]=t[u]}return a},{})}return n(t)}function V0(e={}){var n;return((n=e.keys)==null?void 0:n.reduce((r,o)=>{const i=e.up(o);return r[i]={},r},{}))||{}}function Uo(e,t){return e.reduce((n,r)=>{const o=n[r];return(!o||Object.keys(o).length===0)&&delete n[r],n},t)}function qn(e,t,n=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&n){const r=`vars.${t}`.split(".").reduce((o,i)=>o&&o[i]?o[i]:null,e);if(r!=null)return r}return t.split(".").reduce((r,o)=>r&&r[o]!=null?r[o]:null,e)}function Vn(e,t,n,r=n){let o;return typeof e=="function"?o=e(n):Array.isArray(e)?o=e[n]||r:o=qn(e,n)||r,t&&(o=t(o,r,e)),o}function Te(e){const{prop:t,cssProperty:n=e.prop,themeKey:r,transform:o}=e,i=a=>{if(a[t]==null)return null;const c=a[t],u=a.theme,d=qn(u,r)||{};return at(a,c,g=>{let y=Vn(d,o,g);return g===y&&typeof g=="string"&&(y=Vn(d,o,`${t}${g==="default"?"":Ye(g)}`,g)),n===!1?y:{[n]:y}})};return i.propTypes=process.env.NODE_ENV!=="production"?{[t]:
|
|
42
|
+
*/var Fo;function M0(){return Fo||(Fo=1,process.env.NODE_ENV!=="production"&&function(){function e(f){if(typeof f=="object"&&f!==null){var _=f.$$typeof;switch(_){case t:switch(f=f.type,f){case r:case i:case o:case d:case m:case h:return f;default:switch(f=f&&f.$$typeof,f){case c:case u:case y:case g:return f;case a:return f;default:return _}}case n:return _}}}var t=Symbol.for("react.transitional.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),c=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),m=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),h=Symbol.for("react.view_transition"),b=Symbol.for("react.client.reference");he.ContextConsumer=a,he.ContextProvider=c,he.Element=t,he.ForwardRef=u,he.Fragment=r,he.Lazy=y,he.Memo=g,he.Portal=n,he.Profiler=i,he.StrictMode=o,he.Suspense=d,he.SuspenseList=m,he.isContextConsumer=function(f){return e(f)===a},he.isContextProvider=function(f){return e(f)===c},he.isElement=function(f){return typeof f=="object"&&f!==null&&f.$$typeof===t},he.isForwardRef=function(f){return e(f)===u},he.isFragment=function(f){return e(f)===r},he.isLazy=function(f){return e(f)===y},he.isMemo=function(f){return e(f)===g},he.isPortal=function(f){return e(f)===n},he.isProfiler=function(f){return e(f)===i},he.isStrictMode=function(f){return e(f)===o},he.isSuspense=function(f){return e(f)===d},he.isSuspenseList=function(f){return e(f)===m},he.isValidElementType=function(f){return typeof f=="string"||typeof f=="function"||f===r||f===i||f===o||f===d||f===m||typeof f=="object"&&f!==null&&(f.$$typeof===y||f.$$typeof===g||f.$$typeof===c||f.$$typeof===a||f.$$typeof===u||f.$$typeof===b||f.getModuleId!==void 0)},he.typeOf=e}()),he}var zo;function R0(){return zo||(zo=1,process.env.NODE_ENV==="production"?jn.exports=L0():jn.exports=M0()),jn.exports}var Bn=R0();function st(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function ai(e){if(Q.isValidElement(e)||Bn.isValidElementType(e)||!st(e))return e;const t={};return Object.keys(e).forEach(n=>{t[n]=ai(e[n])}),t}function qe(e,t,n={clone:!0}){const r=n.clone?{...e}:e;return st(e)&&st(t)&&Object.keys(t).forEach(o=>{Q.isValidElement(t[o])||Bn.isValidElementType(t[o])?r[o]=t[o]:st(t[o])&&Object.prototype.hasOwnProperty.call(e,o)&&st(e[o])?r[o]=qe(e[o],t[o],n):n.clone?r[o]=st(t[o])?ai(t[o]):t[o]:r[o]=t[o]}),r}function an(e,t){return t?qe(e,t,{clone:!1}):e}const yt=process.env.NODE_ENV!=="production"?s.oneOfType([s.number,s.string,s.object,s.array]):{};function qo(e,t){if(!e.containerQueries)return t;const n=Object.keys(t).filter(r=>r.startsWith("@container")).sort((r,o)=>{var a,c;const i=/min-width:\s*([0-9.]+)/;return+(((a=r.match(i))==null?void 0:a[1])||0)-+(((c=o.match(i))==null?void 0:c[1])||0)});return n.length?n.reduce((r,o)=>{const i=t[o];return delete r[o],r[o]=i,r},{...t}):t}function D0(e,t){return t==="@"||t.startsWith("@")&&(e.some(n=>t.startsWith(`@${n}`))||!!t.match(/^@\d/))}function I0(e,t){const n=t.match(/^@([^/]+)?\/?(.+)?$/);if(!n){if(process.env.NODE_ENV!=="production")throw new Error(`MUI: The provided shorthand ${`(${t})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
|
|
43
|
+
For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`);return null}const[,r,o]=n,i=Number.isNaN(+r)?r||0:+r;return e.containerQueries(o).up(i)}function P0(e){const t=(i,a)=>i.replace("@media",a?`@container ${a}`:"@container");function n(i,a){i.up=(...c)=>t(e.breakpoints.up(...c),a),i.down=(...c)=>t(e.breakpoints.down(...c),a),i.between=(...c)=>t(e.breakpoints.between(...c),a),i.only=(...c)=>t(e.breakpoints.only(...c),a),i.not=(...c)=>{const u=t(e.breakpoints.not(...c),a);return u.includes("not all and")?u.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):u}}const r={},o=i=>(n(r,i),r);return n(o),{...e,containerQueries:o}}const zn={xs:0,sm:600,md:900,lg:1200,xl:1536},Wo={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${zn[e]}px)`},B0={containerQueries:e=>({up:t=>{let n=typeof t=="number"?t:zn[t]||t;return typeof n=="number"&&(n=`${n}px`),e?`@container ${e} (min-width:${n})`:`@container (min-width:${n})`}})};function at(e,t,n){const r=e.theme||{};if(Array.isArray(t)){const i=r.breakpoints||Wo;return t.reduce((a,c,u)=>(a[i.up(i.keys[u])]=n(t[u]),a),{})}if(typeof t=="object"){const i=r.breakpoints||Wo;return Object.keys(t).reduce((a,c)=>{if(D0(i.keys,c)){const u=I0(r.containerQueries?r:B0,c);u&&(a[u]=n(t[c],c))}else if(Object.keys(i.values||zn).includes(c)){const u=i.up(c);a[u]=n(t[c],c)}else{const u=c;a[u]=t[u]}return a},{})}return n(t)}function V0(e={}){var n;return((n=e.keys)==null?void 0:n.reduce((r,o)=>{const i=e.up(o);return r[i]={},r},{}))||{}}function Uo(e,t){return e.reduce((n,r)=>{const o=n[r];return(!o||Object.keys(o).length===0)&&delete n[r],n},t)}function qn(e,t,n=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&n){const r=`vars.${t}`.split(".").reduce((o,i)=>o&&o[i]?o[i]:null,e);if(r!=null)return r}return t.split(".").reduce((r,o)=>r&&r[o]!=null?r[o]:null,e)}function Vn(e,t,n,r=n){let o;return typeof e=="function"?o=e(n):Array.isArray(e)?o=e[n]||r:o=qn(e,n)||r,t&&(o=t(o,r,e)),o}function Te(e){const{prop:t,cssProperty:n=e.prop,themeKey:r,transform:o}=e,i=a=>{if(a[t]==null)return null;const c=a[t],u=a.theme,d=qn(u,r)||{};return at(a,c,g=>{let y=Vn(d,o,g);return g===y&&typeof g=="string"&&(y=Vn(d,o,`${t}${g==="default"?"":Ye(g)}`,g)),n===!1?y:{[n]:y}})};return i.propTypes=process.env.NODE_ENV!=="production"?{[t]:yt}:{},i.filterProps=[t],i}function F0(e){const t={};return n=>(t[n]===void 0&&(t[n]=e(n)),t[n])}const z0={m:"margin",p:"padding"},q0={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Zo={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},W0=F0(e=>{if(e.length>2)if(Zo[e])e=Zo[e];else return[e];const[t,n]=e.split(""),r=z0[t],o=q0[n]||"";return Array.isArray(o)?o.map(i=>r+i):[r+o]}),Wn=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],Un=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],U0=[...Wn,...Un];function dn(e,t,n,r){const o=qn(e,t,!0)??n;return typeof o=="number"||typeof o=="string"?i=>typeof i=="string"?i:(process.env.NODE_ENV!=="production"&&typeof i!="number"&&console.error(`MUI: Expected ${r} argument to be a number or a string, got ${i}.`),typeof o=="string"?o.startsWith("var(")&&i===0?0:o.startsWith("var(")&&i===1?o:`calc(${i} * ${o})`:o*i):Array.isArray(o)?i=>{if(typeof i=="string")return i;const a=Math.abs(i);process.env.NODE_ENV!=="production"&&(Number.isInteger(a)?a>o.length-1&&console.error([`MUI: The value provided (${a}) overflows.`,`The supported values are: ${JSON.stringify(o)}.`,`${a} > ${o.length-1}, you need to add the missing values.`].join(`
|
|
44
44
|
`)):console.error([`MUI: The \`theme.${t}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${t}\` as a number.`].join(`
|
|
45
45
|
`)));const c=o[a];return i>=0?c:typeof c=="number"?-c:typeof c=="string"&&c.startsWith("var(")?`calc(-1 * ${c})`:`-${c}`}:typeof o=="function"?o:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${t}\` value (${o}) is invalid.`,"It should be a number, an array or a function."].join(`
|
|
46
|
-
`)),()=>{})}function Ur(e){return dn(e,"spacing",8,"spacing")}function fn(e,t){return typeof t=="string"||t==null?t:e(t)}function Z0(e,t){return n=>e.reduce((r,o)=>(r[o]=fn(t,n),r),{})}function H0(e,t,n,r){if(!t.includes(n))return null;const o=W0(n),i=Z0(o,r),a=e[n];return at(e,a,i)}function li(e,t){const n=Ur(e.theme);return Object.keys(e).map(r=>H0(e,t,r,n)).reduce(an,{})}function we(e){return li(e,Wn)}we.propTypes=process.env.NODE_ENV!=="production"?Wn.reduce((e,t)=>(e[t]=gt,e),{}):{};we.filterProps=Wn;function Se(e){return li(e,Un)}Se.propTypes=process.env.NODE_ENV!=="production"?Un.reduce((e,t)=>(e[t]=gt,e),{}):{};Se.filterProps=Un;process.env.NODE_ENV!=="production"&&U0.reduce((e,t)=>(e[t]=gt,e),{});function Zn(...e){const t=e.reduce((r,o)=>(o.filterProps.forEach(i=>{r[i]=o}),r),{}),n=r=>Object.keys(r).reduce((o,i)=>t[i]?an(o,t[i](r)):o,{});return n.propTypes=process.env.NODE_ENV!=="production"?e.reduce((r,o)=>Object.assign(r,o.propTypes),{}):{},n.filterProps=e.reduce((r,o)=>r.concat(o.filterProps),[]),n}function Ze(e){return typeof e!="number"?e:`${e}px solid`}function Ke(e,t){return Te({prop:e,themeKey:"borders",transform:t})}const K0=Ke("border",Ze),G0=Ke("borderTop",Ze),Y0=Ke("borderRight",Ze),X0=Ke("borderBottom",Ze),Q0=Ke("borderLeft",Ze),J0=Ke("borderColor"),e2=Ke("borderTopColor"),t2=Ke("borderRightColor"),n2=Ke("borderBottomColor"),r2=Ke("borderLeftColor"),o2=Ke("outline",Ze),s2=Ke("outlineColor"),Hn=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=dn(e.theme,"shape.borderRadius",4,"borderRadius"),n=r=>({borderRadius:fn(t,r)});return at(e,e.borderRadius,n)}return null};Hn.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:gt}:{};Hn.filterProps=["borderRadius"];Zn(K0,G0,Y0,X0,Q0,J0,e2,t2,n2,r2,Hn,o2,s2);const Kn=e=>{if(e.gap!==void 0&&e.gap!==null){const t=dn(e.theme,"spacing",8,"gap"),n=r=>({gap:fn(t,r)});return at(e,e.gap,n)}return null};Kn.propTypes=process.env.NODE_ENV!=="production"?{gap:gt}:{};Kn.filterProps=["gap"];const Gn=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=dn(e.theme,"spacing",8,"columnGap"),n=r=>({columnGap:fn(t,r)});return at(e,e.columnGap,n)}return null};Gn.propTypes=process.env.NODE_ENV!=="production"?{columnGap:gt}:{};Gn.filterProps=["columnGap"];const Yn=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=dn(e.theme,"spacing",8,"rowGap"),n=r=>({rowGap:fn(t,r)});return at(e,e.rowGap,n)}return null};Yn.propTypes=process.env.NODE_ENV!=="production"?{rowGap:gt}:{};Yn.filterProps=["rowGap"];const i2=Te({prop:"gridColumn"}),a2=Te({prop:"gridRow"}),l2=Te({prop:"gridAutoFlow"}),c2=Te({prop:"gridAutoColumns"}),u2=Te({prop:"gridAutoRows"}),d2=Te({prop:"gridTemplateColumns"}),f2=Te({prop:"gridTemplateRows"}),p2=Te({prop:"gridTemplateAreas"}),m2=Te({prop:"gridArea"});Zn(Kn,Gn,Yn,i2,a2,l2,c2,u2,d2,f2,p2,m2);function zt(e,t){return t==="grey"?t:e}const h2=Te({prop:"color",themeKey:"palette",transform:zt}),g2=Te({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:zt}),y2=Te({prop:"backgroundColor",themeKey:"palette",transform:zt});Zn(h2,g2,y2);function ze(e){return e<=1&&e!==0?`${e*100}%`:e}const b2=Te({prop:"width",transform:ze}),Zr=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=n=>{var o,i,a,c,u;const r=((a=(i=(o=e.theme)==null?void 0:o.breakpoints)==null?void 0:i.values)==null?void 0:a[n])||zn[n];return r?((u=(c=e.theme)==null?void 0:c.breakpoints)==null?void 0:u.unit)!=="px"?{maxWidth:`${r}${e.theme.breakpoints.unit}`}:{maxWidth:r}:{maxWidth:ze(n)}};return at(e,e.maxWidth,t)}return null};Zr.filterProps=["maxWidth"];const v2=Te({prop:"minWidth",transform:ze}),x2=Te({prop:"height",transform:ze}),C2=Te({prop:"maxHeight",transform:ze}),_2=Te({prop:"minHeight",transform:ze});Te({prop:"size",cssProperty:"width",transform:ze});Te({prop:"size",cssProperty:"height",transform:ze});const w2=Te({prop:"boxSizing"});Zn(b2,Zr,v2,x2,C2,_2,w2);const Xn={border:{themeKey:"borders",transform:Ze},borderTop:{themeKey:"borders",transform:Ze},borderRight:{themeKey:"borders",transform:Ze},borderBottom:{themeKey:"borders",transform:Ze},borderLeft:{themeKey:"borders",transform:Ze},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Ze},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:Hn},color:{themeKey:"palette",transform:zt},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:zt},backgroundColor:{themeKey:"palette",transform:zt},p:{style:Se},pt:{style:Se},pr:{style:Se},pb:{style:Se},pl:{style:Se},px:{style:Se},py:{style:Se},padding:{style:Se},paddingTop:{style:Se},paddingRight:{style:Se},paddingBottom:{style:Se},paddingLeft:{style:Se},paddingX:{style:Se},paddingY:{style:Se},paddingInline:{style:Se},paddingInlineStart:{style:Se},paddingInlineEnd:{style:Se},paddingBlock:{style:Se},paddingBlockStart:{style:Se},paddingBlockEnd:{style:Se},m:{style:we},mt:{style:we},mr:{style:we},mb:{style:we},ml:{style:we},mx:{style:we},my:{style:we},margin:{style:we},marginTop:{style:we},marginRight:{style:we},marginBottom:{style:we},marginLeft:{style:we},marginX:{style:we},marginY:{style:we},marginInline:{style:we},marginInlineStart:{style:we},marginInlineEnd:{style:we},marginBlock:{style:we},marginBlockStart:{style:we},marginBlockEnd:{style:we},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:Kn},rowGap:{style:Yn},columnGap:{style:Gn},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:ze},maxWidth:{style:Zr},minWidth:{transform:ze},height:{transform:ze},maxHeight:{transform:ze},minHeight:{transform:ze},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function S2(...e){const t=e.reduce((r,o)=>r.concat(Object.keys(o)),[]),n=new Set(t);return e.every(r=>n.size===Object.keys(r).length)}function T2(e,t){return typeof e=="function"?e(t):e}function k2(){function e(n,r,o,i){const a={[n]:r,theme:o},c=i[n];if(!c)return{[n]:r};const{cssProperty:u=n,themeKey:d,transform:m,style:g}=c;if(r==null)return null;if(d==="typography"&&r==="inherit")return{[n]:r};const y=qn(o,d)||{};return g?g(a):at(a,r,b=>{let f=Vn(y,m,b);return b===f&&typeof b=="string"&&(f=Vn(y,m,`${n}${b==="default"?"":Ye(b)}`,b)),u===!1?f:{[u]:f}})}function t(n){const{sx:r,theme:o={},nested:i}=n||{};if(!r)return null;const a=o.unstable_sxConfig??Xn;function c(u){let d=u;if(typeof u=="function")d=u(o);else if(typeof u!="object")return u;if(!d)return null;const m=V0(o.breakpoints),g=Object.keys(m);let y=m;return Object.keys(d).forEach(h=>{const b=T2(d[h],o);if(b!=null)if(typeof b=="object")if(a[h])y=an(y,e(h,b,o,a));else{const f=at({theme:o},b,_=>({[h]:_}));S2(f,b)?y[h]=t({sx:b,theme:o,nested:!0}):y=an(y,f)}else y=an(y,e(h,b,o,a))}),!i&&o.modularCssLayers?{"@layer sx":qo(o,Uo(g,y))}:qo(o,Uo(g,y))}return Array.isArray(r)?r.map(c):c(r)}return t}const Wt=k2();Wt.filterProps=["sx"];function j2(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var $2={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,scale: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};function E2(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var N2=/[A-Z]|^ms/g,O2=/_EMO_([^_]+?)_([^]*?)_EMO_/g,ci=function(t){return t.charCodeAt(1)===45},Ho=function(t){return t!=null&&typeof t!="boolean"},yr=E2(function(e){return ci(e)?e:e.replace(N2,"-$&").toLowerCase()}),Ko=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(O2,function(r,o,i){return ft={name:o,styles:i,next:ft},o})}return $2[t]!==1&&!ci(t)&&typeof n=="number"&&n!==0?n+"px":n};function Fn(e,t,n){if(n==null)return"";var r=n;if(r.__emotion_styles!==void 0)return r;switch(typeof n){case"boolean":return"";case"object":{var o=n;if(o.anim===1)return ft={name:o.name,styles:o.styles,next:ft},o.name;var i=n;if(i.styles!==void 0){var a=i.next;if(a!==void 0)for(;a!==void 0;)ft={name:a.name,styles:a.styles,next:ft},a=a.next;var c=i.styles+";";return c}return A2(e,t,n)}}var u=n;return u}function A2(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=Fn(e,t,n[o])+";";else for(var i in n){var a=n[i];if(typeof a!="object"){var c=a;Ho(c)&&(r+=yr(i)+":"+Ko(i,c)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&t==null)for(var u=0;u<a.length;u++)Ho(a[u])&&(r+=yr(i)+":"+Ko(i,a[u])+";");else{var d=Fn(e,t,a);switch(i){case"animation":case"animationName":{r+=yr(i)+":"+d+";";break}default:r+=i+"{"+d+"}"}}}return r}var Go=/label:\s*([^\s;{]+)\s*(;|$)/g,ft;function L2(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,o="";ft=void 0;var i=e[0];if(i==null||i.raw===void 0)r=!1,o+=Fn(n,t,i);else{var a=i;o+=a[0]}for(var c=1;c<e.length;c++)if(o+=Fn(n,t,e[c]),r){var u=i;o+=u[c]}Go.lastIndex=0;for(var d="",m;(m=Go.exec(o))!==null;)d+="-"+m[1];var g=j2(o)+d;return{name:g,styles:o,next:ft}}/**
|
|
46
|
+
`)),()=>{})}function Ur(e){return dn(e,"spacing",8,"spacing")}function fn(e,t){return typeof t=="string"||t==null?t:e(t)}function Z0(e,t){return n=>e.reduce((r,o)=>(r[o]=fn(t,n),r),{})}function H0(e,t,n,r){if(!t.includes(n))return null;const o=W0(n),i=Z0(o,r),a=e[n];return at(e,a,i)}function li(e,t){const n=Ur(e.theme);return Object.keys(e).map(r=>H0(e,t,r,n)).reduce(an,{})}function we(e){return li(e,Wn)}we.propTypes=process.env.NODE_ENV!=="production"?Wn.reduce((e,t)=>(e[t]=yt,e),{}):{};we.filterProps=Wn;function Se(e){return li(e,Un)}Se.propTypes=process.env.NODE_ENV!=="production"?Un.reduce((e,t)=>(e[t]=yt,e),{}):{};Se.filterProps=Un;process.env.NODE_ENV!=="production"&&U0.reduce((e,t)=>(e[t]=yt,e),{});function Zn(...e){const t=e.reduce((r,o)=>(o.filterProps.forEach(i=>{r[i]=o}),r),{}),n=r=>Object.keys(r).reduce((o,i)=>t[i]?an(o,t[i](r)):o,{});return n.propTypes=process.env.NODE_ENV!=="production"?e.reduce((r,o)=>Object.assign(r,o.propTypes),{}):{},n.filterProps=e.reduce((r,o)=>r.concat(o.filterProps),[]),n}function Ze(e){return typeof e!="number"?e:`${e}px solid`}function Ke(e,t){return Te({prop:e,themeKey:"borders",transform:t})}const K0=Ke("border",Ze),G0=Ke("borderTop",Ze),Y0=Ke("borderRight",Ze),X0=Ke("borderBottom",Ze),Q0=Ke("borderLeft",Ze),J0=Ke("borderColor"),e2=Ke("borderTopColor"),t2=Ke("borderRightColor"),n2=Ke("borderBottomColor"),r2=Ke("borderLeftColor"),o2=Ke("outline",Ze),s2=Ke("outlineColor"),Hn=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=dn(e.theme,"shape.borderRadius",4,"borderRadius"),n=r=>({borderRadius:fn(t,r)});return at(e,e.borderRadius,n)}return null};Hn.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:yt}:{};Hn.filterProps=["borderRadius"];Zn(K0,G0,Y0,X0,Q0,J0,e2,t2,n2,r2,Hn,o2,s2);const Kn=e=>{if(e.gap!==void 0&&e.gap!==null){const t=dn(e.theme,"spacing",8,"gap"),n=r=>({gap:fn(t,r)});return at(e,e.gap,n)}return null};Kn.propTypes=process.env.NODE_ENV!=="production"?{gap:yt}:{};Kn.filterProps=["gap"];const Gn=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=dn(e.theme,"spacing",8,"columnGap"),n=r=>({columnGap:fn(t,r)});return at(e,e.columnGap,n)}return null};Gn.propTypes=process.env.NODE_ENV!=="production"?{columnGap:yt}:{};Gn.filterProps=["columnGap"];const Yn=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=dn(e.theme,"spacing",8,"rowGap"),n=r=>({rowGap:fn(t,r)});return at(e,e.rowGap,n)}return null};Yn.propTypes=process.env.NODE_ENV!=="production"?{rowGap:yt}:{};Yn.filterProps=["rowGap"];const i2=Te({prop:"gridColumn"}),a2=Te({prop:"gridRow"}),l2=Te({prop:"gridAutoFlow"}),c2=Te({prop:"gridAutoColumns"}),u2=Te({prop:"gridAutoRows"}),d2=Te({prop:"gridTemplateColumns"}),f2=Te({prop:"gridTemplateRows"}),p2=Te({prop:"gridTemplateAreas"}),m2=Te({prop:"gridArea"});Zn(Kn,Gn,Yn,i2,a2,l2,c2,u2,d2,f2,p2,m2);function zt(e,t){return t==="grey"?t:e}const h2=Te({prop:"color",themeKey:"palette",transform:zt}),g2=Te({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:zt}),y2=Te({prop:"backgroundColor",themeKey:"palette",transform:zt});Zn(h2,g2,y2);function ze(e){return e<=1&&e!==0?`${e*100}%`:e}const b2=Te({prop:"width",transform:ze}),Zr=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=n=>{var o,i,a,c,u;const r=((a=(i=(o=e.theme)==null?void 0:o.breakpoints)==null?void 0:i.values)==null?void 0:a[n])||zn[n];return r?((u=(c=e.theme)==null?void 0:c.breakpoints)==null?void 0:u.unit)!=="px"?{maxWidth:`${r}${e.theme.breakpoints.unit}`}:{maxWidth:r}:{maxWidth:ze(n)}};return at(e,e.maxWidth,t)}return null};Zr.filterProps=["maxWidth"];const v2=Te({prop:"minWidth",transform:ze}),x2=Te({prop:"height",transform:ze}),C2=Te({prop:"maxHeight",transform:ze}),_2=Te({prop:"minHeight",transform:ze});Te({prop:"size",cssProperty:"width",transform:ze});Te({prop:"size",cssProperty:"height",transform:ze});const w2=Te({prop:"boxSizing"});Zn(b2,Zr,v2,x2,C2,_2,w2);const Xn={border:{themeKey:"borders",transform:Ze},borderTop:{themeKey:"borders",transform:Ze},borderRight:{themeKey:"borders",transform:Ze},borderBottom:{themeKey:"borders",transform:Ze},borderLeft:{themeKey:"borders",transform:Ze},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Ze},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:Hn},color:{themeKey:"palette",transform:zt},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:zt},backgroundColor:{themeKey:"palette",transform:zt},p:{style:Se},pt:{style:Se},pr:{style:Se},pb:{style:Se},pl:{style:Se},px:{style:Se},py:{style:Se},padding:{style:Se},paddingTop:{style:Se},paddingRight:{style:Se},paddingBottom:{style:Se},paddingLeft:{style:Se},paddingX:{style:Se},paddingY:{style:Se},paddingInline:{style:Se},paddingInlineStart:{style:Se},paddingInlineEnd:{style:Se},paddingBlock:{style:Se},paddingBlockStart:{style:Se},paddingBlockEnd:{style:Se},m:{style:we},mt:{style:we},mr:{style:we},mb:{style:we},ml:{style:we},mx:{style:we},my:{style:we},margin:{style:we},marginTop:{style:we},marginRight:{style:we},marginBottom:{style:we},marginLeft:{style:we},marginX:{style:we},marginY:{style:we},marginInline:{style:we},marginInlineStart:{style:we},marginInlineEnd:{style:we},marginBlock:{style:we},marginBlockStart:{style:we},marginBlockEnd:{style:we},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:Kn},rowGap:{style:Yn},columnGap:{style:Gn},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:ze},maxWidth:{style:Zr},minWidth:{transform:ze},height:{transform:ze},maxHeight:{transform:ze},minHeight:{transform:ze},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function S2(...e){const t=e.reduce((r,o)=>r.concat(Object.keys(o)),[]),n=new Set(t);return e.every(r=>n.size===Object.keys(r).length)}function T2(e,t){return typeof e=="function"?e(t):e}function k2(){function e(n,r,o,i){const a={[n]:r,theme:o},c=i[n];if(!c)return{[n]:r};const{cssProperty:u=n,themeKey:d,transform:m,style:g}=c;if(r==null)return null;if(d==="typography"&&r==="inherit")return{[n]:r};const y=qn(o,d)||{};return g?g(a):at(a,r,b=>{let f=Vn(y,m,b);return b===f&&typeof b=="string"&&(f=Vn(y,m,`${n}${b==="default"?"":Ye(b)}`,b)),u===!1?f:{[u]:f}})}function t(n){const{sx:r,theme:o={},nested:i}=n||{};if(!r)return null;const a=o.unstable_sxConfig??Xn;function c(u){let d=u;if(typeof u=="function")d=u(o);else if(typeof u!="object")return u;if(!d)return null;const m=V0(o.breakpoints),g=Object.keys(m);let y=m;return Object.keys(d).forEach(h=>{const b=T2(d[h],o);if(b!=null)if(typeof b=="object")if(a[h])y=an(y,e(h,b,o,a));else{const f=at({theme:o},b,_=>({[h]:_}));S2(f,b)?y[h]=t({sx:b,theme:o,nested:!0}):y=an(y,f)}else y=an(y,e(h,b,o,a))}),!i&&o.modularCssLayers?{"@layer sx":qo(o,Uo(g,y))}:qo(o,Uo(g,y))}return Array.isArray(r)?r.map(c):c(r)}return t}const Wt=k2();Wt.filterProps=["sx"];function j2(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var $2={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,scale: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};function E2(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var N2=/[A-Z]|^ms/g,O2=/_EMO_([^_]+?)_([^]*?)_EMO_/g,ci=function(t){return t.charCodeAt(1)===45},Ho=function(t){return t!=null&&typeof t!="boolean"},yr=E2(function(e){return ci(e)?e:e.replace(N2,"-$&").toLowerCase()}),Ko=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(O2,function(r,o,i){return pt={name:o,styles:i,next:pt},o})}return $2[t]!==1&&!ci(t)&&typeof n=="number"&&n!==0?n+"px":n};function Fn(e,t,n){if(n==null)return"";var r=n;if(r.__emotion_styles!==void 0)return r;switch(typeof n){case"boolean":return"";case"object":{var o=n;if(o.anim===1)return pt={name:o.name,styles:o.styles,next:pt},o.name;var i=n;if(i.styles!==void 0){var a=i.next;if(a!==void 0)for(;a!==void 0;)pt={name:a.name,styles:a.styles,next:pt},a=a.next;var c=i.styles+";";return c}return A2(e,t,n)}}var u=n;return u}function A2(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=Fn(e,t,n[o])+";";else for(var i in n){var a=n[i];if(typeof a!="object"){var c=a;Ho(c)&&(r+=yr(i)+":"+Ko(i,c)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&t==null)for(var u=0;u<a.length;u++)Ho(a[u])&&(r+=yr(i)+":"+Ko(i,a[u])+";");else{var d=Fn(e,t,a);switch(i){case"animation":case"animationName":{r+=yr(i)+":"+d+";";break}default:r+=i+"{"+d+"}"}}}return r}var Go=/label:\s*([^\s;{]+)\s*(;|$)/g,pt;function L2(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,o="";pt=void 0;var i=e[0];if(i==null||i.raw===void 0)r=!1,o+=Fn(n,t,i);else{var a=i;o+=a[0]}for(var c=1;c<e.length;c++)if(o+=Fn(n,t,e[c]),r){var u=i;o+=u[c]}Go.lastIndex=0;for(var d="",m;(m=Go.exec(o))!==null;)d+="-"+m[1];var g=j2(o)+d;return{name:g,styles:o,next:pt}}/**
|
|
47
47
|
* @mui/styled-engine v7.3.10
|
|
48
48
|
*
|
|
49
49
|
* @license MIT
|
|
50
50
|
* This source code is licensed under the MIT license found in the
|
|
51
51
|
* LICENSE file in the root directory of this source tree.
|
|
52
52
|
*/function M2(e,t){const n=ha(e,t);return process.env.NODE_ENV!=="production"?(...r)=>{const o=typeof e=="string"?`"${e}"`:"component";return r.length===0?console.error([`MUI: Seems like you called \`styled(${o})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
|
|
53
|
-
`)):r.some(i=>i===void 0)&&console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`),n(...r)}:n}function R2(e,t){Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))}const Yo=[];function Tt(e){return Yo[0]=e,L2(Yo)}const D2=e=>{const t=Object.keys(e).map(n=>({key:n,val:e[n]}))||[];return t.sort((n,r)=>n.val-r.val),t.reduce((n,r)=>({...n,[r.key]:r.val}),{})};function I2(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n="px",step:r=5,...o}=e,i=D2(t),a=Object.keys(i);function c(y){return`@media (min-width:${typeof t[y]=="number"?t[y]:y}${n})`}function u(y){return`@media (max-width:${(typeof t[y]=="number"?t[y]:y)-r/100}${n})`}function d(y,h){const b=a.indexOf(h);return`@media (min-width:${typeof t[y]=="number"?t[y]:y}${n}) and (max-width:${(b!==-1&&typeof t[a[b]]=="number"?t[a[b]]:h)-r/100}${n})`}function m(y){return a.indexOf(y)+1<a.length?d(y,a[a.indexOf(y)+1]):c(y)}function g(y){const h=a.indexOf(y);return h===0?c(a[1]):h===a.length-1?u(a[h]):d(y,a[a.indexOf(y)+1]).replace("@media","@media not all and")}return{keys:a,values:i,up:c,down:u,between:d,only:m,not:g,unit:n,...o}}const P2={borderRadius:4};function ui(e=8,t=Ur({spacing:e})){if(e.mui)return e;const n=(...r)=>(process.env.NODE_ENV!=="production"&&(r.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${r.length}`)),(r.length===0?[1]:r).map(i=>{const a=t(i);return typeof a=="number"?`${a}px`:a}).join(" "));return n.mui=!0,n}function B2(e,t){var r;const n=this;if(n.vars){if(!((r=n.colorSchemes)!=null&&r[e])||typeof n.getColorSchemeSelector!="function")return{};let o=n.getColorSchemeSelector(e);return o==="&"?t:((o.includes("data-")||o.includes("."))&&(o=`*:where(${o.replace(/\s*&$/,"")}) &`),{[o]:t})}return n.palette.mode===e?t:{}}function di(e={},...t){const{breakpoints:n={},palette:r={},spacing:o,shape:i={},...a}=e,c=I2(n),u=ui(o);let d=qe({breakpoints:c,direction:"ltr",components:{},palette:{mode:"light",...r},spacing:u,shape:{...P2,...i}},a);return d=P0(d),d.applyStyles=B2,d=t.reduce((m,g)=>qe(m,g),d),d.unstable_sxConfig={...Xn,...a==null?void 0:a.unstable_sxConfig},d.unstable_sx=function(g){return Wt({sx:g,theme:this})},d}const Xo=e=>e,V2=()=>{let e=Xo;return{configure(t){e=t},generate(t){return e(t)},reset(){e=Xo}}},F2=V2(),z2={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Hr(e,t,n="Mui"){const r=z2[t];return r?`${n}-${r}`:`${F2.generate(e)}-${t}`}function q2(e,t,n="Mui"){const r={};return t.forEach(o=>{r[o]=Hr(e,o,n)}),r}function fi(e,t=""){return e.displayName||e.name||t}function Qo(e,t,n){const r=fi(t);return e.displayName||(r!==""?`${n}(${r})`:n)}function W2(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return fi(e,"Component");if(typeof e=="object")switch(e.$$typeof){case Bn.ForwardRef:return Qo(e,e.render,"ForwardRef");case Bn.Memo:return Qo(e,e.type,"memo");default:return}}}function pi(e){const{variants:t,...n}=e,r={variants:t,style:Tt(n),isProcessed:!0};return r.style===n||t&&t.forEach(o=>{typeof o.style!="function"&&(o.style=Tt(o.style))}),r}const U2=di();function br(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}function St(e,t){return t&&e&&typeof e=="object"&&e.styles&&!e.styles.startsWith("@layer")&&(e.styles=`@layer ${t}{${String(e.styles)}}`),e}function Z2(e){return e?(t,n)=>n[e]:null}function H2(e,t,n){e.theme=X2(e.theme)?n:e.theme[t]||e.theme}function Rn(e,t,n){const r=typeof t=="function"?t(e):t;if(Array.isArray(r))return r.flatMap(o=>Rn(e,o,n));if(Array.isArray(r==null?void 0:r.variants)){let o;if(r.isProcessed)o=n?St(r.style,n):r.style;else{const{variants:i,...a}=r;o=n?St(Tt(a),n):a}return mi(e,r.variants,[o],n)}return r!=null&&r.isProcessed?n?St(Tt(r.style),n):r.style:n?St(Tt(r),n):r}function mi(e,t,n=[],r=void 0){var i;let o;e:for(let a=0;a<t.length;a+=1){const c=t[a];if(typeof c.props=="function"){if(o??(o={...e,...e.ownerState,ownerState:e.ownerState}),!c.props(o))continue}else for(const u in c.props)if(e[u]!==c.props[u]&&((i=e.ownerState)==null?void 0:i[u])!==c.props[u])continue e;typeof c.style=="function"?(o??(o={...e,...e.ownerState,ownerState:e.ownerState}),n.push(r?St(Tt(c.style(o)),r):c.style(o))):n.push(r?St(Tt(c.style),r):c.style)}return n}function K2(e={}){const{themeId:t,defaultTheme:n=U2,rootShouldForwardProp:r=br,slotShouldForwardProp:o=br}=e;function i(c){H2(c,t,n)}return(c,u={})=>{R2(c,x=>x.filter($=>$!==Wt));const{name:d,slot:m,skipVariantsResolver:g,skipSx:y,overridesResolver:h=Z2(hi(m)),...b}=u,f=d&&d.startsWith("Mui")||m?"components":"custom",_=g!==void 0?g:m&&m!=="Root"&&m!=="root"||!1,w=y||!1;let T=br;m==="Root"||m==="root"?T=r:m?T=o:Q2(c)&&(T=void 0);const j=M2(c,{shouldForwardProp:T,label:Y2(d,m),...b}),v=x=>{if(x.__emotion_real===x)return x;if(typeof x=="function")return function(N){return Rn(N,x,N.theme.modularCssLayers?f:void 0)};if(st(x)){const $=pi(x);return function(E){return $.variants?Rn(E,$,E.theme.modularCssLayers?f:void 0):E.theme.modularCssLayers?St($.style,f):$.style}}return x},C=(...x)=>{const $=[],N=x.map(v),E=[];if($.push(i),d&&h&&E.push(function(O){var Y,W;const V=(W=(Y=O.theme.components)==null?void 0:Y[d])==null?void 0:W.styleOverrides;if(!V)return null;const z={};for(const ae in V)z[ae]=Rn(O,V[ae],O.theme.modularCssLayers?"theme":void 0);return h(O,z)}),d&&!_&&E.push(function(O){var z,Y;const k=O.theme,V=(Y=(z=k==null?void 0:k.components)==null?void 0:z[d])==null?void 0:Y.variants;return V?mi(O,V,[],O.theme.modularCssLayers?"theme":void 0):null}),w||E.push(Wt),Array.isArray(N[0])){const p=N.shift(),O=new Array($.length).fill(""),k=new Array(E.length).fill("");let V;V=[...O,...p,...k],V.raw=[...O,...p.raw,...k],$.unshift(V)}const I=[...$,...N,...E],D=j(...I);return c.muiName&&(D.muiName=c.muiName),process.env.NODE_ENV!=="production"&&(D.displayName=G2(d,m,c)),D};return j.withConfig&&(C.withConfig=j.withConfig),C}}function G2(e,t,n){return e?`${e}${Ye(t||"")}`:`Styled(${W2(n)})`}function Y2(e,t){let n;return process.env.NODE_ENV!=="production"&&e&&(n=`${e}-${hi(t||"Root")}`),n}function X2(e){for(const t in e)return!1;return!0}function Q2(e){return typeof e=="string"&&e.charCodeAt(0)>96}function hi(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}function Or(e,t,n=!1){const r={...t};for(const o in e)if(Object.prototype.hasOwnProperty.call(e,o)){const i=o;if(i==="components"||i==="slots")r[i]={...e[i],...r[i]};else if(i==="componentsProps"||i==="slotProps"){const a=e[i],c=t[i];if(!c)r[i]=a||{};else if(!a)r[i]=c;else{r[i]={...c};for(const u in a)if(Object.prototype.hasOwnProperty.call(a,u)){const d=u;r[i][d]=Or(a[d],c[d],n)}}}else i==="className"&&n&&t.className?r.className=
|
|
53
|
+
`)):r.some(i=>i===void 0)&&console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`),n(...r)}:n}function R2(e,t){Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))}const Yo=[];function Tt(e){return Yo[0]=e,L2(Yo)}const D2=e=>{const t=Object.keys(e).map(n=>({key:n,val:e[n]}))||[];return t.sort((n,r)=>n.val-r.val),t.reduce((n,r)=>({...n,[r.key]:r.val}),{})};function I2(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n="px",step:r=5,...o}=e,i=D2(t),a=Object.keys(i);function c(y){return`@media (min-width:${typeof t[y]=="number"?t[y]:y}${n})`}function u(y){return`@media (max-width:${(typeof t[y]=="number"?t[y]:y)-r/100}${n})`}function d(y,h){const b=a.indexOf(h);return`@media (min-width:${typeof t[y]=="number"?t[y]:y}${n}) and (max-width:${(b!==-1&&typeof t[a[b]]=="number"?t[a[b]]:h)-r/100}${n})`}function m(y){return a.indexOf(y)+1<a.length?d(y,a[a.indexOf(y)+1]):c(y)}function g(y){const h=a.indexOf(y);return h===0?c(a[1]):h===a.length-1?u(a[h]):d(y,a[a.indexOf(y)+1]).replace("@media","@media not all and")}return{keys:a,values:i,up:c,down:u,between:d,only:m,not:g,unit:n,...o}}const P2={borderRadius:4};function ui(e=8,t=Ur({spacing:e})){if(e.mui)return e;const n=(...r)=>(process.env.NODE_ENV!=="production"&&(r.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${r.length}`)),(r.length===0?[1]:r).map(i=>{const a=t(i);return typeof a=="number"?`${a}px`:a}).join(" "));return n.mui=!0,n}function B2(e,t){var r;const n=this;if(n.vars){if(!((r=n.colorSchemes)!=null&&r[e])||typeof n.getColorSchemeSelector!="function")return{};let o=n.getColorSchemeSelector(e);return o==="&"?t:((o.includes("data-")||o.includes("."))&&(o=`*:where(${o.replace(/\s*&$/,"")}) &`),{[o]:t})}return n.palette.mode===e?t:{}}function di(e={},...t){const{breakpoints:n={},palette:r={},spacing:o,shape:i={},...a}=e,c=I2(n),u=ui(o);let d=qe({breakpoints:c,direction:"ltr",components:{},palette:{mode:"light",...r},spacing:u,shape:{...P2,...i}},a);return d=P0(d),d.applyStyles=B2,d=t.reduce((m,g)=>qe(m,g),d),d.unstable_sxConfig={...Xn,...a==null?void 0:a.unstable_sxConfig},d.unstable_sx=function(g){return Wt({sx:g,theme:this})},d}const Xo=e=>e,V2=()=>{let e=Xo;return{configure(t){e=t},generate(t){return e(t)},reset(){e=Xo}}},F2=V2(),z2={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Hr(e,t,n="Mui"){const r=z2[t];return r?`${n}-${r}`:`${F2.generate(e)}-${t}`}function q2(e,t,n="Mui"){const r={};return t.forEach(o=>{r[o]=Hr(e,o,n)}),r}function fi(e,t=""){return e.displayName||e.name||t}function Qo(e,t,n){const r=fi(t);return e.displayName||(r!==""?`${n}(${r})`:n)}function W2(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return fi(e,"Component");if(typeof e=="object")switch(e.$$typeof){case Bn.ForwardRef:return Qo(e,e.render,"ForwardRef");case Bn.Memo:return Qo(e,e.type,"memo");default:return}}}function pi(e){const{variants:t,...n}=e,r={variants:t,style:Tt(n),isProcessed:!0};return r.style===n||t&&t.forEach(o=>{typeof o.style!="function"&&(o.style=Tt(o.style))}),r}const U2=di();function br(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}function St(e,t){return t&&e&&typeof e=="object"&&e.styles&&!e.styles.startsWith("@layer")&&(e.styles=`@layer ${t}{${String(e.styles)}}`),e}function Z2(e){return e?(t,n)=>n[e]:null}function H2(e,t,n){e.theme=X2(e.theme)?n:e.theme[t]||e.theme}function Rn(e,t,n){const r=typeof t=="function"?t(e):t;if(Array.isArray(r))return r.flatMap(o=>Rn(e,o,n));if(Array.isArray(r==null?void 0:r.variants)){let o;if(r.isProcessed)o=n?St(r.style,n):r.style;else{const{variants:i,...a}=r;o=n?St(Tt(a),n):a}return mi(e,r.variants,[o],n)}return r!=null&&r.isProcessed?n?St(Tt(r.style),n):r.style:n?St(Tt(r),n):r}function mi(e,t,n=[],r=void 0){var i;let o;e:for(let a=0;a<t.length;a+=1){const c=t[a];if(typeof c.props=="function"){if(o??(o={...e,...e.ownerState,ownerState:e.ownerState}),!c.props(o))continue}else for(const u in c.props)if(e[u]!==c.props[u]&&((i=e.ownerState)==null?void 0:i[u])!==c.props[u])continue e;typeof c.style=="function"?(o??(o={...e,...e.ownerState,ownerState:e.ownerState}),n.push(r?St(Tt(c.style(o)),r):c.style(o))):n.push(r?St(Tt(c.style),r):c.style)}return n}function K2(e={}){const{themeId:t,defaultTheme:n=U2,rootShouldForwardProp:r=br,slotShouldForwardProp:o=br}=e;function i(c){H2(c,t,n)}return(c,u={})=>{R2(c,x=>x.filter($=>$!==Wt));const{name:d,slot:m,skipVariantsResolver:g,skipSx:y,overridesResolver:h=Z2(hi(m)),...b}=u,f=d&&d.startsWith("Mui")||m?"components":"custom",_=g!==void 0?g:m&&m!=="Root"&&m!=="root"||!1,w=y||!1;let T=br;m==="Root"||m==="root"?T=r:m?T=o:Q2(c)&&(T=void 0);const j=M2(c,{shouldForwardProp:T,label:Y2(d,m),...b}),v=x=>{if(x.__emotion_real===x)return x;if(typeof x=="function")return function(N){return Rn(N,x,N.theme.modularCssLayers?f:void 0)};if(st(x)){const $=pi(x);return function(E){return $.variants?Rn(E,$,E.theme.modularCssLayers?f:void 0):E.theme.modularCssLayers?St($.style,f):$.style}}return x},C=(...x)=>{const $=[],N=x.map(v),E=[];if($.push(i),d&&h&&E.push(function(O){var Y,W;const V=(W=(Y=O.theme.components)==null?void 0:Y[d])==null?void 0:W.styleOverrides;if(!V)return null;const z={};for(const ae in V)z[ae]=Rn(O,V[ae],O.theme.modularCssLayers?"theme":void 0);return h(O,z)}),d&&!_&&E.push(function(O){var z,Y;const k=O.theme,V=(Y=(z=k==null?void 0:k.components)==null?void 0:z[d])==null?void 0:Y.variants;return V?mi(O,V,[],O.theme.modularCssLayers?"theme":void 0):null}),w||E.push(Wt),Array.isArray(N[0])){const p=N.shift(),O=new Array($.length).fill(""),k=new Array(E.length).fill("");let V;V=[...O,...p,...k],V.raw=[...O,...p.raw,...k],$.unshift(V)}const I=[...$,...N,...E],D=j(...I);return c.muiName&&(D.muiName=c.muiName),process.env.NODE_ENV!=="production"&&(D.displayName=G2(d,m,c)),D};return j.withConfig&&(C.withConfig=j.withConfig),C}}function G2(e,t,n){return e?`${e}${Ye(t||"")}`:`Styled(${W2(n)})`}function Y2(e,t){let n;return process.env.NODE_ENV!=="production"&&e&&(n=`${e}-${hi(t||"Root")}`),n}function X2(e){for(const t in e)return!1;return!0}function Q2(e){return typeof e=="string"&&e.charCodeAt(0)>96}function hi(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}function Or(e,t,n=!1){const r={...t};for(const o in e)if(Object.prototype.hasOwnProperty.call(e,o)){const i=o;if(i==="components"||i==="slots")r[i]={...e[i],...r[i]};else if(i==="componentsProps"||i==="slotProps"){const a=e[i],c=t[i];if(!c)r[i]=a||{};else if(!a)r[i]=c;else{r[i]={...c};for(const u in a)if(Object.prototype.hasOwnProperty.call(a,u)){const d=u;r[i][d]=Or(a[d],c[d],n)}}}else i==="className"&&n&&t.className?r.className=mt(e==null?void 0:e.className,t==null?void 0:t.className):i==="style"&&n&&t.style?r.style={...e==null?void 0:e.style,...t==null?void 0:t.style}:r[i]===void 0&&(r[i]=e[i])}return r}function Kr(e,t=0,n=1){return process.env.NODE_ENV!=="production"&&(e<t||e>n)&&console.error(`MUI: The value provided ${e} is out of range [${t}, ${n}].`),Ft(e,t,n)}function J2(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let n=e.match(t);return n&&n[0].length===1&&(n=n.map(r=>r+r)),process.env.NODE_ENV!=="production"&&e.length!==e.trim().length&&console.error(`MUI: The color: "${e}" is invalid. Make sure the color input doesn't contain leading/trailing space.`),n?`rgb${n.length===4?"a":""}(${n.map((r,o)=>o<3?parseInt(r,16):Math.round(parseInt(r,16)/255*1e3)/1e3).join(", ")})`:""}function ht(e){if(e.type)return e;if(e.charAt(0)==="#")return ht(J2(e));const t=e.indexOf("("),n=e.substring(0,t);if(!["rgb","rgba","hsl","hsla","color"].includes(n))throw new Error(process.env.NODE_ENV!=="production"?`MUI: Unsupported \`${e}\` color.
|
|
54
54
|
The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:kt(9,e));let r=e.substring(t+1,e.length-1),o;if(n==="color"){if(r=r.split(" "),o=r.shift(),r.length===4&&r[3].charAt(0)==="/"&&(r[3]=r[3].slice(1)),!["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].includes(o))throw new Error(process.env.NODE_ENV!=="production"?`MUI: unsupported \`${o}\` color space.
|
|
55
|
-
The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:kt(10,o))}else r=r.split(",");return r=r.map(i=>parseFloat(i)),{type:n,values:r,colorSpace:o}}const eu=e=>{const t=
|
|
55
|
+
The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:kt(10,o))}else r=r.split(",");return r=r.map(i=>parseFloat(i)),{type:n,values:r,colorSpace:o}}const eu=e=>{const t=ht(e);return t.values.slice(0,3).map((n,r)=>t.type.includes("hsl")&&r!==0?`${n}%`:n).join(" ")},nn=(e,t)=>{try{return eu(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};function Qn(e){const{type:t,colorSpace:n}=e;let{values:r}=e;return t.includes("rgb")?r=r.map((o,i)=>i<3?parseInt(o,10):o):t.includes("hsl")&&(r[1]=`${r[1]}%`,r[2]=`${r[2]}%`),t.includes("color")?r=`${n} ${r.join(" ")}`:r=`${r.join(", ")}`,`${t}(${r})`}function gi(e){e=ht(e);const{values:t}=e,n=t[0],r=t[1]/100,o=t[2]/100,i=r*Math.min(o,1-o),a=(d,m=(d+n/30)%12)=>o-i*Math.max(Math.min(m-3,9-m,1),-1);let c="rgb";const u=[Math.round(a(0)*255),Math.round(a(8)*255),Math.round(a(4)*255)];return e.type==="hsla"&&(c+="a",u.push(t[3])),Qn({type:c,values:u})}function Ar(e){e=ht(e);let t=e.type==="hsl"||e.type==="hsla"?ht(gi(e)).values:e.values;return t=t.map(n=>(e.type!=="color"&&(n/=255),n<=.03928?n/12.92:((n+.055)/1.055)**2.4)),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function Jo(e,t){const n=Ar(e),r=Ar(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function yi(e,t){return e=ht(e),t=Kr(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,Qn(e)}function Ct(e,t,n){try{return yi(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function Jn(e,t){if(e=ht(e),t=Kr(t),e.type.includes("hsl"))e.values[2]*=1-t;else if(e.type.includes("rgb")||e.type.includes("color"))for(let n=0;n<3;n+=1)e.values[n]*=1-t;return Qn(e)}function fe(e,t,n){try{return Jn(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function er(e,t){if(e=ht(e),t=Kr(t),e.type.includes("hsl"))e.values[2]+=(100-e.values[2])*t;else if(e.type.includes("rgb"))for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(e.type.includes("color"))for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return Qn(e)}function pe(e,t,n){try{return er(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function tu(e,t=.15){return Ar(e)>.5?Jn(e,t):er(e,t)}function $n(e,t,n){try{return tu(e,t)}catch{return e}}const nu=Q.createContext(void 0);process.env.NODE_ENV!=="production"&&(s.node,s.object);function ru(e){const{theme:t,name:n,props:r}=e;if(!t||!t.components||!t.components[n])return r;const o=t.components[n];return o.defaultProps?Or(o.defaultProps,r,t.components.mergeClassNameAndStyle):!o.styleOverrides&&!o.variants?Or(o,r,t.components.mergeClassNameAndStyle):r}function ou({props:e,name:t}){const n=Q.useContext(nu);return ru({props:e,name:t,theme:{components:n}})}const es={theme:void 0};function su(e){let t,n;return function(o){let i=t;return(i===void 0||o.theme!==n)&&(es.theme=o.theme,i=pi(e(es)),t=i,n=o.theme),i}}function iu(e=""){function t(...r){if(!r.length)return"";const o=r[0];return typeof o=="string"&&!o.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, var(--${e?`${e}-`:""}${o}${t(...r.slice(1))})`:`, ${o}`}return(r,...o)=>`var(--${e?`${e}-`:""}${r}${t(...o)})`}const ts=(e,t,n,r=[])=>{let o=e;t.forEach((i,a)=>{a===t.length-1?Array.isArray(o)?o[Number(i)]=n:o&&typeof o=="object"&&(o[i]=n):o&&typeof o=="object"&&(o[i]||(o[i]=r.includes(i)?[]:{}),o=o[i])})},au=(e,t,n)=>{function r(o,i=[],a=[]){Object.entries(o).forEach(([c,u])=>{(!n||n&&!n([...i,c]))&&u!=null&&(typeof u=="object"&&Object.keys(u).length>0?r(u,[...i,c],Array.isArray(u)?[...a,c]:a):t([...i,c],u,a))})}r(e)},lu=(e,t)=>typeof t=="number"?["lineHeight","fontWeight","opacity","zIndex"].some(r=>e.includes(r))||e[e.length-1].toLowerCase().includes("opacity")?t:`${t}px`:t;function vr(e,t){const{prefix:n,shouldSkipGeneratingVar:r}=t||{},o={},i={},a={};return au(e,(c,u,d)=>{if((typeof u=="string"||typeof u=="number")&&(!r||!r(c,u))){const m=`--${n?`${n}-`:""}${c.join("-")}`,g=lu(c,u);Object.assign(o,{[m]:g}),ts(i,c,`var(${m})`,d),ts(a,c,`var(${m}, ${g})`,d)}},c=>c[0]==="vars"),{css:o,vars:i,varsWithDefaults:a}}function cu(e,t={}){const{getSelector:n=w,disableCssColorScheme:r,colorSchemeSelector:o,enableContrastVars:i}=t,{colorSchemes:a={},components:c,defaultColorScheme:u="light",...d}=e,{vars:m,css:g,varsWithDefaults:y}=vr(d,t);let h=y;const b={},{[u]:f,..._}=a;if(Object.entries(_||{}).forEach(([v,C])=>{const{vars:x,css:$,varsWithDefaults:N}=vr(C,t);h=qe(h,N),b[v]={css:$,vars:x}}),f){const{css:v,vars:C,varsWithDefaults:x}=vr(f,t);h=qe(h,x),b[u]={css:v,vars:C}}function w(v,C){var $,N;let x=o;if(o==="class"&&(x=".%s"),o==="data"&&(x="[data-%s]"),o!=null&&o.startsWith("data-")&&!o.includes("%s")&&(x=`[${o}="%s"]`),v){if(x==="media")return e.defaultColorScheme===v?":root":{[`@media (prefers-color-scheme: ${((N=($=a[v])==null?void 0:$.palette)==null?void 0:N.mode)||v})`]:{":root":C}};if(x)return e.defaultColorScheme===v?`:root, ${x.replace("%s",String(v))}`:x.replace("%s",String(v))}return":root"}return{vars:h,generateThemeVars:()=>{let v={...m};return Object.entries(b).forEach(([,{vars:C}])=>{v=qe(v,C)}),v},generateStyleSheets:()=>{var E,I;const v=[],C=e.defaultColorScheme||"light";function x(D,p){Object.keys(p).length&&v.push(typeof D=="string"?{[D]:{...p}}:D)}x(n(void 0,{...g}),g);const{[C]:$,...N}=b;if($){const{css:D}=$,p=(I=(E=a[C])==null?void 0:E.palette)==null?void 0:I.mode,O=!r&&p?{colorScheme:p,...D}:{...D};x(n(C,{...O}),O)}return Object.entries(N).forEach(([D,{css:p}])=>{var V,z;const O=(z=(V=a[D])==null?void 0:V.palette)==null?void 0:z.mode,k=!r&&O?{colorScheme:O,...p}:{...p};x(n(D,{...k}),k)}),i&&v.push({":root":{"--__l-threshold":"0.7","--__l":"clamp(0, (l / var(--__l-threshold) - 1) * -infinity, 1)","--__a":"clamp(0.87, (l / var(--__l-threshold) - 1) * -infinity, 1)"}}),v}}}function uu(e){return function(n){return e==="media"?(process.env.NODE_ENV!=="production"&&n!=="light"&&n!=="dark"&&console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${n}'.`),`@media (prefers-color-scheme: ${n})`):e?e.startsWith("data-")&&!e.includes("%s")?`[${e}="${n}"] &`:e==="class"?`.${n} &`:e==="data"?`[data-${n}] &`:`${e.replace("%s",n)} &`:"&"}}const ln={black:"#000",white:"#fff"},du={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},Lt={50:"#f3e5f5",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",700:"#7b1fa2"},Mt={300:"#e57373",400:"#ef5350",500:"#f44336",700:"#d32f2f",800:"#c62828"},Yt={300:"#ffb74d",400:"#ffa726",500:"#ff9800",700:"#f57c00",900:"#e65100"},Rt={50:"#e3f2fd",200:"#90caf9",400:"#42a5f5",700:"#1976d2",800:"#1565c0"},Dt={300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",700:"#0288d1",900:"#01579b"},It={300:"#81c784",400:"#66bb6a",500:"#4caf50",700:"#388e3c",800:"#2e7d32",900:"#1b5e20"};function bi(){return{text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:ln.white,default:ln.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}}}const vi=bi();function xi(){return{text:{primary:ln.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:ln.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}}}const Lr=xi();function ns(e,t,n,r){const o=r.light||r,i=r.dark||r*1.5;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:t==="light"?e.light=er(e.main,o):t==="dark"&&(e.dark=Jn(e.main,i)))}function rs(e,t,n,r,o){const i=o.light||o,a=o.dark||o*1.5;t[n]||(t.hasOwnProperty(r)?t[n]=t[r]:n==="light"?t.light=`color-mix(in ${e}, ${t.main}, #fff ${(i*100).toFixed(0)}%)`:n==="dark"&&(t.dark=`color-mix(in ${e}, ${t.main}, #000 ${(a*100).toFixed(0)}%)`))}function fu(e="light"){return e==="dark"?{main:Rt[200],light:Rt[50],dark:Rt[400]}:{main:Rt[700],light:Rt[400],dark:Rt[800]}}function pu(e="light"){return e==="dark"?{main:Lt[200],light:Lt[50],dark:Lt[400]}:{main:Lt[500],light:Lt[300],dark:Lt[700]}}function mu(e="light"){return e==="dark"?{main:Mt[500],light:Mt[300],dark:Mt[700]}:{main:Mt[700],light:Mt[400],dark:Mt[800]}}function hu(e="light"){return e==="dark"?{main:Dt[400],light:Dt[300],dark:Dt[700]}:{main:Dt[700],light:Dt[500],dark:Dt[900]}}function gu(e="light"){return e==="dark"?{main:It[400],light:It[300],dark:It[700]}:{main:It[800],light:It[500],dark:It[900]}}function yu(e="light"){return e==="dark"?{main:Yt[400],light:Yt[300],dark:Yt[700]}:{main:"#ed6c02",light:Yt[500],dark:Yt[900]}}function bu(e){return`oklch(from ${e} var(--__l) 0 h / var(--__a))`}function Gr(e){const{mode:t="light",contrastThreshold:n=3,tonalOffset:r=.2,colorSpace:o,...i}=e,a=e.primary||fu(t),c=e.secondary||pu(t),u=e.error||mu(t),d=e.info||hu(t),m=e.success||gu(t),g=e.warning||yu(t);function y(_){if(o)return bu(_);const w=Jo(_,Lr.text.primary)>=n?Lr.text.primary:vi.text.primary;if(process.env.NODE_ENV!=="production"){const T=Jo(_,w);T<3&&console.error([`MUI: The contrast ratio of ${T}:1 for ${w} on ${_}`,"falls below the WCAG recommended absolute minimum contrast ratio of 3:1.","https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
|
|
56
56
|
`))}return w}const h=({color:_,name:w,mainShade:T=500,lightShade:j=300,darkShade:v=700})=>{if(_={..._},!_.main&&_[T]&&(_.main=_[T]),!_.hasOwnProperty("main"))throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${w?` (${w})`:""} provided to augmentColor(color) is invalid.
|
|
57
57
|
The color object needs to have a \`main\` property or a \`${T}\` property.`:kt(11,w?` (${w})`:"",T));if(typeof _.main!="string")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${w?` (${w})`:""} provided to augmentColor(color) is invalid.
|
|
58
58
|
\`color.main\` should be a string, but \`${JSON.stringify(_.main)}\` was provided instead.
|
|
@@ -77,11 +77,11 @@ theme.transitions = createTransitions(theme.transitions || {});
|
|
|
77
77
|
|
|
78
78
|
export default theme;`}function as(e){return typeof e=="number"?`${(e*100).toFixed(0)}%`:`calc((${e}) * 100%)`}const Lu=e=>{if(!Number.isNaN(+e))return+e;const t=e.match(/\d*\.?\d+/g);if(!t)return 0;let n=0;for(let r=0;r<t.length;r+=1)n+=+t[r];return n};function Mu(e){Object.assign(e,{alpha(t,n){const r=this||e;return r.colorSpace?`oklch(from ${t} l c h / ${typeof n=="string"?`calc(${n})`:n})`:r.vars?`rgba(${t.replace(/var\(--([^,\s)]+)(?:,[^)]+)?\)+/g,"var(--$1Channel)")} / ${typeof n=="string"?`calc(${n})`:n})`:yi(t,Lu(n))},lighten(t,n){const r=this||e;return r.colorSpace?`color-mix(in ${r.colorSpace}, ${t}, #fff ${as(n)})`:er(t,n)},darken(t,n){const r=this||e;return r.colorSpace?`color-mix(in ${r.colorSpace}, ${t}, #000 ${as(n)})`:Jn(t,n)}})}function Mr(e={},...t){const{breakpoints:n,mixins:r={},spacing:o,palette:i={},transitions:a={},typography:c={},shape:u,colorSpace:d,...m}=e;if(e.vars&&e.generateThemeVars===void 0)throw new Error(process.env.NODE_ENV!=="production"?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://v7.mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature.":kt(20));const g=Gr({...i,colorSpace:d}),y=di(e);let h=qe(y,{mixins:xu(y.breakpoints,r),palette:g,shadows:ku.slice(),typography:_u(g,c),transitions:Nu(a),zIndex:{...Ou}});if(h=qe(h,m),h=t.reduce((b,f)=>qe(b,f),h),process.env.NODE_ENV!=="production"){const b=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],f=(_,w)=>{let T;for(T in _){const j=_[T];if(b.includes(T)&&Object.keys(j).length>0){if(process.env.NODE_ENV!=="production"){const v=Hr("",T);console.error([`MUI: The \`${w}\` component increases the CSS specificity of the \`${T}\` internal state.`,"You can not override it like this: ",JSON.stringify(_,null,2),"",`Instead, you need to use the '&.${v}' syntax:`,JSON.stringify({root:{[`&.${v}`]:j}},null,2),"","https://mui.com/r/state-classes-guide"].join(`
|
|
79
79
|
`))}_[T]={}}}};Object.keys(h.components).forEach(_=>{const w=h.components[_].styleOverrides;w&&_.startsWith("Mui")&&f(w,_)})}return h.unstable_sxConfig={...Xn,...m==null?void 0:m.unstable_sxConfig},h.unstable_sx=function(f){return Wt({sx:f,theme:this})},h.toRuntimeSource=Ci,Mu(h),h}function Ru(e){let t;return e<1?t=5.11916*e**2:t=4.5*Math.log(e+1)+2,Math.round(t*10)/1e3}const Du=[...Array(25)].map((e,t)=>{if(t===0)return"none";const n=Ru(t);return`linear-gradient(rgba(255 255 255 / ${n}), rgba(255 255 255 / ${n}))`});function _i(e){return{inputPlaceholder:e==="dark"?.5:.42,inputUnderline:e==="dark"?.7:.42,switchTrackDisabled:e==="dark"?.2:.12,switchTrack:e==="dark"?.3:.38}}function wi(e){return e==="dark"?Du:[]}function Iu(e){const{palette:t={mode:"light"},opacity:n,overlays:r,colorSpace:o,...i}=e,a=Gr({...t,colorSpace:o});return{palette:a,opacity:{..._i(a.mode),...n},overlays:r||wi(a.mode),...i}}function Pu(e){var t;return!!e[0].match(/(cssVarPrefix|colorSchemeSelector|modularCssLayers|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!e[0].match(/sxConfig$/)||e[0]==="palette"&&!!((t=e[1])!=null&&t.match(/(mode|contrastThreshold|tonalOffset)/))}const Bu=e=>[...[...Array(25)].map((t,n)=>`--${e?`${e}-`:""}overlays-${n}`),`--${e?`${e}-`:""}palette-AppBar-darkBg`,`--${e?`${e}-`:""}palette-AppBar-darkColor`],Vu=e=>(t,n)=>{const r=e.rootSelector||":root",o=e.colorSchemeSelector;let i=o;if(o==="class"&&(i=".%s"),o==="data"&&(i="[data-%s]"),o!=null&&o.startsWith("data-")&&!o.includes("%s")&&(i=`[${o}="%s"]`),e.defaultColorScheme===t){if(t==="dark"){const a={};return Bu(e.cssVarPrefix).forEach(c=>{a[c]=n[c],delete n[c]}),i==="media"?{[r]:n,"@media (prefers-color-scheme: dark)":{[r]:a}}:i?{[i.replace("%s",t)]:a,[`${r}, ${i.replace("%s",t)}`]:n}:{[r]:{...n,...a}}}if(i&&i!=="media")return`${r}, ${i.replace("%s",String(t))}`}else if(t){if(i==="media")return{[`@media (prefers-color-scheme: ${String(t)})`]:{[r]:n}};if(i)return i.replace("%s",String(t))}return r};function Fu(e,t){t.forEach(n=>{e[n]||(e[n]={})})}function A(e,t,n){!e[t]&&n&&(e[t]=n)}function rn(e){return typeof e!="string"||!e.startsWith("hsl")?e:gi(e)}function nt(e,t){`${t}Channel`in e||(e[`${t}Channel`]=nn(rn(e[t]),`MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
|
|
80
|
-
To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function zu(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const Qe=e=>{try{return e()}catch{}},qu=(e="mui")=>iu(e);function xr(e,t,n,r,o){if(!n)return;n=n===!0?{}:n;const i=o==="dark"?"dark":"light";if(!r){t[o]=Iu({...n,palette:{mode:i,...n==null?void 0:n.palette},colorSpace:e});return}const{palette:a,...c}=Mr({...r,palette:{mode:i,...n==null?void 0:n.palette},colorSpace:e});return t[o]={...n,palette:a,opacity:{..._i(i),...n==null?void 0:n.opacity},overlays:(n==null?void 0:n.overlays)||wi(i)},c}function Wu(e={},...t){const{colorSchemes:n={light:!0},defaultColorScheme:r,disableCssColorScheme:o=!1,cssVarPrefix:i="mui",nativeColor:a=!1,shouldSkipGeneratingVar:c=Pu,colorSchemeSelector:u=n.light&&n.dark?"media":void 0,rootSelector:d=":root",...m}=e,g=Object.keys(n)[0],y=r||(n.light&&g!=="light"?"light":g),h=qu(i),{[y]:b,light:f,dark:_,...w}=n,T={...w};let j=b;if((y==="dark"&&!("dark"in n)||y==="light"&&!("light"in n))&&(j=!0),!j)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${y}\` option is either missing or invalid.`:kt(21,y));let v;a&&(v="oklch");const C=xr(v,T,j,m,y);f&&!T.light&&xr(v,T,f,void 0,"light"),_&&!T.dark&&xr(v,T,_,void 0,"dark");let x={defaultColorScheme:y,...C,cssVarPrefix:i,colorSchemeSelector:u,rootSelector:d,getCssVar:h,colorSchemes:T,font:{...vu(C.typography),...C.font},spacing:zu(m.spacing)};Object.keys(x.colorSchemes).forEach(D=>{const p=x.colorSchemes[D].palette,O=V=>{const z=V.split("-"),Y=z[1],W=z[2];return h(V,p[Y][W])};p.mode==="light"&&(A(p.common,"background","#fff"),A(p.common,"onBackground","#000")),p.mode==="dark"&&(A(p.common,"background","#000"),A(p.common,"onBackground","#fff"));function k(V,z,Y){if(v){let W;return V===xt&&(W=`transparent ${((1-Y)*100).toFixed(0)}%`),V===fe&&(W=`#000 ${(Y*100).toFixed(0)}%`),V===pe&&(W=`#fff ${(Y*100).toFixed(0)}%`),`color-mix(in ${v}, ${z}, ${W})`}return V(z,Y)}if(Fu(p,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),p.mode==="light"){A(p.Alert,"errorColor",k(fe,a?h("palette-error-light"):p.error.light,.6)),A(p.Alert,"infoColor",k(fe,a?h("palette-info-light"):p.info.light,.6)),A(p.Alert,"successColor",k(fe,a?h("palette-success-light"):p.success.light,.6)),A(p.Alert,"warningColor",k(fe,a?h("palette-warning-light"):p.warning.light,.6)),A(p.Alert,"errorFilledBg",O("palette-error-main")),A(p.Alert,"infoFilledBg",O("palette-info-main")),A(p.Alert,"successFilledBg",O("palette-success-main")),A(p.Alert,"warningFilledBg",O("palette-warning-main")),A(p.Alert,"errorFilledColor",Qe(()=>p.getContrastText(p.error.main))),A(p.Alert,"infoFilledColor",Qe(()=>p.getContrastText(p.info.main))),A(p.Alert,"successFilledColor",Qe(()=>p.getContrastText(p.success.main))),A(p.Alert,"warningFilledColor",Qe(()=>p.getContrastText(p.warning.main))),A(p.Alert,"errorStandardBg",k(pe,a?h("palette-error-light"):p.error.light,.9)),A(p.Alert,"infoStandardBg",k(pe,a?h("palette-info-light"):p.info.light,.9)),A(p.Alert,"successStandardBg",k(pe,a?h("palette-success-light"):p.success.light,.9)),A(p.Alert,"warningStandardBg",k(pe,a?h("palette-warning-light"):p.warning.light,.9)),A(p.Alert,"errorIconColor",O("palette-error-main")),A(p.Alert,"infoIconColor",O("palette-info-main")),A(p.Alert,"successIconColor",O("palette-success-main")),A(p.Alert,"warningIconColor",O("palette-warning-main")),A(p.AppBar,"defaultBg",O("palette-grey-100")),A(p.Avatar,"defaultBg",O("palette-grey-400")),A(p.Button,"inheritContainedBg",O("palette-grey-300")),A(p.Button,"inheritContainedHoverBg",O("palette-grey-A100")),A(p.Chip,"defaultBorder",O("palette-grey-400")),A(p.Chip,"defaultAvatarColor",O("palette-grey-700")),A(p.Chip,"defaultIconColor",O("palette-grey-700")),A(p.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),A(p.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),A(p.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),A(p.LinearProgress,"primaryBg",k(pe,a?h("palette-primary-main"):p.primary.main,.62)),A(p.LinearProgress,"secondaryBg",k(pe,a?h("palette-secondary-main"):p.secondary.main,.62)),A(p.LinearProgress,"errorBg",k(pe,a?h("palette-error-main"):p.error.main,.62)),A(p.LinearProgress,"infoBg",k(pe,a?h("palette-info-main"):p.info.main,.62)),A(p.LinearProgress,"successBg",k(pe,a?h("palette-success-main"):p.success.main,.62)),A(p.LinearProgress,"warningBg",k(pe,a?h("palette-warning-light"):p.warning.main,.62)),A(p.Skeleton,"bg",v?k(xt,a?h("palette-text-primary"):p.text.primary,.11):`rgba(${O("palette-text-primaryChannel")} / 0.11)`),A(p.Slider,"primaryTrack",k(pe,a?h("palette-primary-main"):p.primary.main,.62)),A(p.Slider,"secondaryTrack",k(pe,a?h("palette-secondary-main"):p.secondary.main,.62)),A(p.Slider,"errorTrack",k(pe,a?h("palette-error-main"):p.error.main,.62)),A(p.Slider,"infoTrack",k(pe,a?h("palette-info-main"):p.info.main,.62)),A(p.Slider,"successTrack",k(pe,a?h("palette-success-main"):p.success.main,.62)),A(p.Slider,"warningTrack",k(pe,a?h("palette-warning-main"):p.warning.main,.62));const V=v?k(fe,a?h("palette-background-default"):p.background.default,.6825):$n(p.background.default,.8);A(p.SnackbarContent,"bg",V),A(p.SnackbarContent,"color",Qe(()=>v?Lr.text.primary:p.getContrastText(V))),A(p.SpeedDialAction,"fabHoverBg",$n(p.background.paper,.15)),A(p.StepConnector,"border",O("palette-grey-400")),A(p.StepContent,"border",O("palette-grey-400")),A(p.Switch,"defaultColor",O("palette-common-white")),A(p.Switch,"defaultDisabledColor",O("palette-grey-100")),A(p.Switch,"primaryDisabledColor",k(pe,a?h("palette-primary-main"):p.primary.main,.62)),A(p.Switch,"secondaryDisabledColor",k(pe,a?h("palette-secondary-main"):p.secondary.main,.62)),A(p.Switch,"errorDisabledColor",k(pe,a?h("palette-error-main"):p.error.main,.62)),A(p.Switch,"infoDisabledColor",k(pe,a?h("palette-info-main"):p.info.main,.62)),A(p.Switch,"successDisabledColor",k(pe,a?h("palette-success-main"):p.success.main,.62)),A(p.Switch,"warningDisabledColor",k(pe,a?h("palette-warning-main"):p.warning.main,.62)),A(p.TableCell,"border",k(pe,xt(a?h("palette-divider"):p.divider,1),.88)),A(p.Tooltip,"bg",k(xt,a?h("palette-grey-700"):p.grey[700],.92))}if(p.mode==="dark"){A(p.Alert,"errorColor",k(pe,a?h("palette-error-light"):p.error.light,.6)),A(p.Alert,"infoColor",k(pe,a?h("palette-info-light"):p.info.light,.6)),A(p.Alert,"successColor",k(pe,a?h("palette-success-light"):p.success.light,.6)),A(p.Alert,"warningColor",k(pe,a?h("palette-warning-light"):p.warning.light,.6)),A(p.Alert,"errorFilledBg",O("palette-error-dark")),A(p.Alert,"infoFilledBg",O("palette-info-dark")),A(p.Alert,"successFilledBg",O("palette-success-dark")),A(p.Alert,"warningFilledBg",O("palette-warning-dark")),A(p.Alert,"errorFilledColor",Qe(()=>p.getContrastText(p.error.dark))),A(p.Alert,"infoFilledColor",Qe(()=>p.getContrastText(p.info.dark))),A(p.Alert,"successFilledColor",Qe(()=>p.getContrastText(p.success.dark))),A(p.Alert,"warningFilledColor",Qe(()=>p.getContrastText(p.warning.dark))),A(p.Alert,"errorStandardBg",k(fe,a?h("palette-error-light"):p.error.light,.9)),A(p.Alert,"infoStandardBg",k(fe,a?h("palette-info-light"):p.info.light,.9)),A(p.Alert,"successStandardBg",k(fe,a?h("palette-success-light"):p.success.light,.9)),A(p.Alert,"warningStandardBg",k(fe,a?h("palette-warning-light"):p.warning.light,.9)),A(p.Alert,"errorIconColor",O("palette-error-main")),A(p.Alert,"infoIconColor",O("palette-info-main")),A(p.Alert,"successIconColor",O("palette-success-main")),A(p.Alert,"warningIconColor",O("palette-warning-main")),A(p.AppBar,"defaultBg",O("palette-grey-900")),A(p.AppBar,"darkBg",O("palette-background-paper")),A(p.AppBar,"darkColor",O("palette-text-primary")),A(p.Avatar,"defaultBg",O("palette-grey-600")),A(p.Button,"inheritContainedBg",O("palette-grey-800")),A(p.Button,"inheritContainedHoverBg",O("palette-grey-700")),A(p.Chip,"defaultBorder",O("palette-grey-700")),A(p.Chip,"defaultAvatarColor",O("palette-grey-300")),A(p.Chip,"defaultIconColor",O("palette-grey-300")),A(p.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),A(p.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),A(p.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),A(p.LinearProgress,"primaryBg",k(fe,a?h("palette-primary-main"):p.primary.main,.5)),A(p.LinearProgress,"secondaryBg",k(fe,a?h("palette-secondary-main"):p.secondary.main,.5)),A(p.LinearProgress,"errorBg",k(fe,a?h("palette-error-main"):p.error.main,.5)),A(p.LinearProgress,"infoBg",k(fe,a?h("palette-info-main"):p.info.main,.5)),A(p.LinearProgress,"successBg",k(fe,a?h("palette-success-main"):p.success.main,.5)),A(p.LinearProgress,"warningBg",k(fe,a?h("palette-warning-main"):p.warning.main,.5)),A(p.Skeleton,"bg",v?k(xt,a?h("palette-text-primary"):p.text.primary,.13):`rgba(${O("palette-text-primaryChannel")} / 0.13)`),A(p.Slider,"primaryTrack",k(fe,a?h("palette-primary-main"):p.primary.main,.5)),A(p.Slider,"secondaryTrack",k(fe,a?h("palette-secondary-main"):p.secondary.main,.5)),A(p.Slider,"errorTrack",k(fe,a?h("palette-error-main"):p.error.main,.5)),A(p.Slider,"infoTrack",k(fe,a?h("palette-info-main"):p.info.main,.5)),A(p.Slider,"successTrack",k(fe,a?h("palette-success-main"):p.success.main,.5)),A(p.Slider,"warningTrack",k(fe,a?h("palette-warning-light"):p.warning.main,.5));const V=v?k(pe,a?h("palette-background-default"):p.background.default,.985):$n(p.background.default,.98);A(p.SnackbarContent,"bg",V),A(p.SnackbarContent,"color",Qe(()=>v?vi.text.primary:p.getContrastText(V))),A(p.SpeedDialAction,"fabHoverBg",$n(p.background.paper,.15)),A(p.StepConnector,"border",O("palette-grey-600")),A(p.StepContent,"border",O("palette-grey-600")),A(p.Switch,"defaultColor",O("palette-grey-300")),A(p.Switch,"defaultDisabledColor",O("palette-grey-600")),A(p.Switch,"primaryDisabledColor",k(fe,a?h("palette-primary-main"):p.primary.main,.55)),A(p.Switch,"secondaryDisabledColor",k(fe,a?h("palette-secondary-main"):p.secondary.main,.55)),A(p.Switch,"errorDisabledColor",k(fe,a?h("palette-error-main"):p.error.main,.55)),A(p.Switch,"infoDisabledColor",k(fe,a?h("palette-info-main"):p.info.main,.55)),A(p.Switch,"successDisabledColor",k(fe,a?h("palette-success-main"):p.success.main,.55)),A(p.Switch,"warningDisabledColor",k(fe,a?h("palette-warning-light"):p.warning.main,.55)),A(p.TableCell,"border",k(fe,xt(a?h("palette-divider"):p.divider,1),.68)),A(p.Tooltip,"bg",k(xt,a?h("palette-grey-700"):p.grey[700],.92))}a||(nt(p.background,"default"),nt(p.background,"paper"),nt(p.common,"background"),nt(p.common,"onBackground"),nt(p,"divider")),Object.keys(p).forEach(V=>{const z=p[V];V!=="tonalOffset"&&!a&&z&&typeof z=="object"&&(z.main&&A(p[V],"mainChannel",nn(rn(z.main))),z.light&&A(p[V],"lightChannel",nn(rn(z.light))),z.dark&&A(p[V],"darkChannel",nn(rn(z.dark))),z.contrastText&&A(p[V],"contrastTextChannel",nn(rn(z.contrastText))),V==="text"&&(nt(p[V],"primary"),nt(p[V],"secondary")),V==="action"&&(z.active&&nt(p[V],"active"),z.selected&&nt(p[V],"selected")))})}),x=t.reduce((D,p)=>qe(D,p),x);const $={prefix:i,disableCssColorScheme:o,shouldSkipGeneratingVar:c,getSelector:Vu(x),enableContrastVars:a},{vars:N,generateThemeVars:E,generateStyleSheets:I}=cu(x,$);return x.vars=N,Object.entries(x.colorSchemes[x.defaultColorScheme]).forEach(([D,p])=>{x[D]=p}),x.generateThemeVars=E,x.generateStyleSheets=I,x.generateSpacing=function(){return ui(m.spacing,Ur(this))},x.getColorSchemeSelector=uu(u),x.spacing=x.generateSpacing(),x.shouldSkipGeneratingVar=c,x.unstable_sxConfig={...Xn,...m==null?void 0:m.unstable_sxConfig},x.unstable_sx=function(p){return Wt({sx:p,theme:this})},x.toRuntimeSource=Ci,x}function ls(e,t,n){e.colorSchemes&&n&&(e.colorSchemes[t]={...n!==!0&&n,palette:Gr({...n===!0?{}:n.palette,mode:t})})}function Uu(e={},...t){const{palette:n,cssVariables:r=!1,colorSchemes:o=n?void 0:{light:!0},defaultColorScheme:i=n==null?void 0:n.mode,...a}=e,c=i||"light",u=o==null?void 0:o[c],d={...o,...n?{[c]:{...typeof u!="boolean"&&u,palette:n}}:void 0};if(r===!1){if(!("colorSchemes"in e))return Mr(e,...t);let m=n;"palette"in e||d[c]&&(d[c]!==!0?m=d[c].palette:c==="dark"&&(m={mode:"dark"}));const g=Mr({...e,palette:m},...t);return g.defaultColorScheme=c,g.colorSchemes=d,g.palette.mode==="light"&&(g.colorSchemes.light={...d.light!==!0&&d.light,palette:g.palette},ls(g,"dark",d.dark)),g.palette.mode==="dark"&&(g.colorSchemes.dark={...d.dark!==!0&&d.dark,palette:g.palette},ls(g,"light",d.light)),g}return!n&&!("light"in d)&&c==="light"&&(d.light=!0),Wu({...a,colorSchemes:d,defaultColorScheme:c,...typeof r!="boolean"&&r},...t)}const Zu=Uu(),Hu="$$material";function Yr(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const Ku=e=>Yr(e)&&e!=="classes",Et=K2({themeId:Hu,defaultTheme:Zu,rootShouldForwardProp:Ku}),Zt=su;process.env.NODE_ENV!=="production"&&(s.node,s.object.isRequired);function Gu(e){return ou(e)}const Yu=e=>!e||!sn(e);function Xu(e){return typeof e.main=="string"}function Qu(e,t=[]){if(!Xu(e))return!1;for(const n of t)if(!e.hasOwnProperty(n)||typeof e[n]!="string")return!1;return!0}function Xr(e=[]){return([,t])=>t&&Qu(t,e)}function Ju(e){return Hr("MuiSlider",e)}const He=q2("MuiSlider",["root","active","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","disabled","dragging","focusVisible","mark","markActive","marked","markLabel","markLabelActive","rail","sizeSmall","thumb","thumbColorPrimary","thumbColorSecondary","thumbColorError","thumbColorSuccess","thumbColorInfo","thumbColorWarning","track","trackInverted","trackFalse","thumbSizeSmall","valueLabel","valueLabelOpen","valueLabelCircle","valueLabelLabel","vertical"]),e1=e=>{const{open:t}=e;return{offset:pt(t&&He.valueLabelOpen),circle:He.valueLabelCircle,label:He.valueLabelLabel}};function Si(e){const{children:t,className:n,value:r}=e,o=e1(e);return t?Q.cloneElement(t,{className:t.props.className},l.jsxs(Q.Fragment,{children:[t.props.children,l.jsx("span",{className:pt(o.offset,n),"aria-hidden":!0,children:l.jsx("span",{className:o.circle,children:l.jsx("span",{className:o.label,children:r})})})]})):null}process.env.NODE_ENV!=="production"&&(Si.propTypes={children:s.element.isRequired,className:s.string,value:s.node});function cs(e){return e}const t1=Et("span",{name:"MuiSlider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`color${Ye(n.color)}`],n.size!=="medium"&&t[`size${Ye(n.size)}`],n.marked&&t.marked,n.orientation==="vertical"&&t.vertical,n.track==="inverted"&&t.trackInverted,n.track===!1&&t.trackFalse]}})(Zt(({theme:e})=>({borderRadius:12,boxSizing:"content-box",display:"inline-block",position:"relative",cursor:"pointer",touchAction:"none",WebkitTapHighlightColor:"transparent","@media print":{colorAdjust:"exact"},[`&.${He.disabled}`]:{pointerEvents:"none",cursor:"default",color:(e.vars||e).palette.grey[400]},[`&.${He.dragging}`]:{[`& .${He.thumb}, & .${He.track}`]:{transition:"none"}},variants:[...Object.entries(e.palette).filter(Xr()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),{props:{orientation:"horizontal"},style:{height:4,width:"100%",padding:"13px 0","@media (pointer: coarse)":{padding:"20px 0"}}},{props:{orientation:"horizontal",size:"small"},style:{height:2}},{props:{orientation:"horizontal",marked:!0},style:{marginBottom:20}},{props:{orientation:"vertical"},style:{height:"100%",width:4,padding:"0 13px","@media (pointer: coarse)":{padding:"0 20px"}}},{props:{orientation:"vertical",size:"small"},style:{width:2}},{props:{orientation:"vertical",marked:!0},style:{marginRight:44}}]}))),n1=Et("span",{name:"MuiSlider",slot:"Rail"})({display:"block",position:"absolute",borderRadius:"inherit",backgroundColor:"currentColor",opacity:.38,variants:[{props:{orientation:"horizontal"},style:{width:"100%",height:"inherit",top:"50%",transform:"translateY(-50%)"}},{props:{orientation:"vertical"},style:{height:"100%",width:"inherit",left:"50%",transform:"translateX(-50%)"}},{props:{track:"inverted"},style:{opacity:1}}]}),r1=Et("span",{name:"MuiSlider",slot:"Track"})(Zt(({theme:e})=>({display:"block",position:"absolute",borderRadius:"inherit",border:"1px solid currentColor",backgroundColor:"currentColor",transition:e.transitions.create(["left","width","bottom","height"],{duration:e.transitions.duration.shortest}),variants:[{props:{size:"small"},style:{border:"none"}},{props:{orientation:"horizontal"},style:{height:"inherit",top:"50%",transform:"translateY(-50%)"}},{props:{orientation:"vertical"},style:{width:"inherit",left:"50%",transform:"translateX(-50%)"}},{props:{track:!1},style:{display:"none"}},...Object.entries(e.palette).filter(Xr()).map(([t])=>({props:{color:t,track:"inverted"},style:{...e.vars?{backgroundColor:e.vars.palette.Slider[`${t}Track`],borderColor:e.vars.palette.Slider[`${t}Track`]}:{backgroundColor:e.lighten(e.palette[t].main,.62),borderColor:e.lighten(e.palette[t].main,.62),...e.applyStyles("dark",{backgroundColor:e.darken(e.palette[t].main,.5)}),...e.applyStyles("dark",{borderColor:e.darken(e.palette[t].main,.5)})}}}))]}))),o1=Et("span",{name:"MuiSlider",slot:"Thumb",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.thumb,t[`thumbColor${Ye(n.color)}`],n.size!=="medium"&&t[`thumbSize${Ye(n.size)}`]]}})(Zt(({theme:e})=>({position:"absolute",width:20,height:20,boxSizing:"border-box",borderRadius:"50%",outline:0,backgroundColor:"currentColor",display:"flex",alignItems:"center",justifyContent:"center",transition:e.transitions.create(["box-shadow","left","bottom"],{duration:e.transitions.duration.shortest}),"&::before":{position:"absolute",content:'""',borderRadius:"inherit",width:"100%",height:"100%",boxShadow:(e.vars||e).shadows[2]},"&::after":{position:"absolute",content:'""',borderRadius:"50%",width:42,height:42,top:"50%",left:"50%",transform:"translate(-50%, -50%)"},[`&.${He.disabled}`]:{"&:hover":{boxShadow:"none"}},variants:[{props:{size:"small"},style:{width:12,height:12,"&::before":{boxShadow:"none"}}},{props:{orientation:"horizontal"},style:{top:"50%",transform:"translate(-50%, -50%)"}},{props:{orientation:"vertical"},style:{left:"50%",transform:"translate(-50%, 50%)"}},...Object.entries(e.palette).filter(Xr()).map(([t])=>({props:{color:t},style:{[`&:hover, &.${He.focusVisible}`]:{boxShadow:`0px 0px 0px 8px ${e.alpha((e.vars||e).palette[t].main,.16)}`,"@media (hover: none)":{boxShadow:"none"}},[`&.${He.active}`]:{boxShadow:`0px 0px 0px 14px ${e.alpha((e.vars||e).palette[t].main,.16)}`}}}))]}))),Ti=Et(Si,{name:"MuiSlider",slot:"ValueLabel"})(Zt(({theme:e})=>({zIndex:1,whiteSpace:"nowrap",...e.typography.body2,fontWeight:500,transition:e.transitions.create(["transform"],{duration:e.transitions.duration.shortest}),position:"absolute",backgroundColor:(e.vars||e).palette.grey[600],borderRadius:2,color:(e.vars||e).palette.common.white,display:"flex",alignItems:"center",justifyContent:"center",padding:"0.25rem 0.75rem",variants:[{props:{orientation:"horizontal"},style:{transform:"translateY(-100%) scale(0)",top:"-10px",transformOrigin:"bottom center","&::before":{position:"absolute",content:'""',width:8,height:8,transform:"translate(-50%, 50%) rotate(45deg)",backgroundColor:"inherit",bottom:0,left:"50%"},[`&.${He.valueLabelOpen}`]:{transform:"translateY(-100%) scale(1)"}}},{props:{orientation:"vertical"},style:{transform:"translateY(-50%) scale(0)",right:"30px",top:"50%",transformOrigin:"right center","&::before":{position:"absolute",content:'""',width:8,height:8,transform:"translate(-50%, -50%) rotate(45deg)",backgroundColor:"inherit",right:-8,top:"50%"},[`&.${He.valueLabelOpen}`]:{transform:"translateY(-50%) scale(1)"}}},{props:{size:"small"},style:{fontSize:e.typography.pxToRem(12),padding:"0.25rem 0.5rem"}},{props:{orientation:"vertical",size:"small"},style:{right:"20px"}}]})));process.env.NODE_ENV!=="production"&&(Ti.propTypes={children:s.element.isRequired,index:s.number.isRequired,open:s.bool.isRequired,value:s.node});const s1=Et("span",{name:"MuiSlider",slot:"Mark",shouldForwardProp:e=>Yr(e)&&e!=="markActive",overridesResolver:(e,t)=>{const{markActive:n}=e;return[t.mark,n&&t.markActive]}})(Zt(({theme:e})=>({position:"absolute",width:2,height:2,borderRadius:1,backgroundColor:"currentColor",variants:[{props:{orientation:"horizontal"},style:{top:"50%",transform:"translate(-1px, -50%)"}},{props:{orientation:"vertical"},style:{left:"50%",transform:"translate(-50%, 1px)"}},{props:{markActive:!0},style:{backgroundColor:(e.vars||e).palette.background.paper,opacity:.8}}]}))),i1=Et("span",{name:"MuiSlider",slot:"MarkLabel",shouldForwardProp:e=>Yr(e)&&e!=="markLabelActive"})(Zt(({theme:e})=>({...e.typography.body2,color:(e.vars||e).palette.text.secondary,position:"absolute",whiteSpace:"nowrap",variants:[{props:{orientation:"horizontal"},style:{top:30,transform:"translateX(-50%)","@media (pointer: coarse)":{top:40}}},{props:{orientation:"vertical"},style:{left:36,transform:"translateY(50%)","@media (pointer: coarse)":{left:44}}},{props:{markLabelActive:!0},style:{color:(e.vars||e).palette.text.primary}}]}))),a1=e=>{const{disabled:t,dragging:n,marked:r,orientation:o,track:i,classes:a,color:c,size:u}=e,d={root:["root",t&&"disabled",n&&"dragging",r&&"marked",o==="vertical"&&"vertical",i==="inverted"&&"trackInverted",i===!1&&"trackFalse",c&&`color${Ye(c)}`,u&&`size${Ye(u)}`],rail:["rail"],track:["track"],mark:["mark"],markActive:["markActive"],markLabel:["markLabel"],markLabelActive:["markLabelActive"],valueLabel:["valueLabel"],thumb:["thumb",t&&"disabled",u&&`thumbSize${Ye(u)}`,c&&`thumbColor${Ye(c)}`],active:["active"],disabled:["disabled"],focusVisible:["focusVisible"]};return y0(d,Ju,a)},l1=({children:e})=>e,ki=Q.forwardRef(function(t,n){const r=Gu({props:t,name:"MuiSlider"}),o=v0(),{"aria-label":i,"aria-valuetext":a,"aria-labelledby":c,component:u="span",components:d={},componentsProps:m={},color:g="primary",classes:y,className:h,disableSwap:b=!1,disabled:f=!1,getAriaLabel:_,getAriaValueText:w,marks:T=!1,max:j=100,min:v=0,name:C,onChange:x,onChangeCommitted:$,orientation:N="horizontal",shiftStep:E=10,size:I="medium",step:D=1,scale:p=cs,slotProps:O,slots:k,tabIndex:V,track:z="normal",value:Y,valueLabelDisplay:W="off",valueLabelFormat:ae=cs,...R}=r,L={...r,isRtl:o,max:j,min:v,classes:y,disabled:f,disableSwap:b,orientation:N,marks:T,color:g,size:I,step:D,shiftStep:E,scale:p,track:z,valueLabelDisplay:W,valueLabelFormat:ae},{axisProps:J,getRootProps:K,getHiddenInputProps:B,getThumbProps:Z,open:te,active:G,axis:U,focusedThumbIndex:re,range:ee,dragging:le,marks:P,values:se,trackOffset:Le,trackLeap:Xe,getThumbStyle:q}=A0({...L,rootRef:n});L.marked=P.length>0&&P.some(ke=>ke.label),L.dragging=le,L.focusedThumbIndex=re;const ne=a1(L),_e=(k==null?void 0:k.root)??d.Root??t1,be=(k==null?void 0:k.rail)??d.Rail??n1,Ne=(k==null?void 0:k.track)??d.Track??r1,Be=(k==null?void 0:k.thumb)??d.Thumb??o1,Ge=(k==null?void 0:k.valueLabel)??d.ValueLabel??Ti,ve=(k==null?void 0:k.mark)??d.Mark??s1,Ve=(k==null?void 0:k.markLabel)??d.MarkLabel??i1,M=(k==null?void 0:k.input)??d.Input??"input",F=(O==null?void 0:O.root)??m.root,H=(O==null?void 0:O.rail)??m.rail,ie=(O==null?void 0:O.track)??m.track,ge=(O==null?void 0:O.thumb)??m.thumb,X=(O==null?void 0:O.valueLabel)??m.valueLabel,Oe=(O==null?void 0:O.mark)??m.mark,Re=(O==null?void 0:O.markLabel)??m.markLabel,$e=(O==null?void 0:O.input)??m.input,We=ut({elementType:_e,getSlotProps:K,externalSlotProps:F,externalForwardedProps:R,additionalProps:{...Yu(_e)&&{as:u}},ownerState:{...L,...F==null?void 0:F.ownerState},className:[ne.root,h]}),Kt=ut({elementType:be,externalSlotProps:H,ownerState:L,className:ne.rail}),ea=ut({elementType:Ne,externalSlotProps:ie,additionalProps:{style:{...J[U].offset(Le),...J[U].leap(Xe)}},ownerState:{...L,...ie==null?void 0:ie.ownerState},className:ne.track}),tr=ut({elementType:Be,getSlotProps:Z,externalSlotProps:ge,ownerState:{...L,...ge==null?void 0:ge.ownerState},className:ne.thumb}),ta=ut({elementType:Ge,externalSlotProps:X,ownerState:{...L,...X==null?void 0:X.ownerState},className:ne.valueLabel}),nr=ut({elementType:ve,externalSlotProps:Oe,ownerState:L,className:ne.mark}),rr=ut({elementType:Ve,externalSlotProps:Re,ownerState:L,className:ne.markLabel}),na=ut({elementType:M,getSlotProps:B,externalSlotProps:$e,ownerState:L});return l.jsxs(_e,{...We,children:[l.jsx(be,{...Kt}),l.jsx(Ne,{...ea}),P.filter(ke=>ke.value>=v&&ke.value<=j).map((ke,Ae)=>{const or=Pn(ke.value,v,j),hn=J[U].offset(or);let tt;return z===!1?tt=se.includes(ke.value):tt=z==="normal"&&(ee?ke.value>=se[0]&&ke.value<=se[se.length-1]:ke.value<=se[0])||z==="inverted"&&(ee?ke.value<=se[0]||ke.value>=se[se.length-1]:ke.value>=se[0]),l.jsxs(Q.Fragment,{children:[l.jsx(ve,{"data-index":Ae,...nr,...!sn(ve)&&{markActive:tt},style:{...hn,...nr.style},className:pt(nr.className,tt&&ne.markActive)}),ke.label!=null?l.jsx(Ve,{"aria-hidden":!0,"data-index":Ae,...rr,...!sn(Ve)&&{markLabelActive:tt},style:{...hn,...rr.style},className:pt(ne.markLabel,rr.className,tt&&ne.markLabelActive),children:ke.label}):null]},Ae)}),se.map((ke,Ae)=>{const or=Pn(ke,v,j),hn=J[U].offset(or),tt=W==="off"?l1:Ge;return l.jsx(tt,{...!sn(tt)&&{valueLabelFormat:ae,valueLabelDisplay:W,value:typeof ae=="function"?ae(p(ke),Ae):ae,index:Ae,open:te===Ae||G===Ae||W==="on",disabled:f},...ta,children:l.jsx(Be,{"data-index":Ae,...tr,className:pt(ne.thumb,tr.className,G===Ae&&ne.active,re===Ae&&ne.focusVisible),style:{...hn,...q(Ae),...tr.style},children:l.jsx(M,{"data-index":Ae,"aria-label":_?_(Ae):i,"aria-valuenow":p(ke),"aria-labelledby":c,"aria-valuetext":w?w(p(ke),Ae):a,value:se[Ae],...na})})},Ae)})]})});process.env.NODE_ENV!=="production"&&(ki.propTypes={"aria-label":Mo(s.string,e=>Array.isArray(e.value||e.defaultValue)&&e["aria-label"]!=null?new Error("MUI: You need to use the `getAriaLabel` prop instead of `aria-label` when using a range slider."):null),"aria-labelledby":s.string,"aria-valuetext":Mo(s.string,e=>Array.isArray(e.value||e.defaultValue)&&e["aria-valuetext"]!=null?new Error("MUI: You need to use the `getAriaValueText` prop instead of `aria-valuetext` when using a range slider."):null),children:s.node,classes:s.object,className:s.string,color:s.oneOfType([s.oneOf(["primary","secondary","error","info","success","warning"]),s.string]),components:s.shape({Input:s.elementType,Mark:s.elementType,MarkLabel:s.elementType,Rail:s.elementType,Root:s.elementType,Thumb:s.elementType,Track:s.elementType,ValueLabel:s.elementType}),componentsProps:s.shape({input:s.oneOfType([s.func,s.object]),mark:s.oneOfType([s.func,s.object]),markLabel:s.oneOfType([s.func,s.object]),rail:s.oneOfType([s.func,s.object]),root:s.oneOfType([s.func,s.object]),thumb:s.oneOfType([s.func,s.object]),track:s.oneOfType([s.func,s.object]),valueLabel:s.oneOfType([s.func,s.shape({children:s.element,className:s.string,open:s.bool,style:s.object,value:s.node,valueLabelDisplay:s.oneOf(["auto","off","on"])})])}),defaultValue:s.oneOfType([s.arrayOf(s.number),s.number]),disabled:s.bool,disableSwap:s.bool,getAriaLabel:s.func,getAriaValueText:s.func,marks:s.oneOfType([s.arrayOf(s.shape({label:s.node,value:s.number.isRequired})),s.bool]),max:s.number,min:s.number,name:s.string,onChange:s.func,onChangeCommitted:s.func,orientation:s.oneOf(["horizontal","vertical"]),scale:s.func,shiftStep:s.number,size:s.oneOfType([s.oneOf(["small","medium"]),s.string]),slotProps:s.shape({input:s.oneOfType([s.func,s.object]),mark:s.oneOfType([s.func,s.object]),markLabel:s.oneOfType([s.func,s.object]),rail:s.oneOfType([s.func,s.object]),root:s.oneOfType([s.func,s.object]),thumb:s.oneOfType([s.func,s.object]),track:s.oneOfType([s.func,s.object]),valueLabel:s.oneOfType([s.func,s.shape({children:s.element,className:s.string,open:s.bool,style:s.object,value:s.node,valueLabelDisplay:s.oneOf(["auto","off","on"])})])}),slots:s.shape({input:s.elementType,mark:s.elementType,markLabel:s.elementType,rail:s.elementType,root:s.elementType,thumb:s.elementType,track:s.elementType,valueLabel:s.elementType}),step:s.number,sx:s.oneOfType([s.arrayOf(s.oneOfType([s.func,s.object,s.bool])),s.func,s.object]),tabIndex:s.number,track:s.oneOf(["inverted","normal",!1]),value:s.oneOfType([s.arrayOf(s.number),s.number]),valueLabelDisplay:s.oneOf(["auto","off","on"]),valueLabelFormat:s.oneOfType([s.func,s.string])});const c1="_slider_1prh1_2",u1="_playButton_1prh1_14",d1="_sliderOpen_1prh1_25",f1="_sliderResults_1prh1_29",Xt={slider:c1,playButton:u1,sliderOpen:d1,sliderResults:f1},ji=({onResults:e=!1,defaultYear:t=2025,firstYear:n=2025,lastYear:r=2050,marcas:o=null,zIndex:i=10,rightBarOpen:a=!1,conditionToBeRuning:c=null,onChange:u=d=>{console.log("year changed to ",d)}})=>{const m=o||((v,C)=>{const x=[];x.push({label:"",value:v});const $=Math.ceil(v/10)*10;for(let N=$;N<C;N+=10)x.push({label:"",value:N});return x[x.length-1].value!==C&&x.push({label:"",value:C}),x})(n,r),[g,y]=S.useState(t);S.useEffect(()=>{y(t)},[t]);const h=(v,C)=>{y(C),u(C)},[b,f]=S.useState(!1);S.useEffect(()=>{t&&console.log("defaultYear changed:",t),t&&y(t)},[t]),S.useEffect(()=>{c===!1&&f(!1)},[c]);const _=()=>{f(!0)},w=()=>{f(!1)};((v,C,x=[])=>{const $=S.useRef();S.useEffect(()=>{$.current=v},[v]),S.useEffect(()=>{function N(){$.current()}{let E=setInterval(N,C);return()=>clearInterval(E)}},[C,...x])})(()=>{b&&y(v=>{const C=v+1;return C>r?(u(n),n):(u(C),C)})},1e3,[n,r,b]);const j=so.createTheme({palette:{primary:{main:"#605b56"}},components:{MuiSlider:{styleOverrides:{mark:{height:10,backgroundColor:"#605b56"},valueLabel:{backgroundColor:"transparent",color:"#605b56",padding:0,top:3}}}}});return l.jsx(ma.ThemeProvider,{theme:j,children:l.jsxs(so.Box,{sx:{width:400},className:`${e?Xt.sliderResults:Xt.slider} ${a?Xt.sliderOpen:""}`,style:{zIndex:i},children:[n,l.jsx(ki,{"aria-label":"TimeSlider",value:g,valueLabelDisplay:"on",step:1,marks:m,min:n,max:r,onChange:h,color:"primary",size:"small"}),r,!b&&l.jsx("button",{className:Xt.playButton,onClick:_,children:l.jsx("img",{src:h0,alt:"Play"})}),b&&l.jsx("button",{className:Xt.playButton,onClick:w,children:l.jsx("img",{src:g0,alt:"Pause"})})]})})};ji.propTypes={defaultYear:s.number,onResults:s.bool,firstYear:s.number,lastYear:s.number,marcas:s.arrayOf(s.shape({label:s.string,value:s.number})),zIndex:s.number,rightBarOpen:s.bool,onChange:s.func};const p1="_TopNavMenuContainer_12mp4_2",m1="_topNavOptions_12mp4_13",h1="_active_12mp4_27",Cr={TopNavMenuContainer:p1,topNavOptions:m1,active:h1},$i=({options:e=[],containerStyles:t,borderColor:n="red",textColor:r="white",onChangeNavLink:o=i=>{console.log("Changed NavLink",i)}})=>{const{t:i}=oe.useTranslation();return l.jsx("div",{className:Cr.TopNavMenuContainer,style:{...t},children:e.map((a,c)=>l.jsx($s.NavLink,{to:a.url,className:({isActive:u})=>`${Cr.topNavOptions} ${u?Cr.active:""} `,onClick:()=>o(a.url),style:({isActive:u})=>({color:r,borderBottom:u?`5px solid ${n}`:"5px solid transparent"}),children:i(a.name)},c))})};$i.propTypes={options:s.arrayOf(s.object),cssProps:s.shape({borderColor:s.string.isRequired,textColor:s.string.isRequired})};const g1="_LogInButton_1vxj5_2",y1={LogInButton:g1},Ei=({cssClass:e,notLoggedInLabel:t="Log in",loggedInLabel:n="Log out",containerStyles:r,userName:o="",isLoggedIn:i=!1,onClickLogIn:a=()=>{console.log("Login clicked")},onClickLogOut:c=()=>{console.log("Logout clicked")}})=>{const{t:u}=oe.useTranslation();return l.jsx("div",{style:{...r},className:`${y1.LogInButton} link ${e}`,onClick:i?c:a,children:i?o||u(n):u(t)})};Ei.propTypes={cssClass:s.string,notLoggedInLabel:s.string,loggedInLabel:s.string,containerStyles:s.object,userName:s.string,isLoggedIn:s.bool};const b1="_elementSelector_1ox68_2",v1="_header_1ox68_14",x1="_nameDateContainer_1ox68_24",C1="_elementName_1ox68_40",_1="_elementDate_1ox68_54",w1="_buttonsContainer_1ox68_68",S1="_elementListContainer_1ox68_77",T1="_newElementButtonContainer_1ox68_81",rt={elementSelector:b1,header:v1,nameDateContainer:x1,elementName:C1,elementDate:_1,buttonsContainer:w1,elementListContainer:S1,newElementButtonContainer:T1},k1="_listElement_s4s4h_3",j1="_elementNameDate_s4s4h_19",$1="_elementNameContainer_s4s4h_30",E1="_elementName_s4s4h_19",N1="_elementDate_s4s4h_47",O1="_nameAndEye_s4s4h_50",A1="_elementButtons_s4s4h_55",L1="_moreInfoContainer_s4s4h_78",M1="_moreInfo_s4s4h_78",Ue={listElement:k1,elementNameDate:j1,elementNameContainer:$1,elementName:E1,elementDate:N1,nameAndEye:O1,elementButtons:A1,break:"_break_s4s4h_73",moreInfoContainer:L1,moreInfo:M1},R1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Eliminar'%3e%3ccircle%20id='Ellipse%20220'%20cx='15.5106'%20cy='15.8063'%20r='14.3521'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cpath%20id='Vector'%20d='M20.8581%2010.5548H17.5491V10.4015C17.5491%209.17493%2016.6257%208.255%2015.4714%208.255C14.3171%208.255%2013.3167%209.17493%2013.3167%2010.4015V10.5548H10.0846C9.69985%2010.5548%209.46899%2010.7848%209.46899%2011.1681C9.46899%2011.5514%209.69985%2011.7814%2010.0846%2011.7814H10.2385V21.2106C10.2385%2022.3605%2011.162%2023.3571%2012.3932%2023.3571H18.5495C19.7038%2023.3571%2020.7042%2022.4372%2020.7042%2021.2106V11.7047H20.9351C21.2429%2011.7047%2021.5507%2011.4747%2021.5507%2011.0914C21.5507%2010.7081%2021.1659%2010.5548%2020.8581%2010.5548ZM14.471%2010.4015C14.471%209.86488%2014.9327%209.40491%2015.4714%209.40491C16.01%209.40491%2016.3948%209.86488%2016.3948%2010.4015V10.5548H14.471V10.4015ZM16.3948%2018.8342V15.0011C16.3948%2014.6178%2016.6257%2014.3878%2017.0104%2014.3878C17.3952%2014.3878%2017.6261%2014.6178%2017.6261%2015.0011V18.8342C17.6261%2019.1408%2017.3952%2019.4474%2017.0104%2019.4474C16.6257%2019.4474%2016.3948%2019.1408%2016.3948%2018.8342ZM13.3167%2018.8342V15.0011C13.3167%2014.6178%2013.5475%2014.3878%2013.9323%2014.3878C14.3171%2014.3878%2014.5479%2014.6178%2014.5479%2015.0011V18.8342C14.5479%2019.1408%2014.3171%2019.4474%2013.9323%2019.4474C13.5475%2019.4474%2013.3167%2019.1408%2013.3167%2018.8342Z'%20fill='%23605B56'/%3e%3c/g%3e%3c/svg%3e",D1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%209259'%3e%3ccircle%20id='Ellipse%20219'%20cx='15.3062'%20cy='15.8063'%20r='14.3521'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cg%20id='Group%203973'%3e%3cg%20id='Rectangle%20495'%3e%3cmask%20id='path-2-inside-1_4451_10560'%20fill='white'%3e%3crect%20x='10.4033'%20y='7.70422'%20width='12.8'%20height='12.8'%20rx='1'/%3e%3c/mask%3e%3crect%20x='10.4033'%20y='7.70422'%20width='12.8'%20height='12.8'%20rx='1'%20stroke='%23605B56'%20stroke-width='3'%20mask='url(%23path-2-inside-1_4451_10560)'/%3e%3c/g%3e%3cg%20id='Group%203972'%3e%3crect%20id='Rectangle%20496'%20x='7.2041'%20y='10.9042'%20width='12.8'%20height='12.8'%20rx='1'%20fill='%23605B56'/%3e%3cpath%20id='+'%20d='M16.3785%2018.0509H14.3838V20.0776H12.9331V18.0509H10.9385V16.6749H12.9331V14.6376H14.3838V16.6749H16.3785V18.0509Z'%20fill='%23FDFDFD'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",I1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%209260'%3e%3ccircle%20id='Ellipse%20219'%20cx='15.1021'%20cy='15.8063'%20r='14.3521'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cpath%20id='Vector'%20d='M8.20744%208.70422C7.34769%208.70422%206.88873%209.71735%207.45568%2010.3637L13.3518%2017.085C13.5118%2017.2675%2013.6%2017.5018%2013.6%2017.7445V23.2443C13.6%2023.6283%2013.8199%2023.9783%2014.1658%2024.1451L15.9658%2025.0128C16.6297%2025.3329%2017.4%2024.8491%2017.4%2024.112V17.7445C17.4%2017.5018%2017.4882%2017.2675%2017.6482%2017.085L23.5443%2010.3637C24.1113%209.71735%2023.6523%208.70422%2022.7926%208.70422H8.20744Z'%20fill='%23605B56'/%3e%3c/g%3e%3c/svg%3e",P1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%206725'%3e%3ccircle%20id='Ellipse%20219'%20cx='15.1021'%20cy='15.7148'%20r='14.3521'%20stroke='%23605B56'%20stroke-opacity='0.5'%20stroke-width='1.5'/%3e%3cg%20id='Group%206724'%3e%3cpath%20id='Vector'%20d='M17.4114%2023.3302C17.4114%2024.5419%2016.4269%2027.4724%2015.2126%2027.4724C13.9982%2027.4724%2013.0137%2024.5419%2013.0137%2023.3302C13.0137%2022.7483%2013.2453%2022.1902%2013.6577%2021.7787C14.0701%2021.3673%2014.6294%2021.1361%2015.2126%2021.1361C15.7957%2021.1361%2016.355%2021.3673%2016.7674%2021.7787C17.1798%2022.1902%2017.4114%2022.7483%2017.4114%2023.3302Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Union'%20d='M15.2919%2020.6088H11.2899L11.289%2020.6078C10.6273%2020.7718%209.36856%2021.3396%209.39931%2023.2845C9.39931%2023.2845%207.41254%2021.7976%208.17372%2019.0179L8.25575%2018.7445C8.59675%2017.7118%209.66004%2016.7306%2010.7714%2016.2435C10.7337%2012.8666%2011.5045%208.19644%2015.2919%204.724V20.6088ZM10.6835%2017.4164C10.5323%2017.5091%2010.3819%2017.6125%2010.2372%2017.7279C9.77215%2018.099%209.43634%2018.5195%209.26747%2018.8988L9.20595%2019.058C8.95666%2019.8145%208.9632%2020.4347%209.07607%2020.9291C9.34144%2020.5645%209.66233%2020.2832%209.9999%2020.0746C10.2365%2019.9284%2010.4715%2019.8251%2010.6835%2019.7494V17.4164Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Union_2'%20d='M15.293%204.724C19.0931%208.20817%2019.8548%2012.8981%2019.8115%2016.2777C20.8629%2016.7859%2021.8411%2017.7218%2022.165%2018.7045C23.1398%2021.6599%2021.0225%2023.2445%2021.0225%2023.2445C21.051%2021.4361%2019.9648%2020.8184%2019.2803%2020.6088H15.293V4.724ZM19.7676%2017.3949C19.7586%2017.5313%2019.7493%2017.6646%2019.7383%2017.7943V19.7094C19.9502%2019.7851%2020.1854%2019.8884%2020.4219%2020.0345C20.7595%2020.2432%2021.0794%2020.5253%2021.3447%2020.89C21.4466%2020.444%2021.4627%2019.8956%2021.2812%2019.2367L21.2148%2019.0179C21.0772%2018.6004%2020.7157%2018.1118%2020.1846%2017.6879C20.0493%2017.58%2019.9088%2017.4829%2019.7676%2017.3949Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cg%20id='Vector_2'%3e%3cpath%20d='M12.541%208.28445C12.541%208.28445%2014.8218%209.81829%2018.0434%208.28445C18.0434%208.28445%2016.9978%206.03912%2015.2919%204.61267C15.2919%204.61267%2013.7894%205.92343%2012.541%208.28445Z'%20fill='%23FDFDFD'/%3e%3cpath%20d='M15.3057%205.29626C15.9532%205.9116%2016.4918%206.63792%2016.8867%207.2533C17.0801%207.55466%2017.2355%207.82605%2017.3516%208.03748C16.0573%208.54342%2014.966%208.52427%2014.1807%208.36951C13.781%208.29074%2013.4584%208.17533%2013.2266%208.07556C13.7607%207.14513%2014.32%206.40895%2014.7646%205.88806C14.9759%205.64056%2015.1621%205.44302%2015.3057%205.29626Z'%20stroke='%23605B56'%20stroke-opacity='0.5'/%3e%3c/g%3e%3cpath%20id='Vector_3'%20d='M17.6984%2012.9862C17.6985%2013.4539%2017.5596%2013.9111%2017.2993%2014.3001C17.039%2014.689%2016.669%2014.9922%2016.236%2015.1712C15.803%2015.3503%2015.3265%2015.3972%2014.8668%2015.3061C14.4071%2015.2149%2013.9848%2014.9898%2013.6533%2014.6591C13.3218%2014.3285%2013.0961%2013.9072%2013.0046%2013.4485C12.9131%2012.9898%2012.96%2012.5143%2013.1393%2012.0822C13.3186%2011.6501%2013.6224%2011.2808%2014.0121%2011.021C14.4018%2010.7611%2014.86%2010.6224%2015.3287%2010.6224C15.957%2010.6224%2016.5597%2010.8715%2017.004%2011.3147C17.4484%2011.758%2017.6982%2012.3593%2017.6984%2012.9862Z'%20fill='%23FDFDFD'/%3e%3cpath%20id='Vector_4'%20d='M17.1358%2013.0038C17.1358%2013.36%2017.0299%2013.7083%2016.8316%2014.0045C16.6332%2014.3007%2016.3513%2014.5316%2016.0214%2014.6679C15.6916%2014.8042%2015.3286%2014.8399%2014.9784%2014.7704C14.6282%2014.7009%2014.3066%2014.5294%2014.0541%2014.2774C13.8017%2014.0255%2013.6297%2013.7046%2013.5601%2013.3552C13.4904%2013.0058%2013.5262%2012.6436%2013.6628%2012.3145C13.7994%2011.9853%2014.0308%2011.704%2014.3277%2011.5061C14.6245%2011.3082%2014.9736%2011.2025%2015.3306%2011.2025C15.8094%2011.2025%2016.2685%2011.3923%2016.6071%2011.7301C16.9456%2012.0679%2017.1358%2012.526%2017.1358%2013.0038Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_5'%20d='M16.7061%2013.2093C16.6508%2013.2093%2016.5978%2013.1874%2016.5588%2013.1485C16.5197%2013.1095%2016.4978%2013.0566%2016.4978%2013.0015C16.4974%2012.7236%2016.3866%2012.4572%2016.1897%2012.2607C15.9928%2012.0642%2015.7258%2011.9537%2015.4473%2011.9533C15.4175%2011.9582%2015.3869%2011.9566%2015.3578%2011.9485C15.3287%2011.9405%2015.3017%2011.9262%2015.2786%2011.9067C15.2556%2011.8872%2015.237%2011.8629%2015.2244%2011.8356C15.2117%2011.8082%2015.2051%2011.7784%2015.2051%2011.7482C15.2051%2011.7181%2015.2117%2011.6883%2015.2244%2011.6609C15.237%2011.6336%2015.2556%2011.6093%2015.2786%2011.5898C15.3017%2011.5703%2015.3287%2011.556%2015.3578%2011.5479C15.3869%2011.5399%2015.4175%2011.5383%2015.4473%2011.5432C15.8348%2011.5435%2016.2063%2011.6973%2016.4803%2011.9707C16.7543%2012.2441%2016.9084%2012.6148%2016.9088%2013.0015C16.9088%2013.0557%2016.8876%2013.1077%2016.8498%2013.1465C16.8119%2013.1854%2016.7603%2013.2079%2016.7061%2013.2093Z'%20fill='%23FDFDFD'/%3e%3cpath%20id='Vector_6'%20d='M16.8082%2013.6607C16.8082%2013.7106%2016.7934%2013.7594%2016.7656%2013.8008C16.7378%2013.8423%2016.6984%2013.8746%2016.6522%2013.8937C16.606%2013.9128%2016.5552%2013.9178%2016.5062%2013.9081C16.4571%2013.8983%2016.4121%2013.8743%2016.3768%2013.8391C16.3414%2013.8038%2016.3173%2013.7589%2016.3076%2013.7099C16.2978%2013.661%2016.3028%2013.6103%2016.322%2013.5642C16.3411%2013.5182%2016.3735%2013.4788%2016.4151%2013.4511C16.4566%2013.4234%2016.5055%2013.4086%2016.5555%2013.4086C16.6225%2013.4086%2016.6868%2013.4351%2016.7342%2013.4824C16.7816%2013.5297%2016.8082%2013.5939%2016.8082%2013.6607Z'%20fill='%23FDFDFD'/%3e%3cpath%20id='Vector_7'%20d='M15.6008%2016.0612C15.5633%2016.0097%2015.5141%2015.9677%2015.4573%2015.9388C15.4005%2015.9099%2015.3376%2015.8949%2015.2738%2015.8949H15.1898C15.126%2015.8948%2015.0631%2015.9099%2015.0062%2015.9388C14.9494%2015.9677%2014.9002%2016.0096%2014.8627%2016.0612C14.8627%2016.0612%2013.6074%2017.4973%2014.1816%2021.0915C14.4989%2023.0777%2015.2314%2023.6694%2015.2314%2023.6694C15.2314%2023.6694%2015.9639%2023.0777%2016.2819%2021.0915C16.8561%2017.4973%2015.6008%2016.0612%2015.6008%2016.0612Z'%20fill='%23FDFDFD'/%3e%3cpath%20id='Vector_8'%20d='M15.1468%2015.8949C15.083%2015.8948%2015.0201%2015.9099%2014.9632%2015.9388C14.9064%2015.9677%2014.8572%2016.0096%2014.8198%2016.0612C14.8198%2016.0612%2013.5645%2017.4973%2014.1387%2021.0915C14.456%2023.0777%2015.1884%2023.6694%2015.1884%2023.6694V15.8949H15.1468Z'%20fill='%23FDFDFD'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e",B1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='15.3062'%20cy='15.2144'%20r='14.3521'%20stroke='%2392898A'%20stroke-width='1.5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.9898%2012.7234V9.89008C11.9898%208.88815%2012.3811%207.92726%2013.0777%207.21879C13.7743%206.51032%2014.719%206.1123%2015.7041%206.1123C16.6892%206.1123%2017.6339%206.51032%2018.3305%207.21879C19.0271%207.92726%2019.4184%208.88815%2019.4184%209.89008V12.7234H20.347C20.8395%2012.7234%2021.3119%2012.9224%2021.6602%2013.2767C22.0084%2013.6309%2022.2041%2014.1113%2022.2041%2014.6123V21.2234C22.2041%2021.7244%2022.0084%2022.2048%2021.6602%2022.5591C21.3119%2022.9133%2020.8395%2023.1123%2020.347%2023.1123H11.0612C10.5687%2023.1123%2010.0963%2022.9133%209.74805%2022.5591C9.39976%2022.2048%209.2041%2021.7244%209.2041%2021.2234V14.6123C9.2041%2014.1113%209.39976%2013.6309%209.74805%2013.2767C10.0963%2012.9224%2010.5687%2012.7234%2011.0612%2012.7234H11.9898ZM13.847%209.89008C13.847%209.38912%2014.0426%208.90867%2014.3909%208.55444C14.7392%208.2002%2015.2116%208.00119%2015.7041%208.00119C16.1966%208.00119%2016.669%208.2002%2017.0173%208.55444C17.3656%208.90867%2017.5612%209.38912%2017.5612%209.89008V12.7234H13.847V9.89008ZM15.7041%2015.5567C15.9504%2015.5567%2016.1866%2015.6563%2016.3607%2015.8334C16.5348%2016.0105%2016.6327%2016.2507%2016.6327%2016.5012V19.3345C16.6327%2019.585%2016.5348%2019.8252%2016.3607%2020.0023C16.1866%2020.1795%2015.9504%2020.279%2015.7041%2020.279C15.4578%2020.279%2015.2216%2020.1795%2015.0475%2020.0023C14.8734%2019.8252%2014.7755%2019.585%2014.7755%2019.3345V16.5012C14.7755%2016.2507%2014.8734%2016.0105%2015.0475%2015.8334C15.2216%2015.6563%2015.4578%2015.5567%2015.7041%2015.5567Z'%20fill='%2392898A'/%3e%3c/svg%3e",V1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Editar'%3e%3ccircle%20id='Ellipse%20219'%20cx='15.1021'%20cy='15.1021'%20r='14.3521'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cg%20id='Group%203792'%3e%3cpath%20id='Vector%20530'%20d='M22.469%2010.8343L19.54%207.90531C19.3447%207.71005%2019.0281%207.71005%2018.8329%207.90531L8.39131%2018.3469C8.31762%2018.4206%208.2688%2018.5154%208.25167%2018.6182L7.66586%2022.1331C7.60946%2022.4715%207.90285%2022.7649%208.24126%2022.7085L11.7561%2022.1227C11.8589%2022.1055%2011.9538%2022.0567%2012.0275%2021.983L22.469%2011.5415C22.6643%2011.3462%2022.6643%2011.0296%2022.469%2010.8343Z'%20stroke='%23605B56'/%3e%3cpath%20id='Vector%20531'%20d='M9.00391%2017.7334L12.6401%2021.3695'%20stroke='%23605B56'/%3e%3cpath%20id='Vector%20614'%20d='M19.4292%207.55176L9.24805%2017.733L12.6418%2021.1267L22.823%2010.9455L19.4292%207.55176Z'%20fill='%23605B56'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e",F1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%206729'%3e%3ccircle%20id='Ellipse%20219'%20cx='15.1021'%20cy='15.1021'%20r='14.3521'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cpath%20id='i'%20d='M14%209.008C14%208.708%2014.102%208.468%2014.306%208.288C14.51%208.096%2014.78%208%2015.116%208C15.452%208%2015.722%208.096%2015.926%208.288C16.13%208.468%2016.232%208.708%2016.232%209.008C16.232%209.308%2016.13%209.554%2015.926%209.746C15.722%209.926%2015.452%2010.016%2015.116%2010.016C14.78%2010.016%2014.51%209.926%2014.306%209.746C14.102%209.554%2014%209.308%2014%209.008ZM15.926%2011.906V21.788H14.288V11.906H15.926Z'%20fill='%23605B56'/%3e%3c/g%3e%3c/svg%3e";var us;function Rr(){return Rr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Rr.apply(null,arguments)}var z1=function(t){return Q.createElement("svg",Rr({xmlns:"http://www.w3.org/2000/svg",width:26,height:14,fill:"none"},t),us||(us=Q.createElement("g",{fill:"currentColor"},Q.createElement("path",{d:"M12.95.408C7.659.408 2.849 2.772.083 6.726a.47.47 0 0 0 0 .532c2.761 3.955 7.571 6.313 12.867 6.313s10.106-2.358 12.867-6.313a.47.47 0 0 0 0-.532C23.05 2.772 18.24.408 12.95.408m0 10.814A4.24 4.24 0 0 1 8.718 6.99a4.24 4.24 0 0 1 4.232-4.232 4.24 4.24 0 0 1 4.232 4.232 4.24 4.24 0 0 1-4.232 4.232"}),Q.createElement("path",{d:"M12.951 10.297a3.307 3.307 0 1 0 0-6.614 3.307 3.307 0 0 0 0 6.614"}))))};const q1="data:image/svg+xml,%3csvg%20width='26'%20height='18'%20viewBox='0%200%2026%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%205207'%3e%3cpath%20id='Vector'%20d='M12.9837%206.40625C11.1707%206.40625%209.69531%207.88162%209.69531%209.69462C9.69531%2010.0276%209.74618%2010.3514%209.83869%2010.652C9.93579%2010.9711%2010.0792%2011.2718%2010.2642%2011.54L14.8291%206.97512C14.5562%206.79013%2014.2602%206.64676%2013.9411%206.54962C13.6404%206.45712%2013.3167%206.40625%2012.9837%206.40625Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_2'%20d='M19.4938%204.44079C19.318%204.36678%2019.1191%204.40841%2018.985%204.53792L16.3534%207.16955V7.17415C16.543%207.42855%2016.7049%207.70604%2016.8344%208.00204C17.0656%208.52004%2017.1905%209.09354%2017.1905%209.69478C17.1905%2012.0165%2015.3035%2013.9035%2012.9818%2013.9035C12.3805%2013.9035%2011.807%2013.7787%2011.289%2013.5474C10.993%2013.4179%2010.7155%2013.256%2010.4611%2013.0664H10.4565L8.52788%2014.995C8.41225%2015.1153%208.36601%2015.2864%208.41225%2015.4437C8.45389%2015.6055%208.57875%2015.7304%208.74063%2015.772C10.0958%2016.1189%2011.511%2016.2947%2012.9494%2016.2947C18.245%2016.2947%2023.055%2013.9359%2025.8161%209.98153C25.9271%209.82429%2025.9271%209.61153%2025.8161%209.45427C24.2991%207.27591%2022.1115%205.54154%2019.4938%204.44079Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_3'%20d='M12.9843%2012.979C14.7973%2012.979%2016.268%2011.5082%2016.268%209.6952C16.268%209.35295%2016.2171%209.0292%2016.12%208.71933C16.0229%208.4002%2015.8749%208.10419%2015.6899%207.83594L11.125%2012.4008C11.3933%2012.5858%2011.6893%2012.7338%2012.0084%2012.831C12.3183%2012.9281%2012.6466%2012.979%2012.9843%2012.979Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_4'%20d='M9.12048%2011.3694C8.89386%2010.856%208.769%2010.2918%208.769%209.69516C8.769%207.3734%2010.656%205.48178%2012.9824%205.48178C13.579%205.48178%2014.1433%205.60667%2014.6566%205.83329C14.9526%205.95815%2015.2347%206.12004%2015.4891%206.31428L17.3808%204.42267L21.0114%200.792026C21.1918%200.611646%2021.1918%200.315664%2021.0114%200.135285C20.831%20-0.0450949%2020.535%20-0.0450949%2020.3546%200.135285L16.8951%203.59478C15.6186%203.28491%2014.2959%203.13228%2012.95%203.13228C7.65437%203.13228%202.84439%205.49565%200.0832465%209.45464C-0.0277488%209.61191%20-0.0277488%209.82467%200.0832465%209.9819C1.48001%2011.9845%203.44563%2013.6079%205.78125%2014.7087L3.37162%2017.1183C3.19127%2017.2986%203.19127%2017.5947%203.37162%2017.775C3.46412%2017.8629%203.57975%2017.9091%203.7%2017.9091C3.82026%2017.9091%203.93588%2017.8629%204.02839%2017.775L9.60151%2012.2019C9.40727%2011.9429%209.24536%2011.6654%209.12048%2011.3694Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3c/g%3e%3c/svg%3e",Ni=({listelement:e,onClickElement:t,isActive:n,activeColor:r,fontColor:o,moreInfo:i,columns:a,elementButtons:c,processTooltip:u,defaultTooltip:d,showEye:m=!0})=>{const{name:g,created_at:y,id:h,isBeingProcessed:b}=e,[f,_]=S.useState(!1),{t:w}=oe.useTranslation(),T=c&&c.edit&&!e.is_default&&!e.is_baseline,j=c&&c.trash&&!e.is_default&&!e.is_baseline;return l.jsxs("div",{className:Ue.listElement,style:{borderBottom:`1px solid ${o}`},children:[l.jsx("div",{className:Ue.elementNameDate,onClick:()=>t(h),children:Object.keys(a).map((v,C)=>v==="name"?l.jsx("div",{className:Ue.elementNameContainer,children:l.jsxs("div",{className:`${Ue.elementName} ${m&&Ue.nameAndEye}`,children:[m&&(n?l.jsx(z1,{style:{color:r,marginRight:9}}):l.jsx("img",{style:{marginRight:9},src:q1,alt:"eye"})),l.jsx("span",{style:{color:n?r:o},children:g})]})},`col${C}`):v=="data"?l.jsx("div",{className:Ue.elementDate,children:y?new Date(y).toLocaleDateString():""},`col${C}data`):l.jsx("div",{className:Ue.elementDate,children:e[v]},`col${C}other`))}),l.jsxs("div",{className:Ue.elementButtons,children:[e.processing&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("img",{src:P1}),l.jsx(et,{text:u,position:"left"})]}),c.filter&&!e.is_default&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:()=>c.filter.onclick(e),disabled:c.filter.disabled||!1,children:l.jsx("img",{src:I1})}),l.jsx(et,{text:c.filter.tooltiptext,position:"left"})]}),c.copy&&!e.is_default&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:()=>c.copy.onclick(e),disabled:c.copy.disabled||!1,children:l.jsx("img",{src:D1})}),l.jsx(et,{text:c.copy.tooltiptext,position:"left"})]}),T&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:()=>c.edit.onclick(e),disabled:c.edit.disabled||!1,children:l.jsx("img",{src:V1})}),l.jsx(et,{text:c.edit.tooltiptext,position:"left"})]}),c.info&&e.is_default&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:()=>c.info.onclick(e),disabled:c.info.disabled||!1,children:l.jsx("img",{src:F1})}),l.jsx(et,{text:c.info.tooltiptext,position:"left"})]}),j&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:()=>c.trash.onclick(e),disabled:c.trash.disabled||!1,children:l.jsx("img",{src:R1})}),l.jsx(et,{text:c.trash.tooltiptext,position:"left"})]}),e.is_default&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("img",{src:B1}),l.jsx(et,{text:d,position:"left"})]})]}),i&&l.jsx("div",{className:Ue.break}),i&&l.jsxs("div",{className:Ue.moreInfoContainer,children:[l.jsxs("div",{className:Ue.moreInfo,onClick:()=>_(!f),children:[l.jsx("span",{children:f?"-":"+"}),w(i.label)]}),i&&f&&l.jsx("div",{className:Ue.moreInfoInfo,children:e[i.info]})]})]})};Ni.propTypes={listelement:s.shape({name:s.string.isRequired,created_at:s.string,id:s.any.isRequired,isBeingProcessed:s.bool}).isRequired,onClickElement:s.func.isRequired,isActive:s.bool,activeColor:s.string,fontColor:s.string,moreInfo:s.any,columns:s.shape({name:s.string,data:s.string,ambit:s.string,escenari:s.string}),elementButtons:s.shape({copy:s.shape({onclick:s.func,tooltiptext:s.string}),delete:s.shape({onclick:s.func,tooltiptext:s.string}),filter:s.shape({onclick:s.func,tooltiptext:s.string})}),processTooltip:s.string,defaultTooltip:s.string,showEye:s.bool};const ds="data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M7%2015L7%201M7%2015L1%209M7%2015L13%209'%20stroke='%23605B56'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Oi=({elementsList:e,activeElementId:t,fontColor:n="#605B56",activeColor:r,buttonContainerStyles:o={},containerStyles:i={},newElementButton:a,onClickElement:c=b=>console.log(`OnCLickElement: ${b}`),columns:u,elementButtons:d,moreInfo:m=!1,processTooltip:g,defaultTooltip:y,showEye:h=!0})=>{const{t:b}=oe.useTranslation(),[f,_]=S.useState(e);S.useEffect(()=>{e&&_(e)},[e]);const w=v=>{if(typeof v!="string")return null;if(/^\d{4}[-/]\d{2}[-/]\d{2}$/.test(v))return new Date(v);const C=/^(\d{2})[-/.]\s*(\d{2})[-/.]\s*(\d{4})$/.exec(v);if(C)return new Date(`${C[3]}-${C[2]}-${C[1]}`);const x=/^(\d{2})[-/]\s*(\d{2})[-/]\s*(\d{4})$/.exec(v);return x?parseInt(x[1])>12?new Date(`${x[3]}-${x[2]}-${x[1]}`):new Date(`${x[3]}-${x[1]}-${x[2]}`):null},T=v=>w(v)!==null,j=v=>{if(!f||f.length===0)return;let C=[...f];const x=C.find(N=>N[v]!==null&&N[v]!==void 0),$=x?T(x[v]):!1;C.sort((N,E)=>{const I=N[v],D=E[v];if(I==null&&D==null)return 0;if(I==null)return 1;if(D==null)return-1;if($){const k=w(I),V=w(D);return!k&&!V?0:k?V?k-V:-1:1}const p=String(I||"").trim(),O=String(D||"").trim();return p.localeCompare(O)}),_(C)};return l.jsxs("div",{className:rt.elementSelector,style:{color:n,...i},children:[l.jsxs("div",{className:rt.header,style:{borderBottom:`1px solid ${n}`},children:[l.jsx("div",{className:rt.nameDateContainer,children:Object.keys(u).map(v=>v==="name"?l.jsx("div",{className:rt.elementName,children:l.jsxs("button",{onClick:()=>j("name"),children:[l.jsx("span",{children:b(u.name)}),l.jsx("img",{src:ds,alt:"order arrow"})]})},v):v==="data"?l.jsx("div",{className:rt.elementDate,children:l.jsxs("button",{onClick:()=>j("created_at"),children:[l.jsx("span",{children:b(u.data)}),l.jsx("img",{src:ds,alt:"order arrow"})]})},v):l.jsx("div",{className:rt.elementDate,children:l.jsx("span",{children:b(u[v])})},v))}),l.jsx("div",{className:rt.buttonsContainer})]}),l.jsx("div",{className:rt.elementListContainer,children:f&&f.length>0&&f.map(v=>l.jsx(Ni,{isActive:t==v.id,listelement:v,fontColor:n,activeColor:r,onClickElement:c,columns:u,elementButtons:d,moreInfo:m,processTooltip:g,defaultTooltip:y,showEye:h},`elementKey${v.id}`))}),a&&l.jsx("div",{className:rt.newElementButtonContainer,children:l.jsx(cn,{style:{...o},onClick:a.onClick,borderColor:"grey",disabled:a.disabled||!1,children:b(a.label)})})]})};Oi.propTypes={elementsList:s.arrayOf(s.shape({name:s.string.isRequired,created_at:s.string,id:s.any.isRequired})).isRequired,activeElementId:s.any,fontColor:s.string,activeColor:s.string,onClickElement:s.func.isRequired,newElementButton:s.shape({label:s.string,onClick:s.func}),columns:s.shape({name:s.string,data:s.string,ambit:s.string,escenari:s.string}),elementButtons:s.shape({copy:s.shape({onclick:s.func,tooltiptext:s.string}),delete:s.shape({onclick:s.func,tooltiptext:s.string}),filter:s.shape({onclick:s.func,tooltiptext:s.string})}),buttonContainerStyles:s.object,containerStyles:s.object,onCLickNewElement:s.func,moreInfo:s.shape({label:s.string,info:s.any}),processTooltip:s.string,defaultTooltip:s.string,showEye:s.bool};const W1="_formContainer_asv64_2",U1="_categorySelectorContainer_asv64_11",Z1="_formObjectContainer_asv64_15",H1="_buttonContainer_asv64_26",Qt={formContainer:W1,categorySelectorContainer:U1,formObjectContainer:Z1,buttonContainer:H1},Pt={text:"text",password:"password",radioList:"radioList",select:"select",textDescription:"textDescription",rankingSlider:"rankingSlider"};var K1=e=>e.type==="checkbox",on=e=>e instanceof Date,Qr=e=>e==null;const Ai=e=>typeof e=="object";var jt=e=>!Qr(e)&&!Array.isArray(e)&&Ai(e)&&!on(e),G1=e=>jt(e)&&e.target?K1(e.target)?e.target.checked:e.target.value:e,Y1=(e,t)=>t.split(".").some((n,r,o)=>!isNaN(Number(n))&&e.has(o.slice(0,r).join("."))),X1=e=>{const t=e.constructor&&e.constructor.prototype;return jt(t)&&t.hasOwnProperty("isPrototypeOf")},Q1=typeof window<"u"&&typeof window.HTMLElement<"u"&&typeof document<"u";function Li(e){if(e instanceof Date)return new Date(e);const t=typeof FileList<"u"&&e instanceof FileList;if(Q1&&(e instanceof Blob||t))return e;const n=Array.isArray(e);if(!n&&!(jt(e)&&X1(e)))return e;const r=n?[]:Object.create(Object.getPrototypeOf(e));for(const o in e)Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=Li(e[o]));return r}var Mi=e=>/^\w*$/.test(e),Dr=e=>e===void 0,J1=e=>Array.isArray(e)?e.filter(Boolean):[],Ri=e=>J1(e.replace(/["|']|\]/g,"").split(/\.|\[/)),Pe=(e,t,n)=>{if(!t||!jt(e))return n;const r=(Mi(t)?[t]:Ri(t)).reduce((o,i)=>Qr(o)?o:o[i],e);return Dr(r)||r===e?Dr(e[t])?n:e[t]:r},_r=e=>typeof e=="boolean",En=e=>typeof e=="function",fs=(e,t,n)=>{let r=-1;const o=Mi(t)?[t]:Ri(t),i=o.length,a=i-1;for(;++r<i;){const c=o[r];let u=n;if(r!==a){const d=e[c];u=jt(d)||Array.isArray(d)?d:isNaN(+o[r+1])?{}:[]}if(c==="__proto__"||c==="constructor"||c==="prototype")return;e[c]=u,e=e[c]}};const ps={BLUR:"blur",CHANGE:"change"},ms={all:"all"},Di=S.createContext(null);Di.displayName="HookFormControlContext";const Jr=()=>S.useContext(Di);var ed=(e,t,n,r=!0)=>{const o={defaultValues:t._defaultValues};for(const i in e)Object.defineProperty(o,i,{get:()=>{const a=i;return t._proxyFormState[a]!==ms.all&&(t._proxyFormState[a]=!r||ms.all),n&&(n[a]=!0),e[a]}});return o};const Ii=typeof window<"u"?S.useLayoutEffect:S.useEffect;function td(e){const t=Jr(),{control:n=t,disabled:r,name:o,exact:i}=e||{},[a,c]=S.useState(n._formState),u=S.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1});return Ii(()=>n._subscribe({name:o,formState:u.current,exact:i,callback:d=>{!r&&c({...n._formState,...d})}}),[o,r,i]),S.useEffect(()=>{u.current.isValid&&n._setValid(!0)},[n]),S.useMemo(()=>ed(a,n,u.current,!1),[a,n])}var nd=e=>typeof e=="string",hs=(e,t,n,r,o)=>nd(e)?Pe(n,e,o):Array.isArray(e)?e.map(i=>Pe(n,i)):n,gs=e=>Qr(e)||!Ai(e);function Dn(e,t,n=new WeakSet){if(gs(e)||gs(t))return Object.is(e,t);if(on(e)&&on(t))return Object.is(e.getTime(),t.getTime());const r=Object.keys(e),o=Object.keys(t);if(r.length!==o.length)return!1;if(n.has(e)||n.has(t))return!0;n.add(e),n.add(t);for(const i of r){const a=e[i];if(!o.includes(i))return!1;if(i!=="ref"){const c=t[i];if(on(a)&&on(c)||(jt(a)||Array.isArray(a))&&(jt(c)||Array.isArray(c))?!Dn(a,c,n):!Object.is(a,c))return!1}}return!0}function rd(e){const t=Jr(),{control:n=t,name:r,defaultValue:o,disabled:i,exact:a,compute:c}=e||{},u=S.useRef(o),d=S.useRef(c),m=S.useRef(void 0),g=S.useRef(n),y=S.useRef(r);d.current=c;const[h,b]=S.useState(()=>{const v=n._getWatch(r,u.current);return d.current?d.current(v):v}),f=S.useCallback(v=>{const C=hs(r,n._names,v||n._formValues,!1,u.current);return d.current?d.current(C):C},[n._formValues,n._names,r]),_=S.useCallback(v=>{if(!i){const C=hs(r,n._names,v||n._formValues,!1,u.current);if(d.current){const x=d.current(C);Dn(x,m.current)||(b(x),m.current=x)}else b(C)}},[n._formValues,n._names,i,r]);Ii(()=>((g.current!==n||!Dn(y.current,r))&&(g.current=n,y.current=r,_()),n._subscribe({name:r,formState:{values:!0},exact:a,callback:v=>{_(v.values)}})),[n,a,r,_]),S.useEffect(()=>n._removeUnmounted());const w=g.current!==n,T=y.current,j=S.useMemo(()=>{if(i)return null;const v=!w&&!Dn(T,r);return w||v?f():null},[i,w,r,T,f]);return j!==null?j:h}function od(e){const t=Jr(),{name:n,disabled:r,control:o=t,shouldUnregister:i,defaultValue:a,exact:c=!0}=e,u=Y1(o._names.array,n),d=S.useMemo(()=>Pe(o._formValues,n,Pe(o._defaultValues,n,a)),[o,n,a]),m=rd({control:o,name:n,defaultValue:d,exact:c}),g=td({control:o,name:n,exact:c}),y=S.useRef(e),h=S.useRef(void 0),b=S.useRef(o.register(n,{...e.rules,value:m,..._r(e.disabled)?{disabled:e.disabled}:{}}));y.current=e;const f=S.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!Pe(g.errors,n)},isDirty:{enumerable:!0,get:()=>!!Pe(g.dirtyFields,n)},isTouched:{enumerable:!0,get:()=>!!Pe(g.touchedFields,n)},isValidating:{enumerable:!0,get:()=>!!Pe(g.validatingFields,n)},error:{enumerable:!0,get:()=>Pe(g.errors,n)}}),[g,n]),_=S.useCallback(v=>b.current.onChange({target:{value:G1(v),name:n},type:ps.CHANGE}),[n]),w=S.useCallback(()=>b.current.onBlur({target:{value:Pe(o._formValues,n),name:n},type:ps.BLUR}),[n,o._formValues]),T=S.useCallback(v=>{const C=Pe(o._fields,n);C&&C._f&&v&&(C._f.ref={focus:()=>En(v.focus)&&v.focus(),select:()=>En(v.select)&&v.select(),setCustomValidity:x=>En(v.setCustomValidity)&&v.setCustomValidity(x),reportValidity:()=>En(v.reportValidity)&&v.reportValidity()})},[o._fields,n]),j=S.useMemo(()=>({name:n,value:m,..._r(r)||g.disabled?{disabled:g.disabled||r}:{},onChange:_,onBlur:w,ref:T}),[n,r,g.disabled,_,w,T,m]);return S.useEffect(()=>{const v=o._options.shouldUnregister||i,C=h.current;C&&C!==n&&!u&&o.unregister(C),o.register(n,{...y.current.rules,..._r(y.current.disabled)?{disabled:y.current.disabled}:{}});const x=($,N)=>{const E=Pe(o._fields,$);E&&E._f&&(E._f.mount=N)};if(x(n,!0),v){const $=Li(Pe(o._options.defaultValues,n,y.current.defaultValue));fs(o._defaultValues,n,$),Dr(Pe(o._formValues,n))&&fs(o._formValues,n,$)}return!u&&o.register(n),h.current=n,()=>{(u?v&&!o._state.action:v)?o.unregister(n):x(n,!1)}},[n,o,u,i]),S.useEffect(()=>{o._setDisabledField({disabled:r,name:n})},[r,n,o]),S.useMemo(()=>({field:j,formState:g,fieldState:f}),[j,g,f])}const pn=e=>e.render(od(e)),sd=S.createContext(null);sd.displayName="HookFormContext";const id="_textInputContainer_1o3iy_2",ad="_labelContainer_1o3iy_5",ld="_inputContainer_1o3iy_8",cd="_showPasswordButton_1o3iy_14",ud="_forgotPassButton_1o3iy_26",Jt={textInputContainer:id,labelContainer:ad,inputContainer:ld,showPasswordButton:cd,forgotPassButton:ud},dd="_errorMessage_1xiyb_2",fd={errorMessage:dd},Ht=({errorMessage:e,errorColor:t="red",containerStyles:n})=>{const{t:r}=oe.useTranslation();return l.jsx("div",{className:fd.errorMessage,style:{color:t,...n},children:e?r(e):""})},pd="data:image/svg+xml,%3csvg%20width='26'%20height='14'%20viewBox='0%200%2026%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%205763'%3e%3cpath%20id='Vector'%20d='M12.95%200C7.659%200%202.84899%202.3634%200.0832465%206.31776C-0.0277488%206.47963%20-0.0277488%206.68776%200.0832465%206.84962C2.84439%2010.804%207.65437%2013.1628%2012.95%2013.1628C18.2456%2013.1628%2023.0556%2010.804%2025.8168%206.84962C25.9278%206.68775%2025.9278%206.47963%2025.8168%206.31776C23.051%202.36339%2018.241%200%2012.95%200ZM12.95%2010.8132C10.619%2010.8132%208.71812%208.91238%208.71812%206.58139C8.71812%204.25041%2010.619%202.34951%2012.95%202.34951C15.281%202.34951%2017.1819%204.25038%2017.1819%206.58139C17.1819%208.91241%2015.281%2010.8132%2012.95%2010.8132Z'%20fill='white'/%3e%3cpath%20id='Vector_2'%20d='M12.9514%209.88816C14.7777%209.88816%2016.2583%208.40763%2016.2583%206.58129C16.2583%204.75495%2014.7777%203.27441%2012.9514%203.27441C11.1251%203.27441%209.64453%204.75495%209.64453%206.58129C9.64453%208.40763%2011.1251%209.88816%2012.9514%209.88816Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e",md="data:image/svg+xml,%3csvg%20width='26'%20height='18'%20viewBox='0%200%2026%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%205995'%3e%3cpath%20id='Vector'%20d='M12.9837%206.40625C11.1707%206.40625%209.69531%207.88162%209.69531%209.69462C9.69531%2010.0276%209.74618%2010.3514%209.83869%2010.652C9.93579%2010.9711%2010.0792%2011.2718%2010.2642%2011.54L14.8291%206.97512C14.5562%206.79013%2014.2602%206.64676%2013.9411%206.54962C13.6404%206.45712%2013.3167%206.40625%2012.9837%206.40625Z'%20fill='white'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_2'%20d='M19.4938%204.44079C19.318%204.36678%2019.1191%204.40841%2018.985%204.53792L16.3534%207.16955V7.17415C16.543%207.42855%2016.7049%207.70604%2016.8344%208.00204C17.0656%208.52004%2017.1905%209.09354%2017.1905%209.69478C17.1905%2012.0165%2015.3035%2013.9035%2012.9818%2013.9035C12.3805%2013.9035%2011.807%2013.7787%2011.289%2013.5474C10.993%2013.4179%2010.7155%2013.256%2010.4611%2013.0664H10.4565L8.52788%2014.995C8.41225%2015.1153%208.36601%2015.2864%208.41225%2015.4437C8.45389%2015.6055%208.57875%2015.7304%208.74063%2015.772C10.0958%2016.1189%2011.511%2016.2947%2012.9494%2016.2947C18.245%2016.2947%2023.055%2013.9359%2025.8161%209.98153C25.9271%209.82429%2025.9271%209.61153%2025.8161%209.45427C24.2991%207.27591%2022.1115%205.54154%2019.4938%204.44079Z'%20fill='white'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_3'%20d='M12.9843%2012.979C14.7973%2012.979%2016.268%2011.5082%2016.268%209.6952C16.268%209.35295%2016.2171%209.0292%2016.12%208.71933C16.0229%208.4002%2015.8749%208.10419%2015.6899%207.83594L11.125%2012.4008C11.3933%2012.5858%2011.6893%2012.7338%2012.0084%2012.831C12.3183%2012.9281%2012.6466%2012.979%2012.9843%2012.979Z'%20fill='white'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_4'%20d='M9.12048%2011.3694C8.89386%2010.856%208.769%2010.2918%208.769%209.69516C8.769%207.3734%2010.656%205.48178%2012.9824%205.48178C13.579%205.48178%2014.1433%205.60667%2014.6566%205.83329C14.9526%205.95815%2015.2347%206.12004%2015.4891%206.31428L17.3808%204.42267L21.0114%200.792026C21.1918%200.611646%2021.1918%200.315664%2021.0114%200.135285C20.831%20-0.0450949%2020.535%20-0.0450949%2020.3546%200.135285L16.8951%203.59478C15.6186%203.28491%2014.2959%203.13228%2012.95%203.13228C7.65437%203.13228%202.84439%205.49565%200.0832465%209.45464C-0.0277488%209.61191%20-0.0277488%209.82467%200.0832465%209.9819C1.48001%2011.9845%203.44563%2013.6079%205.78125%2014.7087L3.37162%2017.1183C3.19127%2017.2986%203.19127%2017.5947%203.37162%2017.775C3.46412%2017.8629%203.57975%2017.9091%203.7%2017.9091C3.82026%2017.9091%203.93588%2017.8629%204.02839%2017.775L9.60151%2012.2019C9.40727%2011.9429%209.24536%2011.6654%209.12048%2011.3694Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3c/svg%3e",mn=Vr.create(e=>({errorColor:"red"})),Ir=({input:e,reactHookFormInstance:t})=>{const{code:n,type:r,label:o,maxLength:i,required:a,validateFunction:c,placeholder:u,errorColor:d="red",width:m=325,onClickForgotPass:g=()=>{console.log("Click on forgot password")},forgotPassLabel:y="forgot-password",onChangeExtraFunction:h=()=>{}}=e,{t:b}=oe.useTranslation(),{control:f,trigger:_,clearErrors:w}=t,{errorColor:T}=mn(x=>x),[j,v]=S.useState(!1);S.useRef(a);const C=()=>r?r==="password"&&j?"text":r:"text";return l.jsx(pn,{name:n,control:f,rules:{required:a?`${b(o)} ${b("errorMessages.required")}`:!1,maxLength:i||void 0,validate:c||void 0},render:({field:x,fieldState:$})=>{var D;const{onChange:N,...E}=x,I=p=>{N(p),h&&h(p)};return l.jsxs("div",{className:Jt.textInputContainer,children:[l.jsxs("h3",{className:Jt.labelContainer,children:[b(o)," ",a&&l.jsx("label",{style:{color:$.error?d:""},children:"*"})]}),l.jsxs("div",{style:{position:"relative",width:m},className:Jt.inputContainer,children:[l.jsx("input",{...E,type:C(),onChange:I,placeholder:u?b(u):"",maxLength:i||void 0}),r=="password"&&l.jsx("button",{onClick:()=>v(!j),type:"button",className:Jt.showPasswordButton,children:l.jsx("img",{src:j?md:pd,alt:b("show-password")})})]}),r=="password"&&l.jsx("div",{className:Jt.forgotPassButton,children:l.jsx("button",{onClick:g,children:b(y)})}),l.jsx(Ht,{errorMessage:(D=$.error)==null?void 0:D.message,errorColor:T||d})]})}})},hd="_inputsContainer_10t9s_2",Bt={inputsContainer:hd},gd="_selectInputContainer_zzz6o_2",yd="_labelContainer_zzz6o_6",bd="_selectWrapper_zzz6o_9",vd="_inputContainer_zzz6o_15",xd="_selectInput_zzz6o_2",Cd="_option_zzz6o_29",_d="_dropdownArrow_zzz6o_32",De={selectInputContainer:gd,labelContainer:yd,selectWrapper:bd,inputContainer:vd,selectInput:xd,option:Cd,dropdownArrow:_d},ys="data:image/svg+xml,%3csvg%20width='19'%20height='10'%20viewBox='0%200%2019%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%20311'%20d='M1%201.09961L8.79289%208.8925C9.18342%209.28303%209.81658%209.28303%2010.2071%208.8925L18%201.09961'%20stroke='%23605B56'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e",Pi=({input:e,reactHookFormInstance:t,onChange:n})=>{const{code:r,type:o,label:i,maxLength:a,required:c,validateFunction:u,placeholder:d,errorColor:m="red",width:g=325,options:y=[]}=e,{t:h}=oe.useTranslation(),{control:b,trigger:f,clearErrors:_}=t||{},{errorColor:w}=mn(v=>v);S.useRef(c);const[T,j]=S.useState(null);return S.useEffect(()=>{T&&n&&n(T)},[T,n]),t?l.jsx(pn,{name:r,control:b,rules:{required:c?`${h(i)} ${h("errorMessages.required")}`:!1,validate:u?v=>{let C=t.getValues();return u(v,C)}:void 0},render:({field:v,fieldState:C})=>{var $;const x=y.find(N=>N.value===v.value);return l.jsxs("div",{className:De.selectInputContainer,children:[i&&l.jsxs("h3",{className:De.labelContainer,children:[h(i)," ",c&&l.jsx("label",{style:{color:C.error?m:""},children:"*"})]}),l.jsxs("div",{className:De.selectWrapper,children:[l.jsxs("div",{className:De.inputContainer,style:{width:g},children:[l.jsxs("select",{...v,value:v.value??"",onChange:N=>{const E=N.target.value,I=y.every(D=>typeof D.value=="number")?Number(E):E;v.onChange(I)},className:De.selectInput,children:[l.jsx("option",{value:"",disabled:!0,hidden:!0,children:h(d||"selectOption")}),y.map((N,E)=>l.jsx("option",{value:N.value,className:De.option,children:h(N.label)},E))]}),l.jsx("img",{src:ys,alt:"Open",className:De.dropdownArrow})]}),x&&x.description&&l.jsx("div",{className:De.optionDescription,children:h(x.description)})]}),l.jsx(Ht,{errorMessage:($=C.error)==null?void 0:$.message,errorColor:w||m})]})}}):l.jsxs("div",{className:De.selectInputContainer,children:[i&&l.jsxs("h3",{className:De.labelContainer,children:[h(i)," ",c&&l.jsx("label",{children:"*"})]}),l.jsxs("div",{className:De.inputContainer,style:{width:g},children:[l.jsxs("select",{value:T??"",onChange:v=>{const C=v.target.value,x=y.every($=>typeof $.value=="number")?Number(C):C;j(x)},className:De.selectInput,children:[l.jsx("option",{value:"",disabled:!0,hidden:!0,children:h(d||"selectOption")}),y.map((v,C)=>l.jsx("option",{value:v.value,className:De.option,children:h(v.label)},C))]}),l.jsx("img",{src:ys,alt:"Open",className:De.dropdownArrow})]}),(()=>{const v=y.find(C=>C.value===T);return v&&v.description?l.jsx("div",{className:De.optionDescription,children:h(v.description)}):null})()]})},wd="_radioButtonContainer_1e994_2",Sd="_wholeInputContainer_1e994_5",Td="_questionContainer_1e994_27",kd="_radioQuestion_1e994_59",jd="_inputContainer_1e994_63",$d="_radioInput_1e994_93",Ct={radioButtonContainer:wd,wholeInputContainer:Sd,questionContainer:Td,radioQuestion:kd,inputContainer:jd,radioInput:$d},Bi=({input:e,reactHookFormInstance:t})=>{const{code:n,label:r,required:o,validateFunction:i,errorColor:a="red",options:c=[],multi:u=!1}=e,{t:d}=oe.useTranslation(),{control:m,trigger:g,clearErrors:y}=t,{errorColor:h}=mn(_=>_),b=({options:_,onChange:w,actualValue:T})=>{if(u&&T&&T.length>0){let j=T.filter(v=>v!==_);w(j)}},f=({options:_,onChange:w,actualValue:T})=>{u?T&&T.length>0?w([...T,_]):w([_]):w(_)};return S.useRef(o),l.jsx(pn,{control:m,name:n,rules:{validate:_=>o&&(_==null||_==="")?`${d(r)} ${d("errorMessages.required")}`:null},render:({formState:{errors:_},field:{onChange:w,onBlur:T,value:j,ref:v},fieldState:C})=>{var x;return l.jsx("div",{id:n+"id",className:Ct.radioButtonContainer,children:l.jsxs("div",{className:Ct.wholeInputContainer,children:[r&&l.jsx("div",{className:Ct.questionContainer,children:l.jsxs("h3",{htmlFor:n+"id",className:`${Ct.radioQuestion} ${o&&Ct.required}`,children:[d(r)," ",o&&l.jsx("label",{style:{color:C.error?a:""},children:"*"})]})}),l.jsxs("div",{className:Ct.inputContainer,children:[c.map(({label:$,value:N,disabled:E=!1,italicLabel:I},D)=>{const p=j&&u?j.isArray&&(j==null?void 0:j.length)>0&&j.some(O=>O===N):j===N;return l.jsxs("label",{children:[l.jsx("input",{type:"radio",checked:p,onChange:()=>{u?p?b({actualValue:j,options:c,onChange:w}):f({actualValue:j,options:c,onChange:w}):w(N)},className:Ct.radioInput}),l.jsx("span",{className:"radio-custom"}),d($)]},`inputRadio ${D}`)}),l.jsx(Ht,{errorMessage:(x=C.error)==null?void 0:x.message,errorColor:h||a})]})]})})}})},Ed="_rankingSliderContainer_1dvpb_2",Nd="_labelContainer_1dvpb_6",Od="_inputContainer_1dvpb_10",Ad="_slider_1dvpb_20",Ld="_thumb_1dvpb_27",Md="_labels_1dvpb_37",Rd="_minLabel_1dvpb_67",Dd="_maxLabel_1dvpb_68",je={rankingSliderContainer:Ed,labelContainer:Nd,inputContainer:Od,slider:Ad,thumb:Ld,labels:Md,minLabel:Rd,maxLabel:Dd},eo=({input:e,reactHookFormInstance:t,onChange:n})=>{const{code:r,label:o,minValue:i=1,maxValue:a=5,defValue:c=3,thumbColor:u="#B32F5D",required:d,errorColor:m="red",labelWidth:g="300px",sliderWidth:y="300px",minText:h,maxText:b,disabled:f=!1,marks:_=Array.from({length:a-i+1},(E,I)=>i+I),showMarksNumber:w=!0}=e,{t:T}=oe.useTranslation(),{control:j,trigger:v,clearErrors:C}=t||{};S.useRef(d);const{errorColorForm:x}=mn(E=>E),[$,N]=S.useState(c);return t?l.jsx(pn,{name:r,control:j,defaultValue:c,rules:{required:d?`${T(o)} ${T("errorMessages.required")}`:!1},render:({field:E,fieldState:I})=>{var D;return l.jsxs("div",{className:je.rankingSliderContainer,style:{gridTemplateColumns:`${o&&g} ${y}`},children:[o&&l.jsx("p",{className:je.labelContainer,style:{color:f?"#CCCCCC":"#605B56"},children:T(o)}),l.jsxs("div",{className:je.inputContainer,children:[h&&l.jsx("div",{className:je.minLabel,children:T(h)}),l.jsxs("div",{children:[l.jsx(Er,{min:i,max:a,step:1,value:E.value??c,onChange:p=>{E.onChange(p)},marks:!0,className:je.slider,thumbClassName:je.thumb,renderThumb:p=>l.jsx("div",{...p,style:{...p.style,backgroundColor:f?"#CCCCCC":u,cursor:f?"not-allowed":"grab"}}),trackClassName:je.track,markClassName:je.mark,disabled:f}),_&&l.jsx("div",{className:je.labels,children:_.map(p=>l.jsx("span",{children:w&&p},p))})]}),b&&l.jsx("div",{className:je.maxLabel,children:T(b)})]}),l.jsx(Ht,{errorMessage:(D=I.error)==null?void 0:D.message,errorColor:x||m})]})}}):l.jsxs("div",{className:je.rankingSliderContainer,style:{gridTemplateColumns:`${o&&g} ${y}`},children:[o&&l.jsx("p",{className:je.labelContainer,style:{color:f?"#CCCCCC":"#605B56"},children:T(o)}),l.jsxs("div",{className:je.inputContainer,children:[h&&l.jsx("div",{className:je.minLabel,children:T(h)}),l.jsxs("div",{children:[l.jsx(Er,{min:i,max:a,step:1,value:$,onChange:E=>{N(E),n&&n(E)},marks:!0,className:je.slider,thumbClassName:je.thumb,renderThumb:E=>l.jsx("div",{...E,style:{...E.style,backgroundColor:f?"#CCCCCC":u,cursor:f?"not-allowed":"grab"}}),trackClassName:je.track,markClassName:je.mark,disabled:f}),_&&l.jsx("div",{className:je.labels,children:_.map(E=>l.jsx("span",{children:w&&E},E))})]}),b&&l.jsx("div",{className:je.maxLabel,children:T(b)})]})]})};eo.propTypes={input:s.shape({code:s.string,label:s.string,minValue:s.number,maxValue:s.number,defValue:s.number,thumbColor:s.string,required:s.bool,errorColor:s.string,labelWidth:s.string,sliderWidth:s.string,minText:s.string,maxText:s.string}),reactHookFormInstance:s.object};const Id="_textDescriptionContainer_163pc_2",Pd="_textDescriptionText_163pc_6",bs={textDescriptionContainer:Id,textDescriptionText:Pd},Bd=({input:e,inputContainerStyles:t})=>l.jsx("div",{className:bs.textDescriptionContainer,style:{margin:"10px 0",...t},children:l.jsx("p",{className:bs.textDescriptionText,children:e.text})}),en=({inputs:e,inputContainerStyles:t,reactHookFormInstance:n})=>{const{watch:r}=n,o=r(),i=S.useMemo(()=>e==null?void 0:e.map(a=>{const c=typeof a.required=="function"?a.required(o):a.required;return{...a,required:c}}),[e,o]);return l.jsx("div",{className:Bt.inputsContainer,children:i==null?void 0:i.map((a,c)=>{const{inputType:u}=a;switch(u){case Pt.text:return l.jsx("div",{className:Bt.inputContainer,style:{...t},children:l.jsx(Ir,{input:a,reactHookFormInstance:n})},`${a.code}${c}`);case Pt.password:return l.jsx("div",{className:Bt.inputContainer,style:{...t},children:l.jsx(Ir,{input:a,reactHookFormInstance:n})},`${a.code}${c}`);case Pt.select:return l.jsx("div",{className:Bt.inputContainer,style:{...t},children:l.jsx(Pi,{input:a,reactHookFormInstance:n})},`${a.code}${c}`);case Pt.radioList:return l.jsx("div",{className:Bt.inputContainer,style:{...t},children:l.jsx(Bi,{input:a,reactHookFormInstance:n})},`${a.code}${c}`);case Pt.rankingSlider:return l.jsx("div",{className:Bt.inputContainer,style:{...t},children:l.jsx(eo,{input:a,reactHookFormInstance:n})},`${a.code}${c}`);case Pt.textDescription:return l.jsx(Bd,{input:a,inputContainerStyles:t},`${a.code}${c}`);default:return l.jsx("div",{children:l.jsx("h4",{children:"Default"})},`${a.code}${c}`)}})})},Vd="_categorySelector_1guuv_2",Fd="_sectionItemActive_1guuv_16",zd="_sectionItem_1guuv_16",qd="_sectionItemError_1guuv_32",tn={categorySelector:Vd,sectionItemActive:Fd,sectionItem:zd,sectionItemError:qd},Pr=({categories:e,onChange:t,activeCategory:n,activeColor:r,containerStyles:o={},categoriesWithErrors:i=[]})=>{const{t:a}=oe.useTranslation(),c=u=>{t(u)};return l.jsx("div",{className:tn.categorySelector,style:o?{...o}:{},children:e.map((u,d)=>{const{id:m,label:g}=u,y=n==m,h=i.includes(m);return l.jsx("button",{className:`${tn.sectionItem} ${y?tn.sectionItemActive:""} ${h?tn.sectionItemError:""}`,type:"button",style:{backgroundColor:y?r:"inherit"},onClick:()=>c(m),children:l.jsx("span",{style:{color:y?"white":"inherit"},className:tn.sectionLabel,children:a(g)})},`keySection${d}`)})})},Wd=({reactHookFormInstance:e,formObject:t,CategoryComponent:n,inputContainerStyles:r,generalError:o,errorColor:i="red",submitButtonLabel:a="Submit",submitButtonStyles:c={width:325},showCategorySelector:u=!0,defaultCategory:d=null,categoryLabel:m="Select Category",activeCategory:g=null,activeCategoryColor:y="#b32f5d",categoriesWithErrors:h=[],onSubmit:b=f=>console.log("Form submitted with: ",f)})=>{const{t:f}=oe.useTranslation(),{handleSubmit:_,control:w}=e;S.useEffect(()=>{i&&mn.setState(()=>({errorColor:i}))},[i]);const T=S.useMemo(()=>t?t.filter(E=>E.category).map(E=>{var I;return{id:E.categoryId,label:E.category,hasSubcategories:((I=E.subcategories)==null?void 0:I.length)>0}}):[],[t]),j=E=>{const I=t==null?void 0:t.find(D=>D.categoryId===E);return(I==null?void 0:I.subcategories)||[]},[v,C]=S.useState(g||d||null),[x,$]=S.useState(null);S.useEffect(()=>{!v&&T.length>0&&C(T[0].id)},[T,v]),S.useEffect(()=>{const E=j(v);!x&&(E==null?void 0:E.length)>0&&$(E[0].id)},[v,x,t]);const N=(E,I)=>{var D;if(((D=E.subcategories)==null?void 0:D.length)>0){const p=E.subcategories;return l.jsxs("div",{children:[l.jsx("div",{className:Qt.categorySelectorContainer,children:l.jsx(Pr,{activeCategory:x,categories:p,categoriesWithErrors:h,onChange:O=>$(O),activeColor:y})},E.categoryId),p.map((O,k)=>{const V=!x||O.id===x;return n?l.jsx("div",{style:{display:V?"block":"none",width:"100%"},children:l.jsx(n,{title:O.label,children:l.jsx(en,{inputs:O.inputs,control:w,inputContainerStyles:r,errorColor:i,reactHookFormInstance:e})},O.id)},`${O.id}${k}`):l.jsxs("div",{style:{width:"100%",display:V?"block":"none"},children:[l.jsx("h3",{style:{marginBottom:15},children:f(O.label)}),l.jsx(en,{inputs:O.inputs,control:w,inputContainerStyles:r,errorColor:i,reactHookFormInstance:e})]},`${O.id}${k}`)})]})}return n?l.jsx(n,{title:E.category,children:l.jsx(en,{inputs:E.inputs,control:w,inputContainerStyles:r,errorColor:i,reactHookFormInstance:e})},E.categoryId):l.jsxs("div",{style:{width:"100%"},children:[l.jsx("h2",{children:f(E.category)}),l.jsx(en,{inputs:E.inputs,control:w,inputContainerStyles:r,errorColor:i,reactHookFormInstance:e})]},E.categoryId)};return l.jsxs("form",{className:Qt.formContainer,onSubmit:_(b),children:[u&&T.length>0&&l.jsx("div",{className:Qt.categorySelectorContainer,children:l.jsx(Pr,{activeCategory:v,categories:T,categoriesWithErrors:h,onChange:E=>{C(E),$(null)},activeColor:y})}),l.jsx("div",{className:Qt.formObjectContainer,children:t==null?void 0:t.map((E,I)=>{const D=E.categoryId===v;return E.category?l.jsx("div",{style:{width:"100%",display:D?"block":"none"},children:N(E)},E.categoryId):l.jsx(en,{inputs:E.inputs,control:w,inputContainerStyles:r,errorColor:i,reactHookFormInstance:e},`no-category-${I}`)})}),l.jsxs("div",{className:Qt.buttonContainer,children:[l.jsx(cn,{containerStyles:c,type:"submit",children:f(a)}),l.jsx(Ht,{errorMessage:o,errorColor:i})]})]})},Ud="_overlay_mnd4j_2",Zd="_modal_mnd4j_15",Hd="_closeButton_mnd4j_29",Kd="_icon_mnd4j_39",Gd="_message_mnd4j_45",Yd="_submessage_mnd4j_51",Xd="_buttonsContainer_mnd4j_57",Qd="_buttonWrapper_mnd4j_64",dt={overlay:Ud,modal:Zd,closeButton:Hd,icon:Kd,message:Gd,submessage:Yd,buttonsContainer:Xd,buttonWrapper:Qd},Vi=({onClose:e,icon:t,message:n,submessage:r,buttons:o,maxHeight:i="450px",maxWidth:a="450px"})=>l.jsx("div",{className:dt.overlay,children:l.jsxs("div",{className:dt.modal,style:{maxHeight:i,maxWidth:a},children:[l.jsx("button",{className:dt.closeButton,onClick:e,"aria-label":"Close modal",children:"✕"}),t&&l.jsx("img",{src:t,alt:"icon",className:dt.icon}),l.jsx("p",{className:dt.message,children:n}),r&&l.jsx("p",{className:dt.submessage,children:r}),o.length>0&&l.jsx("div",{className:dt.buttonsContainer,children:o.map((c,u)=>l.jsx("div",{className:dt.buttonWrapper,children:c},u))})]})});Vi.propTypes={onClose:s.func.isRequired,icon:s.string,message:s.string.isRequired,submessage:s.string,buttons:s.arrayOf(s.node),maxHeight:s.string,maxWidth:s.string};const Jd="_stepsContainer_1cyua_3",ef="_stepWrapper_1cyua_9",tf="_circleContainer_1cyua_19",nf="_circle_1cyua_19",rf="_active_1cyua_39",of="_completed_1cyua_44",sf="_label_1cyua_50",af="_labelActive_1cyua_56",lf="_connector_1cyua_61",ot={stepsContainer:Jd,stepWrapper:ef,circleContainer:tf,circle:nf,active:rf,completed:of,label:sf,labelActive:af,connector:lf},to=({steps:e,activeColor:t})=>l.jsx("div",{className:ot.stepsContainer,children:e.map((n,r)=>{const o=n.status==="active",i=n.status==="completed";return l.jsxs("div",{className:ot.stepWrapper,children:[l.jsxs("div",{className:ot.circleContainer,children:[l.jsx("div",{className:`${ot.circle}
|
|
80
|
+
To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function zu(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const Qe=e=>{try{return e()}catch{}},qu=(e="mui")=>iu(e);function xr(e,t,n,r,o){if(!n)return;n=n===!0?{}:n;const i=o==="dark"?"dark":"light";if(!r){t[o]=Iu({...n,palette:{mode:i,...n==null?void 0:n.palette},colorSpace:e});return}const{palette:a,...c}=Mr({...r,palette:{mode:i,...n==null?void 0:n.palette},colorSpace:e});return t[o]={...n,palette:a,opacity:{..._i(i),...n==null?void 0:n.opacity},overlays:(n==null?void 0:n.overlays)||wi(i)},c}function Wu(e={},...t){const{colorSchemes:n={light:!0},defaultColorScheme:r,disableCssColorScheme:o=!1,cssVarPrefix:i="mui",nativeColor:a=!1,shouldSkipGeneratingVar:c=Pu,colorSchemeSelector:u=n.light&&n.dark?"media":void 0,rootSelector:d=":root",...m}=e,g=Object.keys(n)[0],y=r||(n.light&&g!=="light"?"light":g),h=qu(i),{[y]:b,light:f,dark:_,...w}=n,T={...w};let j=b;if((y==="dark"&&!("dark"in n)||y==="light"&&!("light"in n))&&(j=!0),!j)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${y}\` option is either missing or invalid.`:kt(21,y));let v;a&&(v="oklch");const C=xr(v,T,j,m,y);f&&!T.light&&xr(v,T,f,void 0,"light"),_&&!T.dark&&xr(v,T,_,void 0,"dark");let x={defaultColorScheme:y,...C,cssVarPrefix:i,colorSchemeSelector:u,rootSelector:d,getCssVar:h,colorSchemes:T,font:{...vu(C.typography),...C.font},spacing:zu(m.spacing)};Object.keys(x.colorSchemes).forEach(D=>{const p=x.colorSchemes[D].palette,O=V=>{const z=V.split("-"),Y=z[1],W=z[2];return h(V,p[Y][W])};p.mode==="light"&&(A(p.common,"background","#fff"),A(p.common,"onBackground","#000")),p.mode==="dark"&&(A(p.common,"background","#000"),A(p.common,"onBackground","#fff"));function k(V,z,Y){if(v){let W;return V===Ct&&(W=`transparent ${((1-Y)*100).toFixed(0)}%`),V===fe&&(W=`#000 ${(Y*100).toFixed(0)}%`),V===pe&&(W=`#fff ${(Y*100).toFixed(0)}%`),`color-mix(in ${v}, ${z}, ${W})`}return V(z,Y)}if(Fu(p,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),p.mode==="light"){A(p.Alert,"errorColor",k(fe,a?h("palette-error-light"):p.error.light,.6)),A(p.Alert,"infoColor",k(fe,a?h("palette-info-light"):p.info.light,.6)),A(p.Alert,"successColor",k(fe,a?h("palette-success-light"):p.success.light,.6)),A(p.Alert,"warningColor",k(fe,a?h("palette-warning-light"):p.warning.light,.6)),A(p.Alert,"errorFilledBg",O("palette-error-main")),A(p.Alert,"infoFilledBg",O("palette-info-main")),A(p.Alert,"successFilledBg",O("palette-success-main")),A(p.Alert,"warningFilledBg",O("palette-warning-main")),A(p.Alert,"errorFilledColor",Qe(()=>p.getContrastText(p.error.main))),A(p.Alert,"infoFilledColor",Qe(()=>p.getContrastText(p.info.main))),A(p.Alert,"successFilledColor",Qe(()=>p.getContrastText(p.success.main))),A(p.Alert,"warningFilledColor",Qe(()=>p.getContrastText(p.warning.main))),A(p.Alert,"errorStandardBg",k(pe,a?h("palette-error-light"):p.error.light,.9)),A(p.Alert,"infoStandardBg",k(pe,a?h("palette-info-light"):p.info.light,.9)),A(p.Alert,"successStandardBg",k(pe,a?h("palette-success-light"):p.success.light,.9)),A(p.Alert,"warningStandardBg",k(pe,a?h("palette-warning-light"):p.warning.light,.9)),A(p.Alert,"errorIconColor",O("palette-error-main")),A(p.Alert,"infoIconColor",O("palette-info-main")),A(p.Alert,"successIconColor",O("palette-success-main")),A(p.Alert,"warningIconColor",O("palette-warning-main")),A(p.AppBar,"defaultBg",O("palette-grey-100")),A(p.Avatar,"defaultBg",O("palette-grey-400")),A(p.Button,"inheritContainedBg",O("palette-grey-300")),A(p.Button,"inheritContainedHoverBg",O("palette-grey-A100")),A(p.Chip,"defaultBorder",O("palette-grey-400")),A(p.Chip,"defaultAvatarColor",O("palette-grey-700")),A(p.Chip,"defaultIconColor",O("palette-grey-700")),A(p.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),A(p.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),A(p.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),A(p.LinearProgress,"primaryBg",k(pe,a?h("palette-primary-main"):p.primary.main,.62)),A(p.LinearProgress,"secondaryBg",k(pe,a?h("palette-secondary-main"):p.secondary.main,.62)),A(p.LinearProgress,"errorBg",k(pe,a?h("palette-error-main"):p.error.main,.62)),A(p.LinearProgress,"infoBg",k(pe,a?h("palette-info-main"):p.info.main,.62)),A(p.LinearProgress,"successBg",k(pe,a?h("palette-success-main"):p.success.main,.62)),A(p.LinearProgress,"warningBg",k(pe,a?h("palette-warning-light"):p.warning.main,.62)),A(p.Skeleton,"bg",v?k(Ct,a?h("palette-text-primary"):p.text.primary,.11):`rgba(${O("palette-text-primaryChannel")} / 0.11)`),A(p.Slider,"primaryTrack",k(pe,a?h("palette-primary-main"):p.primary.main,.62)),A(p.Slider,"secondaryTrack",k(pe,a?h("palette-secondary-main"):p.secondary.main,.62)),A(p.Slider,"errorTrack",k(pe,a?h("palette-error-main"):p.error.main,.62)),A(p.Slider,"infoTrack",k(pe,a?h("palette-info-main"):p.info.main,.62)),A(p.Slider,"successTrack",k(pe,a?h("palette-success-main"):p.success.main,.62)),A(p.Slider,"warningTrack",k(pe,a?h("palette-warning-main"):p.warning.main,.62));const V=v?k(fe,a?h("palette-background-default"):p.background.default,.6825):$n(p.background.default,.8);A(p.SnackbarContent,"bg",V),A(p.SnackbarContent,"color",Qe(()=>v?Lr.text.primary:p.getContrastText(V))),A(p.SpeedDialAction,"fabHoverBg",$n(p.background.paper,.15)),A(p.StepConnector,"border",O("palette-grey-400")),A(p.StepContent,"border",O("palette-grey-400")),A(p.Switch,"defaultColor",O("palette-common-white")),A(p.Switch,"defaultDisabledColor",O("palette-grey-100")),A(p.Switch,"primaryDisabledColor",k(pe,a?h("palette-primary-main"):p.primary.main,.62)),A(p.Switch,"secondaryDisabledColor",k(pe,a?h("palette-secondary-main"):p.secondary.main,.62)),A(p.Switch,"errorDisabledColor",k(pe,a?h("palette-error-main"):p.error.main,.62)),A(p.Switch,"infoDisabledColor",k(pe,a?h("palette-info-main"):p.info.main,.62)),A(p.Switch,"successDisabledColor",k(pe,a?h("palette-success-main"):p.success.main,.62)),A(p.Switch,"warningDisabledColor",k(pe,a?h("palette-warning-main"):p.warning.main,.62)),A(p.TableCell,"border",k(pe,Ct(a?h("palette-divider"):p.divider,1),.88)),A(p.Tooltip,"bg",k(Ct,a?h("palette-grey-700"):p.grey[700],.92))}if(p.mode==="dark"){A(p.Alert,"errorColor",k(pe,a?h("palette-error-light"):p.error.light,.6)),A(p.Alert,"infoColor",k(pe,a?h("palette-info-light"):p.info.light,.6)),A(p.Alert,"successColor",k(pe,a?h("palette-success-light"):p.success.light,.6)),A(p.Alert,"warningColor",k(pe,a?h("palette-warning-light"):p.warning.light,.6)),A(p.Alert,"errorFilledBg",O("palette-error-dark")),A(p.Alert,"infoFilledBg",O("palette-info-dark")),A(p.Alert,"successFilledBg",O("palette-success-dark")),A(p.Alert,"warningFilledBg",O("palette-warning-dark")),A(p.Alert,"errorFilledColor",Qe(()=>p.getContrastText(p.error.dark))),A(p.Alert,"infoFilledColor",Qe(()=>p.getContrastText(p.info.dark))),A(p.Alert,"successFilledColor",Qe(()=>p.getContrastText(p.success.dark))),A(p.Alert,"warningFilledColor",Qe(()=>p.getContrastText(p.warning.dark))),A(p.Alert,"errorStandardBg",k(fe,a?h("palette-error-light"):p.error.light,.9)),A(p.Alert,"infoStandardBg",k(fe,a?h("palette-info-light"):p.info.light,.9)),A(p.Alert,"successStandardBg",k(fe,a?h("palette-success-light"):p.success.light,.9)),A(p.Alert,"warningStandardBg",k(fe,a?h("palette-warning-light"):p.warning.light,.9)),A(p.Alert,"errorIconColor",O("palette-error-main")),A(p.Alert,"infoIconColor",O("palette-info-main")),A(p.Alert,"successIconColor",O("palette-success-main")),A(p.Alert,"warningIconColor",O("palette-warning-main")),A(p.AppBar,"defaultBg",O("palette-grey-900")),A(p.AppBar,"darkBg",O("palette-background-paper")),A(p.AppBar,"darkColor",O("palette-text-primary")),A(p.Avatar,"defaultBg",O("palette-grey-600")),A(p.Button,"inheritContainedBg",O("palette-grey-800")),A(p.Button,"inheritContainedHoverBg",O("palette-grey-700")),A(p.Chip,"defaultBorder",O("palette-grey-700")),A(p.Chip,"defaultAvatarColor",O("palette-grey-300")),A(p.Chip,"defaultIconColor",O("palette-grey-300")),A(p.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),A(p.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),A(p.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),A(p.LinearProgress,"primaryBg",k(fe,a?h("palette-primary-main"):p.primary.main,.5)),A(p.LinearProgress,"secondaryBg",k(fe,a?h("palette-secondary-main"):p.secondary.main,.5)),A(p.LinearProgress,"errorBg",k(fe,a?h("palette-error-main"):p.error.main,.5)),A(p.LinearProgress,"infoBg",k(fe,a?h("palette-info-main"):p.info.main,.5)),A(p.LinearProgress,"successBg",k(fe,a?h("palette-success-main"):p.success.main,.5)),A(p.LinearProgress,"warningBg",k(fe,a?h("palette-warning-main"):p.warning.main,.5)),A(p.Skeleton,"bg",v?k(Ct,a?h("palette-text-primary"):p.text.primary,.13):`rgba(${O("palette-text-primaryChannel")} / 0.13)`),A(p.Slider,"primaryTrack",k(fe,a?h("palette-primary-main"):p.primary.main,.5)),A(p.Slider,"secondaryTrack",k(fe,a?h("palette-secondary-main"):p.secondary.main,.5)),A(p.Slider,"errorTrack",k(fe,a?h("palette-error-main"):p.error.main,.5)),A(p.Slider,"infoTrack",k(fe,a?h("palette-info-main"):p.info.main,.5)),A(p.Slider,"successTrack",k(fe,a?h("palette-success-main"):p.success.main,.5)),A(p.Slider,"warningTrack",k(fe,a?h("palette-warning-light"):p.warning.main,.5));const V=v?k(pe,a?h("palette-background-default"):p.background.default,.985):$n(p.background.default,.98);A(p.SnackbarContent,"bg",V),A(p.SnackbarContent,"color",Qe(()=>v?vi.text.primary:p.getContrastText(V))),A(p.SpeedDialAction,"fabHoverBg",$n(p.background.paper,.15)),A(p.StepConnector,"border",O("palette-grey-600")),A(p.StepContent,"border",O("palette-grey-600")),A(p.Switch,"defaultColor",O("palette-grey-300")),A(p.Switch,"defaultDisabledColor",O("palette-grey-600")),A(p.Switch,"primaryDisabledColor",k(fe,a?h("palette-primary-main"):p.primary.main,.55)),A(p.Switch,"secondaryDisabledColor",k(fe,a?h("palette-secondary-main"):p.secondary.main,.55)),A(p.Switch,"errorDisabledColor",k(fe,a?h("palette-error-main"):p.error.main,.55)),A(p.Switch,"infoDisabledColor",k(fe,a?h("palette-info-main"):p.info.main,.55)),A(p.Switch,"successDisabledColor",k(fe,a?h("palette-success-main"):p.success.main,.55)),A(p.Switch,"warningDisabledColor",k(fe,a?h("palette-warning-light"):p.warning.main,.55)),A(p.TableCell,"border",k(fe,Ct(a?h("palette-divider"):p.divider,1),.68)),A(p.Tooltip,"bg",k(Ct,a?h("palette-grey-700"):p.grey[700],.92))}a||(nt(p.background,"default"),nt(p.background,"paper"),nt(p.common,"background"),nt(p.common,"onBackground"),nt(p,"divider")),Object.keys(p).forEach(V=>{const z=p[V];V!=="tonalOffset"&&!a&&z&&typeof z=="object"&&(z.main&&A(p[V],"mainChannel",nn(rn(z.main))),z.light&&A(p[V],"lightChannel",nn(rn(z.light))),z.dark&&A(p[V],"darkChannel",nn(rn(z.dark))),z.contrastText&&A(p[V],"contrastTextChannel",nn(rn(z.contrastText))),V==="text"&&(nt(p[V],"primary"),nt(p[V],"secondary")),V==="action"&&(z.active&&nt(p[V],"active"),z.selected&&nt(p[V],"selected")))})}),x=t.reduce((D,p)=>qe(D,p),x);const $={prefix:i,disableCssColorScheme:o,shouldSkipGeneratingVar:c,getSelector:Vu(x),enableContrastVars:a},{vars:N,generateThemeVars:E,generateStyleSheets:I}=cu(x,$);return x.vars=N,Object.entries(x.colorSchemes[x.defaultColorScheme]).forEach(([D,p])=>{x[D]=p}),x.generateThemeVars=E,x.generateStyleSheets=I,x.generateSpacing=function(){return ui(m.spacing,Ur(this))},x.getColorSchemeSelector=uu(u),x.spacing=x.generateSpacing(),x.shouldSkipGeneratingVar=c,x.unstable_sxConfig={...Xn,...m==null?void 0:m.unstable_sxConfig},x.unstable_sx=function(p){return Wt({sx:p,theme:this})},x.toRuntimeSource=Ci,x}function ls(e,t,n){e.colorSchemes&&n&&(e.colorSchemes[t]={...n!==!0&&n,palette:Gr({...n===!0?{}:n.palette,mode:t})})}function Uu(e={},...t){const{palette:n,cssVariables:r=!1,colorSchemes:o=n?void 0:{light:!0},defaultColorScheme:i=n==null?void 0:n.mode,...a}=e,c=i||"light",u=o==null?void 0:o[c],d={...o,...n?{[c]:{...typeof u!="boolean"&&u,palette:n}}:void 0};if(r===!1){if(!("colorSchemes"in e))return Mr(e,...t);let m=n;"palette"in e||d[c]&&(d[c]!==!0?m=d[c].palette:c==="dark"&&(m={mode:"dark"}));const g=Mr({...e,palette:m},...t);return g.defaultColorScheme=c,g.colorSchemes=d,g.palette.mode==="light"&&(g.colorSchemes.light={...d.light!==!0&&d.light,palette:g.palette},ls(g,"dark",d.dark)),g.palette.mode==="dark"&&(g.colorSchemes.dark={...d.dark!==!0&&d.dark,palette:g.palette},ls(g,"light",d.light)),g}return!n&&!("light"in d)&&c==="light"&&(d.light=!0),Wu({...a,colorSchemes:d,defaultColorScheme:c,...typeof r!="boolean"&&r},...t)}const Zu=Uu(),Hu="$$material";function Yr(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const Ku=e=>Yr(e)&&e!=="classes",Et=K2({themeId:Hu,defaultTheme:Zu,rootShouldForwardProp:Ku}),Zt=su;process.env.NODE_ENV!=="production"&&(s.node,s.object.isRequired);function Gu(e){return ou(e)}const Yu=e=>!e||!sn(e);function Xu(e){return typeof e.main=="string"}function Qu(e,t=[]){if(!Xu(e))return!1;for(const n of t)if(!e.hasOwnProperty(n)||typeof e[n]!="string")return!1;return!0}function Xr(e=[]){return([,t])=>t&&Qu(t,e)}function Ju(e){return Hr("MuiSlider",e)}const He=q2("MuiSlider",["root","active","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","disabled","dragging","focusVisible","mark","markActive","marked","markLabel","markLabelActive","rail","sizeSmall","thumb","thumbColorPrimary","thumbColorSecondary","thumbColorError","thumbColorSuccess","thumbColorInfo","thumbColorWarning","track","trackInverted","trackFalse","thumbSizeSmall","valueLabel","valueLabelOpen","valueLabelCircle","valueLabelLabel","vertical"]),e1=e=>{const{open:t}=e;return{offset:mt(t&&He.valueLabelOpen),circle:He.valueLabelCircle,label:He.valueLabelLabel}};function Si(e){const{children:t,className:n,value:r}=e,o=e1(e);return t?Q.cloneElement(t,{className:t.props.className},l.jsxs(Q.Fragment,{children:[t.props.children,l.jsx("span",{className:mt(o.offset,n),"aria-hidden":!0,children:l.jsx("span",{className:o.circle,children:l.jsx("span",{className:o.label,children:r})})})]})):null}process.env.NODE_ENV!=="production"&&(Si.propTypes={children:s.element.isRequired,className:s.string,value:s.node});function cs(e){return e}const t1=Et("span",{name:"MuiSlider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`color${Ye(n.color)}`],n.size!=="medium"&&t[`size${Ye(n.size)}`],n.marked&&t.marked,n.orientation==="vertical"&&t.vertical,n.track==="inverted"&&t.trackInverted,n.track===!1&&t.trackFalse]}})(Zt(({theme:e})=>({borderRadius:12,boxSizing:"content-box",display:"inline-block",position:"relative",cursor:"pointer",touchAction:"none",WebkitTapHighlightColor:"transparent","@media print":{colorAdjust:"exact"},[`&.${He.disabled}`]:{pointerEvents:"none",cursor:"default",color:(e.vars||e).palette.grey[400]},[`&.${He.dragging}`]:{[`& .${He.thumb}, & .${He.track}`]:{transition:"none"}},variants:[...Object.entries(e.palette).filter(Xr()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),{props:{orientation:"horizontal"},style:{height:4,width:"100%",padding:"13px 0","@media (pointer: coarse)":{padding:"20px 0"}}},{props:{orientation:"horizontal",size:"small"},style:{height:2}},{props:{orientation:"horizontal",marked:!0},style:{marginBottom:20}},{props:{orientation:"vertical"},style:{height:"100%",width:4,padding:"0 13px","@media (pointer: coarse)":{padding:"0 20px"}}},{props:{orientation:"vertical",size:"small"},style:{width:2}},{props:{orientation:"vertical",marked:!0},style:{marginRight:44}}]}))),n1=Et("span",{name:"MuiSlider",slot:"Rail"})({display:"block",position:"absolute",borderRadius:"inherit",backgroundColor:"currentColor",opacity:.38,variants:[{props:{orientation:"horizontal"},style:{width:"100%",height:"inherit",top:"50%",transform:"translateY(-50%)"}},{props:{orientation:"vertical"},style:{height:"100%",width:"inherit",left:"50%",transform:"translateX(-50%)"}},{props:{track:"inverted"},style:{opacity:1}}]}),r1=Et("span",{name:"MuiSlider",slot:"Track"})(Zt(({theme:e})=>({display:"block",position:"absolute",borderRadius:"inherit",border:"1px solid currentColor",backgroundColor:"currentColor",transition:e.transitions.create(["left","width","bottom","height"],{duration:e.transitions.duration.shortest}),variants:[{props:{size:"small"},style:{border:"none"}},{props:{orientation:"horizontal"},style:{height:"inherit",top:"50%",transform:"translateY(-50%)"}},{props:{orientation:"vertical"},style:{width:"inherit",left:"50%",transform:"translateX(-50%)"}},{props:{track:!1},style:{display:"none"}},...Object.entries(e.palette).filter(Xr()).map(([t])=>({props:{color:t,track:"inverted"},style:{...e.vars?{backgroundColor:e.vars.palette.Slider[`${t}Track`],borderColor:e.vars.palette.Slider[`${t}Track`]}:{backgroundColor:e.lighten(e.palette[t].main,.62),borderColor:e.lighten(e.palette[t].main,.62),...e.applyStyles("dark",{backgroundColor:e.darken(e.palette[t].main,.5)}),...e.applyStyles("dark",{borderColor:e.darken(e.palette[t].main,.5)})}}}))]}))),o1=Et("span",{name:"MuiSlider",slot:"Thumb",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.thumb,t[`thumbColor${Ye(n.color)}`],n.size!=="medium"&&t[`thumbSize${Ye(n.size)}`]]}})(Zt(({theme:e})=>({position:"absolute",width:20,height:20,boxSizing:"border-box",borderRadius:"50%",outline:0,backgroundColor:"currentColor",display:"flex",alignItems:"center",justifyContent:"center",transition:e.transitions.create(["box-shadow","left","bottom"],{duration:e.transitions.duration.shortest}),"&::before":{position:"absolute",content:'""',borderRadius:"inherit",width:"100%",height:"100%",boxShadow:(e.vars||e).shadows[2]},"&::after":{position:"absolute",content:'""',borderRadius:"50%",width:42,height:42,top:"50%",left:"50%",transform:"translate(-50%, -50%)"},[`&.${He.disabled}`]:{"&:hover":{boxShadow:"none"}},variants:[{props:{size:"small"},style:{width:12,height:12,"&::before":{boxShadow:"none"}}},{props:{orientation:"horizontal"},style:{top:"50%",transform:"translate(-50%, -50%)"}},{props:{orientation:"vertical"},style:{left:"50%",transform:"translate(-50%, 50%)"}},...Object.entries(e.palette).filter(Xr()).map(([t])=>({props:{color:t},style:{[`&:hover, &.${He.focusVisible}`]:{boxShadow:`0px 0px 0px 8px ${e.alpha((e.vars||e).palette[t].main,.16)}`,"@media (hover: none)":{boxShadow:"none"}},[`&.${He.active}`]:{boxShadow:`0px 0px 0px 14px ${e.alpha((e.vars||e).palette[t].main,.16)}`}}}))]}))),Ti=Et(Si,{name:"MuiSlider",slot:"ValueLabel"})(Zt(({theme:e})=>({zIndex:1,whiteSpace:"nowrap",...e.typography.body2,fontWeight:500,transition:e.transitions.create(["transform"],{duration:e.transitions.duration.shortest}),position:"absolute",backgroundColor:(e.vars||e).palette.grey[600],borderRadius:2,color:(e.vars||e).palette.common.white,display:"flex",alignItems:"center",justifyContent:"center",padding:"0.25rem 0.75rem",variants:[{props:{orientation:"horizontal"},style:{transform:"translateY(-100%) scale(0)",top:"-10px",transformOrigin:"bottom center","&::before":{position:"absolute",content:'""',width:8,height:8,transform:"translate(-50%, 50%) rotate(45deg)",backgroundColor:"inherit",bottom:0,left:"50%"},[`&.${He.valueLabelOpen}`]:{transform:"translateY(-100%) scale(1)"}}},{props:{orientation:"vertical"},style:{transform:"translateY(-50%) scale(0)",right:"30px",top:"50%",transformOrigin:"right center","&::before":{position:"absolute",content:'""',width:8,height:8,transform:"translate(-50%, -50%) rotate(45deg)",backgroundColor:"inherit",right:-8,top:"50%"},[`&.${He.valueLabelOpen}`]:{transform:"translateY(-50%) scale(1)"}}},{props:{size:"small"},style:{fontSize:e.typography.pxToRem(12),padding:"0.25rem 0.5rem"}},{props:{orientation:"vertical",size:"small"},style:{right:"20px"}}]})));process.env.NODE_ENV!=="production"&&(Ti.propTypes={children:s.element.isRequired,index:s.number.isRequired,open:s.bool.isRequired,value:s.node});const s1=Et("span",{name:"MuiSlider",slot:"Mark",shouldForwardProp:e=>Yr(e)&&e!=="markActive",overridesResolver:(e,t)=>{const{markActive:n}=e;return[t.mark,n&&t.markActive]}})(Zt(({theme:e})=>({position:"absolute",width:2,height:2,borderRadius:1,backgroundColor:"currentColor",variants:[{props:{orientation:"horizontal"},style:{top:"50%",transform:"translate(-1px, -50%)"}},{props:{orientation:"vertical"},style:{left:"50%",transform:"translate(-50%, 1px)"}},{props:{markActive:!0},style:{backgroundColor:(e.vars||e).palette.background.paper,opacity:.8}}]}))),i1=Et("span",{name:"MuiSlider",slot:"MarkLabel",shouldForwardProp:e=>Yr(e)&&e!=="markLabelActive"})(Zt(({theme:e})=>({...e.typography.body2,color:(e.vars||e).palette.text.secondary,position:"absolute",whiteSpace:"nowrap",variants:[{props:{orientation:"horizontal"},style:{top:30,transform:"translateX(-50%)","@media (pointer: coarse)":{top:40}}},{props:{orientation:"vertical"},style:{left:36,transform:"translateY(50%)","@media (pointer: coarse)":{left:44}}},{props:{markLabelActive:!0},style:{color:(e.vars||e).palette.text.primary}}]}))),a1=e=>{const{disabled:t,dragging:n,marked:r,orientation:o,track:i,classes:a,color:c,size:u}=e,d={root:["root",t&&"disabled",n&&"dragging",r&&"marked",o==="vertical"&&"vertical",i==="inverted"&&"trackInverted",i===!1&&"trackFalse",c&&`color${Ye(c)}`,u&&`size${Ye(u)}`],rail:["rail"],track:["track"],mark:["mark"],markActive:["markActive"],markLabel:["markLabel"],markLabelActive:["markLabelActive"],valueLabel:["valueLabel"],thumb:["thumb",t&&"disabled",u&&`thumbSize${Ye(u)}`,c&&`thumbColor${Ye(c)}`],active:["active"],disabled:["disabled"],focusVisible:["focusVisible"]};return y0(d,Ju,a)},l1=({children:e})=>e,ki=Q.forwardRef(function(t,n){const r=Gu({props:t,name:"MuiSlider"}),o=v0(),{"aria-label":i,"aria-valuetext":a,"aria-labelledby":c,component:u="span",components:d={},componentsProps:m={},color:g="primary",classes:y,className:h,disableSwap:b=!1,disabled:f=!1,getAriaLabel:_,getAriaValueText:w,marks:T=!1,max:j=100,min:v=0,name:C,onChange:x,onChangeCommitted:$,orientation:N="horizontal",shiftStep:E=10,size:I="medium",step:D=1,scale:p=cs,slotProps:O,slots:k,tabIndex:V,track:z="normal",value:Y,valueLabelDisplay:W="off",valueLabelFormat:ae=cs,...R}=r,L={...r,isRtl:o,max:j,min:v,classes:y,disabled:f,disableSwap:b,orientation:N,marks:T,color:g,size:I,step:D,shiftStep:E,scale:p,track:z,valueLabelDisplay:W,valueLabelFormat:ae},{axisProps:J,getRootProps:K,getHiddenInputProps:B,getThumbProps:Z,open:te,active:G,axis:U,focusedThumbIndex:re,range:ee,dragging:le,marks:P,values:se,trackOffset:Le,trackLeap:Xe,getThumbStyle:q}=A0({...L,rootRef:n});L.marked=P.length>0&&P.some(ke=>ke.label),L.dragging=le,L.focusedThumbIndex=re;const ne=a1(L),_e=(k==null?void 0:k.root)??d.Root??t1,be=(k==null?void 0:k.rail)??d.Rail??n1,Ne=(k==null?void 0:k.track)??d.Track??r1,Be=(k==null?void 0:k.thumb)??d.Thumb??o1,Ge=(k==null?void 0:k.valueLabel)??d.ValueLabel??Ti,ve=(k==null?void 0:k.mark)??d.Mark??s1,Ve=(k==null?void 0:k.markLabel)??d.MarkLabel??i1,M=(k==null?void 0:k.input)??d.Input??"input",F=(O==null?void 0:O.root)??m.root,H=(O==null?void 0:O.rail)??m.rail,ie=(O==null?void 0:O.track)??m.track,ge=(O==null?void 0:O.thumb)??m.thumb,X=(O==null?void 0:O.valueLabel)??m.valueLabel,Oe=(O==null?void 0:O.mark)??m.mark,Re=(O==null?void 0:O.markLabel)??m.markLabel,$e=(O==null?void 0:O.input)??m.input,We=ut({elementType:_e,getSlotProps:K,externalSlotProps:F,externalForwardedProps:R,additionalProps:{...Yu(_e)&&{as:u}},ownerState:{...L,...F==null?void 0:F.ownerState},className:[ne.root,h]}),Kt=ut({elementType:be,externalSlotProps:H,ownerState:L,className:ne.rail}),ea=ut({elementType:Ne,externalSlotProps:ie,additionalProps:{style:{...J[U].offset(Le),...J[U].leap(Xe)}},ownerState:{...L,...ie==null?void 0:ie.ownerState},className:ne.track}),tr=ut({elementType:Be,getSlotProps:Z,externalSlotProps:ge,ownerState:{...L,...ge==null?void 0:ge.ownerState},className:ne.thumb}),ta=ut({elementType:Ge,externalSlotProps:X,ownerState:{...L,...X==null?void 0:X.ownerState},className:ne.valueLabel}),nr=ut({elementType:ve,externalSlotProps:Oe,ownerState:L,className:ne.mark}),rr=ut({elementType:Ve,externalSlotProps:Re,ownerState:L,className:ne.markLabel}),na=ut({elementType:M,getSlotProps:B,externalSlotProps:$e,ownerState:L});return l.jsxs(_e,{...We,children:[l.jsx(be,{...Kt}),l.jsx(Ne,{...ea}),P.filter(ke=>ke.value>=v&&ke.value<=j).map((ke,Ae)=>{const or=Pn(ke.value,v,j),hn=J[U].offset(or);let tt;return z===!1?tt=se.includes(ke.value):tt=z==="normal"&&(ee?ke.value>=se[0]&&ke.value<=se[se.length-1]:ke.value<=se[0])||z==="inverted"&&(ee?ke.value<=se[0]||ke.value>=se[se.length-1]:ke.value>=se[0]),l.jsxs(Q.Fragment,{children:[l.jsx(ve,{"data-index":Ae,...nr,...!sn(ve)&&{markActive:tt},style:{...hn,...nr.style},className:mt(nr.className,tt&&ne.markActive)}),ke.label!=null?l.jsx(Ve,{"aria-hidden":!0,"data-index":Ae,...rr,...!sn(Ve)&&{markLabelActive:tt},style:{...hn,...rr.style},className:mt(ne.markLabel,rr.className,tt&&ne.markLabelActive),children:ke.label}):null]},Ae)}),se.map((ke,Ae)=>{const or=Pn(ke,v,j),hn=J[U].offset(or),tt=W==="off"?l1:Ge;return l.jsx(tt,{...!sn(tt)&&{valueLabelFormat:ae,valueLabelDisplay:W,value:typeof ae=="function"?ae(p(ke),Ae):ae,index:Ae,open:te===Ae||G===Ae||W==="on",disabled:f},...ta,children:l.jsx(Be,{"data-index":Ae,...tr,className:mt(ne.thumb,tr.className,G===Ae&&ne.active,re===Ae&&ne.focusVisible),style:{...hn,...q(Ae),...tr.style},children:l.jsx(M,{"data-index":Ae,"aria-label":_?_(Ae):i,"aria-valuenow":p(ke),"aria-labelledby":c,"aria-valuetext":w?w(p(ke),Ae):a,value:se[Ae],...na})})},Ae)})]})});process.env.NODE_ENV!=="production"&&(ki.propTypes={"aria-label":Mo(s.string,e=>Array.isArray(e.value||e.defaultValue)&&e["aria-label"]!=null?new Error("MUI: You need to use the `getAriaLabel` prop instead of `aria-label` when using a range slider."):null),"aria-labelledby":s.string,"aria-valuetext":Mo(s.string,e=>Array.isArray(e.value||e.defaultValue)&&e["aria-valuetext"]!=null?new Error("MUI: You need to use the `getAriaValueText` prop instead of `aria-valuetext` when using a range slider."):null),children:s.node,classes:s.object,className:s.string,color:s.oneOfType([s.oneOf(["primary","secondary","error","info","success","warning"]),s.string]),components:s.shape({Input:s.elementType,Mark:s.elementType,MarkLabel:s.elementType,Rail:s.elementType,Root:s.elementType,Thumb:s.elementType,Track:s.elementType,ValueLabel:s.elementType}),componentsProps:s.shape({input:s.oneOfType([s.func,s.object]),mark:s.oneOfType([s.func,s.object]),markLabel:s.oneOfType([s.func,s.object]),rail:s.oneOfType([s.func,s.object]),root:s.oneOfType([s.func,s.object]),thumb:s.oneOfType([s.func,s.object]),track:s.oneOfType([s.func,s.object]),valueLabel:s.oneOfType([s.func,s.shape({children:s.element,className:s.string,open:s.bool,style:s.object,value:s.node,valueLabelDisplay:s.oneOf(["auto","off","on"])})])}),defaultValue:s.oneOfType([s.arrayOf(s.number),s.number]),disabled:s.bool,disableSwap:s.bool,getAriaLabel:s.func,getAriaValueText:s.func,marks:s.oneOfType([s.arrayOf(s.shape({label:s.node,value:s.number.isRequired})),s.bool]),max:s.number,min:s.number,name:s.string,onChange:s.func,onChangeCommitted:s.func,orientation:s.oneOf(["horizontal","vertical"]),scale:s.func,shiftStep:s.number,size:s.oneOfType([s.oneOf(["small","medium"]),s.string]),slotProps:s.shape({input:s.oneOfType([s.func,s.object]),mark:s.oneOfType([s.func,s.object]),markLabel:s.oneOfType([s.func,s.object]),rail:s.oneOfType([s.func,s.object]),root:s.oneOfType([s.func,s.object]),thumb:s.oneOfType([s.func,s.object]),track:s.oneOfType([s.func,s.object]),valueLabel:s.oneOfType([s.func,s.shape({children:s.element,className:s.string,open:s.bool,style:s.object,value:s.node,valueLabelDisplay:s.oneOf(["auto","off","on"])})])}),slots:s.shape({input:s.elementType,mark:s.elementType,markLabel:s.elementType,rail:s.elementType,root:s.elementType,thumb:s.elementType,track:s.elementType,valueLabel:s.elementType}),step:s.number,sx:s.oneOfType([s.arrayOf(s.oneOfType([s.func,s.object,s.bool])),s.func,s.object]),tabIndex:s.number,track:s.oneOf(["inverted","normal",!1]),value:s.oneOfType([s.arrayOf(s.number),s.number]),valueLabelDisplay:s.oneOf(["auto","off","on"]),valueLabelFormat:s.oneOfType([s.func,s.string])});const c1="_slider_1prh1_2",u1="_playButton_1prh1_14",d1="_sliderOpen_1prh1_25",f1="_sliderResults_1prh1_29",Xt={slider:c1,playButton:u1,sliderOpen:d1,sliderResults:f1},ji=({onResults:e=!1,defaultYear:t=2025,firstYear:n=2025,lastYear:r=2050,marcas:o=null,zIndex:i=10,rightBarOpen:a=!1,conditionToBeRuning:c=null,onChange:u=d=>{console.log("year changed to ",d)}})=>{const m=o||((v,C)=>{const x=[];x.push({label:"",value:v});const $=Math.ceil(v/10)*10;for(let N=$;N<C;N+=10)x.push({label:"",value:N});return x[x.length-1].value!==C&&x.push({label:"",value:C}),x})(n,r),[g,y]=S.useState(t);S.useEffect(()=>{y(t)},[t]);const h=(v,C)=>{y(C),u(C)},[b,f]=S.useState(!1);S.useEffect(()=>{t&&console.log("defaultYear changed:",t),t&&y(t)},[t]),S.useEffect(()=>{c===!1&&f(!1)},[c]);const _=()=>{f(!0)},w=()=>{f(!1)};((v,C,x=[])=>{const $=S.useRef();S.useEffect(()=>{$.current=v},[v]),S.useEffect(()=>{function N(){$.current()}{let E=setInterval(N,C);return()=>clearInterval(E)}},[C,...x])})(()=>{b&&y(v=>{const C=v+1;return C>r?(u(n),n):(u(C),C)})},1e3,[n,r,b]);const j=so.createTheme({palette:{primary:{main:"#605b56"}},components:{MuiSlider:{styleOverrides:{mark:{height:10,backgroundColor:"#605b56"},valueLabel:{backgroundColor:"transparent",color:"#605b56",padding:0,top:3}}}}});return l.jsx(ma.ThemeProvider,{theme:j,children:l.jsxs(so.Box,{sx:{width:400},className:`${e?Xt.sliderResults:Xt.slider} ${a?Xt.sliderOpen:""}`,style:{zIndex:i},children:[n,l.jsx(ki,{"aria-label":"TimeSlider",value:g,valueLabelDisplay:"on",step:1,marks:m,min:n,max:r,onChange:h,color:"primary",size:"small"}),r,!b&&l.jsx("button",{className:Xt.playButton,onClick:_,children:l.jsx("img",{src:h0,alt:"Play"})}),b&&l.jsx("button",{className:Xt.playButton,onClick:w,children:l.jsx("img",{src:g0,alt:"Pause"})})]})})};ji.propTypes={defaultYear:s.number,onResults:s.bool,firstYear:s.number,lastYear:s.number,marcas:s.arrayOf(s.shape({label:s.string,value:s.number})),zIndex:s.number,rightBarOpen:s.bool,onChange:s.func};const p1="_TopNavMenuContainer_12mp4_2",m1="_topNavOptions_12mp4_13",h1="_active_12mp4_27",Cr={TopNavMenuContainer:p1,topNavOptions:m1,active:h1},$i=({options:e=[],containerStyles:t,borderColor:n="red",textColor:r="white",onChangeNavLink:o=i=>{console.log("Changed NavLink",i)}})=>{const{t:i}=oe.useTranslation();return l.jsx("div",{className:Cr.TopNavMenuContainer,style:{...t},children:e.map((a,c)=>l.jsx($s.NavLink,{to:a.url,className:({isActive:u})=>`${Cr.topNavOptions} ${u?Cr.active:""} `,onClick:()=>o(a.url),style:({isActive:u})=>({color:r,borderBottom:u?`5px solid ${n}`:"5px solid transparent"}),children:i(a.name)},c))})};$i.propTypes={options:s.arrayOf(s.object),cssProps:s.shape({borderColor:s.string.isRequired,textColor:s.string.isRequired})};const g1="_LogInButton_1vxj5_2",y1={LogInButton:g1},Ei=({cssClass:e,notLoggedInLabel:t="Log in",loggedInLabel:n="Log out",containerStyles:r,userName:o="",isLoggedIn:i=!1,onClickLogIn:a=()=>{console.log("Login clicked")},onClickLogOut:c=()=>{console.log("Logout clicked")}})=>{const{t:u}=oe.useTranslation();return l.jsx("div",{style:{...r},className:`${y1.LogInButton} link ${e}`,onClick:i?c:a,children:i?o||u(n):u(t)})};Ei.propTypes={cssClass:s.string,notLoggedInLabel:s.string,loggedInLabel:s.string,containerStyles:s.object,userName:s.string,isLoggedIn:s.bool};const b1="_elementSelector_1ox68_2",v1="_header_1ox68_14",x1="_nameDateContainer_1ox68_24",C1="_elementName_1ox68_40",_1="_elementDate_1ox68_54",w1="_buttonsContainer_1ox68_68",S1="_elementListContainer_1ox68_77",T1="_newElementButtonContainer_1ox68_81",rt={elementSelector:b1,header:v1,nameDateContainer:x1,elementName:C1,elementDate:_1,buttonsContainer:w1,elementListContainer:S1,newElementButtonContainer:T1},k1="_listElement_s4s4h_3",j1="_elementNameDate_s4s4h_19",$1="_elementNameContainer_s4s4h_30",E1="_elementName_s4s4h_19",N1="_elementDate_s4s4h_47",O1="_nameAndEye_s4s4h_50",A1="_elementButtons_s4s4h_55",L1="_moreInfoContainer_s4s4h_78",M1="_moreInfo_s4s4h_78",Ue={listElement:k1,elementNameDate:j1,elementNameContainer:$1,elementName:E1,elementDate:N1,nameAndEye:O1,elementButtons:A1,break:"_break_s4s4h_73",moreInfoContainer:L1,moreInfo:M1},R1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Eliminar'%3e%3ccircle%20id='Ellipse%20220'%20cx='15.5106'%20cy='15.8063'%20r='14.3521'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cpath%20id='Vector'%20d='M20.8581%2010.5548H17.5491V10.4015C17.5491%209.17493%2016.6257%208.255%2015.4714%208.255C14.3171%208.255%2013.3167%209.17493%2013.3167%2010.4015V10.5548H10.0846C9.69985%2010.5548%209.46899%2010.7848%209.46899%2011.1681C9.46899%2011.5514%209.69985%2011.7814%2010.0846%2011.7814H10.2385V21.2106C10.2385%2022.3605%2011.162%2023.3571%2012.3932%2023.3571H18.5495C19.7038%2023.3571%2020.7042%2022.4372%2020.7042%2021.2106V11.7047H20.9351C21.2429%2011.7047%2021.5507%2011.4747%2021.5507%2011.0914C21.5507%2010.7081%2021.1659%2010.5548%2020.8581%2010.5548ZM14.471%2010.4015C14.471%209.86488%2014.9327%209.40491%2015.4714%209.40491C16.01%209.40491%2016.3948%209.86488%2016.3948%2010.4015V10.5548H14.471V10.4015ZM16.3948%2018.8342V15.0011C16.3948%2014.6178%2016.6257%2014.3878%2017.0104%2014.3878C17.3952%2014.3878%2017.6261%2014.6178%2017.6261%2015.0011V18.8342C17.6261%2019.1408%2017.3952%2019.4474%2017.0104%2019.4474C16.6257%2019.4474%2016.3948%2019.1408%2016.3948%2018.8342ZM13.3167%2018.8342V15.0011C13.3167%2014.6178%2013.5475%2014.3878%2013.9323%2014.3878C14.3171%2014.3878%2014.5479%2014.6178%2014.5479%2015.0011V18.8342C14.5479%2019.1408%2014.3171%2019.4474%2013.9323%2019.4474C13.5475%2019.4474%2013.3167%2019.1408%2013.3167%2018.8342Z'%20fill='%23605B56'/%3e%3c/g%3e%3c/svg%3e",D1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%209259'%3e%3ccircle%20id='Ellipse%20219'%20cx='15.3062'%20cy='15.8063'%20r='14.3521'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cg%20id='Group%203973'%3e%3cg%20id='Rectangle%20495'%3e%3cmask%20id='path-2-inside-1_4451_10560'%20fill='white'%3e%3crect%20x='10.4033'%20y='7.70422'%20width='12.8'%20height='12.8'%20rx='1'/%3e%3c/mask%3e%3crect%20x='10.4033'%20y='7.70422'%20width='12.8'%20height='12.8'%20rx='1'%20stroke='%23605B56'%20stroke-width='3'%20mask='url(%23path-2-inside-1_4451_10560)'/%3e%3c/g%3e%3cg%20id='Group%203972'%3e%3crect%20id='Rectangle%20496'%20x='7.2041'%20y='10.9042'%20width='12.8'%20height='12.8'%20rx='1'%20fill='%23605B56'/%3e%3cpath%20id='+'%20d='M16.3785%2018.0509H14.3838V20.0776H12.9331V18.0509H10.9385V16.6749H12.9331V14.6376H14.3838V16.6749H16.3785V18.0509Z'%20fill='%23FDFDFD'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",I1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%209260'%3e%3ccircle%20id='Ellipse%20219'%20cx='15.1021'%20cy='15.8063'%20r='14.3521'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cpath%20id='Vector'%20d='M8.20744%208.70422C7.34769%208.70422%206.88873%209.71735%207.45568%2010.3637L13.3518%2017.085C13.5118%2017.2675%2013.6%2017.5018%2013.6%2017.7445V23.2443C13.6%2023.6283%2013.8199%2023.9783%2014.1658%2024.1451L15.9658%2025.0128C16.6297%2025.3329%2017.4%2024.8491%2017.4%2024.112V17.7445C17.4%2017.5018%2017.4882%2017.2675%2017.6482%2017.085L23.5443%2010.3637C24.1113%209.71735%2023.6523%208.70422%2022.7926%208.70422H8.20744Z'%20fill='%23605B56'/%3e%3c/g%3e%3c/svg%3e",P1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%206725'%3e%3ccircle%20id='Ellipse%20219'%20cx='15.1021'%20cy='15.7148'%20r='14.3521'%20stroke='%23605B56'%20stroke-opacity='0.5'%20stroke-width='1.5'/%3e%3cg%20id='Group%206724'%3e%3cpath%20id='Vector'%20d='M17.4114%2023.3302C17.4114%2024.5419%2016.4269%2027.4724%2015.2126%2027.4724C13.9982%2027.4724%2013.0137%2024.5419%2013.0137%2023.3302C13.0137%2022.7483%2013.2453%2022.1902%2013.6577%2021.7787C14.0701%2021.3673%2014.6294%2021.1361%2015.2126%2021.1361C15.7957%2021.1361%2016.355%2021.3673%2016.7674%2021.7787C17.1798%2022.1902%2017.4114%2022.7483%2017.4114%2023.3302Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Union'%20d='M15.2919%2020.6088H11.2899L11.289%2020.6078C10.6273%2020.7718%209.36856%2021.3396%209.39931%2023.2845C9.39931%2023.2845%207.41254%2021.7976%208.17372%2019.0179L8.25575%2018.7445C8.59675%2017.7118%209.66004%2016.7306%2010.7714%2016.2435C10.7337%2012.8666%2011.5045%208.19644%2015.2919%204.724V20.6088ZM10.6835%2017.4164C10.5323%2017.5091%2010.3819%2017.6125%2010.2372%2017.7279C9.77215%2018.099%209.43634%2018.5195%209.26747%2018.8988L9.20595%2019.058C8.95666%2019.8145%208.9632%2020.4347%209.07607%2020.9291C9.34144%2020.5645%209.66233%2020.2832%209.9999%2020.0746C10.2365%2019.9284%2010.4715%2019.8251%2010.6835%2019.7494V17.4164Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Union_2'%20d='M15.293%204.724C19.0931%208.20817%2019.8548%2012.8981%2019.8115%2016.2777C20.8629%2016.7859%2021.8411%2017.7218%2022.165%2018.7045C23.1398%2021.6599%2021.0225%2023.2445%2021.0225%2023.2445C21.051%2021.4361%2019.9648%2020.8184%2019.2803%2020.6088H15.293V4.724ZM19.7676%2017.3949C19.7586%2017.5313%2019.7493%2017.6646%2019.7383%2017.7943V19.7094C19.9502%2019.7851%2020.1854%2019.8884%2020.4219%2020.0345C20.7595%2020.2432%2021.0794%2020.5253%2021.3447%2020.89C21.4466%2020.444%2021.4627%2019.8956%2021.2812%2019.2367L21.2148%2019.0179C21.0772%2018.6004%2020.7157%2018.1118%2020.1846%2017.6879C20.0493%2017.58%2019.9088%2017.4829%2019.7676%2017.3949Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cg%20id='Vector_2'%3e%3cpath%20d='M12.541%208.28445C12.541%208.28445%2014.8218%209.81829%2018.0434%208.28445C18.0434%208.28445%2016.9978%206.03912%2015.2919%204.61267C15.2919%204.61267%2013.7894%205.92343%2012.541%208.28445Z'%20fill='%23FDFDFD'/%3e%3cpath%20d='M15.3057%205.29626C15.9532%205.9116%2016.4918%206.63792%2016.8867%207.2533C17.0801%207.55466%2017.2355%207.82605%2017.3516%208.03748C16.0573%208.54342%2014.966%208.52427%2014.1807%208.36951C13.781%208.29074%2013.4584%208.17533%2013.2266%208.07556C13.7607%207.14513%2014.32%206.40895%2014.7646%205.88806C14.9759%205.64056%2015.1621%205.44302%2015.3057%205.29626Z'%20stroke='%23605B56'%20stroke-opacity='0.5'/%3e%3c/g%3e%3cpath%20id='Vector_3'%20d='M17.6984%2012.9862C17.6985%2013.4539%2017.5596%2013.9111%2017.2993%2014.3001C17.039%2014.689%2016.669%2014.9922%2016.236%2015.1712C15.803%2015.3503%2015.3265%2015.3972%2014.8668%2015.3061C14.4071%2015.2149%2013.9848%2014.9898%2013.6533%2014.6591C13.3218%2014.3285%2013.0961%2013.9072%2013.0046%2013.4485C12.9131%2012.9898%2012.96%2012.5143%2013.1393%2012.0822C13.3186%2011.6501%2013.6224%2011.2808%2014.0121%2011.021C14.4018%2010.7611%2014.86%2010.6224%2015.3287%2010.6224C15.957%2010.6224%2016.5597%2010.8715%2017.004%2011.3147C17.4484%2011.758%2017.6982%2012.3593%2017.6984%2012.9862Z'%20fill='%23FDFDFD'/%3e%3cpath%20id='Vector_4'%20d='M17.1358%2013.0038C17.1358%2013.36%2017.0299%2013.7083%2016.8316%2014.0045C16.6332%2014.3007%2016.3513%2014.5316%2016.0214%2014.6679C15.6916%2014.8042%2015.3286%2014.8399%2014.9784%2014.7704C14.6282%2014.7009%2014.3066%2014.5294%2014.0541%2014.2774C13.8017%2014.0255%2013.6297%2013.7046%2013.5601%2013.3552C13.4904%2013.0058%2013.5262%2012.6436%2013.6628%2012.3145C13.7994%2011.9853%2014.0308%2011.704%2014.3277%2011.5061C14.6245%2011.3082%2014.9736%2011.2025%2015.3306%2011.2025C15.8094%2011.2025%2016.2685%2011.3923%2016.6071%2011.7301C16.9456%2012.0679%2017.1358%2012.526%2017.1358%2013.0038Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_5'%20d='M16.7061%2013.2093C16.6508%2013.2093%2016.5978%2013.1874%2016.5588%2013.1485C16.5197%2013.1095%2016.4978%2013.0566%2016.4978%2013.0015C16.4974%2012.7236%2016.3866%2012.4572%2016.1897%2012.2607C15.9928%2012.0642%2015.7258%2011.9537%2015.4473%2011.9533C15.4175%2011.9582%2015.3869%2011.9566%2015.3578%2011.9485C15.3287%2011.9405%2015.3017%2011.9262%2015.2786%2011.9067C15.2556%2011.8872%2015.237%2011.8629%2015.2244%2011.8356C15.2117%2011.8082%2015.2051%2011.7784%2015.2051%2011.7482C15.2051%2011.7181%2015.2117%2011.6883%2015.2244%2011.6609C15.237%2011.6336%2015.2556%2011.6093%2015.2786%2011.5898C15.3017%2011.5703%2015.3287%2011.556%2015.3578%2011.5479C15.3869%2011.5399%2015.4175%2011.5383%2015.4473%2011.5432C15.8348%2011.5435%2016.2063%2011.6973%2016.4803%2011.9707C16.7543%2012.2441%2016.9084%2012.6148%2016.9088%2013.0015C16.9088%2013.0557%2016.8876%2013.1077%2016.8498%2013.1465C16.8119%2013.1854%2016.7603%2013.2079%2016.7061%2013.2093Z'%20fill='%23FDFDFD'/%3e%3cpath%20id='Vector_6'%20d='M16.8082%2013.6607C16.8082%2013.7106%2016.7934%2013.7594%2016.7656%2013.8008C16.7378%2013.8423%2016.6984%2013.8746%2016.6522%2013.8937C16.606%2013.9128%2016.5552%2013.9178%2016.5062%2013.9081C16.4571%2013.8983%2016.4121%2013.8743%2016.3768%2013.8391C16.3414%2013.8038%2016.3173%2013.7589%2016.3076%2013.7099C16.2978%2013.661%2016.3028%2013.6103%2016.322%2013.5642C16.3411%2013.5182%2016.3735%2013.4788%2016.4151%2013.4511C16.4566%2013.4234%2016.5055%2013.4086%2016.5555%2013.4086C16.6225%2013.4086%2016.6868%2013.4351%2016.7342%2013.4824C16.7816%2013.5297%2016.8082%2013.5939%2016.8082%2013.6607Z'%20fill='%23FDFDFD'/%3e%3cpath%20id='Vector_7'%20d='M15.6008%2016.0612C15.5633%2016.0097%2015.5141%2015.9677%2015.4573%2015.9388C15.4005%2015.9099%2015.3376%2015.8949%2015.2738%2015.8949H15.1898C15.126%2015.8948%2015.0631%2015.9099%2015.0062%2015.9388C14.9494%2015.9677%2014.9002%2016.0096%2014.8627%2016.0612C14.8627%2016.0612%2013.6074%2017.4973%2014.1816%2021.0915C14.4989%2023.0777%2015.2314%2023.6694%2015.2314%2023.6694C15.2314%2023.6694%2015.9639%2023.0777%2016.2819%2021.0915C16.8561%2017.4973%2015.6008%2016.0612%2015.6008%2016.0612Z'%20fill='%23FDFDFD'/%3e%3cpath%20id='Vector_8'%20d='M15.1468%2015.8949C15.083%2015.8948%2015.0201%2015.9099%2014.9632%2015.9388C14.9064%2015.9677%2014.8572%2016.0096%2014.8198%2016.0612C14.8198%2016.0612%2013.5645%2017.4973%2014.1387%2021.0915C14.456%2023.0777%2015.1884%2023.6694%2015.1884%2023.6694V15.8949H15.1468Z'%20fill='%23FDFDFD'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e",B1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='15.3062'%20cy='15.2144'%20r='14.3521'%20stroke='%2392898A'%20stroke-width='1.5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.9898%2012.7234V9.89008C11.9898%208.88815%2012.3811%207.92726%2013.0777%207.21879C13.7743%206.51032%2014.719%206.1123%2015.7041%206.1123C16.6892%206.1123%2017.6339%206.51032%2018.3305%207.21879C19.0271%207.92726%2019.4184%208.88815%2019.4184%209.89008V12.7234H20.347C20.8395%2012.7234%2021.3119%2012.9224%2021.6602%2013.2767C22.0084%2013.6309%2022.2041%2014.1113%2022.2041%2014.6123V21.2234C22.2041%2021.7244%2022.0084%2022.2048%2021.6602%2022.5591C21.3119%2022.9133%2020.8395%2023.1123%2020.347%2023.1123H11.0612C10.5687%2023.1123%2010.0963%2022.9133%209.74805%2022.5591C9.39976%2022.2048%209.2041%2021.7244%209.2041%2021.2234V14.6123C9.2041%2014.1113%209.39976%2013.6309%209.74805%2013.2767C10.0963%2012.9224%2010.5687%2012.7234%2011.0612%2012.7234H11.9898ZM13.847%209.89008C13.847%209.38912%2014.0426%208.90867%2014.3909%208.55444C14.7392%208.2002%2015.2116%208.00119%2015.7041%208.00119C16.1966%208.00119%2016.669%208.2002%2017.0173%208.55444C17.3656%208.90867%2017.5612%209.38912%2017.5612%209.89008V12.7234H13.847V9.89008ZM15.7041%2015.5567C15.9504%2015.5567%2016.1866%2015.6563%2016.3607%2015.8334C16.5348%2016.0105%2016.6327%2016.2507%2016.6327%2016.5012V19.3345C16.6327%2019.585%2016.5348%2019.8252%2016.3607%2020.0023C16.1866%2020.1795%2015.9504%2020.279%2015.7041%2020.279C15.4578%2020.279%2015.2216%2020.1795%2015.0475%2020.0023C14.8734%2019.8252%2014.7755%2019.585%2014.7755%2019.3345V16.5012C14.7755%2016.2507%2014.8734%2016.0105%2015.0475%2015.8334C15.2216%2015.6563%2015.4578%2015.5567%2015.7041%2015.5567Z'%20fill='%2392898A'/%3e%3c/svg%3e",V1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Editar'%3e%3ccircle%20id='Ellipse%20219'%20cx='15.1021'%20cy='15.1021'%20r='14.3521'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cg%20id='Group%203792'%3e%3cpath%20id='Vector%20530'%20d='M22.469%2010.8343L19.54%207.90531C19.3447%207.71005%2019.0281%207.71005%2018.8329%207.90531L8.39131%2018.3469C8.31762%2018.4206%208.2688%2018.5154%208.25167%2018.6182L7.66586%2022.1331C7.60946%2022.4715%207.90285%2022.7649%208.24126%2022.7085L11.7561%2022.1227C11.8589%2022.1055%2011.9538%2022.0567%2012.0275%2021.983L22.469%2011.5415C22.6643%2011.3462%2022.6643%2011.0296%2022.469%2010.8343Z'%20stroke='%23605B56'/%3e%3cpath%20id='Vector%20531'%20d='M9.00391%2017.7334L12.6401%2021.3695'%20stroke='%23605B56'/%3e%3cpath%20id='Vector%20614'%20d='M19.4292%207.55176L9.24805%2017.733L12.6418%2021.1267L22.823%2010.9455L19.4292%207.55176Z'%20fill='%23605B56'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e",F1="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%206729'%3e%3ccircle%20id='Ellipse%20219'%20cx='15.1021'%20cy='15.1021'%20r='14.3521'%20stroke='%23605B56'%20stroke-width='1.5'/%3e%3cpath%20id='i'%20d='M14%209.008C14%208.708%2014.102%208.468%2014.306%208.288C14.51%208.096%2014.78%208%2015.116%208C15.452%208%2015.722%208.096%2015.926%208.288C16.13%208.468%2016.232%208.708%2016.232%209.008C16.232%209.308%2016.13%209.554%2015.926%209.746C15.722%209.926%2015.452%2010.016%2015.116%2010.016C14.78%2010.016%2014.51%209.926%2014.306%209.746C14.102%209.554%2014%209.308%2014%209.008ZM15.926%2011.906V21.788H14.288V11.906H15.926Z'%20fill='%23605B56'/%3e%3c/g%3e%3c/svg%3e";var us;function Rr(){return Rr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Rr.apply(null,arguments)}var z1=function(t){return Q.createElement("svg",Rr({xmlns:"http://www.w3.org/2000/svg",width:26,height:14,fill:"none"},t),us||(us=Q.createElement("g",{fill:"currentColor"},Q.createElement("path",{d:"M12.95.408C7.659.408 2.849 2.772.083 6.726a.47.47 0 0 0 0 .532c2.761 3.955 7.571 6.313 12.867 6.313s10.106-2.358 12.867-6.313a.47.47 0 0 0 0-.532C23.05 2.772 18.24.408 12.95.408m0 10.814A4.24 4.24 0 0 1 8.718 6.99a4.24 4.24 0 0 1 4.232-4.232 4.24 4.24 0 0 1 4.232 4.232 4.24 4.24 0 0 1-4.232 4.232"}),Q.createElement("path",{d:"M12.951 10.297a3.307 3.307 0 1 0 0-6.614 3.307 3.307 0 0 0 0 6.614"}))))};const q1="data:image/svg+xml,%3csvg%20width='26'%20height='18'%20viewBox='0%200%2026%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%205207'%3e%3cpath%20id='Vector'%20d='M12.9837%206.40625C11.1707%206.40625%209.69531%207.88162%209.69531%209.69462C9.69531%2010.0276%209.74618%2010.3514%209.83869%2010.652C9.93579%2010.9711%2010.0792%2011.2718%2010.2642%2011.54L14.8291%206.97512C14.5562%206.79013%2014.2602%206.64676%2013.9411%206.54962C13.6404%206.45712%2013.3167%206.40625%2012.9837%206.40625Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_2'%20d='M19.4938%204.44079C19.318%204.36678%2019.1191%204.40841%2018.985%204.53792L16.3534%207.16955V7.17415C16.543%207.42855%2016.7049%207.70604%2016.8344%208.00204C17.0656%208.52004%2017.1905%209.09354%2017.1905%209.69478C17.1905%2012.0165%2015.3035%2013.9035%2012.9818%2013.9035C12.3805%2013.9035%2011.807%2013.7787%2011.289%2013.5474C10.993%2013.4179%2010.7155%2013.256%2010.4611%2013.0664H10.4565L8.52788%2014.995C8.41225%2015.1153%208.36601%2015.2864%208.41225%2015.4437C8.45389%2015.6055%208.57875%2015.7304%208.74063%2015.772C10.0958%2016.1189%2011.511%2016.2947%2012.9494%2016.2947C18.245%2016.2947%2023.055%2013.9359%2025.8161%209.98153C25.9271%209.82429%2025.9271%209.61153%2025.8161%209.45427C24.2991%207.27591%2022.1115%205.54154%2019.4938%204.44079Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_3'%20d='M12.9843%2012.979C14.7973%2012.979%2016.268%2011.5082%2016.268%209.6952C16.268%209.35295%2016.2171%209.0292%2016.12%208.71933C16.0229%208.4002%2015.8749%208.10419%2015.6899%207.83594L11.125%2012.4008C11.3933%2012.5858%2011.6893%2012.7338%2012.0084%2012.831C12.3183%2012.9281%2012.6466%2012.979%2012.9843%2012.979Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_4'%20d='M9.12048%2011.3694C8.89386%2010.856%208.769%2010.2918%208.769%209.69516C8.769%207.3734%2010.656%205.48178%2012.9824%205.48178C13.579%205.48178%2014.1433%205.60667%2014.6566%205.83329C14.9526%205.95815%2015.2347%206.12004%2015.4891%206.31428L17.3808%204.42267L21.0114%200.792026C21.1918%200.611646%2021.1918%200.315664%2021.0114%200.135285C20.831%20-0.0450949%2020.535%20-0.0450949%2020.3546%200.135285L16.8951%203.59478C15.6186%203.28491%2014.2959%203.13228%2012.95%203.13228C7.65437%203.13228%202.84439%205.49565%200.0832465%209.45464C-0.0277488%209.61191%20-0.0277488%209.82467%200.0832465%209.9819C1.48001%2011.9845%203.44563%2013.6079%205.78125%2014.7087L3.37162%2017.1183C3.19127%2017.2986%203.19127%2017.5947%203.37162%2017.775C3.46412%2017.8629%203.57975%2017.9091%203.7%2017.9091C3.82026%2017.9091%203.93588%2017.8629%204.02839%2017.775L9.60151%2012.2019C9.40727%2011.9429%209.24536%2011.6654%209.12048%2011.3694Z'%20fill='%23605B56'%20fill-opacity='0.5'/%3e%3c/g%3e%3c/svg%3e",Ni=({listelement:e,onClickElement:t,isActive:n,activeColor:r,fontColor:o,moreInfo:i,columns:a,elementButtons:c,processTooltip:u,defaultTooltip:d,showEye:m=!0})=>{const{name:g,created_at:y,id:h,isBeingProcessed:b}=e,[f,_]=S.useState(!1),{t:w}=oe.useTranslation(),T=c&&c.edit&&!e.is_default&&!e.is_baseline,j=c&&c.trash&&!e.is_default&&!e.is_baseline;return l.jsxs("div",{className:Ue.listElement,style:{borderBottom:`1px solid ${o}`},children:[l.jsx("div",{className:Ue.elementNameDate,onClick:()=>t(h),children:Object.keys(a).map((v,C)=>v==="name"?l.jsx("div",{className:Ue.elementNameContainer,children:l.jsxs("div",{className:`${Ue.elementName} ${m&&Ue.nameAndEye}`,children:[m&&(n?l.jsx(z1,{style:{color:r,marginRight:9}}):l.jsx("img",{style:{marginRight:9},src:q1,alt:"eye"})),l.jsx("span",{style:{color:n?r:o},children:g})]})},`col${C}`):v=="data"?l.jsx("div",{className:Ue.elementDate,children:y?new Date(y).toLocaleDateString():""},`col${C}data`):l.jsx("div",{className:Ue.elementDate,children:e[v]},`col${C}other`))}),l.jsxs("div",{className:Ue.elementButtons,children:[e.processing&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("img",{src:P1}),l.jsx(et,{text:u,position:"left"})]}),c.filter&&!e.is_default&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:()=>c.filter.onclick(e),disabled:c.filter.disabled||!1,children:l.jsx("img",{src:I1})}),l.jsx(et,{text:c.filter.tooltiptext,position:"left"})]}),c.copy&&!e.is_default&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:()=>c.copy.onclick(e),disabled:c.copy.disabled||!1,children:l.jsx("img",{src:D1})}),l.jsx(et,{text:c.copy.tooltiptext,position:"left"})]}),T&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:()=>c.edit.onclick(e),disabled:c.edit.disabled||!1,children:l.jsx("img",{src:V1})}),l.jsx(et,{text:c.edit.tooltiptext,position:"left"})]}),c.info&&e.is_default&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:()=>c.info.onclick(e),disabled:c.info.disabled||!1,children:l.jsx("img",{src:F1})}),l.jsx(et,{text:c.info.tooltiptext,position:"left"})]}),j&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("button",{onClick:()=>c.trash.onclick(e),disabled:c.trash.disabled||!1,children:l.jsx("img",{src:R1})}),l.jsx(et,{text:c.trash.tooltiptext,position:"left"})]}),e.is_default&&l.jsxs("div",{className:"tooltip-parent",children:[l.jsx("img",{src:B1}),l.jsx(et,{text:d,position:"left"})]})]}),i&&l.jsx("div",{className:Ue.break}),i&&l.jsxs("div",{className:Ue.moreInfoContainer,children:[l.jsxs("div",{className:Ue.moreInfo,onClick:()=>_(!f),children:[l.jsx("span",{children:f?"-":"+"}),w(i.label)]}),i&&f&&l.jsx("div",{className:Ue.moreInfoInfo,children:e[i.info]})]})]})};Ni.propTypes={listelement:s.shape({name:s.string.isRequired,created_at:s.string,id:s.any.isRequired,isBeingProcessed:s.bool}).isRequired,onClickElement:s.func.isRequired,isActive:s.bool,activeColor:s.string,fontColor:s.string,moreInfo:s.any,columns:s.shape({name:s.string,data:s.string,ambit:s.string,escenari:s.string}),elementButtons:s.shape({copy:s.shape({onclick:s.func,tooltiptext:s.string}),delete:s.shape({onclick:s.func,tooltiptext:s.string}),filter:s.shape({onclick:s.func,tooltiptext:s.string})}),processTooltip:s.string,defaultTooltip:s.string,showEye:s.bool};const ds="data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M7%2015L7%201M7%2015L1%209M7%2015L13%209'%20stroke='%23605B56'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Oi=({elementsList:e,activeElementId:t,fontColor:n="#605B56",activeColor:r,buttonContainerStyles:o={},containerStyles:i={},newElementButton:a,onClickElement:c=b=>console.log(`OnCLickElement: ${b}`),columns:u,elementButtons:d,moreInfo:m=!1,processTooltip:g,defaultTooltip:y,showEye:h=!0})=>{const{t:b}=oe.useTranslation(),[f,_]=S.useState(e);S.useEffect(()=>{e&&_(e)},[e]);const w=v=>{if(typeof v!="string")return null;if(/^\d{4}[-/]\d{2}[-/]\d{2}$/.test(v))return new Date(v);const C=/^(\d{2})[-/.]\s*(\d{2})[-/.]\s*(\d{4})$/.exec(v);if(C)return new Date(`${C[3]}-${C[2]}-${C[1]}`);const x=/^(\d{2})[-/]\s*(\d{2})[-/]\s*(\d{4})$/.exec(v);return x?parseInt(x[1])>12?new Date(`${x[3]}-${x[2]}-${x[1]}`):new Date(`${x[3]}-${x[1]}-${x[2]}`):null},T=v=>w(v)!==null,j=v=>{if(!f||f.length===0)return;let C=[...f];const x=C.find(N=>N[v]!==null&&N[v]!==void 0),$=x?T(x[v]):!1;C.sort((N,E)=>{const I=N[v],D=E[v];if(I==null&&D==null)return 0;if(I==null)return 1;if(D==null)return-1;if($){const k=w(I),V=w(D);return!k&&!V?0:k?V?k-V:-1:1}const p=String(I||"").trim(),O=String(D||"").trim();return p.localeCompare(O)}),_(C)};return l.jsxs("div",{className:rt.elementSelector,style:{color:n,...i},children:[l.jsxs("div",{className:rt.header,style:{borderBottom:`1px solid ${n}`},children:[l.jsx("div",{className:rt.nameDateContainer,children:Object.keys(u).map(v=>v==="name"?l.jsx("div",{className:rt.elementName,children:l.jsxs("button",{onClick:()=>j("name"),children:[l.jsx("span",{children:b(u.name)}),l.jsx("img",{src:ds,alt:"order arrow"})]})},v):v==="data"?l.jsx("div",{className:rt.elementDate,children:l.jsxs("button",{onClick:()=>j("created_at"),children:[l.jsx("span",{children:b(u.data)}),l.jsx("img",{src:ds,alt:"order arrow"})]})},v):l.jsx("div",{className:rt.elementDate,children:l.jsx("span",{children:b(u[v])})},v))}),l.jsx("div",{className:rt.buttonsContainer})]}),l.jsx("div",{className:rt.elementListContainer,children:f&&f.length>0&&f.map(v=>l.jsx(Ni,{isActive:t==v.id,listelement:v,fontColor:n,activeColor:r,onClickElement:c,columns:u,elementButtons:d,moreInfo:m,processTooltip:g,defaultTooltip:y,showEye:h},`elementKey${v.id}`))}),a&&l.jsx("div",{className:rt.newElementButtonContainer,children:l.jsx(cn,{style:{...o},onClick:a.onClick,borderColor:"grey",disabled:a.disabled||!1,children:b(a.label)})})]})};Oi.propTypes={elementsList:s.arrayOf(s.shape({name:s.string.isRequired,created_at:s.string,id:s.any.isRequired})).isRequired,activeElementId:s.any,fontColor:s.string,activeColor:s.string,onClickElement:s.func.isRequired,newElementButton:s.shape({label:s.string,onClick:s.func}),columns:s.shape({name:s.string,data:s.string,ambit:s.string,escenari:s.string}),elementButtons:s.shape({copy:s.shape({onclick:s.func,tooltiptext:s.string}),delete:s.shape({onclick:s.func,tooltiptext:s.string}),filter:s.shape({onclick:s.func,tooltiptext:s.string})}),buttonContainerStyles:s.object,containerStyles:s.object,onCLickNewElement:s.func,moreInfo:s.shape({label:s.string,info:s.any}),processTooltip:s.string,defaultTooltip:s.string,showEye:s.bool};const W1="_formContainer_asv64_2",U1="_categorySelectorContainer_asv64_11",Z1="_formObjectContainer_asv64_15",H1="_buttonContainer_asv64_26",Qt={formContainer:W1,categorySelectorContainer:U1,formObjectContainer:Z1,buttonContainer:H1},Pt={text:"text",password:"password",radioList:"radioList",select:"select",textDescription:"textDescription",rankingSlider:"rankingSlider"};var K1=e=>e.type==="checkbox",on=e=>e instanceof Date,Qr=e=>e==null;const Ai=e=>typeof e=="object";var jt=e=>!Qr(e)&&!Array.isArray(e)&&Ai(e)&&!on(e),G1=e=>jt(e)&&e.target?K1(e.target)?e.target.checked:e.target.value:e,Y1=(e,t)=>t.split(".").some((n,r,o)=>!isNaN(Number(n))&&e.has(o.slice(0,r).join("."))),X1=e=>{const t=e.constructor&&e.constructor.prototype;return jt(t)&&t.hasOwnProperty("isPrototypeOf")},Q1=typeof window<"u"&&typeof window.HTMLElement<"u"&&typeof document<"u";function Li(e){if(e instanceof Date)return new Date(e);const t=typeof FileList<"u"&&e instanceof FileList;if(Q1&&(e instanceof Blob||t))return e;const n=Array.isArray(e);if(!n&&!(jt(e)&&X1(e)))return e;const r=n?[]:Object.create(Object.getPrototypeOf(e));for(const o in e)Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=Li(e[o]));return r}var Mi=e=>/^\w*$/.test(e),Dr=e=>e===void 0,J1=e=>Array.isArray(e)?e.filter(Boolean):[],Ri=e=>J1(e.replace(/["|']|\]/g,"").split(/\.|\[/)),Pe=(e,t,n)=>{if(!t||!jt(e))return n;const r=(Mi(t)?[t]:Ri(t)).reduce((o,i)=>Qr(o)?o:o[i],e);return Dr(r)||r===e?Dr(e[t])?n:e[t]:r},_r=e=>typeof e=="boolean",En=e=>typeof e=="function",fs=(e,t,n)=>{let r=-1;const o=Mi(t)?[t]:Ri(t),i=o.length,a=i-1;for(;++r<i;){const c=o[r];let u=n;if(r!==a){const d=e[c];u=jt(d)||Array.isArray(d)?d:isNaN(+o[r+1])?{}:[]}if(c==="__proto__"||c==="constructor"||c==="prototype")return;e[c]=u,e=e[c]}};const ps={BLUR:"blur",CHANGE:"change"},ms={all:"all"},Di=S.createContext(null);Di.displayName="HookFormControlContext";const Jr=()=>S.useContext(Di);var ed=(e,t,n,r=!0)=>{const o={defaultValues:t._defaultValues};for(const i in e)Object.defineProperty(o,i,{get:()=>{const a=i;return t._proxyFormState[a]!==ms.all&&(t._proxyFormState[a]=!r||ms.all),n&&(n[a]=!0),e[a]}});return o};const Ii=typeof window<"u"?S.useLayoutEffect:S.useEffect;function td(e){const t=Jr(),{control:n=t,disabled:r,name:o,exact:i}=e||{},[a,c]=S.useState(n._formState),u=S.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1});return Ii(()=>n._subscribe({name:o,formState:u.current,exact:i,callback:d=>{!r&&c({...n._formState,...d})}}),[o,r,i]),S.useEffect(()=>{u.current.isValid&&n._setValid(!0)},[n]),S.useMemo(()=>ed(a,n,u.current,!1),[a,n])}var nd=e=>typeof e=="string",hs=(e,t,n,r,o)=>nd(e)?Pe(n,e,o):Array.isArray(e)?e.map(i=>Pe(n,i)):n,gs=e=>Qr(e)||!Ai(e);function Dn(e,t,n=new WeakSet){if(gs(e)||gs(t))return Object.is(e,t);if(on(e)&&on(t))return Object.is(e.getTime(),t.getTime());const r=Object.keys(e),o=Object.keys(t);if(r.length!==o.length)return!1;if(n.has(e)||n.has(t))return!0;n.add(e),n.add(t);for(const i of r){const a=e[i];if(!o.includes(i))return!1;if(i!=="ref"){const c=t[i];if(on(a)&&on(c)||(jt(a)||Array.isArray(a))&&(jt(c)||Array.isArray(c))?!Dn(a,c,n):!Object.is(a,c))return!1}}return!0}function rd(e){const t=Jr(),{control:n=t,name:r,defaultValue:o,disabled:i,exact:a,compute:c}=e||{},u=S.useRef(o),d=S.useRef(c),m=S.useRef(void 0),g=S.useRef(n),y=S.useRef(r);d.current=c;const[h,b]=S.useState(()=>{const v=n._getWatch(r,u.current);return d.current?d.current(v):v}),f=S.useCallback(v=>{const C=hs(r,n._names,v||n._formValues,!1,u.current);return d.current?d.current(C):C},[n._formValues,n._names,r]),_=S.useCallback(v=>{if(!i){const C=hs(r,n._names,v||n._formValues,!1,u.current);if(d.current){const x=d.current(C);Dn(x,m.current)||(b(x),m.current=x)}else b(C)}},[n._formValues,n._names,i,r]);Ii(()=>((g.current!==n||!Dn(y.current,r))&&(g.current=n,y.current=r,_()),n._subscribe({name:r,formState:{values:!0},exact:a,callback:v=>{_(v.values)}})),[n,a,r,_]),S.useEffect(()=>n._removeUnmounted());const w=g.current!==n,T=y.current,j=S.useMemo(()=>{if(i)return null;const v=!w&&!Dn(T,r);return w||v?f():null},[i,w,r,T,f]);return j!==null?j:h}function od(e){const t=Jr(),{name:n,disabled:r,control:o=t,shouldUnregister:i,defaultValue:a,exact:c=!0}=e,u=Y1(o._names.array,n),d=S.useMemo(()=>Pe(o._formValues,n,Pe(o._defaultValues,n,a)),[o,n,a]),m=rd({control:o,name:n,defaultValue:d,exact:c}),g=td({control:o,name:n,exact:c}),y=S.useRef(e),h=S.useRef(void 0),b=S.useRef(o.register(n,{...e.rules,value:m,..._r(e.disabled)?{disabled:e.disabled}:{}}));y.current=e;const f=S.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!Pe(g.errors,n)},isDirty:{enumerable:!0,get:()=>!!Pe(g.dirtyFields,n)},isTouched:{enumerable:!0,get:()=>!!Pe(g.touchedFields,n)},isValidating:{enumerable:!0,get:()=>!!Pe(g.validatingFields,n)},error:{enumerable:!0,get:()=>Pe(g.errors,n)}}),[g,n]),_=S.useCallback(v=>b.current.onChange({target:{value:G1(v),name:n},type:ps.CHANGE}),[n]),w=S.useCallback(()=>b.current.onBlur({target:{value:Pe(o._formValues,n),name:n},type:ps.BLUR}),[n,o._formValues]),T=S.useCallback(v=>{const C=Pe(o._fields,n);C&&C._f&&v&&(C._f.ref={focus:()=>En(v.focus)&&v.focus(),select:()=>En(v.select)&&v.select(),setCustomValidity:x=>En(v.setCustomValidity)&&v.setCustomValidity(x),reportValidity:()=>En(v.reportValidity)&&v.reportValidity()})},[o._fields,n]),j=S.useMemo(()=>({name:n,value:m,..._r(r)||g.disabled?{disabled:g.disabled||r}:{},onChange:_,onBlur:w,ref:T}),[n,r,g.disabled,_,w,T,m]);return S.useEffect(()=>{const v=o._options.shouldUnregister||i,C=h.current;C&&C!==n&&!u&&o.unregister(C),o.register(n,{...y.current.rules,..._r(y.current.disabled)?{disabled:y.current.disabled}:{}});const x=($,N)=>{const E=Pe(o._fields,$);E&&E._f&&(E._f.mount=N)};if(x(n,!0),v){const $=Li(Pe(o._options.defaultValues,n,y.current.defaultValue));fs(o._defaultValues,n,$),Dr(Pe(o._formValues,n))&&fs(o._formValues,n,$)}return!u&&o.register(n),h.current=n,()=>{(u?v&&!o._state.action:v)?o.unregister(n):x(n,!1)}},[n,o,u,i]),S.useEffect(()=>{o._setDisabledField({disabled:r,name:n})},[r,n,o]),S.useMemo(()=>({field:j,formState:g,fieldState:f}),[j,g,f])}const pn=e=>e.render(od(e)),sd=S.createContext(null);sd.displayName="HookFormContext";const id="_textInputContainer_1o3iy_2",ad="_labelContainer_1o3iy_5",ld="_inputContainer_1o3iy_8",cd="_showPasswordButton_1o3iy_14",ud="_forgotPassButton_1o3iy_26",Jt={textInputContainer:id,labelContainer:ad,inputContainer:ld,showPasswordButton:cd,forgotPassButton:ud},dd="_errorMessage_1xiyb_2",fd={errorMessage:dd},Ht=({errorMessage:e,errorColor:t="red",containerStyles:n})=>{const{t:r}=oe.useTranslation();return l.jsx("div",{className:fd.errorMessage,style:{color:t,...n},children:e?r(e):""})},pd="data:image/svg+xml,%3csvg%20width='26'%20height='14'%20viewBox='0%200%2026%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%205763'%3e%3cpath%20id='Vector'%20d='M12.95%200C7.659%200%202.84899%202.3634%200.0832465%206.31776C-0.0277488%206.47963%20-0.0277488%206.68776%200.0832465%206.84962C2.84439%2010.804%207.65437%2013.1628%2012.95%2013.1628C18.2456%2013.1628%2023.0556%2010.804%2025.8168%206.84962C25.9278%206.68775%2025.9278%206.47963%2025.8168%206.31776C23.051%202.36339%2018.241%200%2012.95%200ZM12.95%2010.8132C10.619%2010.8132%208.71812%208.91238%208.71812%206.58139C8.71812%204.25041%2010.619%202.34951%2012.95%202.34951C15.281%202.34951%2017.1819%204.25038%2017.1819%206.58139C17.1819%208.91241%2015.281%2010.8132%2012.95%2010.8132Z'%20fill='white'/%3e%3cpath%20id='Vector_2'%20d='M12.9514%209.88816C14.7777%209.88816%2016.2583%208.40763%2016.2583%206.58129C16.2583%204.75495%2014.7777%203.27441%2012.9514%203.27441C11.1251%203.27441%209.64453%204.75495%209.64453%206.58129C9.64453%208.40763%2011.1251%209.88816%2012.9514%209.88816Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e",md="data:image/svg+xml,%3csvg%20width='26'%20height='18'%20viewBox='0%200%2026%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%205995'%3e%3cpath%20id='Vector'%20d='M12.9837%206.40625C11.1707%206.40625%209.69531%207.88162%209.69531%209.69462C9.69531%2010.0276%209.74618%2010.3514%209.83869%2010.652C9.93579%2010.9711%2010.0792%2011.2718%2010.2642%2011.54L14.8291%206.97512C14.5562%206.79013%2014.2602%206.64676%2013.9411%206.54962C13.6404%206.45712%2013.3167%206.40625%2012.9837%206.40625Z'%20fill='white'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_2'%20d='M19.4938%204.44079C19.318%204.36678%2019.1191%204.40841%2018.985%204.53792L16.3534%207.16955V7.17415C16.543%207.42855%2016.7049%207.70604%2016.8344%208.00204C17.0656%208.52004%2017.1905%209.09354%2017.1905%209.69478C17.1905%2012.0165%2015.3035%2013.9035%2012.9818%2013.9035C12.3805%2013.9035%2011.807%2013.7787%2011.289%2013.5474C10.993%2013.4179%2010.7155%2013.256%2010.4611%2013.0664H10.4565L8.52788%2014.995C8.41225%2015.1153%208.36601%2015.2864%208.41225%2015.4437C8.45389%2015.6055%208.57875%2015.7304%208.74063%2015.772C10.0958%2016.1189%2011.511%2016.2947%2012.9494%2016.2947C18.245%2016.2947%2023.055%2013.9359%2025.8161%209.98153C25.9271%209.82429%2025.9271%209.61153%2025.8161%209.45427C24.2991%207.27591%2022.1115%205.54154%2019.4938%204.44079Z'%20fill='white'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_3'%20d='M12.9843%2012.979C14.7973%2012.979%2016.268%2011.5082%2016.268%209.6952C16.268%209.35295%2016.2171%209.0292%2016.12%208.71933C16.0229%208.4002%2015.8749%208.10419%2015.6899%207.83594L11.125%2012.4008C11.3933%2012.5858%2011.6893%2012.7338%2012.0084%2012.831C12.3183%2012.9281%2012.6466%2012.979%2012.9843%2012.979Z'%20fill='white'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_4'%20d='M9.12048%2011.3694C8.89386%2010.856%208.769%2010.2918%208.769%209.69516C8.769%207.3734%2010.656%205.48178%2012.9824%205.48178C13.579%205.48178%2014.1433%205.60667%2014.6566%205.83329C14.9526%205.95815%2015.2347%206.12004%2015.4891%206.31428L17.3808%204.42267L21.0114%200.792026C21.1918%200.611646%2021.1918%200.315664%2021.0114%200.135285C20.831%20-0.0450949%2020.535%20-0.0450949%2020.3546%200.135285L16.8951%203.59478C15.6186%203.28491%2014.2959%203.13228%2012.95%203.13228C7.65437%203.13228%202.84439%205.49565%200.0832465%209.45464C-0.0277488%209.61191%20-0.0277488%209.82467%200.0832465%209.9819C1.48001%2011.9845%203.44563%2013.6079%205.78125%2014.7087L3.37162%2017.1183C3.19127%2017.2986%203.19127%2017.5947%203.37162%2017.775C3.46412%2017.8629%203.57975%2017.9091%203.7%2017.9091C3.82026%2017.9091%203.93588%2017.8629%204.02839%2017.775L9.60151%2012.2019C9.40727%2011.9429%209.24536%2011.6654%209.12048%2011.3694Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3c/svg%3e",mn=Vr.create(e=>({errorColor:"red"})),Ir=({input:e,reactHookFormInstance:t})=>{const{code:n,type:r,label:o,maxLength:i,required:a,validateFunction:c,placeholder:u,errorColor:d="red",width:m=325,onClickForgotPass:g=()=>{console.log("Click on forgot password")},forgotPassLabel:y="forgot-password",onChangeExtraFunction:h=()=>{}}=e,{t:b}=oe.useTranslation(),{control:f,trigger:_,clearErrors:w}=t,{errorColor:T}=mn(x=>x),[j,v]=S.useState(!1);S.useRef(a);const C=()=>r?r==="password"&&j?"text":r:"text";return l.jsx(pn,{name:n,control:f,rules:{required:a?`${b(o)} ${b("errorMessages.required")}`:!1,maxLength:i||void 0,validate:c||void 0},render:({field:x,fieldState:$})=>{var D;const{onChange:N,...E}=x,I=p=>{N(p),h&&h(p)};return l.jsxs("div",{className:Jt.textInputContainer,children:[l.jsxs("h3",{className:Jt.labelContainer,children:[b(o)," ",a&&l.jsx("label",{style:{color:$.error?d:""},children:"*"})]}),l.jsxs("div",{style:{position:"relative",width:m},className:Jt.inputContainer,children:[l.jsx("input",{...E,type:C(),onChange:I,placeholder:u?b(u):"",maxLength:i||void 0}),r=="password"&&l.jsx("button",{onClick:()=>v(!j),type:"button",className:Jt.showPasswordButton,children:l.jsx("img",{src:j?md:pd,alt:b("show-password")})})]}),r=="password"&&l.jsx("div",{className:Jt.forgotPassButton,children:l.jsx("button",{onClick:g,children:b(y)})}),l.jsx(Ht,{errorMessage:(D=$.error)==null?void 0:D.message,errorColor:T||d})]})}})},hd="_inputsContainer_10t9s_2",Bt={inputsContainer:hd},gd="_selectInputContainer_zzz6o_2",yd="_labelContainer_zzz6o_6",bd="_selectWrapper_zzz6o_9",vd="_inputContainer_zzz6o_15",xd="_selectInput_zzz6o_2",Cd="_option_zzz6o_29",_d="_dropdownArrow_zzz6o_32",De={selectInputContainer:gd,labelContainer:yd,selectWrapper:bd,inputContainer:vd,selectInput:xd,option:Cd,dropdownArrow:_d},ys="data:image/svg+xml,%3csvg%20width='19'%20height='10'%20viewBox='0%200%2019%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%20311'%20d='M1%201.09961L8.79289%208.8925C9.18342%209.28303%209.81658%209.28303%2010.2071%208.8925L18%201.09961'%20stroke='%23605B56'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e",Pi=({input:e,reactHookFormInstance:t,onChange:n})=>{const{code:r,type:o,label:i,maxLength:a,required:c,validateFunction:u,placeholder:d,errorColor:m="red",width:g=325,options:y=[]}=e,{t:h}=oe.useTranslation(),{control:b,trigger:f,clearErrors:_}=t||{},{errorColor:w}=mn(v=>v);S.useRef(c);const[T,j]=S.useState(null);return S.useEffect(()=>{T&&n&&n(T)},[T,n]),t?l.jsx(pn,{name:r,control:b,rules:{required:c?`${h(i)} ${h("errorMessages.required")}`:!1,validate:u?v=>{let C=t.getValues();return u(v,C)}:void 0},render:({field:v,fieldState:C})=>{var $;const x=y.find(N=>N.value===v.value);return l.jsxs("div",{className:De.selectInputContainer,children:[i&&l.jsxs("h3",{className:De.labelContainer,children:[h(i)," ",c&&l.jsx("label",{style:{color:C.error?m:""},children:"*"})]}),l.jsxs("div",{className:De.selectWrapper,children:[l.jsxs("div",{className:De.inputContainer,style:{width:g},children:[l.jsxs("select",{...v,value:v.value??"",onChange:N=>{const E=N.target.value,I=y.every(D=>typeof D.value=="number")?Number(E):E;v.onChange(I)},className:De.selectInput,children:[l.jsx("option",{value:"",disabled:!0,hidden:!0,children:h(d||"selectOption")}),y.map((N,E)=>l.jsx("option",{value:N.value,className:De.option,children:h(N.label)},E))]}),l.jsx("img",{src:ys,alt:"Open",className:De.dropdownArrow})]}),x&&x.description&&l.jsx("div",{className:De.optionDescription,children:h(x.description)})]}),l.jsx(Ht,{errorMessage:($=C.error)==null?void 0:$.message,errorColor:w||m})]})}}):l.jsxs("div",{className:De.selectInputContainer,children:[i&&l.jsxs("h3",{className:De.labelContainer,children:[h(i)," ",c&&l.jsx("label",{children:"*"})]}),l.jsxs("div",{className:De.inputContainer,style:{width:g},children:[l.jsxs("select",{value:T??"",onChange:v=>{const C=v.target.value,x=y.every($=>typeof $.value=="number")?Number(C):C;j(x)},className:De.selectInput,children:[l.jsx("option",{value:"",disabled:!0,hidden:!0,children:h(d||"selectOption")}),y.map((v,C)=>l.jsx("option",{value:v.value,className:De.option,children:h(v.label)},C))]}),l.jsx("img",{src:ys,alt:"Open",className:De.dropdownArrow})]}),(()=>{const v=y.find(C=>C.value===T);return v&&v.description?l.jsx("div",{className:De.optionDescription,children:h(v.description)}):null})()]})},wd="_radioButtonContainer_1e994_2",Sd="_wholeInputContainer_1e994_5",Td="_questionContainer_1e994_27",kd="_radioQuestion_1e994_59",jd="_inputContainer_1e994_63",$d="_radioInput_1e994_93",_t={radioButtonContainer:wd,wholeInputContainer:Sd,questionContainer:Td,radioQuestion:kd,inputContainer:jd,radioInput:$d},Bi=({input:e,reactHookFormInstance:t})=>{const{code:n,label:r,required:o,validateFunction:i,errorColor:a="red",options:c=[],multi:u=!1}=e,{t:d}=oe.useTranslation(),{control:m,trigger:g,clearErrors:y}=t,{errorColor:h}=mn(_=>_),b=({options:_,onChange:w,actualValue:T})=>{if(u&&T&&T.length>0){let j=T.filter(v=>v!==_);w(j)}},f=({options:_,onChange:w,actualValue:T})=>{u?T&&T.length>0?w([...T,_]):w([_]):w(_)};return S.useRef(o),l.jsx(pn,{control:m,name:n,rules:{validate:_=>o&&(_==null||_==="")?`${d(r)} ${d("errorMessages.required")}`:null},render:({formState:{errors:_},field:{onChange:w,onBlur:T,value:j,ref:v},fieldState:C})=>{var x;return l.jsx("div",{id:n+"id",className:_t.radioButtonContainer,children:l.jsxs("div",{className:_t.wholeInputContainer,children:[r&&l.jsx("div",{className:_t.questionContainer,children:l.jsxs("h3",{htmlFor:n+"id",className:`${_t.radioQuestion} ${o&&_t.required}`,children:[d(r)," ",o&&l.jsx("label",{style:{color:C.error?a:""},children:"*"})]})}),l.jsxs("div",{className:_t.inputContainer,children:[c.map(({label:$,value:N,disabled:E=!1,italicLabel:I},D)=>{const p=j&&u?j.isArray&&(j==null?void 0:j.length)>0&&j.some(O=>O===N):j===N;return l.jsxs("label",{children:[l.jsx("input",{type:"radio",checked:p,onChange:()=>{u?p?b({actualValue:j,options:c,onChange:w}):f({actualValue:j,options:c,onChange:w}):w(N)},className:_t.radioInput}),l.jsx("span",{className:"radio-custom"}),d($)]},`inputRadio ${D}`)}),l.jsx(Ht,{errorMessage:(x=C.error)==null?void 0:x.message,errorColor:h||a})]})]})})}})},Ed="_rankingSliderContainer_1dvpb_2",Nd="_labelContainer_1dvpb_6",Od="_inputContainer_1dvpb_10",Ad="_slider_1dvpb_20",Ld="_thumb_1dvpb_27",Md="_labels_1dvpb_37",Rd="_minLabel_1dvpb_67",Dd="_maxLabel_1dvpb_68",je={rankingSliderContainer:Ed,labelContainer:Nd,inputContainer:Od,slider:Ad,thumb:Ld,labels:Md,minLabel:Rd,maxLabel:Dd},eo=({input:e,reactHookFormInstance:t,onChange:n})=>{const{code:r,label:o,minValue:i=1,maxValue:a=5,defValue:c=3,thumbColor:u="#B32F5D",required:d,errorColor:m="red",labelWidth:g="300px",sliderWidth:y="300px",minText:h,maxText:b,disabled:f=!1,marks:_=Array.from({length:a-i+1},(E,I)=>i+I),showMarksNumber:w=!0}=e,{t:T}=oe.useTranslation(),{control:j,trigger:v,clearErrors:C}=t||{};S.useRef(d);const{errorColorForm:x}=mn(E=>E),[$,N]=S.useState(c);return t?l.jsx(pn,{name:r,control:j,defaultValue:c,rules:{required:d?`${T(o)} ${T("errorMessages.required")}`:!1},render:({field:E,fieldState:I})=>{var D;return l.jsxs("div",{className:je.rankingSliderContainer,style:{gridTemplateColumns:`${o&&g} ${y}`},children:[o&&l.jsx("p",{className:je.labelContainer,style:{color:f?"#CCCCCC":"#605B56"},children:T(o)}),l.jsxs("div",{className:je.inputContainer,children:[h&&l.jsx("div",{className:je.minLabel,children:T(h)}),l.jsxs("div",{children:[l.jsx(Er,{min:i,max:a,step:1,value:E.value??c,onChange:p=>{E.onChange(p)},marks:!0,className:je.slider,thumbClassName:je.thumb,renderThumb:p=>l.jsx("div",{...p,style:{...p.style,backgroundColor:f?"#CCCCCC":u,cursor:f?"not-allowed":"grab"}}),trackClassName:je.track,markClassName:je.mark,disabled:f}),_&&l.jsx("div",{className:je.labels,children:_.map(p=>l.jsx("span",{children:w&&p},p))})]}),b&&l.jsx("div",{className:je.maxLabel,children:T(b)})]}),l.jsx(Ht,{errorMessage:(D=I.error)==null?void 0:D.message,errorColor:x||m})]})}}):l.jsxs("div",{className:je.rankingSliderContainer,style:{gridTemplateColumns:`${o&&g} ${y}`},children:[o&&l.jsx("p",{className:je.labelContainer,style:{color:f?"#CCCCCC":"#605B56"},children:T(o)}),l.jsxs("div",{className:je.inputContainer,children:[h&&l.jsx("div",{className:je.minLabel,children:T(h)}),l.jsxs("div",{children:[l.jsx(Er,{min:i,max:a,step:1,value:$,onChange:E=>{N(E),n&&n(E)},marks:!0,className:je.slider,thumbClassName:je.thumb,renderThumb:E=>l.jsx("div",{...E,style:{...E.style,backgroundColor:f?"#CCCCCC":u,cursor:f?"not-allowed":"grab"}}),trackClassName:je.track,markClassName:je.mark,disabled:f}),_&&l.jsx("div",{className:je.labels,children:_.map(E=>l.jsx("span",{children:w&&E},E))})]}),b&&l.jsx("div",{className:je.maxLabel,children:T(b)})]})]})};eo.propTypes={input:s.shape({code:s.string,label:s.string,minValue:s.number,maxValue:s.number,defValue:s.number,thumbColor:s.string,required:s.bool,errorColor:s.string,labelWidth:s.string,sliderWidth:s.string,minText:s.string,maxText:s.string}),reactHookFormInstance:s.object};const Id="_textDescriptionContainer_163pc_2",Pd="_textDescriptionText_163pc_6",bs={textDescriptionContainer:Id,textDescriptionText:Pd},Bd=({input:e,inputContainerStyles:t})=>l.jsx("div",{className:bs.textDescriptionContainer,style:{margin:"10px 0",...t},children:l.jsx("p",{className:bs.textDescriptionText,children:e.text})}),en=({inputs:e,inputContainerStyles:t,reactHookFormInstance:n})=>{const{watch:r}=n,o=r(),i=S.useMemo(()=>e==null?void 0:e.map(a=>{const c=typeof a.required=="function"?a.required(o):a.required;return{...a,required:c}}),[e,o]);return l.jsx("div",{className:Bt.inputsContainer,children:i==null?void 0:i.map((a,c)=>{const{inputType:u}=a;switch(u){case Pt.text:return l.jsx("div",{className:Bt.inputContainer,style:{...t},children:l.jsx(Ir,{input:a,reactHookFormInstance:n})},`${a.code}${c}`);case Pt.password:return l.jsx("div",{className:Bt.inputContainer,style:{...t},children:l.jsx(Ir,{input:a,reactHookFormInstance:n})},`${a.code}${c}`);case Pt.select:return l.jsx("div",{className:Bt.inputContainer,style:{...t},children:l.jsx(Pi,{input:a,reactHookFormInstance:n})},`${a.code}${c}`);case Pt.radioList:return l.jsx("div",{className:Bt.inputContainer,style:{...t},children:l.jsx(Bi,{input:a,reactHookFormInstance:n})},`${a.code}${c}`);case Pt.rankingSlider:return l.jsx("div",{className:Bt.inputContainer,style:{...t},children:l.jsx(eo,{input:a,reactHookFormInstance:n})},`${a.code}${c}`);case Pt.textDescription:return l.jsx(Bd,{input:a,inputContainerStyles:t},`${a.code}${c}`);default:return l.jsx("div",{children:l.jsx("h4",{children:"Default"})},`${a.code}${c}`)}})})},Vd="_categorySelector_1guuv_2",Fd="_sectionItemActive_1guuv_16",zd="_sectionItem_1guuv_16",qd="_sectionItemError_1guuv_32",tn={categorySelector:Vd,sectionItemActive:Fd,sectionItem:zd,sectionItemError:qd},Pr=({categories:e,onChange:t,activeCategory:n,activeColor:r,containerStyles:o={},categoriesWithErrors:i=[]})=>{const{t:a}=oe.useTranslation(),c=u=>{t(u)};return l.jsx("div",{className:tn.categorySelector,style:o?{...o}:{},children:e.map((u,d)=>{const{id:m,label:g}=u,y=n==m,h=i.includes(m);return l.jsx("button",{className:`${tn.sectionItem} ${y?tn.sectionItemActive:""} ${h?tn.sectionItemError:""}`,type:"button",style:{backgroundColor:y?r:"inherit"},onClick:()=>c(m),children:l.jsx("span",{style:{color:y?"white":"inherit"},className:tn.sectionLabel,children:a(g)})},`keySection${d}`)})})},Wd=({reactHookFormInstance:e,formObject:t,CategoryComponent:n,inputContainerStyles:r,generalError:o,errorColor:i="red",submitButtonLabel:a="Submit",submitButtonStyles:c={width:325},showCategorySelector:u=!0,defaultCategory:d=null,categoryLabel:m="Select Category",activeCategory:g=null,activeCategoryColor:y="#b32f5d",categoriesWithErrors:h=[],onSubmit:b=f=>console.log("Form submitted with: ",f)})=>{const{t:f}=oe.useTranslation(),{handleSubmit:_,control:w}=e;S.useEffect(()=>{i&&mn.setState(()=>({errorColor:i}))},[i]);const T=S.useMemo(()=>t?t.filter(E=>E.category).map(E=>{var I;return{id:E.categoryId,label:E.category,hasSubcategories:((I=E.subcategories)==null?void 0:I.length)>0}}):[],[t]),j=E=>{const I=t==null?void 0:t.find(D=>D.categoryId===E);return(I==null?void 0:I.subcategories)||[]},[v,C]=S.useState(g||d||null),[x,$]=S.useState(null);S.useEffect(()=>{!v&&T.length>0&&C(T[0].id)},[T,v]),S.useEffect(()=>{const E=j(v);!x&&(E==null?void 0:E.length)>0&&$(E[0].id)},[v,x,t]);const N=(E,I)=>{var D;if(((D=E.subcategories)==null?void 0:D.length)>0){const p=E.subcategories;return l.jsxs("div",{children:[l.jsx("div",{className:Qt.categorySelectorContainer,children:l.jsx(Pr,{activeCategory:x,categories:p,categoriesWithErrors:h,onChange:O=>$(O),activeColor:y})},E.categoryId),p.map((O,k)=>{const V=!x||O.id===x;return n?l.jsx("div",{style:{display:V?"block":"none",width:"100%"},children:l.jsx(n,{title:O.label,children:l.jsx(en,{inputs:O.inputs,control:w,inputContainerStyles:r,errorColor:i,reactHookFormInstance:e})},O.id)},`${O.id}${k}`):l.jsxs("div",{style:{width:"100%",display:V?"block":"none"},children:[l.jsx("h3",{style:{marginBottom:15},children:f(O.label)}),l.jsx(en,{inputs:O.inputs,control:w,inputContainerStyles:r,errorColor:i,reactHookFormInstance:e})]},`${O.id}${k}`)})]})}return n?l.jsx(n,{title:E.category,children:l.jsx(en,{inputs:E.inputs,control:w,inputContainerStyles:r,errorColor:i,reactHookFormInstance:e})},E.categoryId):l.jsxs("div",{style:{width:"100%"},children:[l.jsx("h2",{children:f(E.category)}),l.jsx(en,{inputs:E.inputs,control:w,inputContainerStyles:r,errorColor:i,reactHookFormInstance:e})]},E.categoryId)};return l.jsxs("form",{className:Qt.formContainer,onSubmit:_(b),children:[u&&T.length>0&&l.jsx("div",{className:Qt.categorySelectorContainer,children:l.jsx(Pr,{activeCategory:v,categories:T,categoriesWithErrors:h,onChange:E=>{C(E),$(null)},activeColor:y})}),l.jsx("div",{className:Qt.formObjectContainer,children:t==null?void 0:t.map((E,I)=>{const D=E.categoryId===v;return E.category?l.jsx("div",{style:{width:"100%",display:D?"block":"none"},children:N(E)},E.categoryId):l.jsx(en,{inputs:E.inputs,control:w,inputContainerStyles:r,errorColor:i,reactHookFormInstance:e},`no-category-${I}`)})}),l.jsxs("div",{className:Qt.buttonContainer,children:[l.jsx(cn,{containerStyles:c,type:"submit",children:f(a)}),l.jsx(Ht,{errorMessage:o,errorColor:i})]})]})},Ud="_overlay_mnd4j_2",Zd="_modal_mnd4j_15",Hd="_closeButton_mnd4j_29",Kd="_icon_mnd4j_39",Gd="_message_mnd4j_45",Yd="_submessage_mnd4j_51",Xd="_buttonsContainer_mnd4j_57",Qd="_buttonWrapper_mnd4j_64",dt={overlay:Ud,modal:Zd,closeButton:Hd,icon:Kd,message:Gd,submessage:Yd,buttonsContainer:Xd,buttonWrapper:Qd},Vi=({onClose:e,icon:t,message:n,submessage:r,buttons:o,maxHeight:i="450px",maxWidth:a="450px"})=>l.jsx("div",{className:dt.overlay,children:l.jsxs("div",{className:dt.modal,style:{maxHeight:i,maxWidth:a},children:[l.jsx("button",{className:dt.closeButton,onClick:e,"aria-label":"Close modal",children:"✕"}),t&&l.jsx("img",{src:t,alt:"icon",className:dt.icon}),l.jsx("p",{className:dt.message,children:n}),r&&l.jsx("p",{className:dt.submessage,children:r}),o.length>0&&l.jsx("div",{className:dt.buttonsContainer,children:o.map((c,u)=>l.jsx("div",{className:dt.buttonWrapper,children:c},u))})]})});Vi.propTypes={onClose:s.func.isRequired,icon:s.string,message:s.string.isRequired,submessage:s.string,buttons:s.arrayOf(s.node),maxHeight:s.string,maxWidth:s.string};const Jd="_stepsContainer_1cyua_3",ef="_stepWrapper_1cyua_9",tf="_circleContainer_1cyua_19",nf="_circle_1cyua_19",rf="_active_1cyua_39",of="_completed_1cyua_44",sf="_label_1cyua_50",af="_labelActive_1cyua_56",lf="_connector_1cyua_61",ot={stepsContainer:Jd,stepWrapper:ef,circleContainer:tf,circle:nf,active:rf,completed:of,label:sf,labelActive:af,connector:lf},to=({steps:e,activeColor:t})=>l.jsx("div",{className:ot.stepsContainer,children:e.map((n,r)=>{const o=n.status==="active",i=n.status==="completed";return l.jsxs("div",{className:ot.stepWrapper,children:[l.jsxs("div",{className:ot.circleContainer,children:[l.jsx("div",{className:`${ot.circle}
|
|
81
81
|
${o?ot.active:""}
|
|
82
82
|
${i?ot.completed:""}`,style:o?{backgroundColor:t}:{},onClick:n.onClick,children:r+1}),r<e.length-1&&l.jsx("div",{className:ot.connector})]}),l.jsx("div",{className:`${ot.label} ${o?ot.labelActive:""}`,children:n.name})]},r)})});to.propTypes={steps:s.arrayOf(s.shape({name:s.string.isRequired,onClick:s.func,status:s.oneOf(["inactive","active","completed"]).isRequired})).isRequired,activeColor:s.string};to.defaultProps={activeColor:"#C2185B"};const cf="_statusTextContainer_ch14r_2",uf={statusTextContainer:cf},no=({text:e,color:t})=>l.jsx("div",{className:uf.statusTextContainer,style:{background:t},children:l.jsx("span",{children:e})});no.propTypes={text:s.string,color:s.string};no.defaultProps={color:"#C2185B"};const df="_buttonsContainer_1c7dw_2",ff="_button_1c7dw_2",pf="_active_1c7dw_20",Nn={buttonsContainer:df,button:ff,active:pf},Fi=({buttons:e=[]})=>{const{t}=oe.useTranslation();return l.jsx("div",{className:`${Nn.buttonsContainer}`,children:e.map((n,r)=>{const{isActive:o,name:i,onClick:a}=n;return l.jsx("div",{children:l.jsx("button",{onClick:a,className:`${Nn.button}
|
|
83
83
|
${o&&Nn.active}`,children:l.jsx("span",{className:Nn.buttonName,children:t(i)})})},r)})})};Fi.propTypes={buttons:s.arrayOf(s.shape({isActive:s.bool,name:s.string,onClick:s.func})).isRequired};const mf="_switchContainer_194wl_2",hf="_labelRight_194wl_9",gf="_labelLeft_194wl_9",yf="_slider_194wl_28",bf="_disabled_194wl_54",Vt={switchContainer:mf,labelRight:hf,labelLeft:gf,switch:"_switch_194wl_2",slider:yf,disabled:bf},zi=({input:e,reactHookFormInstance:t,onChange:n,onoff:r=!0})=>{const{code:o,labelLeft:i,labelRight:a,defValue:c=!1,colorOn:u="#5A514D",disabled:d=!1,width:m=240}=e,{t:g}=oe.useTranslation(),{control:y}=t||{},[h,b]=S.useState(c),f=w=>{b(w),n&&n(w)},_=(w,T)=>l.jsxs("div",{className:Vt.switchContainer,style:{width:`${m}px`},children:[i&&l.jsx("span",{className:Vt.labelLeft,style:{width:`${(m-74)/2}px`},children:g(i)}),l.jsxs("label",{className:`${Vt.switch} ${d?Vt.disabled:""}`,children:[l.jsx("input",{type:"checkbox",checked:!!w,onChange:()=>T(!w),disabled:d}),l.jsx("span",{className:Vt.slider,style:{"--switch-thumb-color":r?w?u:"#ccc":u}})]}),a&&l.jsx("span",{className:Vt.labelRight,style:{width:`${(m-74)/2}px`},children:g(a)})]});return t?l.jsx(pn,{name:o,control:y,defaultValue:c,render:({field:w})=>_(w.value,w.onChange)}):_(h,f)};zi.propTypes={input:s.shape({code:s.string,labelLeft:s.string,labelRight:s.string,defValue:s.bool,colorOn:s.string,disabled:s.bool}),reactHookFormInstance:s.object,onChange:s.func};const vf="_overlay_1xyw2_2",xf="_popup_1xyw2_15",Cf="_gif_1xyw2_25",_f="_message_1xyw2_31",On={overlay:vf,popup:xf,gif:Cf,message:_f},qi=({gifSrc:e,message:t})=>l.jsx("div",{className:On.overlay,children:l.jsxs("div",{className:On.popup,children:[e&&l.jsx("img",{src:e,alt:"loading animation",className:On.gif}),t&&l.jsx("p",{className:On.message,children:t})]})});qi.propTypes={gifSrc:s.string,message:s.string};const wf="_container_1pl8d_3",Sf="_burger_1pl8d_10",Tf="_menu_1pl8d_21",kf="_menuOpen_1pl8d_35",jf="_menuClose_1pl8d_40",$f="_list_1pl8d_46",Ef="_item_1pl8d_56",Nf="_button_1pl8d_91",Je={container:wf,burger:Sf,menu:Tf,menuOpen:kf,menuClose:jf,list:$f,item:Ef,button:Nf},ro=({options:e,backgroundColor:t,textColor:n,iconColor:r})=>{const[o,i]=S.useState(!1),a=()=>i(b=>!b),c=()=>i(!1),u=7,d=o?11:0,m=o?13:0,g=o?-11.51666:0,y=o?-13:0,h="0.35s";return l.jsxs("div",{className:Je.container,children:[l.jsx("button",{onClick:a,className:Je.burger,children:l.jsxs("svg",{width:"40",height:"40",viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[l.jsx("g",{style:{transform:`translateY(${d}px)`,transition:`transform ${h} cubic-bezier(0.42, 0, 0.58, 1)`},children:l.jsx("circle",{cx:"20",cy:"9",r:u,fill:r})}),l.jsx("g",{style:{transform:`translate(${m}px, ${g}px)`,transition:`transform ${h} cubic-bezier(0.42, 0, 0.58, 1)`},children:l.jsx("circle",{cx:"7",cy:"31.51666",r:u,fill:r})}),l.jsx("g",{style:{transform:`translate(${y}px, ${g}px)`,transition:`transform ${h} cubic-bezier(0.42, 0, 0.58, 1)`},children:l.jsx("circle",{cx:"33",cy:"31.51666",r:u,fill:r})}),l.jsx("g",{style:{opacity:o?1:0,transition:`opacity ${h} cubic-bezier(0.42, 0, 0.58, 1)`},children:l.jsx("circle",{cx:"20",cy:"20",r:"10",fill:r})}),l.jsxs("g",{stroke:t,strokeWidth:"2",strokeLinecap:"round",style:{opacity:o?1:0,transition:`opacity ${h} cubic-bezier(0.42, 0, 0.58, 1)`},children:[l.jsx("line",{x1:"17",y1:"17",x2:"23",y2:"23"}),l.jsx("line",{x1:"23",y1:"17",x2:"17",y2:"23"})]})]})}),l.jsx("div",{className:`${Je.menu} ${o?Je.menuOpen:Je.menuClose}`,style:{backgroundColor:t,color:n},children:l.jsx("ul",{className:Je.list,children:e.map((b,f)=>l.jsxs("li",{className:Je.item,children:[b.url&&l.jsx($s.NavLink,{to:b.url,className:({isActive:_})=>`${Je.link} ${_?Je.active:""}`,onClick:c,style:{color:n},children:b.name}),b.onclick&&l.jsx("button",{className:Je.button,onClick:()=>{b.onclick(),c()},children:b.name}),b.component&&b.component]},f))})})]})};ro.propTypes={options:s.array.isRequired,backgroundColor:s.string,textColor:s.string,iconColor:s.string};ro.defaultProps={backgroundColor:"#ffffff",textColor:"#000000",iconColor:"#000000"};const Of="_svgContainer_1rxoe_2",Af="_svg_1rxoe_2",vs={svgContainer:Of,svg:Af},Wi=({data:e,keys:t,colors:n,width:r="100%",height:o=300,margin:i={top:20,right:20,bottom:60,left:60},className:a="",showXAxisLabels:c=!0,showYAxisLabels:u=!0,showGrid:d=!0,xAxisTickRotation:m=-90,yAxisTickFormat:g=v=>v.toLocaleString("es-ES"),barPadding:y=.1,groupPadding:h=.05,animationDuration:b=750,onBarHover:f,onBarClick:_,title:w,xAxisLabel:T,yAxisLabel:j})=>{const v=S.useRef(),C=S.useRef(),[x,$]=S.useState({width:0,height:0});return S.useEffect(()=>{const N=()=>{if(C.current){const E=C.current.getBoundingClientRect().width;$({width:typeof r=="number"?r:E,height:o})}};return N(),window.addEventListener("resize",N),()=>window.removeEventListener("resize",N)},[r,o]),S.useEffect(()=>{if(!e||e.length===0||x.width===0)return;const N=ce.select(v.current),E=x.width,I=x.height,D=E-i.left-i.right,p=I-i.top-i.bottom;if(D<=0||p<=0)return;const O=e.map(B=>B.anyo||B.year||B.x),k=t,V=ce.min(e,B=>ce.min(k,Z=>B[Z]))||0,z=ce.max(e,B=>ce.max(k,Z=>B[Z]))||0,Y=ce.scaleBand().domain(O).rangeRound([0,D]).paddingInner(y),W=ce.scaleBand().domain(k).rangeRound([0,Y.bandwidth()]).padding(h),ae=ce.scaleLinear().domain([Math.min(0,V),z]).nice().rangeRound([p,0]),R=ce.scaleOrdinal().domain(k).range(Array.isArray(n)?n:Object.values(n||{}));N.selectAll("*").remove();const L=N.append("g").attr("transform",`translate(${i.left},${i.top})`);w&&N.append("text").attr("x",E/2).attr("y",i.top/2).attr("text-anchor","middle").style("font-size","16px").style("font-weight","bold").style("fill","#333").text(w),d&&L.append("g").attr("class","grid").selectAll("line").data(ae.ticks()).enter().append("line").attr("x1",0).attr("x2",D).attr("y1",B=>ae(B)).attr("y2",B=>ae(B)).style("stroke","#e0e0e0").style("stroke-width",.5),c&&(L.append("g").attr("transform",`translate(0,${p})`).call(ce.axisBottom(Y).tickSizeOuter(0)).attr("class","x-axis").selectAll("text").attr("transform",`translate(0,10)rotate(${m})`).style("text-anchor",m<0?"end":"middle").style("font-size","12px").style("fill","#605B56"),T&&L.append("text").attr("transform",`translate(${D/2}, ${p+i.bottom-5})`).style("text-anchor","middle").style("font-size","14px").style("fill","#333").text(T)),u&&(L.append("g").call(ce.axisLeft(ae).ticks(6).tickFormat(g)).attr("class","y-axis").call(B=>B.select(".domain").remove()),j&&L.append("text").attr("transform","rotate(-90)").attr("y",0-i.left).attr("x",0-p/2).attr("dy","1em").style("text-anchor","middle").style("font-size","14px").style("fill","#333").text(j));const K=L.append("g").selectAll(".bar-group").data(e).enter().append("g").attr("class","bar-group").attr("transform",B=>`translate(${Y(B.anyo||B.year||B.x)},0)`).selectAll(".bar").data(B=>k.map(Z=>({key:Z,value:B[Z],data:B}))).enter().append("rect").attr("class","bar").attr("x",B=>W(B.key)).attr("y",p).attr("width",W.bandwidth()).attr("height",0).attr("fill",B=>R(B.key)).style("cursor",f||_?"pointer":"default");K.transition().duration(b).attr("y",B=>ae(Math.max(0,B.value))).attr("height",B=>Math.abs(ae(B.value)-ae(0))),f&&K.on("mouseover",function(B,Z){ce.select(this).style("opacity",.8),f(B,Z)}).on("mouseout",function(B,Z){ce.select(this).style("opacity",1)}),_&&K.on("click",_)},[e,t,n,x,i,y,h,c,u,d,m,g,b,f,_,w,T,j]),l.jsx("div",{ref:C,className:`${vs.svgContainer} ${a}`,style:{width:r,height:o+i.top+i.bottom},children:l.jsx("svg",{ref:v,className:vs.svg,width:x.width,height:x.height})})};Wi.propTypes={data:s.arrayOf(s.object).isRequired,keys:s.arrayOf(s.string).isRequired,colors:s.oneOfType([s.arrayOf(s.string),s.object]),width:s.oneOfType([s.string,s.number]),height:s.number,margin:s.shape({top:s.number,right:s.number,bottom:s.number,left:s.number}),className:s.string,showXAxisLabels:s.bool,showYAxisLabels:s.bool,showGrid:s.bool,xAxisTickRotation:s.number,yAxisTickFormat:s.func,barPadding:s.number,groupPadding:s.number,animationDuration:s.number,onBarHover:s.func,onBarClick:s.func,title:s.string,xAxisLabel:s.string,yAxisLabel:s.string};const Lf="_svgContainer_7fkic_2",Mf="_svg_7fkic_2",xs={svgContainer:Lf,svg:Mf},Ui=({data:e,keys:t,colors:n,lineData:r=null,width:o="100%",height:i=300,margin:a={top:20,right:20,bottom:60,left:60},className:c="",showXAxisLabels:u=!0,showYAxisLabels:d=!0,showGrid:m=!0,xAxisTickRotation:g=-90,yAxisTickFormat:y=E=>E.toLocaleString("es-ES"),barPadding:h=.4,animationDuration:b=750,onBarHover:f,onBarClick:_,title:w,xAxisLabel:T,yAxisLabel:j,stackOrder:v="reverse",showTooltip:C=!0,reverseKeys:x=!0,minBarSlotWidth:$=60,wrapXAxisLabels:N=!0})=>{const E=S.useRef(),I=S.useRef();S.useRef();const[D,p]=S.useState({containerWidth:0,height:0}),{t:O}=oe.useTranslation();return S.useEffect(()=>{const k=()=>{if(I.current){const V=I.current.getBoundingClientRect().width;p({containerWidth:typeof o=="number"?o:V,height:i})}};return k(),window.addEventListener("resize",k),()=>window.removeEventListener("resize",k)},[o,i]),S.useEffect(()=>{if(!e||e.length===0||D.containerWidth===0)return;const k=ce.select(E.current),{containerWidth:V,height:z}=D,Y=V-a.left-a.right,W=e.length*$,ae=Math.max(Y,W),R=ae+a.left+a.right,L=z-a.top-a.bottom;if(ae<=0||L<=0)return;k.attr("width",R).attr("height",z);const J=x?[...t].reverse():t,K=[];e.forEach(q=>{const ne=q.any||q.year||q.x,_e=J.map(ve=>({key:ve,value:Number(q[ve])||0,data:q})),be=_e.filter(ve=>ve.value<0),Ne=_e.filter(ve=>ve.value>=0);let Be=0;be.forEach(ve=>{const Ve=Be,M=Be+ve.value,F=Math.abs(M-Ve);K.push({key:ve.key,value:ve.value,y0:Math.max(Ve,M),y1:Math.min(Ve,M),height:F,data:ve.data,xKey:ne}),Be=M});let Ge=0;Ne.forEach(ve=>{const Ve=Ge,M=Ge+ve.value,F=M-Ve;K.push({key:ve.key,value:ve.value,y0:Math.min(Ve,M),y1:Math.max(Ve,M),height:F,data:ve.data,xKey:ne}),Ge=M})});const B=[ce.min(K,q=>Math.min(q.y0,q.y1))||0,ce.max(K,q=>Math.max(q.y0,q.y1))||0];let Z=[0,0];r&&r.length>0&&(Z=[ce.min(r)||0,ce.max(r)||0]);const te=[Math.min(B[0],Z[0]),Math.max(B[1],Z[1])],G=ce.scaleBand().domain(e.map(q=>q.any||q.year||q.x)).range([0,ae]).padding(h),U=ce.scaleLinear().domain([te[0],te[1]]).nice(6).range([L,0]),re=ce.scaleOrdinal().domain(t).range(Array.isArray(n)?n:Object.values(n||{})),ee=r&&r.length>0?e.map((q,ne)=>{const _e=G(q.any||q.year||q.x)+G.bandwidth()/2,be=U(r[ne]||0);return{x:_e,y:be}}):[];k.selectAll("*").remove();const le=k.append("g").attr("transform",`translate(${a.left},${a.top})`);w&&k.append("text").attr("x",svgWidth/2).attr("y",a.top/2).attr("text-anchor","middle").style("font-size","16px").style("font-weight","bold").style("fill","#333").text(w),m&&le.append("g").attr("class","grid").selectAll("line").data(U.ticks(6)).enter().append("line").attr("x1",0).attr("x2",ae).attr("y1",q=>U(q)).attr("y2",q=>U(q)).style("stroke","#e0e0e0").style("stroke-width",.5);const P=(q,ne=12)=>{if(!N||q.length<=ne)return[q];const _e=Math.floor(q.length/2);let be=_e;for(let Ne=_e;Ne>=0;Ne--)if(q[Ne]===" "){be=Ne;break}if(be===_e){for(let Ne=_e;Ne<q.length;Ne++)if(q[Ne]===" "){be=Ne;break}}return be===_e&&(be=_e),[q.substring(0,be),q.substring(be+1)]};u&&(le.append("g").attr("class","x-axis").attr("transform",`translate(0, ${L})`).call(ce.axisBottom(G).tickSizeOuter(0)).selectAll("text").remove(),le.append("g").attr("class","x-axis-labels").attr("transform",`translate(0, ${L})`).selectAll(".x-label-group").data(e).enter().append("g").attr("class","x-label-group").attr("transform",be=>`translate(${G(be.any||be.year||be.x)+G.bandwidth()/2}, 0)`).each(function(be){const Ne=String(be.any||be.year||be.x),Be=P(Ne),Ge=ce.select(this);if(Be.length===1)Ge.append("text").attr("y",19).style("text-anchor",g===0?"middle":g<0?"end":"start").style("font-size","12px").style("fill","#605B56").attr("transform",g!==0?`rotate(${g} 0 15)`:null).text(Be[0]);else{const M=-(Be.length*14/2)+14/2;Be.forEach((F,H)=>{Ge.append("text").attr("x",M+H*14).attr("y",19).style("text-anchor","end").style("font-size","11px").style("fill","#605B56").attr("transform",`rotate(${g} ${M+H*14} 15)`).text(F)})}}),T&&le.append("text").attr("transform",`translate(${ae/2}, ${L+a.bottom-5})`).style("text-anchor","middle").style("font-size","14px").style("fill","#333").text(T)),d&&(le.append("g").attr("class","y-axis").call(ce.axisLeft(U).ticks(6).tickFormat(y)).call(q=>q.select(".domain").remove()),le.append("g").attr("class","y-ticks").attr("transform",`translate(${ae}, 0)`).call(ce.axisLeft(U).ticks(6).tickSizeInner(ae)).call(q=>q.select(".domain").remove()).call(q=>q.selectAll(".tick text").remove()),j&&le.append("text").attr("transform","rotate(-90)").attr("y",0-a.left).attr("x",0-L/2).attr("dy","1em").style("text-anchor","middle").style("font-size","14px").style("fill","#333").text(j));let se;C&&(se=ce.select("body").append("div").attr("class","chart-tooltip").style("position","absolute").style("visibility","hidden").style("background","rgba(0, 0, 0, 0.8)").style("color","white").style("padding","8px").style("border-radius","4px").style("font-size","12px").style("pointer-events","none").style("z-index","1000"));const Le=le.selectAll(".segment").data(K,q=>`${q.xKey}-${q.key}`);Le.exit().remove();const Xe=Le.enter().append("rect").attr("class","segment").attr("x",q=>G(q.xKey)).attr("width",G.bandwidth()).attr("y",q=>U(0)).attr("height",0).attr("fill",q=>re(q.key)).style("cursor",f||_||C?"pointer":"default").merge(Le);if(Xe.transition().duration(b).attr("x",q=>G(q.xKey)).attr("y",q=>Math.min(U(q.y0),U(q.y1))).attr("height",q=>Math.abs(U(q.y1)-U(q.y0))),(C||f)&&Xe.on("mouseover",function(q,ne){const _e=ne.value;C&&se&&se.style("visibility","visible").html(`
|
|
84
84
|
<strong>${O(ne.key)}</strong><br/>
|
|
85
85
|
${ne.xKey}<br/>
|
|
86
86
|
${y(_e)}
|
|
87
|
-
`),ce.select(this).style("opacity",.8),f&&f(q,{key:ne.key,value:_e,data:ne.data})}).on("mousemove",function(q){C&&se&&se.style("top",q.pageY-10+"px").style("left",q.pageX+10+"px")}).on("mouseout",function(){C&&se&&se.style("visibility","hidden"),ce.select(this).style("opacity",1)}),_&&Xe.on("click",function(q,ne){const _e=ne.value;_(q,{key:ne.key,value:_e,data:ne.data})}),ee&&ee.length>1){const q=ce.line().x(ne=>ne.x).y(ne=>ne.y).curve(ce.curveMonotoneX);le.append("path").datum(ee).attr("class","line").attr("d",q).attr("fill","none").attr("stroke","#ff6b6b").attr("stroke-width",2).attr("stroke-linecap","round").attr("stroke-linejoin","round"),le.selectAll(".line-point").data(ee).enter().append("circle").attr("class","line-point").attr("cx",ne=>ne.x).attr("cy",ne=>ne.y).attr("r",4).attr("fill","#ff6b6b").attr("stroke","white").attr("stroke-width",1)}return()=>{se&&se.remove()}},[e,t,n,r,D,a,h,u,d,m,g,y,b,f,_,w,T,j,v,C,x,N]),l.jsx("div",{ref:I,className:`${xs.svgContainer} ${c}`,style:{width:o,height:i+a.top+a.bottom,overflowX:"auto"},children:l.jsx("svg",{ref:E,className:xs.svg})})};Ui.propTypes={data:s.arrayOf(s.object).isRequired,keys:s.arrayOf(s.string).isRequired,colors:s.oneOfType([s.arrayOf(s.string),s.object]),lineData:s.arrayOf(s.number),width:s.oneOfType([s.string,s.number]),height:s.number,margin:s.shape({top:s.number,right:s.number,bottom:s.number,left:s.number}),className:s.string,showXAxisLabels:s.bool,showYAxisLabels:s.bool,showGrid:s.bool,xAxisTickRotation:s.number,yAxisTickFormat:s.func,barPadding:s.number,animationDuration:s.number,onBarHover:s.func,onBarClick:s.func,title:s.string,xAxisLabel:s.string,yAxisLabel:s.string,stackOrder:s.oneOf(["reverse","ascending","descending","insideOut","none"]),showTooltip:s.bool,reverseKeys:s.bool,minBarSlotWidth:s.number,wrapXAxisLabels:s.bool};const Rf="_externalContainer_1er0i_2",Df="_externalSintetic_1er0i_9",If="_titles_1er0i_13",Pf="_titleContainer_1er0i_22",Bf="_yearTitles_1er0i_36",Vf="_yearTitle_1er0i_36",Ff="_yearDatas_1er0i_50",zf="_yearDataContainer_1er0i_58",qf="_yearDataContent_1er0i_66",Wf="_bigNumber_1er0i_79",Uf="_circle_1er0i_82",Zf="_totalContainer_1er0i_99",Hf="_total_1er0i_99",Ie={externalContainer:Rf,externalSintetic:Df,titles:If,titleContainer:Pf,yearTitles:Bf,yearTitle:Vf,yearDatas:Ff,yearDataContainer:zf,yearDataContent:qf,bigNumber:Wf,circle:Uf,totalContainer:Zf,total:Hf},Kf=e=>{if(e>=1e3||e<=-1e3)return parseInt(e.toFixed());if(e>=100||e<=-100)return parseFloat(e.toFixed(1));if(e>=10||e<=-10)return parseFloat(e.toFixed(2));if(e>0||e<0)return parseFloat(e.toFixed(3));if(e===0)return e},Gf=(e,t)=>{let n=0;return t.forEach(r=>{r[e]&&(n+=r[e])}),n},Zi=({data:e,keys:t,colors:n,locales:r,total:o=!1,years:i=!1,activeGraphics:a="ind",units:c={},translate:u,getTotal:d=Gf,columnWidth:m=50})=>{const g=u||(h=>h),y=h=>h==="demanda_red"||h==="reduccio_demanda_red"?(c.demanda||"").replace("(","").replace(")",""):c[h]||"";return l.jsxs("div",{className:`${Ie.externalContainer} ${a==="sin"?Ie.externalSintetic:""}`,children:[i===!0&&l.jsxs(l.Fragment,{children:[l.jsx("div",{}),l.jsx("div",{className:Ie.yearTitles,children:e.map((h,b)=>l.jsx("div",{className:Ie.yearTitle,style:{width:m},children:h.anyo},b))})]}),l.jsx("div",{className:Ie.titles,children:t.map((h,b)=>l.jsxs("div",{className:Ie.titleContainer,children:[g(r[h]),a!=="sin"&&l.jsx("span",{className:Ie.circle,style:{background:n[h]}})]},b))}),o===!0&&l.jsx("div",{className:Ie.totalContainer,children:t.map((h,b)=>{var f;return l.jsxs("div",{className:`${Ie.total} ${d(h,e)>9999||d(h,e)<-9999?Ie.bigNumber:""}`,children:[(f=d(h,e))==null?void 0:f.toLocaleString("es-ES")," ",y(h)]},b)})}),l.jsx("div",{className:Ie.yearDatas,children:e.map((h,b)=>l.jsx("div",{className:Ie.yearDataContainer,style:{width:m},children:t.map((f,_)=>{var w,T;return isNaN(h[f])?null:l.jsx("div",{className:`${Ie.yearDataContent} ${h[f]>9999||h[f]<-9999?Ie.bigNumber:""}`,children:h[f]<1e4||h[f]>-1e4?(w=Kf(h[f]))==null?void 0:w.toLocaleString("es-ES"):(T=h[f])==null?void 0:T.toLocaleString("es-ES")},_)})},b))})]})};Zi.propTypes={data:s.arrayOf(s.shape({anyo:s.oneOfType([s.string,s.number]).isRequired})).isRequired,keys:s.arrayOf(s.string).isRequired,colors:s.objectOf(s.string).isRequired,locales:s.objectOf(s.string).isRequired,total:s.bool,years:s.bool,activeGraphics:s.oneOf(["ind","sin"]),units:s.objectOf(s.string),translate:s.func,getTotal:s.func,columnWidth:s.number};const Yf="_speedGraphic_d1k72_2",wr={speedGraphic:Yf},Hi=({minValue:e=0,maxValue:t=100,value:n=50,title:r=!1,percent:o=!1,unit:i=!1,greenColor:a="#00CF1E",orangeColor:c="#FFAC00",redColor:u="#FF1E37"})=>{n<e&&(n=e),n>t&&(n=t);const d=(n-e)/(t-e),m=270+d*180,g=o?Math.round(d*100):n;return l.jsxs("div",{className:wr.speedGraphic,children:[l.jsxs("svg",{width:"244",height:"130",viewBox:"0 0 244 130",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M0 122C0 111.944 1.2433 101.927 3.70162 92.1756L26.2619 97.8633C24.2724 105.755 23.2662 113.862 23.2662 122H0Z",fill:a}),l.jsx("path",{d:"M16.3442 61.0012C21.3714 52.2936 27.4557 44.2409 34.4588 37.0263L51.1534 53.2313C45.4859 59.0701 40.5619 65.5871 36.4934 72.6341L16.3442 61.0012Z",fill:a}),l.jsx("path",{d:"M60.9088 16.3976C69.6119 11.3628 78.9041 7.42322 88.5739 4.66843L94.9485 27.0443C87.1228 29.2737 79.6027 32.462 72.5592 36.5367L60.9088 16.3976Z",fill:c}),l.jsx("path",{d:"M121.797 0.000169508C131.851 -0.0165912 141.869 1.20965 151.623 3.65101L145.974 26.2209C138.08 24.2451 129.972 23.2527 121.835 23.2663L121.797 0.000169508Z",fill:c}),l.jsx("path",{d:"M182.623 16.1279C191.348 21.124 199.422 27.1797 206.662 34.157L190.516 50.9092C184.657 45.2625 178.123 40.3617 171.061 36.3183L182.623 16.1279Z",fill:u}),l.jsx("path",{d:"M227.238 60.2836C232.325 68.9568 236.319 78.2255 239.131 87.8788L216.794 94.3859C214.518 86.5735 211.285 79.0725 207.169 72.0533L227.238 60.2836Z",fill:u}),l.jsx("path",{d:"M4.15505 90.4316C6.75674 80.7194 10.5491 71.3662 15.4458 62.5846L35.7663 73.9155C31.8035 81.0224 28.7343 88.5919 26.6288 96.4519L4.15505 90.4316Z",fill:a}),l.jsx("path",{d:"M35.733 35.733C42.8426 28.6233 50.8039 22.4198 59.4357 17.2636L71.3671 37.2375C64.3814 41.4104 57.9384 46.4308 52.1846 52.1846L35.733 35.733Z",fill:a}),l.jsx("path",{d:"M90.3004 4.19027C100.01 1.57776 110.005 0.175523 120.058 0.0154601L120.428 23.2787C112.292 23.4082 104.203 24.543 96.3457 26.6573L90.3004 4.19027Z",fill:c}),l.jsx("path",{d:"M153.423 4.11614C163.138 6.70584 172.496 10.4866 181.284 15.3725L169.978 35.707C162.866 31.7529 155.293 28.6932 147.43 26.5973L153.423 4.11614Z",fill:c}),l.jsx("path",{d:"M239.602 89.538C242.532 100.152 244.011 111.114 244 122.125L220.734 122.101C220.743 113.19 219.546 104.319 217.175 95.7287L239.602 89.538Z",fill:u}),l.jsx("path",{d:"M207.769 35.2376C214.919 42.3062 221.168 50.2316 226.374 58.8336L206.469 70.8798C202.256 63.9183 197.199 57.5043 191.412 51.7837L207.769 35.2376Z",fill:u}),l.jsx("g",{transform:`rotate(${m} 122 122)`,children:l.jsx("path",{id:"aguja",d:"M121 119.5V33",stroke:"#605B56","stroke-width":"2"})})]}),l.jsxs("div",{className:wr.value,children:[g,o&&"%",i&&i]}),r&&l.jsx("div",{className:wr.title,children:r})]})};Hi.propTypes={minValue:s.number.isRequired,maxValue:s.number.isRequired,value:s.number.isRequired,percent:s.bool,title:s.string,unit:s.string,greenColor:s.string,orangeColor:s.string,redColor:s.string};const Sr="#ffffff",Xf="#ffffff";function it(e,t,n,r){const o=(r-90)*Math.PI/180;return{x:e+n*Math.cos(o),y:t+n*Math.sin(o)}}function Cs(e,t,n,r,o,i){if(Math.abs(i-o)>=359.99)return n===0?`M ${e-r} ${t} A ${r} ${r} 0 1 1 ${e+r} ${t} A ${r} ${r} 0 1 1 ${e-r} ${t} Z`:[`M ${e-r} ${t} A ${r} ${r} 0 1 1 ${e+r} ${t} A ${r} ${r} 0 1 1 ${e-r} ${t} Z`,`M ${e-n} ${t} A ${n} ${n} 0 1 0 ${e+n} ${t} A ${n} ${n} 0 1 0 ${e-n} ${t} Z`].join(" ");const a=it(e,t,r,o),c=it(e,t,r,i),u=i-o>180?1:0;if(n===0)return`M ${e} ${t} L ${a.x} ${a.y} A ${r} ${r} 0 ${u} 1 ${c.x} ${c.y} Z`;const d=it(e,t,n,i),m=it(e,t,n,o);return[`M ${a.x} ${a.y}`,`A ${r} ${r} 0 ${u} 1 ${c.x} ${c.y}`,`L ${d.x} ${d.y}`,`A ${n} ${n} 0 ${u} 0 ${m.x} ${m.y}`,"Z"].join(" ")}function Qf(e){const t=e.reduce((r,o)=>r+(o.value||0),0);let n=0;return e.map(r=>{const o=r.value/t*360,i=n;return n+=o,{...r,sa:i,ea:n}})}function _s(e,t,n,r,o){const i=n+(r-n)/2,a=it(e,t,o,i);return{tx:a.x-e,ty:a.y-t}}const Ki=({type:e="cheese",data:t=[],title:n,size:r=260,donutThickness:o=56,gapWidth:i=3,gapColor:a,backgroundColor:c="transparent",fontColor:u="black",fontColorInside:d="white",containerStyles:m={},alignLeft:g=!1})=>{const[y,h]=S.useState(null),b=r/2,f=r/2,_=r/2-14,w=e==="donut"?_-o:0,T=e==="donut"?_-o/2:_*.62,j=S.useMemo(()=>Qf(t),[t]),v=y!==null?j[y]:null,C=j.some($=>$.ea-$.sa>=359.99),x=a||(c==="transparent"?Xf:c);return l.jsxs("div",{style:{display:"inline-flex",flexDirection:"column",gap:"4px",padding:"0px",background:c,borderRadius:"16px",fontFamily:"'Segoe UI', sans-serif",...m},children:[l.jsxs("div",{style:{minHeight:"40px",display:"flex",flexDirection:"column",gap:"2px"},children:[n&&l.jsx("h2",{style:{margin:0,color:u,fontSize:"22px",fontWeight:"700",letterSpacing:"-0.5px"},children:n}),l.jsx("div",{style:{height:"22px",display:"flex",alignItems:"center",gap:"8px",transition:"opacity 0.15s",opacity:v?1:0},children:v&&l.jsxs(l.Fragment,{children:[l.jsx("span",{style:{display:"inline-block",width:"10px",height:"10px",borderRadius:"50%",background:v.color||Sr,flexShrink:0}}),l.jsxs("span",{style:{color:u,fontSize:"14px",fontWeight:"600"},children:[v.title," — ",v.value,"%"]})]})})]}),l.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:g?"flex-start":"center",gap:"16px"},children:[l.jsxs("svg",{width:r,height:r,viewBox:`0 0 ${r} ${r}`,style:{overflow:"visible"},children:[j.map(($,N)=>{const E=y===N,{tx:I,ty:D}=E&&!C?_s(b,f,$.sa,$.ea,10):{tx:0,ty:0};return l.jsx("g",{transform:`translate(${I}, ${D})`,style:{transition:"transform 0.18s ease",pointerEvents:"none"},children:l.jsx("path",{d:Cs(b,f,w,_,$.sa,$.ea),fill:$.color||Sr,style:{filter:E?"brightness(1.25)":"brightness(1)",transition:"filter 0.18s ease"}})},N)}),!C&&j.map(($,N)=>{const E=it(b,f,_,$.sa),I=e==="cheese"?b:it(b,f,w,$.sa).x,D=e==="cheese"?f:it(b,f,w,$.sa).y;return l.jsx("line",{x1:I,y1:D,x2:E.x,y2:E.y,stroke:x,strokeWidth:i,strokeLinecap:"butt",style:{pointerEvents:"none"}},`gap-${N}`)}),j.map(($,N)=>{if($.ea-$.sa<20)return null;const E=y===N,{tx:I,ty:D}=E&&!C?_s(b,f,$.sa,$.ea,10):{tx:0,ty:0},p=$.sa+($.ea-$.sa)/2,O=it(b,f,T,p);return l.jsxs("text",{x:O.x+I,y:O.y+D,textAnchor:"middle",dominantBaseline:"middle",fill:d,fontSize:"14",fontWeight:"700",fontFamily:"'Segoe UI', sans-serif",pointerEvents:"none",style:{transition:"x 0.18s ease, y 0.18s ease"},children:[$.value,"%"]},`lbl-${N}`)}),j.map(($,N)=>l.jsx("path",{d:Cs(b,f,w,_,$.sa,$.ea),fill:"transparent",style:{cursor:"pointer"},onMouseEnter:()=>h(N),onMouseLeave:()=>h(null)},`hit-${N}`))]}),l.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:"12px 24px",justifyContent:g?"flex-start":"center"},children:t.map(($,N)=>l.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",cursor:"pointer",opacity:y===null||y===N?1:.4,transition:"opacity 0.15s"},onMouseEnter:()=>h(N),onMouseLeave:()=>h(null),children:[l.jsx("span",{style:{width:"32px",height:"14px",borderRadius:"3px",background:$.color||Sr,flexShrink:0}}),l.jsx("span",{style:{color:u,fontSize:"13px",fontWeight:"400"},children:$.title})]},N))})]})]})};Ki.propTypes={type:s.oneOf(["cheese","donut"]),data:s.arrayOf(s.shape({value:s.number.isRequired,title:s.string.isRequired,color:s.string})).isRequired,title:s.string,size:s.number,donutThickness:s.number,gapWidth:s.number,gapColor:s.string,backgroundColor:s.string,fontColor:s.string,fontColorInside:s.string,containerStyles:s.object,alignLeft:s.bool};const ws=["#a8d8cf","#3bbfa0","#5dd4b8","#7ed4c2","#2aa88a"],Gi=({data:e=[],title:t,backgroundColor:n="#0d3d4a",fontColor:r="#ffffff",barHeight:o=52,animated:i=!0,borderRadius:a,containerStyles:c={},fontColorInside:u="white",borderFontColorInside:d})=>{const[m,g]=S.useState(i?0:1);S.useEffect(()=>{if(!i)return;const b=requestAnimationFrame(()=>g(1));return()=>cancelAnimationFrame(b)},[i]);const y=Math.max(...e.map(b=>b.value),1),h=a??"6px";return l.jsxs("div",{style:{display:"inline-flex",flexDirection:"column",gap:"0px",background:n,borderRadius:"16px",fontFamily:"'Segoe UI', sans-serif",minWidth:"420px",...c},children:[t&&l.jsx("h2",{style:{margin:"0 0 20px 0",color:r,fontSize:"22px",fontWeight:"700",letterSpacing:"-0.4px"},children:t}),l.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"18px"},children:e.map((b,f)=>{const _=b.color||ws[f%ws.length],w=b.value/y*100*m;return l.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"6px"},children:[l.jsx("span",{style:{color:r,fontSize:"14px",fontWeight:"400",opacity:.9},children:b.title}),l.jsxs("div",{style:{position:"relative",height:`${o}px`,background:"transparent",borderRadius:h,overflow:"hidden"},children:[l.jsx("div",{style:{position:"absolute",left:0,top:0,height:"100%",width:`${w}%`,background:_,borderRadius:h,transition:i?"width 0.8s cubic-bezier(0.16, 1, 0.3, 1)":"none"}}),l.jsx("span",{style:{position:"absolute",left:"14px",top:"50%",transform:"translateY(-50%)",color:u||n,fontSize:"18px",fontWeight:"700",pointerEvents:"none",letterSpacing:"-0.3px",...d?{WebkitTextStroke:`1px ${d}`,paintOrder:"stroke fill"}:{}},children:b.value})]})]},f)})})]})};Gi.propTypes={data:s.arrayOf(s.shape({title:s.string.isRequired,value:s.number.isRequired,color:s.string})),title:s.string,backgroundColor:s.string,fontColor:s.string,fontColorInside:s.string,borderFontColorInside:s.string,barHeight:s.number,animated:s.bool,borderRadius:s.oneOfType([s.string,s.number]),containerStyles:s.object};const Ss=["#a8d8cf","#3bbfa0","#5dd4b8","#7ed4c2","#2aa88a"],Yi=({data:e=[],title:t,backgroundColor:n="black",fontColor:r="#ffffff",fontColorInside:o="#0d3d4a",borderFontColorInside:i,barWidth:a=52,maxBarHeight:c=200,animated:u=!0,separatorColor:d,containerStyles:m={}})=>{const[g,y]=S.useState(u?0:1);S.useEffect(()=>{if(!u)return;const j=requestAnimationFrame(()=>requestAnimationFrame(()=>y(1)));return()=>cancelAnimationFrame(j)},[u]);const h=Math.max(...e.map(j=>j.value),1),b=d||(r==="#ffffff"?"rgba(255,255,255,0.25)":"rgba(0,0,0,0.15)"),f=12,_=12,w=e.length*a+Math.max(0,e.length-1)*f,T={fontSize:"15px",fontWeight:"700",letterSpacing:"-0.3px",lineHeight:1,pointerEvents:"none",whiteSpace:"nowrap",...i?{WebkitTextStroke:`1px ${i}`,paintOrder:"stroke fill"}:{}};return l.jsxs("div",{style:{display:"inline-flex",flexDirection:"column",gap:"0",background:n,borderRadius:"16px",fontFamily:"'Segoe UI', sans-serif",...m},children:[t&&l.jsx("h2",{style:{margin:"0 0 24px 0",color:r,fontSize:"22px",fontWeight:"700",letterSpacing:"-0.4px"},children:t}),l.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:0,overflow:"visible"},children:[l.jsx("div",{style:{display:"flex",alignItems:"flex-end",gap:`${f}px`,width:`${w}px`,height:`${c}px`},children:e.map((j,v)=>{const C=j.color||Ss[v%Ss.length],x=j.value===0,$=x?0:j.value/h*c*g;return l.jsx("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"flex-end",width:`${a}px`,height:"100%"},children:x?l.jsx("span",{style:{...T,color:o,marginBottom:"6px"},children:j.value}):l.jsx("div",{style:{position:"relative",width:"100%",height:`${$}px`,background:C,borderRadius:"6px 6px 0 0",transition:u?"height 0.85s cubic-bezier(0.16, 1, 0.3, 1)":"none",display:"flex",alignItems:"flex-start",justifyContent:"center",paddingTop:"10px"},children:l.jsx("span",{style:{...T,color:o},children:j.value})})},v)})}),l.jsx("div",{style:{width:`${w+_*2}px`,marginLeft:`-${_}px`,height:"1.5px",background:b,borderRadius:"1px"}}),l.jsx("div",{style:{display:"flex",gap:`${f}px`,width:`${w}px`,marginTop:"10px"},children:e.map((j,v)=>l.jsx("div",{style:{width:`${a}px`,textAlign:"center",color:r,fontSize:"13px",fontWeight:"400",opacity:.8,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:j.title},v))})]})]})};Yi.propTypes={data:s.arrayOf(s.shape({title:s.string.isRequired,value:s.number.isRequired,color:s.string})).isRequired,title:s.string,backgroundColor:s.string,fontColor:s.string,fontColorInside:s.string,borderFontColorInside:s.string,barWidth:s.number,maxBarHeight:s.number,animated:s.bool,separatorColor:s.string,containerStyles:s.object};const Jf="_percentageBarContainer_lgkme_3",ep="_barContainer_lgkme_10",tp="_segment_lgkme_19",np="_handle_lgkme_36",rp="_labelsContainer_lgkme_68",op="_labelItem_lgkme_73",sp="_labelsListContainer_lgkme_85",ip="_labelColor_lgkme_105",ap="_labelText_lgkme_114",lp="_labelValue_lgkme_122",cp="_labelTranslation_lgkme_126",Me={percentageBarContainer:Jf,barContainer:ep,segment:tp,handle:np,labelsContainer:rp,labelItem:op,labelsListContainer:sp,labelColor:ip,labelText:ap,labelValue:lp,labelTranslation:cp},up=2,Ts=e=>{const t=e.reduce((n,r)=>n+r.value,0);return t===0?e.map(()=>100/e.length):e.map(n=>n.value/t*100)},Tr=(e,t=100)=>e.map(n=>n.value/t*100),ks=(e,t)=>{try{const r=new Function("x",`return (${t})`)(e);return isNaN(r)?"N/A":r.toFixed(2)}catch{return"N/A"}},Xi=({items:e,showLabels:t="bar",showTranslations:n=!0,onChange:r,minPercentage:o=up,maxValue:i=100,labelTextColor:a,labelValueColor:c})=>{const[u,d]=S.useState(()=>Ts(e)),m=S.useRef(null),g=S.useRef(null);S.useEffect(()=>{e&&e.length>0&&d(Ts(e))},[e]);const y=S.useCallback(f=>{if(!m.current||!g.current)return;const{dividerIndex:_}=m.current,w=g.current.getBoundingClientRect(),T=(f.touches?f.touches[0].clientX:f.clientX)-w.left,j=Math.max(0,Math.min(100,T/w.width*100));d(v=>{const C=[...v],x=v.slice(0,_).reduce((I,D)=>I+D,0),$=x+v[_]+v[_+1];let N=j-x,E=$-j;if(N<o&&(N=o,E=$-x-o),E<o&&(E=o,N=$-x-o),C[_]=N,C[_+1]=E,r)try{const I=e.reduce((D,p)=>D+p.value,0);r(e.map((D,p)=>({...D,value:C[p]/100*I})))}catch(I){console.error("PercentageBar onChange error:",I)}return C})},[o,r,e]),h=S.useCallback(()=>{m.current&&(m.current=null,document.removeEventListener("mousemove",y),document.removeEventListener("mouseup",h),document.removeEventListener("touchmove",y),document.removeEventListener("touchend",h),d(f=>{if(r){const _=e.reduce((w,T)=>w+T.value,0);r(e.map((w,T)=>({...w,value:f[T]/100*_})))}return f}))},[y,r,e]),b=(f,_)=>{_.preventDefault(),m.current={dividerIndex:f},document.addEventListener("mousemove",y),document.addEventListener("mouseup",h),document.addEventListener("touchmove",y,{passive:!1}),document.addEventListener("touchend",h)};return l.jsxs("div",{className:Me.percentageBarContainer,children:[l.jsx("div",{className:Me.barContainer,ref:g,children:e.map((f,_)=>{var w;return l.jsx("div",{className:Me.segment,style:{width:`${u[_]}%`,backgroundColor:f.color||"#ccc"},children:_>0&&l.jsx("div",{className:Me.handle,onMouseDown:T=>b(_-1,T),onTouchStart:T=>b(_-1,T),role:"slider","aria-label":`Divisor entre ${(w=e[_-1])==null?void 0:w.title} y ${f.title}`,"aria-valuenow":Math.round(u[_]),tabIndex:0})},f.id??_)})}),t==="bar"&&l.jsx("div",{className:Me.labelsContainer,children:e.map((f,_)=>l.jsxs("div",{className:Me.labelItem,style:{width:`${u[_]}%`},children:[l.jsx("span",{className:Me.labelColor,style:{backgroundColor:f.color}}),l.jsx("span",{className:Me.labelText,style:{color:a||"#fff"},children:f.title}),l.jsxs("span",{className:Me.labelValue,style:{color:c||"#fff"},children:[Tr(e,i)[_].toFixed(1),"%"]}),n&&f.translationFormula&&l.jsxs("span",{className:Me.labelTranslation,children:["(",ks(u[_],f.translationFormula),")"]})]},f.id??_))}),t==="list"&&l.jsx("div",{className:Me.labelsListContainer,children:e.map((f,_)=>l.jsxs("div",{className:Me.labelItem,children:[l.jsx("span",{className:Me.labelColor,style:{backgroundColor:f.color}}),l.jsx("span",{className:Me.labelText,children:f.title}),l.jsxs("span",{className:Me.labelValue,children:[Tr(e,i)[_].toFixed(1),"%"]}),n&&f.translationFormula&&l.jsxs("span",{className:Me.labelTranslation,children:["(",ks(Tr(e,i)[_],f.translationFormula),")"]})]},f.id??_))})]})};Xi.propTypes={items:s.arrayOf(s.shape({id:s.oneOfType([s.string,s.number]),title:s.string.isRequired,value:s.number.isRequired,color:s.string.isRequired,translationFormula:s.string})).isRequired,showLabels:s.string,showTranslations:s.bool,onChange:s.func,minPercentage:s.number,maxValue:s.number,labelTextColor:s.string,labelValueColor:s.string};const dp="_header_13kbt_2",fp="_leftComponents_13kbt_13",pp="_centerComponents_13kbt_14",mp="_rightComponents_13kbt_15",hp="_componentsContainer_13kbt_32",_t={header:dp,leftComponents:fp,centerComponents:pp,rightComponents:mp,componentsContainer:hp},Qi=({cssProps:e,leftComponents:t=[],centerComponents:n=[],rightComponents:r=[],zIndex:o=10,height:i=60,backgroundColor:a="#605B56",isFooter:c=!1})=>l.jsxs("div",{className:_t.header,style:{...e,zIndex:o,height:i,backgroundColor:a,top:c?"auto":0,bottom:c?0:"auto"},children:[l.jsx("div",{className:_t.leftComponents,children:t.map((u,d)=>l.jsx("div",{className:_t.componentsContainer,children:u},d))}),l.jsx("div",{className:_t.centerComponents,children:n.map((u,d)=>l.jsx("div",{className:_t.componentsContainer,children:u},d))}),l.jsx("div",{className:_t.rightComponents,children:r.map((u,d)=>l.jsx("div",{className:_t.componentsContainer,children:u},d))})]});Qi.propTypes={leftComponents:s.arrayOf(s.node),centerComponents:s.arrayOf(s.node),rightComponents:s.arrayOf(s.node),cssProps:s.object,zIndex:s.number,height:s.number,backgroundColor:s.string,isFooter:s.bool};const gp="_sidebar_1kaqu_2",yp="_open_1kaqu_16",bp="_content_1kaqu_20",vp="_closeButton_1kaqu_25",An={sidebar:gp,open:yp,content:bp,closeButton:vp},xp="data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%203699'%3e%3cpath%20id='Vector%20223'%20d='M1%201L18.1566%2018.1566'%20stroke='%23605B56'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%20224'%20d='M18.1575%201L1.00083%2018.1566'%20stroke='%23605B56'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e",Ji=({width:e="300px",children:t,showRightBar:n,onCloseBar:r})=>{const o=()=>{r()};return l.jsx("div",{className:`${An.sidebar} ${n?An.open:""}`,style:{width:n?e:0},children:n&&l.jsxs("div",{className:An.content,children:[l.jsx("button",{className:An.closeButton,onClick:o,children:l.jsx("img",{src:xp,alt:"Close Sidebar"})}),t]})})};Ji.propTypes={width:s.string,children:s.node,showRightBar:s.bool,onCloseBar:s.func};exports.AmbitSelector=Ls;exports.BarChart=qr;exports.BurgerMenu=ro;exports.ButtonsBar=Fi;exports.ButtonsList=Ms;exports.CategorySelector=Pr;exports.DropdownList=ht;exports.EditAmbit=il;exports.ErrorMessage=Ht;exports.FiltersAmbit=Fs;exports.Form=Wd;exports.GeneralButton=cn;exports.Graphic=zs;exports.GraphicLegend=Zi;exports.Groupedbarchart=Wi;exports.HeaderSection=Qi;exports.HorizontalBarChart=Gi;exports.IndicatorsList=Us;exports.LangSelector=Zs;exports.Legend=Hs;exports.ListSelector=Oi;exports.Loader=qi;exports.LogInButton=Ei;exports.LogoApp=Ks;exports.MapboxMap=ei;exports.MaplibreMap=ti;exports.ModalAlert=Vi;exports.PercentageBar=Xi;exports.PieChart=Ki;exports.RadioButtonInput=Bi;exports.RankingSlider=eo;exports.RightSidebar=Ji;exports.SectionBar=ni;exports.SelectInput=Pi;exports.SpeedGraphic=Hi;exports.Stackedbarchart=Ui;exports.StatusText=no;exports.Steps=to;exports.Switch=zi;exports.TextInput=Ir;exports.TimeSlider=ji;exports.Tooltip=et;exports.TopNavMenu=$i;exports.VerticalBarChart=Yi;
|
|
87
|
+
`),ce.select(this).style("opacity",.8),f&&f(q,{key:ne.key,value:_e,data:ne.data})}).on("mousemove",function(q){C&&se&&se.style("top",q.pageY-10+"px").style("left",q.pageX+10+"px")}).on("mouseout",function(){C&&se&&se.style("visibility","hidden"),ce.select(this).style("opacity",1)}),_&&Xe.on("click",function(q,ne){const _e=ne.value;_(q,{key:ne.key,value:_e,data:ne.data})}),ee&&ee.length>1){const q=ce.line().x(ne=>ne.x).y(ne=>ne.y).curve(ce.curveMonotoneX);le.append("path").datum(ee).attr("class","line").attr("d",q).attr("fill","none").attr("stroke","#ff6b6b").attr("stroke-width",2).attr("stroke-linecap","round").attr("stroke-linejoin","round"),le.selectAll(".line-point").data(ee).enter().append("circle").attr("class","line-point").attr("cx",ne=>ne.x).attr("cy",ne=>ne.y).attr("r",4).attr("fill","#ff6b6b").attr("stroke","white").attr("stroke-width",1)}return()=>{se&&se.remove()}},[e,t,n,r,D,a,h,u,d,m,g,y,b,f,_,w,T,j,v,C,x,N]),l.jsx("div",{ref:I,className:`${xs.svgContainer} ${c}`,style:{width:o,height:i+a.top+a.bottom,overflowX:"auto"},children:l.jsx("svg",{ref:E,className:xs.svg})})};Ui.propTypes={data:s.arrayOf(s.object).isRequired,keys:s.arrayOf(s.string).isRequired,colors:s.oneOfType([s.arrayOf(s.string),s.object]),lineData:s.arrayOf(s.number),width:s.oneOfType([s.string,s.number]),height:s.number,margin:s.shape({top:s.number,right:s.number,bottom:s.number,left:s.number}),className:s.string,showXAxisLabels:s.bool,showYAxisLabels:s.bool,showGrid:s.bool,xAxisTickRotation:s.number,yAxisTickFormat:s.func,barPadding:s.number,animationDuration:s.number,onBarHover:s.func,onBarClick:s.func,title:s.string,xAxisLabel:s.string,yAxisLabel:s.string,stackOrder:s.oneOf(["reverse","ascending","descending","insideOut","none"]),showTooltip:s.bool,reverseKeys:s.bool,minBarSlotWidth:s.number,wrapXAxisLabels:s.bool};const Rf="_externalContainer_1er0i_2",Df="_externalSintetic_1er0i_9",If="_titles_1er0i_13",Pf="_titleContainer_1er0i_22",Bf="_yearTitles_1er0i_36",Vf="_yearTitle_1er0i_36",Ff="_yearDatas_1er0i_50",zf="_yearDataContainer_1er0i_58",qf="_yearDataContent_1er0i_66",Wf="_bigNumber_1er0i_79",Uf="_circle_1er0i_82",Zf="_totalContainer_1er0i_99",Hf="_total_1er0i_99",Ie={externalContainer:Rf,externalSintetic:Df,titles:If,titleContainer:Pf,yearTitles:Bf,yearTitle:Vf,yearDatas:Ff,yearDataContainer:zf,yearDataContent:qf,bigNumber:Wf,circle:Uf,totalContainer:Zf,total:Hf},Kf=e=>{if(e>=1e3||e<=-1e3)return parseInt(e.toFixed());if(e>=100||e<=-100)return parseFloat(e.toFixed(1));if(e>=10||e<=-10)return parseFloat(e.toFixed(2));if(e>0||e<0)return parseFloat(e.toFixed(3));if(e===0)return e},Gf=(e,t)=>{let n=0;return t.forEach(r=>{r[e]&&(n+=r[e])}),n},Zi=({data:e,keys:t,colors:n,locales:r,total:o=!1,years:i=!1,activeGraphics:a="ind",units:c={},translate:u,getTotal:d=Gf,columnWidth:m=50})=>{const g=u||(h=>h),y=h=>h==="demanda_red"||h==="reduccio_demanda_red"?(c.demanda||"").replace("(","").replace(")",""):c[h]||"";return l.jsxs("div",{className:`${Ie.externalContainer} ${a==="sin"?Ie.externalSintetic:""}`,children:[i===!0&&l.jsxs(l.Fragment,{children:[l.jsx("div",{}),l.jsx("div",{className:Ie.yearTitles,children:e.map((h,b)=>l.jsx("div",{className:Ie.yearTitle,style:{width:m},children:h.anyo},b))})]}),l.jsx("div",{className:Ie.titles,children:t.map((h,b)=>l.jsxs("div",{className:Ie.titleContainer,children:[g(r[h]),a!=="sin"&&l.jsx("span",{className:Ie.circle,style:{background:n[h]}})]},b))}),o===!0&&l.jsx("div",{className:Ie.totalContainer,children:t.map((h,b)=>{var f;return l.jsxs("div",{className:`${Ie.total} ${d(h,e)>9999||d(h,e)<-9999?Ie.bigNumber:""}`,children:[(f=d(h,e))==null?void 0:f.toLocaleString("es-ES")," ",y(h)]},b)})}),l.jsx("div",{className:Ie.yearDatas,children:e.map((h,b)=>l.jsx("div",{className:Ie.yearDataContainer,style:{width:m},children:t.map((f,_)=>{var w,T;return isNaN(h[f])?null:l.jsx("div",{className:`${Ie.yearDataContent} ${h[f]>9999||h[f]<-9999?Ie.bigNumber:""}`,children:h[f]<1e4||h[f]>-1e4?(w=Kf(h[f]))==null?void 0:w.toLocaleString("es-ES"):(T=h[f])==null?void 0:T.toLocaleString("es-ES")},_)})},b))})]})};Zi.propTypes={data:s.arrayOf(s.shape({anyo:s.oneOfType([s.string,s.number]).isRequired})).isRequired,keys:s.arrayOf(s.string).isRequired,colors:s.objectOf(s.string).isRequired,locales:s.objectOf(s.string).isRequired,total:s.bool,years:s.bool,activeGraphics:s.oneOf(["ind","sin"]),units:s.objectOf(s.string),translate:s.func,getTotal:s.func,columnWidth:s.number};const Yf="_speedGraphic_d1k72_2",wr={speedGraphic:Yf},Hi=({minValue:e=0,maxValue:t=100,value:n=50,title:r=!1,percent:o=!1,unit:i=!1,greenColor:a="#00CF1E",orangeColor:c="#FFAC00",redColor:u="#FF1E37"})=>{n<e&&(n=e),n>t&&(n=t);const d=(n-e)/(t-e),m=270+d*180,g=o?Math.round(d*100):n;return l.jsxs("div",{className:wr.speedGraphic,children:[l.jsxs("svg",{width:"244",height:"130",viewBox:"0 0 244 130",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M0 122C0 111.944 1.2433 101.927 3.70162 92.1756L26.2619 97.8633C24.2724 105.755 23.2662 113.862 23.2662 122H0Z",fill:a}),l.jsx("path",{d:"M16.3442 61.0012C21.3714 52.2936 27.4557 44.2409 34.4588 37.0263L51.1534 53.2313C45.4859 59.0701 40.5619 65.5871 36.4934 72.6341L16.3442 61.0012Z",fill:a}),l.jsx("path",{d:"M60.9088 16.3976C69.6119 11.3628 78.9041 7.42322 88.5739 4.66843L94.9485 27.0443C87.1228 29.2737 79.6027 32.462 72.5592 36.5367L60.9088 16.3976Z",fill:c}),l.jsx("path",{d:"M121.797 0.000169508C131.851 -0.0165912 141.869 1.20965 151.623 3.65101L145.974 26.2209C138.08 24.2451 129.972 23.2527 121.835 23.2663L121.797 0.000169508Z",fill:c}),l.jsx("path",{d:"M182.623 16.1279C191.348 21.124 199.422 27.1797 206.662 34.157L190.516 50.9092C184.657 45.2625 178.123 40.3617 171.061 36.3183L182.623 16.1279Z",fill:u}),l.jsx("path",{d:"M227.238 60.2836C232.325 68.9568 236.319 78.2255 239.131 87.8788L216.794 94.3859C214.518 86.5735 211.285 79.0725 207.169 72.0533L227.238 60.2836Z",fill:u}),l.jsx("path",{d:"M4.15505 90.4316C6.75674 80.7194 10.5491 71.3662 15.4458 62.5846L35.7663 73.9155C31.8035 81.0224 28.7343 88.5919 26.6288 96.4519L4.15505 90.4316Z",fill:a}),l.jsx("path",{d:"M35.733 35.733C42.8426 28.6233 50.8039 22.4198 59.4357 17.2636L71.3671 37.2375C64.3814 41.4104 57.9384 46.4308 52.1846 52.1846L35.733 35.733Z",fill:a}),l.jsx("path",{d:"M90.3004 4.19027C100.01 1.57776 110.005 0.175523 120.058 0.0154601L120.428 23.2787C112.292 23.4082 104.203 24.543 96.3457 26.6573L90.3004 4.19027Z",fill:c}),l.jsx("path",{d:"M153.423 4.11614C163.138 6.70584 172.496 10.4866 181.284 15.3725L169.978 35.707C162.866 31.7529 155.293 28.6932 147.43 26.5973L153.423 4.11614Z",fill:c}),l.jsx("path",{d:"M239.602 89.538C242.532 100.152 244.011 111.114 244 122.125L220.734 122.101C220.743 113.19 219.546 104.319 217.175 95.7287L239.602 89.538Z",fill:u}),l.jsx("path",{d:"M207.769 35.2376C214.919 42.3062 221.168 50.2316 226.374 58.8336L206.469 70.8798C202.256 63.9183 197.199 57.5043 191.412 51.7837L207.769 35.2376Z",fill:u}),l.jsx("g",{transform:`rotate(${m} 122 122)`,children:l.jsx("path",{id:"aguja",d:"M121 119.5V33",stroke:"#605B56","stroke-width":"2"})})]}),l.jsxs("div",{className:wr.value,children:[g,o&&"%",i&&i]}),r&&l.jsx("div",{className:wr.title,children:r})]})};Hi.propTypes={minValue:s.number.isRequired,maxValue:s.number.isRequired,value:s.number.isRequired,percent:s.bool,title:s.string,unit:s.string,greenColor:s.string,orangeColor:s.string,redColor:s.string};const Sr="#ffffff",Xf="#ffffff";function it(e,t,n,r){const o=(r-90)*Math.PI/180;return{x:e+n*Math.cos(o),y:t+n*Math.sin(o)}}function Cs(e,t,n,r,o,i){if(Math.abs(i-o)>=359.99)return n===0?`M ${e-r} ${t} A ${r} ${r} 0 1 1 ${e+r} ${t} A ${r} ${r} 0 1 1 ${e-r} ${t} Z`:[`M ${e-r} ${t} A ${r} ${r} 0 1 1 ${e+r} ${t} A ${r} ${r} 0 1 1 ${e-r} ${t} Z`,`M ${e-n} ${t} A ${n} ${n} 0 1 0 ${e+n} ${t} A ${n} ${n} 0 1 0 ${e-n} ${t} Z`].join(" ");const a=it(e,t,r,o),c=it(e,t,r,i),u=i-o>180?1:0;if(n===0)return`M ${e} ${t} L ${a.x} ${a.y} A ${r} ${r} 0 ${u} 1 ${c.x} ${c.y} Z`;const d=it(e,t,n,i),m=it(e,t,n,o);return[`M ${a.x} ${a.y}`,`A ${r} ${r} 0 ${u} 1 ${c.x} ${c.y}`,`L ${d.x} ${d.y}`,`A ${n} ${n} 0 ${u} 0 ${m.x} ${m.y}`,"Z"].join(" ")}function Qf(e){const t=e.reduce((r,o)=>r+(o.value||0),0);let n=0;return e.map(r=>{const o=r.value/t*360,i=n;return n+=o,{...r,sa:i,ea:n}})}function _s(e,t,n,r,o){const i=n+(r-n)/2,a=it(e,t,o,i);return{tx:a.x-e,ty:a.y-t}}const Ki=({type:e="cheese",data:t=[],title:n,size:r=260,donutThickness:o=56,gapWidth:i=3,gapColor:a,backgroundColor:c="transparent",fontColor:u="black",fontColorInside:d="white",containerStyles:m={},alignLeft:g=!1})=>{const[y,h]=S.useState(null),b=r/2,f=r/2,_=r/2-14,w=e==="donut"?_-o:0,T=e==="donut"?_-o/2:_*.62,j=S.useMemo(()=>Qf(t),[t]),v=y!==null?j[y]:null,C=j.some($=>$.ea-$.sa>=359.99),x=a||(c==="transparent"?Xf:c);return l.jsxs("div",{style:{display:"inline-flex",flexDirection:"column",gap:"4px",padding:"0px",background:c,borderRadius:"16px",fontFamily:"'Segoe UI', sans-serif",...m},children:[l.jsxs("div",{style:{minHeight:"40px",display:"flex",flexDirection:"column",gap:"2px"},children:[n&&l.jsx("h2",{style:{margin:0,color:u,fontSize:"22px",fontWeight:"700",letterSpacing:"-0.5px"},children:n}),l.jsx("div",{style:{height:"22px",display:"flex",alignItems:"center",gap:"8px",transition:"opacity 0.15s",opacity:v?1:0},children:v&&l.jsxs(l.Fragment,{children:[l.jsx("span",{style:{display:"inline-block",width:"10px",height:"10px",borderRadius:"50%",background:v.color||Sr,flexShrink:0}}),l.jsxs("span",{style:{color:u,fontSize:"14px",fontWeight:"600"},children:[v.title," — ",v.value,"%"]})]})})]}),l.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:g?"flex-start":"center",gap:"16px"},children:[l.jsxs("svg",{width:r,height:r,viewBox:`0 0 ${r} ${r}`,style:{overflow:"visible"},children:[j.map(($,N)=>{const E=y===N,{tx:I,ty:D}=E&&!C?_s(b,f,$.sa,$.ea,10):{tx:0,ty:0};return l.jsx("g",{transform:`translate(${I}, ${D})`,style:{transition:"transform 0.18s ease",pointerEvents:"none"},children:l.jsx("path",{d:Cs(b,f,w,_,$.sa,$.ea),fill:$.color||Sr,style:{filter:E?"brightness(1.25)":"brightness(1)",transition:"filter 0.18s ease"}})},N)}),!C&&j.map(($,N)=>{const E=it(b,f,_,$.sa),I=e==="cheese"?b:it(b,f,w,$.sa).x,D=e==="cheese"?f:it(b,f,w,$.sa).y;return l.jsx("line",{x1:I,y1:D,x2:E.x,y2:E.y,stroke:x,strokeWidth:i,strokeLinecap:"butt",style:{pointerEvents:"none"}},`gap-${N}`)}),j.map(($,N)=>{if($.ea-$.sa<20)return null;const E=y===N,{tx:I,ty:D}=E&&!C?_s(b,f,$.sa,$.ea,10):{tx:0,ty:0},p=$.sa+($.ea-$.sa)/2,O=it(b,f,T,p);return l.jsxs("text",{x:O.x+I,y:O.y+D,textAnchor:"middle",dominantBaseline:"middle",fill:d,fontSize:"14",fontWeight:"700",fontFamily:"'Segoe UI', sans-serif",pointerEvents:"none",style:{transition:"x 0.18s ease, y 0.18s ease"},children:[$.value,"%"]},`lbl-${N}`)}),j.map(($,N)=>l.jsx("path",{d:Cs(b,f,w,_,$.sa,$.ea),fill:"transparent",style:{cursor:"pointer"},onMouseEnter:()=>h(N),onMouseLeave:()=>h(null)},`hit-${N}`))]}),l.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:"12px 24px",justifyContent:g?"flex-start":"center"},children:t.map(($,N)=>l.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",cursor:"pointer",opacity:y===null||y===N?1:.4,transition:"opacity 0.15s"},onMouseEnter:()=>h(N),onMouseLeave:()=>h(null),children:[l.jsx("span",{style:{width:"32px",height:"14px",borderRadius:"3px",background:$.color||Sr,flexShrink:0}}),l.jsx("span",{style:{color:u,fontSize:"13px",fontWeight:"400"},children:$.title})]},N))})]})]})};Ki.propTypes={type:s.oneOf(["cheese","donut"]),data:s.arrayOf(s.shape({value:s.number.isRequired,title:s.string.isRequired,color:s.string})).isRequired,title:s.string,size:s.number,donutThickness:s.number,gapWidth:s.number,gapColor:s.string,backgroundColor:s.string,fontColor:s.string,fontColorInside:s.string,containerStyles:s.object,alignLeft:s.bool};const ws=["#a8d8cf","#3bbfa0","#5dd4b8","#7ed4c2","#2aa88a"],Gi=({data:e=[],title:t,backgroundColor:n="#0d3d4a",fontColor:r="#ffffff",barHeight:o=52,animated:i=!0,borderRadius:a,containerStyles:c={},fontColorInside:u="white",borderFontColorInside:d})=>{const[m,g]=S.useState(i?0:1);S.useEffect(()=>{if(!i)return;const b=requestAnimationFrame(()=>g(1));return()=>cancelAnimationFrame(b)},[i]);const y=Math.max(...e.map(b=>b.value),1),h=a??"6px";return l.jsxs("div",{style:{display:"inline-flex",flexDirection:"column",gap:"0px",background:n,borderRadius:"16px",fontFamily:"'Segoe UI', sans-serif",minWidth:"420px",...c},children:[t&&l.jsx("h2",{style:{margin:"0 0 20px 0",color:r,fontSize:"22px",fontWeight:"700",letterSpacing:"-0.4px"},children:t}),l.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"18px"},children:e.map((b,f)=>{const _=b.color||ws[f%ws.length],w=b.value/y*100*m;return l.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"6px"},children:[l.jsx("span",{style:{color:r,fontSize:"14px",fontWeight:"400",opacity:.9},children:b.title}),l.jsxs("div",{style:{position:"relative",height:`${o}px`,background:"transparent",borderRadius:h,overflow:"hidden"},children:[l.jsx("div",{style:{position:"absolute",left:0,top:0,height:"100%",width:`${w}%`,background:_,borderRadius:h,transition:i?"width 0.8s cubic-bezier(0.16, 1, 0.3, 1)":"none"}}),l.jsx("span",{style:{position:"absolute",left:"14px",top:"50%",transform:"translateY(-50%)",color:u||n,fontSize:"18px",fontWeight:"700",pointerEvents:"none",letterSpacing:"-0.3px",...d?{WebkitTextStroke:`1px ${d}`,paintOrder:"stroke fill"}:{}},children:b.value})]})]},f)})})]})};Gi.propTypes={data:s.arrayOf(s.shape({title:s.string.isRequired,value:s.number.isRequired,color:s.string})),title:s.string,backgroundColor:s.string,fontColor:s.string,fontColorInside:s.string,borderFontColorInside:s.string,barHeight:s.number,animated:s.bool,borderRadius:s.oneOfType([s.string,s.number]),containerStyles:s.object};const Ss=["#a8d8cf","#3bbfa0","#5dd4b8","#7ed4c2","#2aa88a"],Yi=({data:e=[],title:t,backgroundColor:n="black",fontColor:r="#ffffff",fontColorInside:o="#0d3d4a",borderFontColorInside:i,barWidth:a=52,maxBarHeight:c=200,animated:u=!0,separatorColor:d,containerStyles:m={}})=>{const[g,y]=S.useState(u?0:1);S.useEffect(()=>{if(!u)return;const j=requestAnimationFrame(()=>requestAnimationFrame(()=>y(1)));return()=>cancelAnimationFrame(j)},[u]);const h=Math.max(...e.map(j=>j.value),1),b=d||(r==="#ffffff"?"rgba(255,255,255,0.25)":"rgba(0,0,0,0.15)"),f=12,_=12,w=e.length*a+Math.max(0,e.length-1)*f,T={fontSize:"15px",fontWeight:"700",letterSpacing:"-0.3px",lineHeight:1,pointerEvents:"none",whiteSpace:"nowrap",...i?{WebkitTextStroke:`1px ${i}`,paintOrder:"stroke fill"}:{}};return l.jsxs("div",{style:{display:"inline-flex",flexDirection:"column",gap:"0",background:n,borderRadius:"16px",fontFamily:"'Segoe UI', sans-serif",...m},children:[t&&l.jsx("h2",{style:{margin:"0 0 24px 0",color:r,fontSize:"22px",fontWeight:"700",letterSpacing:"-0.4px"},children:t}),l.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:0,overflow:"visible"},children:[l.jsx("div",{style:{display:"flex",alignItems:"flex-end",gap:`${f}px`,width:`${w}px`,height:`${c}px`},children:e.map((j,v)=>{const C=j.color||Ss[v%Ss.length],x=j.value===0,$=x?0:j.value/h*c*g;return l.jsx("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"flex-end",width:`${a}px`,height:"100%"},children:x?l.jsx("span",{style:{...T,color:o,marginBottom:"6px"},children:j.value}):l.jsx("div",{style:{position:"relative",width:"100%",height:`${$}px`,background:C,borderRadius:"6px 6px 0 0",transition:u?"height 0.85s cubic-bezier(0.16, 1, 0.3, 1)":"none",display:"flex",alignItems:"flex-start",justifyContent:"center",paddingTop:"10px"},children:l.jsx("span",{style:{...T,color:o},children:j.value})})},v)})}),l.jsx("div",{style:{width:`${w+_*2}px`,marginLeft:`-${_}px`,height:"1.5px",background:b,borderRadius:"1px"}}),l.jsx("div",{style:{display:"flex",gap:`${f}px`,width:`${w}px`,marginTop:"10px"},children:e.map((j,v)=>l.jsx("div",{style:{width:`${a}px`,textAlign:"center",color:r,fontSize:"13px",fontWeight:"400",opacity:.8,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:j.title},v))})]})]})};Yi.propTypes={data:s.arrayOf(s.shape({title:s.string.isRequired,value:s.number.isRequired,color:s.string})).isRequired,title:s.string,backgroundColor:s.string,fontColor:s.string,fontColorInside:s.string,borderFontColorInside:s.string,barWidth:s.number,maxBarHeight:s.number,animated:s.bool,separatorColor:s.string,containerStyles:s.object};const Jf="_percentageBarContainer_lgkme_3",ep="_barContainer_lgkme_10",tp="_segment_lgkme_19",np="_handle_lgkme_36",rp="_labelsContainer_lgkme_68",op="_labelItem_lgkme_73",sp="_labelsListContainer_lgkme_85",ip="_labelColor_lgkme_105",ap="_labelText_lgkme_114",lp="_labelValue_lgkme_122",cp="_labelTranslation_lgkme_126",Me={percentageBarContainer:Jf,barContainer:ep,segment:tp,handle:np,labelsContainer:rp,labelItem:op,labelsListContainer:sp,labelColor:ip,labelText:ap,labelValue:lp,labelTranslation:cp},up=2,Ts=e=>{const t=e.reduce((n,r)=>n+r.value,0);return t===0?e.map(()=>100/e.length):e.map(n=>n.value/t*100)},Tr=(e,t=100)=>e.map(n=>n.value/t*100),ks=(e,t)=>{try{const r=new Function("x",`return (${t})`)(e);return isNaN(r)?"N/A":r.toFixed(2)}catch{return"N/A"}},Xi=({items:e,showLabels:t="bar",showTranslations:n=!0,onChange:r,minPercentage:o=up,maxValue:i=100,labelTextColor:a,labelValueColor:c})=>{const[u,d]=S.useState(()=>Ts(e)),m=S.useRef(null),g=S.useRef(null);S.useEffect(()=>{e&&e.length>0&&d(Ts(e))},[e]);const y=S.useCallback(f=>{if(!m.current||!g.current)return;const{dividerIndex:_}=m.current,w=g.current.getBoundingClientRect(),T=(f.touches?f.touches[0].clientX:f.clientX)-w.left,j=Math.max(0,Math.min(100,T/w.width*100));d(v=>{const C=[...v],x=v.slice(0,_).reduce((I,D)=>I+D,0),$=x+v[_]+v[_+1];let N=j-x,E=$-j;if(N<o&&(N=o,E=$-x-o),E<o&&(E=o,N=$-x-o),C[_]=N,C[_+1]=E,r)try{const I=e.reduce((D,p)=>D+p.value,0);r(e.map((D,p)=>({...D,value:C[p]/100*I})))}catch(I){console.error("PercentageBar onChange error:",I)}return C})},[o,r,e]),h=S.useCallback(()=>{m.current&&(m.current=null,document.removeEventListener("mousemove",y),document.removeEventListener("mouseup",h),document.removeEventListener("touchmove",y),document.removeEventListener("touchend",h),d(f=>{if(r){const _=e.reduce((w,T)=>w+T.value,0);r(e.map((w,T)=>({...w,value:f[T]/100*_})))}return f}))},[y,r,e]),b=(f,_)=>{_.preventDefault(),m.current={dividerIndex:f},document.addEventListener("mousemove",y),document.addEventListener("mouseup",h),document.addEventListener("touchmove",y,{passive:!1}),document.addEventListener("touchend",h)};return l.jsxs("div",{className:Me.percentageBarContainer,children:[l.jsx("div",{className:Me.barContainer,ref:g,children:e.map((f,_)=>{var w;return l.jsx("div",{className:Me.segment,style:{width:`${u[_]}%`,backgroundColor:f.color||"#ccc"},children:_>0&&l.jsx("div",{className:Me.handle,onMouseDown:T=>b(_-1,T),onTouchStart:T=>b(_-1,T),role:"slider","aria-label":`Divisor entre ${(w=e[_-1])==null?void 0:w.title} y ${f.title}`,"aria-valuenow":Math.round(u[_]),tabIndex:0})},f.id??_)})}),t==="bar"&&l.jsx("div",{className:Me.labelsContainer,children:e.map((f,_)=>l.jsxs("div",{className:Me.labelItem,style:{width:`${u[_]}%`},children:[l.jsx("span",{className:Me.labelColor,style:{backgroundColor:f.color}}),l.jsx("span",{className:Me.labelText,style:{color:a||"#fff"},children:f.title}),l.jsxs("span",{className:Me.labelValue,style:{color:c||"#fff"},children:[Tr(e,i)[_].toFixed(1),"%"]}),n&&f.translationFormula&&l.jsxs("span",{className:Me.labelTranslation,children:["(",ks(u[_],f.translationFormula),")"]})]},f.id??_))}),t==="list"&&l.jsx("div",{className:Me.labelsListContainer,children:e.map((f,_)=>l.jsxs("div",{className:Me.labelItem,children:[l.jsx("span",{className:Me.labelColor,style:{backgroundColor:f.color}}),l.jsx("span",{className:Me.labelText,children:f.title}),l.jsxs("span",{className:Me.labelValue,children:[Tr(e,i)[_].toFixed(1),"%"]}),n&&f.translationFormula&&l.jsxs("span",{className:Me.labelTranslation,children:["(",ks(Tr(e,i)[_],f.translationFormula),")"]})]},f.id??_))})]})};Xi.propTypes={items:s.arrayOf(s.shape({id:s.oneOfType([s.string,s.number]),title:s.string.isRequired,value:s.number.isRequired,color:s.string.isRequired,translationFormula:s.string})).isRequired,showLabels:s.string,showTranslations:s.bool,onChange:s.func,minPercentage:s.number,maxValue:s.number,labelTextColor:s.string,labelValueColor:s.string};const dp="_header_13kbt_2",fp="_leftComponents_13kbt_13",pp="_centerComponents_13kbt_14",mp="_rightComponents_13kbt_15",hp="_componentsContainer_13kbt_32",wt={header:dp,leftComponents:fp,centerComponents:pp,rightComponents:mp,componentsContainer:hp},Qi=({cssProps:e,leftComponents:t=[],centerComponents:n=[],rightComponents:r=[],zIndex:o=10,height:i=60,backgroundColor:a="#605B56",isFooter:c=!1})=>l.jsxs("div",{className:wt.header,style:{...e,zIndex:o,height:i,backgroundColor:a,top:c?"auto":0,bottom:c?0:"auto"},children:[l.jsx("div",{className:wt.leftComponents,children:t.map((u,d)=>l.jsx("div",{className:wt.componentsContainer,children:u},d))}),l.jsx("div",{className:wt.centerComponents,children:n.map((u,d)=>l.jsx("div",{className:wt.componentsContainer,children:u},d))}),l.jsx("div",{className:wt.rightComponents,children:r.map((u,d)=>l.jsx("div",{className:wt.componentsContainer,children:u},d))})]});Qi.propTypes={leftComponents:s.arrayOf(s.node),centerComponents:s.arrayOf(s.node),rightComponents:s.arrayOf(s.node),cssProps:s.object,zIndex:s.number,height:s.number,backgroundColor:s.string,isFooter:s.bool};const gp="_sidebar_1kaqu_2",yp="_open_1kaqu_16",bp="_content_1kaqu_20",vp="_closeButton_1kaqu_25",An={sidebar:gp,open:yp,content:bp,closeButton:vp},xp="data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%203699'%3e%3cpath%20id='Vector%20223'%20d='M1%201L18.1566%2018.1566'%20stroke='%23605B56'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%20224'%20d='M18.1575%201L1.00083%2018.1566'%20stroke='%23605B56'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e",Ji=({width:e="300px",children:t,showRightBar:n,onCloseBar:r})=>{const o=()=>{r()};return l.jsx("div",{className:`${An.sidebar} ${n?An.open:""}`,style:{width:n?e:0},children:n&&l.jsxs("div",{className:An.content,children:[l.jsx("button",{className:An.closeButton,onClick:o,children:l.jsx("img",{src:xp,alt:"Close Sidebar"})}),t]})})};Ji.propTypes={width:s.string,children:s.node,showRightBar:s.bool,onCloseBar:s.func};exports.AmbitSelector=Ls;exports.BarChart=qr;exports.BurgerMenu=ro;exports.ButtonsBar=Fi;exports.ButtonsList=Ms;exports.CategorySelector=Pr;exports.DropdownList=gt;exports.EditAmbit=il;exports.ErrorMessage=Ht;exports.FiltersAmbit=Fs;exports.Form=Wd;exports.GeneralButton=cn;exports.Graphic=zs;exports.GraphicLegend=Zi;exports.Groupedbarchart=Wi;exports.HeaderSection=Qi;exports.HorizontalBarChart=Gi;exports.IndicatorsList=Us;exports.LangSelector=Zs;exports.Legend=Hs;exports.ListSelector=Oi;exports.Loader=qi;exports.LogInButton=Ei;exports.LogoApp=Ks;exports.MapboxMap=ei;exports.MaplibreMap=ti;exports.ModalAlert=Vi;exports.PercentageBar=Xi;exports.PieChart=Ki;exports.RadioButtonInput=Bi;exports.RankingSlider=eo;exports.RightSidebar=Ji;exports.SectionBar=ni;exports.SelectInput=Pi;exports.SpeedGraphic=Hi;exports.Stackedbarchart=Ui;exports.StatusText=no;exports.Steps=to;exports.Switch=zi;exports.TextInput=Ir;exports.TimeSlider=ji;exports.Tooltip=et;exports.TopNavMenu=$i;exports.VerticalBarChart=Yi;
|