@road-labs/map-sdk 0.0.28-rc.0 → 0.0.28-rc.3
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/README.md +2 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25,5 +25,5 @@ object-assign
|
|
|
25
25
|
(c) Sindre Sorhus
|
|
26
26
|
@license MIT
|
|
27
27
|
*/var at,Lt;function Pr(){if(Lt)return at;Lt=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function r(o){if(o==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(o)}function a(){try{if(!Object.assign)return!1;var o=new String("abc");if(o[5]="de",Object.getOwnPropertyNames(o)[0]==="5")return!1;for(var s={},l=0;l<10;l++)s["_"+String.fromCharCode(l)]=l;var d=Object.getOwnPropertyNames(s).map(function(u){return s[u]});if(d.join("")!=="0123456789")return!1;var c={};return"abcdefghijklmnopqrst".split("").forEach(function(u){c[u]=u}),Object.keys(Object.assign({},c)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return at=a()?Object.assign:function(o,s){for(var l,d=r(o),c,u=1;u<arguments.length;u++){l=Object(arguments[u]);for(var f in l)t.call(l,f)&&(d[f]=l[f]);if(e){c=e(l);for(var p=0;p<c.length;p++)i.call(l,c[p])&&(d[c[p]]=l[c[p]])}}return d},at}var st,Ht;function Tt(){if(Ht)return st;Ht=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return st=e,st}var ct,Ft;function yn(){return Ft||(Ft=1,ct=Function.call.bind(Object.prototype.hasOwnProperty)),ct}var lt,zt;function Dr(){if(zt)return lt;zt=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=Tt(),i={},r=yn();e=function(o){var s="Warning: "+o;typeof console<"u"&&console.error(s);try{throw new Error(s)}catch{}}}function a(o,s,l,d,c){if(process.env.NODE_ENV!=="production"){for(var u in o)if(r(o,u)){var f;try{if(typeof o[u]!="function"){var p=Error((d||"React class")+": "+l+" type `"+u+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[u]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw p.name="Invariant Violation",p}f=o[u](s,u,d,l,null,t)}catch(y){f=y}if(f&&!(f instanceof Error)&&e((d||"React class")+": type specification of "+l+" `"+u+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in i)){i[f.message]=!0;var v=c?c():"";e("Failed "+l+" type: "+f.message+(v??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(i={})},lt=a,lt}var dt,Vt;function Ir(){if(Vt)return dt;Vt=1;var e=Cn(),t=Pr(),i=Tt(),r=yn(),a=Dr(),o=function(){};process.env.NODE_ENV!=="production"&&(o=function(l){var d="Warning: "+l;typeof console<"u"&&console.error(d);try{throw new Error(d)}catch{}});function s(){return null}return dt=function(l,d){var c=typeof Symbol=="function"&&Symbol.iterator,u="@@iterator";function f(m){var g=m&&(c&&m[c]||m[u]);if(typeof g=="function")return g}var p="<<anonymous>>",v={array:k("array"),bigint:k("bigint"),bool:k("boolean"),func:k("function"),number:k("number"),object:k("object"),string:k("string"),symbol:k("symbol"),any:U(),arrayOf:D,element:j(),elementType:C(),instanceOf:Y,node:W(),objectOf:ae,oneOf:re,oneOfType:Z,shape:ce,exact:me};function y(m,g){return m===g?m!==0||1/m===1/g:m!==m&&g!==g}function T(m,g){this.message=m,this.data=g&&typeof g=="object"?g:{},this.stack=""}T.prototype=Error.prototype;function N(m){if(process.env.NODE_ENV!=="production")var g={},S=0;function A(L,I,M,H,$,F,te){if(H=H||p,F=F||M,te!==i){if(d){var x=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw x.name="Invariant Violation",x}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var le=H+":"+M;!g[le]&&S<3&&(o("You are manually calling a React.PropTypes validation function for the `"+F+"` prop on `"+H+"`. 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."),g[le]=!0,S++)}}return I[M]==null?L?I[M]===null?new T("The "+$+" `"+F+"` is marked as required "+("in `"+H+"`, but its value is `null`.")):new T("The "+$+" `"+F+"` is marked as required in "+("`"+H+"`, but its value is `undefined`.")):null:m(I,M,H,$,F)}var P=A.bind(null,!1);return P.isRequired=A.bind(null,!0),P}function k(m){function g(S,A,P,L,I,M){var H=S[A],$=G(H);if($!==m){var F=ee(H);return new T("Invalid "+L+" `"+I+"` of type "+("`"+F+"` supplied to `"+P+"`, expected ")+("`"+m+"`."),{expectedType:m})}return null}return N(g)}function U(){return N(s)}function D(m){function g(S,A,P,L,I){if(typeof m!="function")return new T("Property `"+I+"` of component `"+P+"` has invalid PropType notation inside arrayOf.");var M=S[A];if(!Array.isArray(M)){var H=G(M);return new T("Invalid "+L+" `"+I+"` of type "+("`"+H+"` supplied to `"+P+"`, expected an array."))}for(var $=0;$<M.length;$++){var F=m(M,$,P,L,I+"["+$+"]",i);if(F instanceof Error)return F}return null}return N(g)}function j(){function m(g,S,A,P,L){var I=g[S];if(!l(I)){var M=G(I);return new T("Invalid "+P+" `"+L+"` of type "+("`"+M+"` supplied to `"+A+"`, expected a single ReactElement."))}return null}return N(m)}function C(){function m(g,S,A,P,L){var I=g[S];if(!e.isValidElementType(I)){var M=G(I);return new T("Invalid "+P+" `"+L+"` of type "+("`"+M+"` supplied to `"+A+"`, expected a single ReactElement type."))}return null}return N(m)}function Y(m){function g(S,A,P,L,I){if(!(S[A]instanceof m)){var M=m.name||p,H=we(S[A]);return new T("Invalid "+L+" `"+I+"` of type "+("`"+H+"` supplied to `"+P+"`, expected ")+("instance of `"+M+"`."))}return null}return N(g)}function re(m){if(!Array.isArray(m))return process.env.NODE_ENV!=="production"&&(arguments.length>1?o("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):o("Invalid argument supplied to oneOf, expected an array.")),s;function g(S,A,P,L,I){for(var M=S[A],H=0;H<m.length;H++)if(y(M,m[H]))return null;var $=JSON.stringify(m,function(te,x){var le=ee(x);return le==="symbol"?String(x):x});return new T("Invalid "+L+" `"+I+"` of value `"+String(M)+"` "+("supplied to `"+P+"`, expected one of "+$+"."))}return N(g)}function ae(m){function g(S,A,P,L,I){if(typeof m!="function")return new T("Property `"+I+"` of component `"+P+"` has invalid PropType notation inside objectOf.");var M=S[A],H=G(M);if(H!=="object")return new T("Invalid "+L+" `"+I+"` of type "+("`"+H+"` supplied to `"+P+"`, expected an object."));for(var $ in M)if(r(M,$)){var F=m(M,$,P,L,I+"."+$,i);if(F instanceof Error)return F}return null}return N(g)}function Z(m){if(!Array.isArray(m))return process.env.NODE_ENV!=="production"&&o("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var g=0;g<m.length;g++){var S=m[g];if(typeof S!="function")return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+fe(S)+" at index "+g+"."),s}function A(P,L,I,M,H){for(var $=[],F=0;F<m.length;F++){var te=m[F],x=te(P,L,I,M,H,i);if(x==null)return null;x.data&&r(x.data,"expectedType")&&$.push(x.data.expectedType)}var le=$.length>0?", expected one of type ["+$.join(", ")+"]":"";return new T("Invalid "+M+" `"+H+"` supplied to "+("`"+I+"`"+le+"."))}return N(A)}function W(){function m(g,S,A,P,L){return _(g[S])?null:new T("Invalid "+P+" `"+L+"` supplied to "+("`"+A+"`, expected a ReactNode."))}return N(m)}function K(m,g,S,A,P){return new T((m||"React class")+": "+g+" type `"+S+"."+A+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+P+"`.")}function ce(m){function g(S,A,P,L,I){var M=S[A],H=G(M);if(H!=="object")return new T("Invalid "+L+" `"+I+"` of type `"+H+"` "+("supplied to `"+P+"`, expected `object`."));for(var $ in m){var F=m[$];if(typeof F!="function")return K(P,L,I,$,ee(F));var te=F(M,$,P,L,I+"."+$,i);if(te)return te}return null}return N(g)}function me(m){function g(S,A,P,L,I){var M=S[A],H=G(M);if(H!=="object")return new T("Invalid "+L+" `"+I+"` of type `"+H+"` "+("supplied to `"+P+"`, expected `object`."));var $=t({},S[A],m);for(var F in $){var te=m[F];if(r(m,F)&&typeof te!="function")return K(P,L,I,F,ee(te));if(!te)return new T("Invalid "+L+" `"+I+"` key `"+F+"` supplied to `"+P+"`.\nBad object: "+JSON.stringify(S[A],null," ")+`
|
|
28
|
-
Valid keys: `+JSON.stringify(Object.keys(m),null," "));var x=te(M,F,P,L,I+"."+F,i);if(x)return x}return null}return N(g)}function _(m){switch(typeof m){case"number":case"string":case"undefined":return!0;case"boolean":return!m;case"object":if(Array.isArray(m))return m.every(_);if(m===null||l(m))return!0;var g=f(m);if(g){var S=g.call(m),A;if(g!==m.entries){for(;!(A=S.next()).done;)if(!_(A.value))return!1}else for(;!(A=S.next()).done;){var P=A.value;if(P&&!_(P[1]))return!1}}else return!1;return!0;default:return!1}}function R(m,g){return m==="symbol"?!0:g?g["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&g instanceof Symbol:!1}function G(m){var g=typeof m;return Array.isArray(m)?"array":m instanceof RegExp?"object":R(g,m)?"symbol":g}function ee(m){if(typeof m>"u"||m===null)return""+m;var g=G(m);if(g==="object"){if(m instanceof Date)return"date";if(m instanceof RegExp)return"regexp"}return g}function fe(m){var g=ee(m);switch(g){case"array":case"object":return"an "+g;case"boolean":case"date":case"regexp":return"a "+g;default:return g}}function we(m){return!m.constructor||!m.constructor.name?p:m.constructor.name}return v.checkPropTypes=a,v.resetWarningCache=a.resetWarningCache,v.PropTypes=v,v},dt}var ut,$t;function kr(){if($t)return ut;$t=1;var e=Tt();function t(){}function i(){}return i.resetWarningCache=t,ut=function(){function r(s,l,d,c,u,f){if(f!==e){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}}r.isRequired=r;function a(){return r}var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:a,element:r,elementType:r,instanceOf:a,node:r,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:i,resetWarningCache:t};return o.PropTypes=o,o},ut}var Bt;function Mr(){if(Bt)return Be.exports;if(Bt=1,process.env.NODE_ENV!=="production"){var e=Cn(),t=!0;Be.exports=Ir()(e.isElement,t)}else Be.exports=kr()();return Be.exports}var Rr=Mr();const O=Ar(Rr);function Lr(e,t){return e.classList?!!t&&e.classList.contains(t):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")!==-1}function Hr(e,t){e.classList?e.classList.add(t):Lr(e,t)||(typeof e.className=="string"?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}function Ut(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function Fr(e,t){e.classList?e.classList.remove(t):typeof e.className=="string"?e.className=Ut(e.className,t):e.setAttribute("class",Ut(e.className&&e.className.baseVal||"",t))}const Yt={disabled:!1};var zr=process.env.NODE_ENV!=="production"?O.oneOfType([O.number,O.shape({enter:O.number,exit:O.number,appear:O.number}).isRequired]):null,Vr=process.env.NODE_ENV!=="production"?O.oneOfType([O.string,O.shape({enter:O.string,exit:O.string,active:O.string}),O.shape({enter:O.string,enterDone:O.string,enterActive:O.string,exit:O.string,exitDone:O.string,exitActive:O.string})]):null;const bt=h.createContext(null);var xn=function(t){return t.scrollTop},Re="unmounted",be="exited",oe="entering",de="entered",Fe="exiting",ue=(function(e){xt(t,e);function t(r,a){var o;o=e.call(this,r,a)||this;var s=a,l=s&&!s.isMounting?r.enter:r.appear,d;return o.appearStatus=null,r.in?l?(d=be,o.appearStatus=oe):d=de:r.unmountOnExit||r.mountOnEnter?d=Re:d=be,o.state={status:d},o.nextCallback=null,o}t.getDerivedStateFromProps=function(a,o){var s=a.in;return s&&o.status===Re?{status:be}:null};var i=t.prototype;return i.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},i.componentDidUpdate=function(a){var o=null;if(a!==this.props){var s=this.state.status;this.props.in?s!==oe&&s!==de&&(o=oe):(s===oe||s===de)&&(o=Fe)}this.updateStatus(!1,o)},i.componentWillUnmount=function(){this.cancelNextCallback()},i.getTimeouts=function(){var a=this.props.timeout,o,s,l;return o=s=l=a,a!=null&&typeof a!="number"&&(o=a.exit,s=a.enter,l=a.appear!==void 0?a.appear:s),{exit:o,enter:s,appear:l}},i.updateStatus=function(a,o){if(a===void 0&&(a=!1),o!==null)if(this.cancelNextCallback(),o===oe){if(this.props.unmountOnExit||this.props.mountOnEnter){var s=this.props.nodeRef?this.props.nodeRef.current:Me.findDOMNode(this);s&&xn(s)}this.performEnter(a)}else this.performExit();else this.props.unmountOnExit&&this.state.status===be&&this.setState({status:Re})},i.performEnter=function(a){var o=this,s=this.props.enter,l=this.context?this.context.isMounting:a,d=this.props.nodeRef?[l]:[Me.findDOMNode(this),l],c=d[0],u=d[1],f=this.getTimeouts(),p=l?f.appear:f.enter;if(!a&&!s||Yt.disabled){this.safeSetState({status:de},function(){o.props.onEntered(c)});return}this.props.onEnter(c,u),this.safeSetState({status:oe},function(){o.props.onEntering(c,u),o.onTransitionEnd(p,function(){o.safeSetState({status:de},function(){o.props.onEntered(c,u)})})})},i.performExit=function(){var a=this,o=this.props.exit,s=this.getTimeouts(),l=this.props.nodeRef?void 0:Me.findDOMNode(this);if(!o||Yt.disabled){this.safeSetState({status:be},function(){a.props.onExited(l)});return}this.props.onExit(l),this.safeSetState({status:Fe},function(){a.props.onExiting(l),a.onTransitionEnd(s.exit,function(){a.safeSetState({status:be},function(){a.props.onExited(l)})})})},i.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},i.safeSetState=function(a,o){o=this.setNextCallback(o),this.setState(a,o)},i.setNextCallback=function(a){var o=this,s=!0;return this.nextCallback=function(l){s&&(s=!1,o.nextCallback=null,a(l))},this.nextCallback.cancel=function(){s=!1},this.nextCallback},i.onTransitionEnd=function(a,o){this.setNextCallback(o);var s=this.props.nodeRef?this.props.nodeRef.current:Me.findDOMNode(this),l=a==null&&!this.props.addEndListener;if(!s||l){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var d=this.props.nodeRef?[this.nextCallback]:[s,this.nextCallback],c=d[0],u=d[1];this.props.addEndListener(c,u)}a!=null&&setTimeout(this.nextCallback,a)},i.render=function(){var a=this.state.status;if(a===Re)return null;var o=this.props,s=o.children;o.in,o.mountOnEnter,o.unmountOnExit,o.appear,o.enter,o.exit,o.timeout,o.addEndListener,o.onEnter,o.onEntering,o.onEntered,o.onExit,o.onExiting,o.onExited,o.nodeRef;var l=vn(o,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return h.createElement(bt.Provider,{value:null},typeof s=="function"?s(a,l):h.cloneElement(h.Children.only(s),l))},t})(h.Component);ue.contextType=bt;ue.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:O.shape({current:typeof Element>"u"?O.any:function(e,t,i,r,a,o){var s=e[t];return O.instanceOf(s&&"ownerDocument"in s?s.ownerDocument.defaultView.Element:Element)(e,t,i,r,a,o)}}),children:O.oneOfType([O.func.isRequired,O.element.isRequired]).isRequired,in:O.bool,mountOnEnter:O.bool,unmountOnExit:O.bool,appear:O.bool,enter:O.bool,exit:O.bool,timeout:function(t){var i=zr;t.addEndListener||(i=i.isRequired);for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return i.apply(void 0,[t].concat(a))},addEndListener:O.func,onEnter:O.func,onEntering:O.func,onEntered:O.func,onExit:O.func,onExiting:O.func,onExited:O.func}:{};function Ne(){}ue.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Ne,onEntering:Ne,onEntered:Ne,onExit:Ne,onExiting:Ne,onExited:Ne};ue.UNMOUNTED=Re;ue.EXITED=be;ue.ENTERING=oe;ue.ENTERED=de;ue.EXITING=Fe;var $r=function(t,i){return t&&i&&i.split(" ").forEach(function(r){return Hr(t,r)})},ft=function(t,i){return t&&i&&i.split(" ").forEach(function(r){return Fr(t,r)})},Et=(function(e){xt(t,e);function t(){for(var r,a=arguments.length,o=new Array(a),s=0;s<a;s++)o[s]=arguments[s];return r=e.call.apply(e,[this].concat(o))||this,r.appliedClasses={appear:{},enter:{},exit:{}},r.onEnter=function(l,d){var c=r.resolveArguments(l,d),u=c[0],f=c[1];r.removeClasses(u,"exit"),r.addClass(u,f?"appear":"enter","base"),r.props.onEnter&&r.props.onEnter(l,d)},r.onEntering=function(l,d){var c=r.resolveArguments(l,d),u=c[0],f=c[1],p=f?"appear":"enter";r.addClass(u,p,"active"),r.props.onEntering&&r.props.onEntering(l,d)},r.onEntered=function(l,d){var c=r.resolveArguments(l,d),u=c[0],f=c[1],p=f?"appear":"enter";r.removeClasses(u,p),r.addClass(u,p,"done"),r.props.onEntered&&r.props.onEntered(l,d)},r.onExit=function(l){var d=r.resolveArguments(l),c=d[0];r.removeClasses(c,"appear"),r.removeClasses(c,"enter"),r.addClass(c,"exit","base"),r.props.onExit&&r.props.onExit(l)},r.onExiting=function(l){var d=r.resolveArguments(l),c=d[0];r.addClass(c,"exit","active"),r.props.onExiting&&r.props.onExiting(l)},r.onExited=function(l){var d=r.resolveArguments(l),c=d[0];r.removeClasses(c,"exit"),r.addClass(c,"exit","done"),r.props.onExited&&r.props.onExited(l)},r.resolveArguments=function(l,d){return r.props.nodeRef?[r.props.nodeRef.current,l]:[l,d]},r.getClassNames=function(l){var d=r.props.classNames,c=typeof d=="string",u=c&&d?d+"-":"",f=c?""+u+l:d[l],p=c?f+"-active":d[l+"Active"],v=c?f+"-done":d[l+"Done"];return{baseClassName:f,activeClassName:p,doneClassName:v}},r}var i=t.prototype;return i.addClass=function(a,o,s){var l=this.getClassNames(o)[s+"ClassName"],d=this.getClassNames("enter"),c=d.doneClassName;o==="appear"&&s==="done"&&c&&(l+=" "+c),s==="active"&&a&&xn(a),l&&(this.appliedClasses[o][s]=l,$r(a,l))},i.removeClasses=function(a,o){var s=this.appliedClasses[o],l=s.base,d=s.active,c=s.done;this.appliedClasses[o]={},l&&ft(a,l),d&&ft(a,d),c&&ft(a,c)},i.render=function(){var a=this.props;a.classNames;var o=vn(a,["classNames"]);return h.createElement(ue,tt({},o,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t})(h.Component);Et.defaultProps={classNames:""};Et.propTypes=process.env.NODE_ENV!=="production"?tt({},ue.propTypes,{classNames:Vr,onEnter:O.func,onEntering:O.func,onEntered:O.func,onExit:O.func,onExiting:O.func,onExited:O.func}):{};var Ye,We;function Br(e,t){return!(e===t||h.isValidElement(e)&&h.isValidElement(t)&&e.key!=null&&e.key===t.key)}var ye={out:"out-in",in:"in-out"},nt=function(t,i,r){return function(){var a;t.props[i]&&(a=t.props)[i].apply(a,arguments),r()}},Ur=(Ye={},Ye[ye.out]=function(e){var t=e.current,i=e.changeState;return h.cloneElement(t,{in:!1,onExited:nt(t,"onExited",function(){i(oe,null)})})},Ye[ye.in]=function(e){var t=e.current,i=e.changeState,r=e.children;return[t,h.cloneElement(r,{in:!0,onEntered:nt(r,"onEntered",function(){i(oe)})})]},Ye),Yr=(We={},We[ye.out]=function(e){var t=e.children,i=e.changeState;return h.cloneElement(t,{in:!0,onEntered:nt(t,"onEntered",function(){i(de,h.cloneElement(t,{in:!0}))})})},We[ye.in]=function(e){var t=e.current,i=e.children,r=e.changeState;return[h.cloneElement(t,{in:!1,onExited:nt(t,"onExited",function(){r(de,h.cloneElement(i,{in:!0}))})}),h.cloneElement(i,{in:!0})]},We),_t=(function(e){xt(t,e);function t(){for(var r,a=arguments.length,o=new Array(a),s=0;s<a;s++)o[s]=arguments[s];return r=e.call.apply(e,[this].concat(o))||this,r.state={status:de,current:null},r.appeared=!1,r.changeState=function(l,d){d===void 0&&(d=r.state.current),r.setState({status:l,current:d})},r}var i=t.prototype;return i.componentDidMount=function(){this.appeared=!0},t.getDerivedStateFromProps=function(a,o){return a.children==null?{current:null}:o.status===oe&&a.mode===ye.in?{status:oe}:o.current&&Br(o.current,a.children)?{status:Fe}:{current:h.cloneElement(a.children,{in:!0})}},i.render=function(){var a=this.props,o=a.children,s=a.mode,l=this.state,d=l.status,c=l.current,u={children:o,current:c,changeState:this.changeState,status:d},f;switch(d){case oe:f=Yr[s](u);break;case Fe:f=Ur[s](u);break;case de:f=c}return h.createElement(bt.Provider,{value:{isMounting:!this.appeared}},f)},t})(h.Component);_t.propTypes=process.env.NODE_ENV!=="production"?{mode:O.oneOf([ye.in,ye.out]),children:O.oneOfType([O.element.isRequired])}:{};_t.defaultProps={mode:ye.out};const Wr="stack-module_stack",Gr="stack-module_slideEnter",qr="stack-module_slideEnterActive",Zr="stack-module_slideExit",Kr="stack-module_slideExitActive",Ce={stack:Wr,slideEnter:Gr,slideEnterActive:qr,slideExit:Zr,slideExitActive:Kr};function Jr({name:e,children:t}){return n.jsx("div",{className:Ce.stack,children:t})}const Tn=h.createContext({setView:()=>{},current:{name:"none"}});function De(){return h.useContext(Tn)}function pe({name:e,currentView:t,onViewChange:i,children:r}){const a={none:{name:"none",ref:h.createRef(),view:null}};h.Children.forEach(r,f=>{if(!h.isValidElement(f))return;const{name:p}=f.props;if(!p)throw new Error("name is required for Stack.View");a[p]={name:p,ref:h.createRef(),view:f}});const[o,s]=h.useState(a[t].ref);h.useEffect(()=>{s(a[t].ref)},[t]);const{view:l}=a[t],[d,c]=h.useState({}),u=h.useMemo(()=>({current:{name:t,args:d},setView:(f,p)=>{c(p),i(f,p)}}),[t,i,d,c]);return n.jsx(Tn.Provider,{value:u,children:n.jsx(_t,{mode:"out-in",children:n.jsx(Et,{classNames:{enter:Ce.slideEnter,enterActive:Ce.slideEnterActive,enterDone:Ce.slideEnterDone,exit:Ce.slideExit,exitActive:Ce.slideExitActive,exitDone:Ce.slideExitDone},mountOnEnter:!0,unmountOnExit:!0,timeout:300,nodeRef:o,addEndListener:f=>{o.current.addEventListener("transitionend",f,!1)},children:n.jsx("div",{className:Ce.stack,ref:o,children:l})},t)})})}pe.View=Jr;const Xr="router-module_container",Qr="router-module_controlsContainer",ei="router-module_filterButton",ti="router-module_filterCounter",ni="router-module_spinner",ri="router-module_stackContainer",Te={container:Xr,controlsContainer:Qr,filterButton:ei,filterCounter:ti,spinner:ni,stackContainer:ri},ii="SearchInput-module_container",oi="SearchInput-module_searchInput",Wt={container:ii,searchInput:oi};function ai({onFocus:e}){const{options:t,setPlace:i,t:r,language:a}=B(),o=t.googleApiKey,s=h.useRef(null),l=gn(o,a);return h.useEffect(()=>{s.current&&l.importLibrary("places").then(d=>{const c=new d.Autocomplete(s.current,{fields:["geometry"]});c.addListener("place_changed",()=>{const u=c.getPlace();i(u)})})},[s]),n.jsx("div",{className:Wt.container,children:n.jsx("input",{onFocus:e,ref:s,className:Wt.searchInput,type:"text",placeholder:r("search.placeholder")})})}const si="filters-module_headerContainer",ci="filters-module_container",li="filters-module_header",di="filters-module_heading",ui="filters-module_actionLinkClearAll",fi="filters-module_optionsGroup",pi="filters-module_rowLabel",hi="filters-module_label",mi="filters-module_dot",gi="filters-module_connectorIcon",b={headerContainer:si,container:ci,header:li,heading:di,actionLinkClearAll:ui,optionsGroup:fi,rowLabel:pi,label:hi,dot:mi,connectorIcon:gi},vi="Checkbox-module_container",Ci="Checkbox-module_box",Gt={container:vi,box:Ci};function Q({id:e,name:t,checked:i,onChange:r,type:a="checkbox"}){const[o,s]=h.useState(i||!1),l=h.useCallback(d=>{s(d.target.checked),r(d.target.checked)},[r]);return h.useEffect(()=>{s(i)},[i]),n.jsxs("div",{className:Gt.container,children:[n.jsx("input",{name:t,id:e,type:a,value:o,checked:o,onChange:l}),n.jsx("span",{className:Gt.box,children:n.jsx("svg",{className:"checkmark",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"12",height:"12",fill:"none",stroke:"currentColor",strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round",children:n.jsx("polyline",{points:"20 6 9 17 4 12"})})})]})}const yi="Range-module_container",xi="Range-module_input",Ti="Range-module_ticksContainer",bi="Range-module_tick",Ge={container:yi,input:xi,ticksContainer:Ti,tick:bi};function Ei({ticks:e,value:t,onChange:i}){const r=h.useRef(null),a=e.findIndex(s=>s.value===t),o=a/(e.length-1)*100;return n.jsxs("div",{className:Ge.container,children:[n.jsx("input",{value:a,onChange:s=>{i(e[s.target.value].value)},ref:r,className:Ge.input,type:"range",list:"tickmarks",step:"1",min:"0",max:"8",style:{"--roadmap-range-bgize":`${o}%`}}),n.jsx("div",{className:Ge.ticksContainer,children:e.map((s,l)=>n.jsx("div",{onClick:d=>{i(e[l].value)},className:Ge.tick,children:s.label},s.label))})]})}const _i="MultiSelect-module_multiSelect",wi="MultiSelect-module_control",Ni="MultiSelect-module_disabled",Si="MultiSelect-module_valueContainer",Ai="MultiSelect-module_input",Oi="MultiSelect-module_multiValue",ji="MultiSelect-module_multiValueLabel",Pi="MultiSelect-module_multiValueRemove",Di="MultiSelect-module_dropdownIndicator",Ii="MultiSelect-module_menu",ki="MultiSelect-module_menuOpen",Mi="MultiSelect-module_menuList",Ri="MultiSelect-module_groupHeading",Li="MultiSelect-module_groupSeparator",Hi="MultiSelect-module_option",Fi="MultiSelect-module_optionLast",zi="MultiSelect-module_optionSelected",Vi="MultiSelect-module_optionFocused",$i="MultiSelect-module_optionCheck",Bi="MultiSelect-module_optionDisabled",Ui="MultiSelect-module_optionLabel",Yi="MultiSelect-module_noOptions",q={multiSelect:_i,control:wi,disabled:Ni,valueContainer:Si,input:Ai,multiValue:Oi,multiValueLabel:ji,multiValueRemove:Pi,dropdownIndicator:Di,menu:Ii,menuOpen:ki,menuList:Mi,groupHeading:Ri,groupSeparator:Li,option:Hi,optionLast:Fi,optionSelected:zi,optionFocused:Vi,optionCheck:$i,optionDisabled:Bi,optionLabel:Ui,noOptions:Yi},qt=({id:e,name:t,options:i,value:r=[],preferredValues:a=[],placeholder:o="Select...",disabled:s=!1,className:l,onChange:d})=>{const[c,u]=h.useState(!1),[f,p]=h.useState(""),[v,y]=h.useState(-1),T=h.useRef(null),N=h.useRef(null),k=h.useMemo(()=>new Set(a),[a]),{preferred:U,others:D}=h.useMemo(()=>{const _=f.toLowerCase(),R=i.filter(G=>G.label.toLowerCase().includes(_));return{preferred:R.filter(G=>k.has(G.value)),others:R.filter(G=>!k.has(G.value))}},[i,f,k]),j=h.useMemo(()=>[...U,...D],[U,D]),C=h.useMemo(()=>i.filter(_=>r.includes(_.value)),[i,r]);h.useEffect(()=>{v>=j.length&&y(j.length>0?0:-1)},[j,v]);const Y=()=>{s||(u(!0),v<0&&j.length>0&&y(0))},re=()=>{u(!1),p(""),y(-1)},ae=_=>{if(_.disabled)return;const R=r.includes(_.value)?r.filter(G=>G!==_.value):[...r,_.value];d?.(R),p(""),u(!0),T.current?.focus()},Z=_=>{d?.(r.filter(R=>R!==_))},W=_=>{if(!s)switch(_.key){case"Backspace":f===""&&r.length>0&&(_.preventDefault(),d?.(r.slice(0,-1)));return;case"ArrowDown":_.preventDefault(),c?j.length>0&&y(R=>(R+1)%j.length):(u(!0),j.length>0&&y(0));return;case"ArrowUp":_.preventDefault(),c?j.length>0&&y(R=>(R<=0?j.length:R)-1):(u(!0),j.length>0&&y(j.length-1));return;case"Enter":c&&v>=0&&j[v]&&(_.preventDefault(),ae(j[v]));return;case"Escape":c&&(_.preventDefault(),re());return;case"Home":c&&j.length>0&&(_.preventDefault(),y(0));return;case"End":c&&j.length>0&&(_.preventDefault(),y(j.length-1));return;default:return}},K=_=>{const R=_.relatedTarget;R&&N.current?.contains(R)||re()},ce=()=>{s||(c?u(!1):Y(),T.current?.focus())},me=(_,R,G)=>{const ee=r.includes(_.value);return n.jsxs("div",{className:`${q.option} ${v===R?q.optionFocused:""} ${ee?q.optionSelected:""} ${_.disabled?q.optionDisabled:""} ${G?q.optionLast:""}`,role:"option","aria-selected":ee,"aria-disabled":_.disabled||void 0,onMouseDown:fe=>fe.preventDefault(),onMouseMove:()=>{v!==R&&y(R)},onClick:()=>ae(_),children:[n.jsx("span",{className:q.optionLabel,children:_.label}),ee&&n.jsx("svg",{className:q.optionCheck,width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",children:n.jsx("polyline",{points:"20 6 9 17 4 12"})})]},_.value)};return n.jsxs("div",{ref:N,className:`${q.multiSelect} ${l??""}`,children:[n.jsxs("div",{className:`${q.control} ${s?q.disabled:""}`,children:[n.jsxs("div",{className:q.valueContainer,onMouseDown:_=>{_.target===_.currentTarget&&(_.preventDefault(),T.current?.focus(),Y())},children:[C.map(_=>n.jsxs("div",{className:q.multiValue,children:[n.jsx("span",{className:q.multiValueLabel,children:_.label}),n.jsx("button",{type:"button",className:q.multiValueRemove,onMouseDown:R=>R.preventDefault(),onClick:()=>Z(_.value),disabled:s,"aria-label":`Remove ${_.label}`,children:"×"})]},_.value)),n.jsx("input",{ref:T,id:e,name:t,className:q.input,value:f,onChange:_=>{p(_.target.value),u(!0),y(0)},onKeyDown:W,onFocus:Y,onBlur:K,placeholder:C.length===0?o:"",disabled:s,autoComplete:"off",role:"combobox","aria-expanded":c,"aria-autocomplete":"list"})]}),n.jsx("button",{type:"button",className:q.dropdownIndicator,onMouseDown:_=>_.preventDefault(),onClick:ce,disabled:s,"aria-label":"Toggle menu",tabIndex:-1,children:n.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:n.jsx("polyline",{points:"6,9 12,15 18,9"})})})]}),c&&n.jsx("div",{className:`${q.menu} ${q.menuOpen}`,role:"listbox",children:n.jsxs("div",{className:q.menuList,children:[U.length>0&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:q.groupHeading,children:"Preferred"}),U.map((_,R)=>me(_,R,R===U.length-1&&D.length===0))]}),D.length>0&&n.jsxs(n.Fragment,{children:[U.length>0&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:q.groupSeparator}),n.jsx("div",{className:q.groupHeading,children:"All"})]}),D.map((_,R)=>me(_,U.length+R,R===D.length-1))]}),U.length===0&&D.length===0&&n.jsx("div",{className:q.noOptions,children:"No options found"})]})})]})},Wi="SelectField-module_selectField",Gi="SelectField-module_select",Zt={selectField:Wi,select:Gi},Kt=({id:e,name:t,value:i,options:r=[],placeholder:a="Select an option",disabled:o=!1,className:s="",onChange:l,onBlur:d,onFocus:c})=>{const u=f=>{const p=f.target.value,v=r.find(y=>y.value.toString()===p);v&&l&&l(v.value)};return n.jsx("div",{className:`${Zt.selectField} ${s}`,children:n.jsxs("select",{id:e,name:t,value:i||"",disabled:o,onChange:u,onBlur:d,onFocus:c,className:Zt.select,children:[a&&n.jsx("option",{value:"",disabled:!0,children:a}),r.map((f,p)=>n.jsx("option",{value:f.value,disabled:f.disabled,children:f.label},`${p}`))]})})},Jt="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M353.286,163.919c16.464,0,29.815,13.351,29.815,29.822%20c0,16.467-13.351,29.819-29.815,29.819c-16.47,0-29.822-13.352-29.822-29.819C323.464,177.27,336.816,163.919,353.286,163.919%20L353.286,163.919z%20M245.838,163.919c16.47,0,29.822,13.351,29.822,29.822c0,16.467-13.352,29.819-29.822,29.819%20c-16.471,0-29.822-13.352-29.822-29.819C216.016,177.27,229.367,163.919,245.838,163.919L245.838,163.919z%20M354.093,338.178%20c22.575,0,40.874,18.299,40.874,40.87c0,22.571-18.299,40.87-40.874,40.87c-22.568,0-40.867-18.299-40.867-40.87%20C313.226,356.477,331.525,338.178,354.093,338.178L354.093,338.178z%20M245.024,338.178c22.575,0,40.874,18.299,40.874,40.87%20c0,22.571-18.299,40.87-40.874,40.87c-22.568,0-40.874-18.299-40.874-40.87C204.151,356.477,222.457,338.178,245.024,338.178%20L245.024,338.178z%20M406.906,244.769c22.575,0,40.874,18.299,40.874,40.87s-18.299,40.87-40.874,40.87%20c-22.568,0-40.867-18.299-40.867-40.87S384.338,244.769,406.906,244.769L406.906,244.769z%20M192.211,244.769%20c22.568,0,40.874,18.299,40.874,40.87s-18.306,40.87-40.874,40.87c-22.575,0-40.874-18.299-40.874-40.87%20S169.636,244.769,192.211,244.769L192.211,244.769z%20M299.559,244.769c22.575,0,40.874,18.299,40.874,40.87%20s-18.299,40.87-40.874,40.87c-22.569,0-40.868-18.299-40.868-40.87S276.99,244.769,299.559,244.769L299.559,244.769z%20M452.99,131.334H146.127c-32.625,37.291-50.332,84.551-50.332,134.107c0,112.541,91.226,203.765,203.764,203.765%20c112.544,0,203.764-91.223,203.764-203.765C503.323,215.889,485.608,168.622,452.99,131.334L452.99,131.334z%20M471.276,105.109%20l-4.672-4.998h-334.09l-4.672,4.998c-40.739,43.6-63.267,100.662-63.267,160.332c0,129.775,105.21,234.988,234.984,234.988%20c129.774,0,234.984-105.213,234.984-234.988C534.542,205.771,512.015,148.709,471.276,105.109L471.276,105.109z%20M480.204,60.027%20H118.914C61.952,110.158,26,183.596,26,265.441C26,416.523,148.48,539,299.559,539c151.085,0,273.558-122.477,273.558-273.559%20C573.117,183.596,537.165,110.158,480.204,60.027z'/%3e%3c/svg%3e",Xt="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M228.887,396.793c20.779,0,37.62,16.841,37.62,37.617%20c0,20.773-16.841,37.617-37.62,37.617c-20.773,0-37.613-16.844-37.613-37.617C191.274,413.634,208.115,396.793,228.887,396.793%20L228.887,396.793z%20M366.03,396.793c20.773,0,37.614,16.841,37.614,37.617c0,20.773-16.841,37.617-37.614,37.617%20c-20.779,0-37.62-16.844-37.62-37.617C328.41,413.634,345.251,396.793,366.03,396.793L366.03,396.793z%20M228.375,325.684%20c-29.03,0-55.41,11.868-74.52,30.976c-41.566,41.573-41.566,113.923,0,155.497c19.111,19.111,45.49,30.979,74.52,30.979h138.168%20c29.023,0,55.41-11.868,74.521-30.979c41.565-41.566,41.565-113.928,0-155.497c-18.336-18.336-43.379-30.003-71.019-30.916%20c63.723-27.868,105.151-90.836,105.151-160.733c0-42.14-13.276-74.632-37.316-108.359H161.794%20c-24.033,33.747-37.309,66.2-37.309,108.359c0,69.852,41.359,132.758,105.012,160.674H228.375L228.375,325.684z%20M366.543,357.791%20H228.375c-20.163,0-38.513,8.265-51.824,21.569c-29.023,29.027-29.023,81.069,0,110.096c13.311,13.308,31.654,21.569,51.824,21.569%20h138.168c20.17,0,38.513-8.261,51.824-21.569c29.023-29.027,29.023-81.069,0-110.096%20C405.056,366.057,386.706,357.791,366.543,357.791L366.543,357.791z%20M421.17,88.762c14.523,23.018,21.915,49.024,21.915,76.248%20c0,79.121-64.131,143.245-143.248,143.245S156.595,244.127,156.595,165.01c0-27.234,7.392-53.222,21.915-76.248H421.17%20L421.17,88.762z%20M331.075,225.95c11.726,0,21.236,9.511,21.236,21.236c0,11.733-9.511,21.24-21.236,21.24%20c-11.733,0-21.236-9.507-21.236-21.24C309.839,235.461,319.342,225.95,331.075,225.95L331.075,225.95z%20M268.605,225.95%20c11.726,0,21.243,9.511,21.243,21.236c0,11.733-9.518,21.24-21.243,21.24c-11.726,0-21.236-9.507-21.236-21.24%20C247.369,235.461,256.879,225.95,268.605,225.95L268.605,225.95z%20M236.882,163.754c11.726,0,21.243,9.508,21.243,21.236%20c0,11.729-9.518,21.24-21.243,21.24c-11.726,0-21.236-9.511-21.236-21.24C215.646,173.261,225.156,163.754,236.882,163.754%20L236.882,163.754z%20M299.837,163.754c11.732,0,21.243,9.508,21.243,21.236c0,11.729-9.511,21.24-21.243,21.24%20c-11.726,0-21.236-9.511-21.236-21.24C278.6,173.261,288.111,163.754,299.837,163.754L299.837,163.754z%20M362.798,163.754%20c11.726,0,21.236,9.508,21.236,21.236c0,11.729-9.511,21.24-21.236,21.24c-11.733,0-21.236-9.511-21.236-21.24%20C341.562,173.261,351.065,163.754,362.798,163.754L362.798,163.754z%20M332.079,116.228c6.86,0,12.417,5.561,12.417,12.417%20c0,6.86-5.558,12.425-12.417,12.425s-12.424-5.566-12.424-12.425C319.654,121.79,325.219,116.228,332.079,116.228L332.079,116.228z%20M267.601,116.228c6.86,0,12.425,5.561,12.425,12.417c0,6.86-5.565,12.425-12.425,12.425c-6.86,0-12.417-5.566-12.417-12.425%20C255.184,121.79,260.742,116.228,267.601,116.228L267.601,116.228z%20M177.153,7.87C129.219,7.87,90,47.086,90,95.02v408.83%20c0,47.934,39.219,87.15,87.153,87.15h246.024c47.934,0,87.147-39.216,87.147-87.15V95.02c0-47.934-39.213-87.15-87.147-87.15%20H177.153z'/%3e%3c/svg%3e",Qt="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M407.111,334.214c16.317,0,29.543,13.226,29.543,29.543%20c0,16.313-13.227,29.543-29.543,29.543c-16.31,0-29.536-13.229-29.536-29.543C377.576,347.44,390.802,334.214,407.111,334.214%20L407.111,334.214z%20M198.69,334.214c16.317,0,29.543,13.226,29.543,29.543c0,16.313-13.226,29.543-29.543,29.543%20s-29.543-13.229-29.543-29.543C169.147,347.44,182.373,334.214,198.69,334.214L198.69,334.214z%20M227.94,180.772%20c24.971,0,45.213,20.242,45.213,45.213c0,24.967-20.243,45.213-45.213,45.213s-45.213-20.245-45.213-45.213%20C182.727,201.014,202.969,180.772,227.94,180.772L227.94,180.772z%20M377.868,180.772c24.968,0,45.213,20.242,45.213,45.213%20c0,24.967-20.245,45.213-45.213,45.213c-24.974,0-45.213-20.245-45.213-45.213C332.655,201.014,352.894,180.772,377.868,180.772%20L377.868,180.772z%20M302.899,361.142c24.974,0,45.22,20.243,45.22,45.213s-20.245,45.213-45.22,45.213%20c-24.968,0-45.21-20.243-45.21-45.213S277.931,361.142,302.899,361.142L302.899,361.142z%20M302.899,100.142%20c-111.485,0-201.855,90.37-201.855,201.858c0,111.489,90.37,201.859,201.855,201.859c111.491,0,201.865-90.37,201.865-201.859%20C504.764,190.512,414.391,100.142,302.899,100.142L302.899,100.142z%20M302.899,69.21C174.338,69.21,70.113,173.44,70.113,302%20c0,128.561,104.226,232.79,232.787,232.79c128.56,0,232.793-104.229,232.793-232.79C535.692,173.44,431.459,69.21,302.899,69.21%20L302.899,69.21z%20M302.899,31C153.234,31,31.902,152.328,31.902,302c0,149.669,121.331,271,270.997,271%20c149.672,0,271.006-121.331,271.006-271C573.906,152.328,452.571,31,302.899,31z'/%3e%3c/svg%3e",en="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M246.063,132.777c18.959,0,34.335,15.373,34.335,34.332%20c0,18.965-15.376,34.335-34.335,34.335c-18.961,0-34.332-15.37-34.332-34.335C211.731,148.15,227.102,132.777,246.063,132.777%20L246.063,132.777z%20M357.555,132.777c18.962,0,34.332,15.373,34.332,34.332c0,18.962-15.37,34.335-34.332,34.335%20c-18.961,0-34.331-15.373-34.331-34.335C323.224,148.15,338.594,132.777,357.555,132.777L357.555,132.777z%20M226.875,253.708%20c9.286,0,16.811,7.525,16.811,16.808c0,9.286-7.525,16.811-16.811,16.811c-9.283,0-16.808-7.525-16.808-16.811%20C210.066,261.234,217.592,253.708,226.875,253.708L226.875,253.708z%20M371.359,253.708c9.286,0,16.815,7.525,16.815,16.808%20c0,9.286-7.529,16.811-16.815,16.811c-9.279,0-16.808-7.525-16.808-16.811C354.552,261.234,362.08,253.708,371.359,253.708%20L371.359,253.708z%20M236.304,421.639c19.179,0,34.731,15.548,34.731,34.731c0,19.179-15.552,34.731-34.731,34.731%20c-19.179,0-34.731-15.552-34.731-34.731C201.573,437.187,217.126,421.639,236.304,421.639L236.304,421.639z%20M362.924,421.639%20c19.179,0,34.728,15.548,34.728,34.731c0,19.179-15.549,34.731-34.728,34.731c-19.186,0-34.735-15.552-34.735-34.731%20C328.189,437.187,343.738,421.639,362.924,421.639L362.924,421.639z%20M235.828,355.985c-26.801,0-51.159,10.958-68.804,28.6%20c-38.377,38.383-38.377,105.184,0,143.567c17.645,17.645,42.004,28.602,68.804,28.602h127.568c26.803,0,51.159-10.957,68.804-28.602%20c38.377-38.377,38.377-105.19,0-143.567c-16.91-16.91-39.994-27.679-65.481-28.542c57.148-25.011,97.033-82.036,97.033-148.405%20c0-88.133-70.984-161.938-161.945-161.938c-90.131,0-161.935,73.009-161.935,161.938c0,66.315,39.821,123.302,96.895,148.348%20H235.828L235.828,355.985z%20M159.969,344.666c-6.378,4.464-12.357,9.488-17.866,14.999c-52.137,52.134-52.137,141.271-0.003,193.407%20C167.008,577.982,200.589,592,235.828,592h127.568c35.24,0,68.823-14.018,93.729-38.927c52.137-52.134,52.137-141.276,0-193.41%20c-4.761-4.761-9.874-9.155-15.287-13.143c36.523-36.834,57.159-86.685,57.159-138.883c0-108.993-88.188-197.184-197.19-197.184%20c-108.977,0-197.181,88.207-197.181,197.184C104.627,258.933,124.557,307.996,159.969,344.666L159.969,344.666z%20M363.396,385.629%20H235.828c-18.617,0-35.559,7.631-47.846,19.914c-26.797,26.8-26.797,74.85,0,101.65c12.287,12.286,29.225,19.914,47.846,19.914%20h127.568c18.623,0,35.559-7.628,47.849-19.914c26.797-26.8,26.797-74.85,0-101.65C398.955,393.259,382.013,385.629,363.396,385.629%20L363.396,385.629z%20M301.808,75.381c-73.808,0-132.256,59.869-132.256,132.256c0,72.383,58.448,132.256,132.256,132.256%20c73.815,0,132.265-59.87,132.265-132.256C434.073,135.248,375.622,75.381,301.808,75.381L301.808,75.381z%20M301.808,271.807%20c13.689,0,24.784,11.098,24.784,24.781c0,13.686-11.094,24.78-24.784,24.78c-13.686,0-24.777-11.094-24.777-24.78%20C277.03,282.905,288.122,271.807,301.808,271.807z'/%3e%3c/svg%3e",qe="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M460.592,75.695C501.794,116.897,525,172.38,525,230.692v136.191%20c0,58.315-23.206,113.795-64.408,154.997c-86.029,86.032-228.158,86.032-314.186,0C105.203,480.679,82,425.199,82,366.884V230.692%20c0-58.312,23.203-113.795,64.405-154.997C232.433-10.337,374.563-10.337,460.592,75.695L460.592,75.695z%20M434.493,101.794%20c-71.625-71.628-190.365-71.628-261.989,0c-33.068,33.068-53.597,78.696-53.597,128.898v136.191%20c0,50.205,20.529,95.834,53.597,128.898c71.624,71.628,190.364,71.628,261.989,0c33.067-33.064,53.596-78.693,53.596-128.898%20V230.692C488.089,180.49,467.56,134.862,434.493,101.794L434.493,101.794z%20M195.699,124.99%20c-27.134,27.137-43.982,64.557-43.982,105.702v136.191c0,41.146,16.848,78.568,43.982,105.702%20c58.806,58.814,156.791,58.814,215.598,0c27.138-27.134,43.982-64.557,43.982-105.702V230.692%20c0-41.146-16.845-78.566-43.982-105.702C352.491,66.18,254.506,66.18,195.699,124.99L195.699,124.99z%20M303.497,401.594%20c-17.304,0-31.334,14.029-31.334,31.337c0,17.304,14.03,31.333,31.334,31.333c17.307,0,31.337-14.029,31.337-31.333%20C334.834,415.623,320.804,401.594,303.497,401.594L303.497,401.594z%20M223.204,305.993c-17.308,0-31.338,14.03-31.338,31.334%20c0,17.308,14.03,31.337,31.338,31.337c17.307,0,31.337-14.029,31.337-31.337C254.541,320.023,240.511,305.993,223.204,305.993%20L223.204,305.993z%20M223.204,208.881c-17.308,0-31.338,14.026-31.338,31.334c0,17.307,14.03,31.337,31.338,31.337%20c17.307,0,31.337-14.03,31.337-31.337C254.541,222.907,240.511,208.881,223.204,208.881L223.204,208.881z%20M383.796,305.993%20c-17.308,0-31.338,14.03-31.338,31.334c0,17.308,14.03,31.337,31.338,31.337c17.307,0,31.333-14.029,31.333-31.337%20C415.129,320.023,401.103,305.993,383.796,305.993L383.796,305.993z%20M383.796,208.881c-17.308,0-31.338,14.026-31.338,31.334%20c0,17.307,14.03,31.337,31.338,31.337c17.307,0,31.333-14.03,31.333-31.337C415.129,222.907,401.103,208.881,383.796,208.881%20L383.796,208.881z%20M354.769,129.256c-12.585,0-22.786,10.201-22.786,22.786s10.2,22.786,22.786,22.786%20c12.585,0,22.786-10.201,22.786-22.786S367.354,129.256,354.769,129.256L354.769,129.256z%20M252.228,129.256%20c-12.585,0-22.786,10.201-22.786,22.786s10.2,22.786,22.786,22.786c12.585,0,22.786-10.201,22.786-22.786%20S264.813,129.256,252.228,129.256z'/%3e%3c/svg%3e",tn="data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17%2012.8108C17%2013.1901%2016.898%2013.5661%2016.6687%2013.8682C15.2357%2015.7558%2012.784%2017%2010%2017C7.21614%2017%204.76431%2015.7557%203.33134%2013.8681C3.10199%2013.566%203%2013.1901%203%2012.8108V7.18924C3%206.80993%203.10199%206.43401%203.33134%206.13189C4.76431%204.24428%207.21614%203%2010%203C12.784%203%2015.2357%204.24423%2016.6687%206.13183C16.898%206.43395%2017%206.80986%2017%207.18918V12.8108ZM10%207C10.5522%207%2011%206.55231%2011%206C11%205.44769%2010.5522%205%2010%205C9.44775%205%209%205.44769%209%206C9%206.55231%209.44775%207%2010%207ZM6.5%2011.5C7.32837%2011.5%208%2010.8284%208%2010C8%209.17157%207.32837%208.5%206.5%208.5C5.67163%208.5%205%209.17157%205%2010C5%2010.8284%205.67163%2011.5%206.5%2011.5ZM11.5%2013.5C11.5%2014.3284%2010.8284%2015%2010%2015C9.17163%2015%208.5%2014.3284%208.5%2013.5C8.5%2012.6716%209.17163%2012%2010%2012C10.8284%2012%2011.5%2012.6716%2011.5%2013.5ZM13.5%2011.5C14.3284%2011.5%2015%2010.8284%2015%2010C15%209.17157%2014.3284%208.5%2013.5%208.5C12.6716%208.5%2012%209.17157%2012%2010C12%2010.8284%2012.6716%2011.5%2013.5%2011.5Z'%20fill='currentColor'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%201C13.8106%201%2017.1182%202.95715%2018.7732%205.82595C18.9298%206.09752%2019%206.40872%2019%206.72224V13.2778C19%2013.5913%2018.9298%2013.9025%2018.7732%2014.1741C17.1182%2017.0429%2013.8106%2019%2010%2019C6.18943%2019%202.88177%2017.0429%201.22682%2014.1741C1.07016%2013.9025%201%2013.5913%201%2013.2778V6.72224C1%206.40872%201.07016%206.09752%201.22682%205.82595C2.88177%202.95715%206.18943%201%2010%201ZM17.6711%205.64554C17.8973%205.95002%2018%206.32536%2018%206.70467V13.2953C18%2013.6746%2017.8973%2014.05%2017.6711%2014.3545C16.0408%2016.5488%2013.214%2018%2010%2018C6.78594%2018%203.95915%2016.5488%202.32887%2014.3544C2.10268%2014.0499%202%2013.6746%202%2013.2953V6.70472C2%206.32542%202.10268%205.95008%202.32887%205.64561C3.95915%203.45116%206.78594%202%2010%202C13.214%202%2016.0408%203.45116%2017.6711%205.64554Z'%20fill='currentColor'/%3e%3c/svg%3e",w="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M395.264,259.724c21.074,0,38.157,17.083,38.157,38.158%20c0,21.074-17.083,38.164-38.157,38.164c-21.075,0-38.165-17.09-38.165-38.164C357.099,276.806,374.189,259.724,395.264,259.724%20L395.264,259.724z%20M206.743,259.724c21.075,0,38.158,17.083,38.158,38.158c0,21.074-17.083,38.164-38.158,38.164%20c-21.074,0-38.164-17.09-38.164-38.164C168.579,276.806,185.669,259.724,206.743,259.724L206.743,259.724z%20M317.092,89.755v29.841%20h-32.183V89.755c-67.083,5.031-127.459,41.741-163.107,98.796v223.399c35.648,57.055,96.024,93.765,163.107,98.802v-29.841h32.183%20v29.841c67.084-5.038,127.459-41.747,163.114-98.802V188.551C444.551,131.496,384.176,94.787,317.092,89.755L317.092,89.755z%20M301,56.962c-85.858,0-165.124,45.192-209.061,118.921l-2.328,3.902v90.784H58.612v59.364h30.999v90.784l2.328,3.902%20C135.876,498.348,215.143,543.539,301,543.539c85.857,0,165.123-45.184,209.06-118.921l2.328-3.902v-90.784h31.006v-59.364h-31.006%20v-90.784l-2.328-3.902C466.124,102.147,386.857,56.962,301,56.962L301,56.962z%20M301,18.251c-155.741,0-282,126.253-282,282%20c0,155.741,126.26,282,282,282c155.747,0,282-126.26,282-282C583,144.504,456.747,18.251,301,18.251z'/%3e%3c/svg%3e",ie="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M261.067,178.239c0,7.551,2.198,14.579,5.985,20.491l20.49-20.491%20l-20.49-20.491C263.265,163.659,261.067,170.694,261.067,178.239L261.067,178.239z%20M298.999,216.171%20c-7.545,0-14.58-2.198-20.488-5.981l20.488-20.491l20.491,20.491C313.581,213.972,306.55,216.171,298.999,216.171L298.999,216.171z%20M336.934,178.239c0-7.545-2.198-14.58-5.985-20.491l-20.491,20.491l20.491,20.491C334.736,192.818,336.934,185.79,336.934,178.239%20L336.934,178.239z%20M319.49,146.295l-20.491,20.484l-20.488-20.484c5.907-3.79,12.943-5.988,20.488-5.988%20C306.55,140.307,313.581,142.505,319.49,146.295L319.49,146.295z%20M298.999,124.101c29.864,0,54.141,24.281,54.141,54.138%20c0,29.864-24.277,54.145-54.141,54.145c-29.858,0-54.138-24.281-54.138-54.145C244.861,148.382,269.141,124.101,298.999,124.101%20L298.999,124.101z%20M261.067,417.863c0,7.551,2.198,14.579,5.985,20.491l20.49-20.491l-20.49-20.491%20C263.265,403.283,261.067,410.319,261.067,417.863L261.067,417.863z%20M298.999,455.795c-7.545,0-14.58-2.198-20.488-5.981%20l20.488-20.491l20.491,20.491C313.581,453.597,306.55,455.795,298.999,455.795L298.999,455.795z%20M336.934,417.863%20c0-7.545-2.198-14.58-5.985-20.491l-20.491,20.491l20.491,20.491C334.736,432.443,336.934,425.415,336.934,417.863L336.934,417.863z%20M319.49,385.92l-20.491,20.484l-20.488-20.484c5.907-3.79,12.943-5.988,20.488-5.988C306.55,379.931,313.581,382.13,319.49,385.92%20L319.49,385.92z%20M298.999,363.725c29.864,0,54.141,24.281,54.141,54.138c0,29.864-24.277,54.145-54.141,54.145%20c-29.858,0-54.138-24.281-54.138-54.145C244.861,388.007,269.141,363.725,298.999,363.725L298.999,363.725z%20M180.188,239.928%20c30.094,0,54.49,24.4,54.49,54.494c0,30.095-24.396,54.494-54.49,54.494c-30.095,0-54.494-24.399-54.494-54.494%20C125.694,264.327,150.093,239.928,180.188,239.928L180.188,239.928z%20M417.816,239.928c30.094,0,54.494,24.4,54.494,54.494%20c0,30.095-24.4,54.494-54.494,54.494c-30.095,0-54.494-24.399-54.494-54.494C363.323,264.327,387.722,239.928,417.816,239.928%20L417.816,239.928z%20M298.999,86.511c116.835,0,211.544,94.708,211.544,211.54c0,116.84-94.708,211.54-211.544,211.54%20c-116.836,0-211.54-94.708-211.54-211.54C87.458,181.219,182.163,86.511,298.999,86.511L298.999,86.511z%20M298.999,54.1%20c134.73,0,243.955,109.225,243.955,243.951c0,134.727-109.225,243.952-243.955,243.952c-134.727,0-243.952-109.225-243.952-243.952%20C55.047,163.324,164.271,54.1,298.999,54.1L298.999,54.1z%20M298.999,14.053C455.846,14.053,583,141.2,583,298.051%20c0,156.844-127.154,283.999-284.001,283.999C142.151,582.049,15,454.895,15,298.051C15,141.2,142.151,14.053,298.999,14.053z'/%3e%3c/svg%3e",Se="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M449.833,45.125C531.521,95.36,586,185.558,586,288.497%20c0,157.672-127.825,285.497-285.503,285.497C142.822,573.994,15,446.169,15,288.497C15,185.558,69.476,95.36,151.167,45.125H449.833%20L449.833,45.125z%20M193.639,256.195c-29.46,0-53.343,23.89-53.343,53.35c0,29.46,23.882,53.343,53.343,53.343%20c29.46,0,53.346-23.882,53.346-53.343C246.985,280.085,223.099,256.195,193.639,256.195L193.639,256.195z%20M407.365,256.195%20c-29.46,0-53.35,23.89-53.35,53.35c0,29.46,23.89,53.343,53.35,53.343c29.46,0,53.343-23.882,53.343-53.343%20C460.708,280.085,436.826,256.195,407.365,256.195L407.365,256.195z%20M442.248,88.407l-4.308-3.053H163.052l-4.304,3.053%20c-64.954,46.088-103.49,120.43-103.49,200.09c0,135.438,109.801,245.239,245.239,245.239c135.437,0,245.245-109.801,245.245-245.239%20C545.742,208.837,507.203,134.495,442.248,88.407L442.248,88.407z%20M427.607,117.937H173.391%20c-54.002,40.321-85.547,103.142-85.547,170.56c0,117.449,95.204,212.656,212.653,212.656c117.455,0,212.663-95.207,212.663-212.656%20C513.16,221.08,481.609,158.258,427.607,117.937L427.607,117.937z%20M300.497,215.65c-11.384,0-20.614,9.226-20.614,20.613%20c0,11.387,9.23,20.614,20.614,20.614c11.387,0,20.62-9.226,20.62-20.614C321.117,224.876,311.883,215.65,300.497,215.65%20L300.497,215.65z%20M300.497,146.275c-11.384,0-20.614,9.226-20.614,20.614c0,11.387,9.23,20.62,20.614,20.62%20c11.387,0,20.62-9.233,20.62-20.62C321.117,155.501,311.883,146.275,300.497,146.275L300.497,146.275z%20M381.735,146.275%20c-11.387,0-20.613,9.226-20.613,20.614c0,11.387,9.226,20.62,20.613,20.62c11.387,0,20.613-9.233,20.613-20.62%20C402.348,155.501,393.122,146.275,381.735,146.275L381.735,146.275z%20M219.265,146.275c-11.387,0-20.616,9.226-20.616,20.614%20c0,11.387,9.23,20.62,20.616,20.62c11.387,0,20.617-9.233,20.617-20.62C239.882,155.501,230.652,146.275,219.265,146.275%20L219.265,146.275z%20M300.497,400.094c-18.881,0-34.186,15.309-34.186,34.189c0,18.887,15.305,34.189,34.186,34.189%20c18.887,0,34.189-15.302,34.189-34.189C334.686,415.403,319.384,400.094,300.497,400.094L300.497,400.094z%20M381.735,417.199%20c-11.387,0-20.613,9.233-20.613,20.62c0,11.38,9.226,20.614,20.613,20.614c11.387,0,20.613-9.233,20.613-20.614%20C402.348,426.433,393.122,417.199,381.735,417.199L381.735,417.199z%20M219.265,417.199c-11.387,0-20.616,9.233-20.616,20.62%20c0,11.38,9.23,20.614,20.616,20.614c11.387,0,20.617-9.233,20.617-20.614C239.882,426.433,230.652,417.199,219.265,417.199z'/%3e%3c/svg%3e",Ee={IEC_62196_T1:Qt,IEC_62196_T1_COMBO:en,IEC_62196_T2:Jt,IEC_62196_T2_COMBO:Xt,IEC_62196_T3:qe,IEC_62196_T3A:tn,IEC_62196_T3B:qe,IEC_62196_T3C:qe,CHADEMO:ie,CHAOJI:ie,CATARC:Se,GBT_AC:Se,GBT_DC:Se,SCHUKO:w,DOMESTIC_A:w,DOMESTIC_B:w,DOMESTIC_C:w,DOMESTIC_D:w,DOMESTIC_E:w,DOMESTIC_F:w,DOMESTIC_G:w,DOMESTIC_H:w,DOMESTIC_I:w,DOMESTIC_J:w,DOMESTIC_K:w,DOMESTIC_L:w,DOMESTIC_M:w,DOMESTIC_N:w,DOMESTIC_O:w,IEC_60309_2_SINGLE_16:w,IEC_60309_2_THREE_16:w,IEC_60309_2_THREE_32:w,IEC_60309_2_THREE_64:w,NEMA_5_20:w,NEMA_6_30:w,NEMA_6_50:w,NEMA_10_30:w,NEMA_10_50:w,NEMA_14_30:w,NEMA_14_50:w,PANTOGRAPH_BOTTOM_UP:ie,PANTOGRAPH_TOP_DOWN:ie,TESLA_R:ie,TESLA_S:ie,CONNECTOR_STANDARD_TYPE_CHADEMO:ie,CONNECTOR_STANDARD_TYPE_CHAOJI:ie,CONNECTOR_STANDARD_TYPE_CATARC:Se,CONNECTOR_STANDARD_TYPE_SCHUKO:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_A:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_B:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_C:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_D:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_E:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_F:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_G:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_H:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_I:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_J:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_K:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_L:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_M:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_N:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_O:w,CONNECTOR_STANDARD_TYPE_GBT_AC:Se,CONNECTOR_STANDARD_TYPE_GBT_DC:Se,CONNECTOR_STANDARD_TYPE_IEC_60309_2_SINGLE_16:w,CONNECTOR_STANDARD_TYPE_IEC_60309_2_THREE_16:w,CONNECTOR_STANDARD_TYPE_IEC_60309_2_THREE_32:w,CONNECTOR_STANDARD_TYPE_IEC_60309_2_THREE_64:w,CONNECTOR_STANDARD_TYPE_IEC_62196_T1:Qt,CONNECTOR_STANDARD_TYPE_IEC_62196_T1_COMBO:en,CONNECTOR_STANDARD_TYPE_IEC_62196_T2:Jt,CONNECTOR_STANDARD_TYPE_IEC_62196_T2_COMBO:Xt,CONNECTOR_STANDARD_TYPE_IEC_62196_T3A:tn,CONNECTOR_STANDARD_TYPE_IEC_62196_T3C:qe,CONNECTOR_STANDARD_TYPE_NEMA_5_20:w,CONNECTOR_STANDARD_TYPE_NEMA_6_30:w,CONNECTOR_STANDARD_TYPE_NEMA_6_50:w,CONNECTOR_STANDARD_TYPE_NEMA_10_30:w,CONNECTOR_STANDARD_TYPE_NEMA_10_50:w,CONNECTOR_STANDARD_TYPE_NEMA_14_30:w,CONNECTOR_STANDARD_TYPE_NEMA_14_50:w,CONNECTOR_STANDARD_TYPE_PANTOGRAPH_BOTTOM_UP:ie,CONNECTOR_STANDARD_TYPE_PANTOGRAPH_TOP_DOWN:ie,CONNECTOR_STANDARD_TYPE_TESLA_R:ie,CONNECTOR_STANDARD_TYPE_TESLA_S:ie},Le={minPower:7,operator:[],status:[],publishingMode:"",connectorTypes:[],chargingAccessibility:"ALL",noAdditionalCharges:!1,powerType:void 0,operatorOnly:"",remoteStartStop:!1,searchPhrase:"",excludeOperator:[],authMethodCapabilities:[]};function qi(e){return!!(e.minPower&&e.minPower!==Le.minPower||e?.status?.length||e?.connectorTypes?.length||e?.chargingAccessibility&&e?.chargingAccessibility!==Le.chargingAccessibility||e?.operator?.length||e?.powerType||e?.partyId||e?.noAdditionalCharges||e?.operatorOnly||e?.remoteStartStop||e?.searchPhrase||e?.excludeOperator?.length||e?.authMethodCapabilities?.length)}const Zi=[{value:"AUTH_METHOD_CAPABILITY_PLUG_AND_CHARGE",labelKey:"filters.authCapability.plugAndCharge"},{value:"AUTH_METHOD_CAPABILITY_CREDIT_CARD_PAYABLE",labelKey:"filters.authCapability.creditCard"}],Ki=[{label:3,value:3},{label:7,value:7},{label:11,value:11},{label:22,value:22},{label:43,value:43},{label:50,value:50},{label:100,value:100},{label:150,value:150},{label:200,value:200},{label:"250+",value:250}],Ze=(e,t,i)=>{switch(e){case"remove":return t.filter(r=>!i.includes(r));case"add":return Array.from(new Set([...t,...i]))}};function Ji(e){return h.useReducer((t,i)=>({...t,...i}),e)}function Xi(){const{setFilters:e,t,filters:i,filterConfiguration:r,options:a}=B(),[o,s]=Ji(Le),{setView:l}=De(),d=a.version==="v2"&&r?.operators?.length>1;return h.useEffect(()=>{s(i)},[]),h.useEffect(()=>{e(o)},[o]),n.jsxs(n.Fragment,{children:[n.jsx("div",{className:b.headerContainer,children:n.jsx("div",{className:b.header,children:t("filters.header")})}),n.jsxs("div",{className:b.container,children:[n.jsx("button",{onClick:()=>{s(Le),e(Le)},className:b.actionLinkClearAll,children:t("filters.clearAll")}),a.version==="v2"&&r?.showSearchPhraseFilter&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.searchPhrase")}),n.jsx("input",{type:"text",value:o.searchPhrase||"",placeholder:t("filters.searchPhrasePlaceholder"),onChange:c=>s({searchPhrase:c.target.value}),style:{width:"100%",boxSizing:"border-box",padding:"8px 10px",fontFamily:"var(--roadmap-font-family, Inter), system-ui",fontSize:14,lineHeight:"20px",color:"var(--roadmap-text-color, #2a2a2a)",background:"var(--roadmap-background-color, #fff)",border:"1px solid var(--roadmap-border-color, #ddd)",borderRadius:6,outline:"none"}})]}),n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.onlyShow")}),n.jsxs("label",{htmlFor:"dsChargers",className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:t("filters.dcChargers")}),n.jsx(Q,{id:"dsChargers",checked:o.powerType==="dc",onChange:c=>{s({powerType:c?"dc":void 0})}})]}),a.version!=="v2"&&n.jsxs("label",{htmlFor:"efluxChargers",className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:t("filters.efluxChargers")}),n.jsx(Q,{id:"efluxChargers",checked:o.partyId==="EFL",onChange:c=>{s({partyId:c?"EFL":void 0})}})]}),(a.version!=="v2"||r?.showNoAdditionalFeeFilter)&&n.jsxs("label",{htmlFor:"noAdditionalFee",className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:t("filters.noAdditionalFee")}),n.jsx(Q,{id:"noAdditionalFee",checked:o.noAdditionalCharges,onChange:c=>{s({noAdditionalCharges:c?!0:void 0})}})]}),n.jsxs("label",{htmlFor:"remoteStartStop",className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:t("filters.remoteStartStop")}),n.jsx(Q,{id:"remoteStartStop",checked:o.remoteStartStop,onChange:c=>{s({remoteStartStop:c?!0:void 0})}})]}),r.showOperatorOnly&&a.version==="v2"&&n.jsxs("label",{htmlFor:"operatorOnly",className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:`Show '${r.showOperatorOnly}' only`}),n.jsx(Q,{id:"operatorOnly",checked:o.operatorOnly===r.showOperatorOnly,onChange:c=>{s({operatorOnly:c?r.showOperatorOnly:void 0})}})]})]}),d&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.operator")}),n.jsx(qt,{id:"operator",preferredValues:a.preferredOperators,value:o.operator,options:[...r?.operators?.map(c=>({value:c?.connectionId,label:c?.name,selected:o.operators?.includes(c?.connectionId)}))||[]],placeholder:"Select operator",onChange:c=>{s({operator:c})}})]}),d&&r?.showExcludeOperatorFilter&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.excludeOperator")}),n.jsx(qt,{id:"excludeOperator",preferredValues:a.preferredOperators,value:o.excludeOperator,options:[...r?.operators?.map(c=>({value:c?.connectionId,label:c?.name,selected:o.excludeOperator?.includes(c?.connectionId)}))||[]],placeholder:t("filters.excludeOperator"),onChange:c=>{s({excludeOperator:c})}})]}),r?.showPublishingModeFilter&&r?.publishingMode?.length>1&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:"Visibility"}),n.jsx(Kt,{id:"publishingMode",value:o.publishingMode,options:[{value:"",label:"All locations"},{value:"PUBLISHING_MODE_PUBLIC",label:"Public locations"},{value:"PUBLISHING_MODE_PRIVATE",label:"Private locations"}],onChange:c=>{s({publishingMode:c})}})]}),n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.statusHeading")}),n.jsxs("label",{htmlFor:"statusAvailable",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("div",{className:b.dot,style:{background:"#33AC19"}}),t("filters.available")]}),n.jsx(Q,{id:"statusAvailable",name:"status",checked:o.status.includes("AVAILABLE"),onChange:c=>{s({status:Ze(c?"add":"remove",o.status,["AVAILABLE"])})}})]}),n.jsxs("label",{htmlFor:"statusCharging",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("div",{className:b.dot,style:{background:"#005CEE"}}),t("filters.charging")]}),n.jsx(Q,{id:"statusCharging",checked:o.status.includes("CHARGING"),onChange:c=>{s({status:Ze(c?"add":"remove",o.status,["CHARGING"])})}})]}),n.jsxs("label",{htmlFor:"statusError",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("div",{className:b.dot,style:{background:"#EB001B"}}),t("filters.notAvailable")]}),n.jsx(Q,{id:"statusError",name:"status",checked:o.status.includes("INOPERATIVE")&&o.status.includes("UNKNOWN"),onChange:c=>{s({status:Ze(c?"add":"remove",o.status,["INOPERATIVE","UNKNOWN"])})}})]})]}),n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.chargingPower")}),n.jsx(Ei,{value:o.minPower,onChange:c=>{s({minPower:c})},ticks:Ki})]}),n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.connectorType")}),n.jsxs("label",{htmlFor:"type1",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.IEC_62196_T1,className:b.connectorIcon}),"Type 1 (Yazaki)"]}),n.jsx(Q,{id:"type1",checked:o.connectorTypes.includes("IEC_62196_T1"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"IEC_62196_T1"]:o.connectorTypes.filter(u=>u!=="IEC_62196_T1")})}})]}),n.jsxs("label",{htmlFor:"type2",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.IEC_62196_T2,className:b.connectorIcon}),"Type 2 (Mennekes)"]}),n.jsx(Q,{id:"type2",checked:o.connectorTypes.includes("IEC_62196_T2"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"IEC_62196_T2"]:o.connectorTypes.filter(u=>u!=="IEC_62196_T2")})}})]}),n.jsxs("label",{htmlFor:"type3",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.IEC_62196_T3,className:b.connectorIcon}),"Type 3 (Le Grand)"]}),n.jsx(Q,{id:"type3",checked:o.connectorTypes.includes("IEC_62196_T3A"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"IEC_62196_T3A"]:o.connectorTypes.filter(u=>u!=="IEC_62196_T3A")})}})]}),n.jsxs("label",{htmlFor:"CHAdeMo",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.CHADEMO,className:b.connectorIcon}),"CHAdeMo"]}),n.jsx(Q,{id:"CHAdeMo",checked:o.connectorTypes.includes("CHADEMO"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"CHADEMO"]:o.connectorTypes.filter(u=>u!=="CHADEMO")})}})]}),n.jsxs("label",{htmlFor:"domestic",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.DOMESTIC_F,className:b.connectorIcon}),"Domestic"]}),n.jsx(Q,{id:"domestic",checked:o.connectorTypes.includes("DOMESTIC_F"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"DOMESTIC_F"]:o.connectorTypes.filter(u=>u!=="DOMESTIC_F")})}})]}),n.jsxs("label",{htmlFor:"combo",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.IEC_62196_T2_COMBO,className:b.connectorIcon}),"Combo"]}),n.jsx(Q,{id:"combo",checked:o.connectorTypes.includes("IEC_62196_T2_COMBO"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"IEC_62196_T2_COMBO"]:o.connectorTypes.filter(u=>u!=="IEC_62196_T2_COMBO")})}})]})]}),a.version==="v2"&&r?.showPaymentMethodFilter&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.authMethodCapabilities")}),Zi.map(c=>{const u=`auth-${c.value}`,f=o.authMethodCapabilities?.includes(c.value)??!1;return n.jsxs("label",{htmlFor:u,className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:t(c.labelKey)}),n.jsx(Q,{id:u,checked:f,onChange:p=>{s({authMethodCapabilities:Ze(p?"add":"remove",o.authMethodCapabilities||[],[c.value])})}})]},c.value)})]}),r?.showVehicleAvailabilityFilter&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.chargingAccessibility")}),n.jsx(Kt,{id:"chargingAccessibility",value:o.chargingAccessibility||"ALL",options:[{value:"ALL",label:t("filters.accessibilityAll")},{value:"TESLA",label:t("filters.accessibilityTesla")}],onChange:c=>{s({chargingAccessibility:c})}})]})]})]})}const Qi="locations-module_headerContainer",eo="locations-module_publishingMode",to="locations-module_container",no="locations-module_header",ro="locations-module_subheader",io="locations-module_row",oo="locations-module_icon",ao="locations-module_statusIcon",so="locations-module_text",co="locations-module_note",lo="locations-module_divider",uo="locations-module_pagingation",fo="locations-module_tariffNoteLink",E={headerContainer:Qi,publishingMode:eo,container:to,header:no,subheader:ro,row:io,icon:oo,statusIcon:ao,text:so,note:co,divider:lo,pagingation:uo,tariffNoteLink:fo},po="LocationPlaceholder-module_container",ho="LocationPlaceholder-module_header",mo="LocationPlaceholder-module_divider",go="LocationPlaceholder-module_iconLine",vo="LocationPlaceholder-module_priceLine",ne={container:po,header:ho,divider:mo,iconLine:go,priceLine:vo};function Co(){return n.jsxs("div",{className:ne.container,children:[n.jsx("div",{className:ne.header}),n.jsx("div",{className:ne.divider,style:{marginTop:"15px",marginBottom:"23px"}}),n.jsx("div",{className:ne.iconLine,style:{width:"60%"}}),n.jsx("div",{className:ne.iconLine,style:{width:"45%"}}),n.jsx("div",{className:ne.iconLine,style:{width:"50%"}}),n.jsx("div",{className:ne.divider}),n.jsx("div",{className:ne.iconLine,style:{width:"50%"}}),n.jsx("div",{className:ne.iconLine,style:{width:"62%"}}),n.jsx("div",{className:ne.priceLine}),n.jsx("div",{className:ne.divider}),n.jsx("div",{className:ne.iconLine,style:{width:"50%"}}),n.jsx("div",{className:ne.iconLine,style:{width:"57%"}}),n.jsx("div",{className:ne.priceLine,style:{width:"30%"}})]})}function bn(){return n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",width:"12",height:"12",fill:"currentColor",children:n.jsx("path",{d:"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"})})}function En(){return n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",width:"12",height:"12",fill:"currentColor",children:n.jsx("path",{d:"M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"})})}function yo(){return n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 320",width:"10",height:"10",fill:"currentColor",children:n.jsx("path",{d:"M233.4 310.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 242.7 86.6 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"})})}function xo(){return n.jsx("svg",{viewBox:"0 0 16 16",width:"16",height:"16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:n.jsx("path",{d:"M8 0.25C3.72 0.25 0.25 3.72 0.25 8s3.47 7.75 7.75 7.75S15.75 12.28 15.75 8 12.28 0.25 8 0.25zm0 14C4.55 14.25 1.75 11.45 1.75 8S4.55 1.75 8 1.75 14.25 4.55 14.25 8 11.45 14.25 8 14.25zM8.75 4.25a0.75 0.75 0 0 0-1.5 0v4c0 0.2 0.08 0.39 0.22 0.53l2.5 2.5a0.75 0.75 0 1 0 1.06-1.06L8.75 7.94V4.25z"})})}function To(){return n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",width:"16",height:"16",fill:"currentColor",children:n.jsx("path",{d:"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06L5.75 11.19l6.97-6.97a.75.75 0 0 1 1.06 0z"})})}function _n(){return n.jsx("svg",{viewBox:"0 0 16 16",width:"16",height:"16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:n.jsx("g",{children:n.jsx("path",{d:"M8 0.25C3.72009 0.25 0.25 3.72134 0.25 8C0.25 12.2812 3.72009 15.75 8 15.75C12.2799 15.75 15.75 12.2812 15.75 8C15.75 3.72134 12.2799 0.25 8 0.25ZM8 14.25C4.54588 14.25 1.75 11.4553 1.75 8C1.75 4.54703 4.546 1.75 8 1.75C11.4528 1.75 14.25 4.54597 14.25 8C14.25 11.4541 11.4553 14.25 8 14.25ZM8 3.6875C8.72487 3.6875 9.3125 4.27513 9.3125 5C9.3125 5.72487 8.72487 6.3125 8 6.3125C7.27513 6.3125 6.6875 5.72487 6.6875 5C6.6875 4.27513 7.27513 3.6875 8 3.6875ZM9.75 11.625C9.75 11.8321 9.58209 12 9.375 12H6.625C6.41791 12 6.25 11.8321 6.25 11.625V10.875C6.25 10.6679 6.41791 10.5 6.625 10.5H7V8.5H6.625C6.41791 8.5 6.25 8.33209 6.25 8.125V7.375C6.25 7.16791 6.41791 7 6.625 7H8.625C8.83209 7 9 7.16791 9 7.375V10.5H9.375C9.58209 10.5 9.75 10.6679 9.75 10.875V11.625Z"})})})}const bo="SidebarContainer-module_container",Eo={container:bo};function Pe({children:e}){return n.jsx("div",{className:Eo.container,children:e})}const _o="Debug-module_container",wo="Debug-module_content",No="Debug-module_connectorHeader",So="Debug-module_code",Ao="Debug-module_evse",Ae={container:_o,content:wo,connectorHeader:No,code:So,evse:Ao};function Oo({location:e}){return n.jsx("div",{className:Ae.container,children:n.jsxs(Pe,{children:[n.jsx("div",{children:n.jsxs("h3",{children:["Debug: ",e.name]})}),n.jsx("div",{style:{marginBottom:"5px"},children:n.jsx("button",{onClick:()=>{navigator.clipboard.writeText(JSON.stringify(e,null,2))},children:"Copy location"})}),n.jsx("div",{className:Ae.content,children:e.evses.map(t=>n.jsxs("div",{className:Ae.evse,children:[n.jsxs("div",{className:Ae.connectorHeader,children:["Evse: ",t.evseId||t.evse_id]}),n.jsx("div",{children:t.connectors.map((i,r)=>n.jsxs("div",{children:[n.jsxs("div",{className:Ae.connectorHeader,children:["Connector #",r]}),n.jsx("pre",{className:Ae.code,children:JSON.stringify(i.tariff||Array.isArray(e.tariffs)?e.tariffs?.find(a=>i.tariff_ids.includes(a.id)):null,null,2)})]}))})]}))})]})})}const wn="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_480_2466)'%3e%3cpath%20d='M3.76781%207H5.0925L4.81812%208.71156C4.77812%208.85969%204.9075%209%205.07875%209C5.17188%209%205.26156%208.95719%205.31063%208.88313L7.40219%205.78062C7.50531%205.62469%207.37656%205.42875%207.17031%205.42875H5.88219L6.14094%204.295C6.18625%204.14625%206.05781%204.00031%205.88219%204.00031H4.36438C4.23%204.00031%204.11656%204.08719%204.09875%204.20375L3.50187%206.735C3.48094%206.87531%203.60594%207%203.76781%207ZM17.5%204H17V2.5C17%202.22375%2016.7763%202%2016.5%202C16.2237%202%2016%202.22375%2016%202.5V4H15V2.5C15%202.22375%2014.7762%202%2014.5%202C14.2238%202%2014%202.22375%2014%202.5V4H13.5C13.2238%204%2013%204.22375%2013%204.5V6C13%207.1175%2013.7381%208.05281%2014.75%208.37281V11.625C14.75%2012.1075%2014.3575%2012.5%2013.875%2012.5C13.3925%2012.5%2013%2012.1075%2013%2011.625V10.75C13%209.23344%2011.7666%208%2010.25%208H10V1.5C10%200.671562%209.32844%200%208.5%200H2.5C1.67156%200%201%200.671562%201%201.5V14.5H0.25C0.111875%2014.5%200%2014.6119%200%2014.75V15.75C0%2015.8881%200.111875%2016%200.25%2016H10.75C10.8881%2016%2011%2015.8881%2011%2015.75V14.75C11%2014.6119%2010.8881%2014.5%2010.75%2014.5H10V9.5H10.25C10.9394%209.5%2011.5%2010.0606%2011.5%2010.75V11.625C11.5%2012.9347%2012.5653%2014%2013.875%2014C15.1847%2014%2016.25%2012.9347%2016.25%2011.625V8.37281C17.2619%208.05281%2018%207.1175%2018%206V4.5C18%204.22375%2017.7763%204%2017.5%204ZM8.5%2014.5H2.5V1.5H8.5V14.5ZM16.5%206C16.5%206.55125%2016.0513%207%2015.5%207C14.9487%207%2014.5%206.55125%2014.5%206V5.5H16.5V6Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_480_2466'%3e%3crect%20width='18'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Nn="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_480_2468)'%3e%3cpath%20d='M4%204.625V3.375C4%203.16875%204.16875%203%204.375%203H5.625C5.83125%203%206%203.16875%206%203.375V4.625C6%204.83125%205.83125%205%205.625%205H4.375C4.16875%205%204%204.83125%204%204.625ZM8.375%205H9.625C9.83125%205%2010%204.83125%2010%204.625V3.375C10%203.16875%209.83125%203%209.625%203H8.375C8.16875%203%208%203.16875%208%203.375V4.625C8%204.83125%208.16875%205%208.375%205ZM4.375%208H5.625C5.83125%208%206%207.83125%206%207.625V6.375C6%206.16875%205.83125%206%205.625%206H4.375C4.16875%206%204%206.16875%204%206.375V7.625C4%207.83125%204.16875%208%204.375%208ZM8.375%208H9.625C9.83125%208%2010%207.83125%2010%207.625V6.375C10%206.16875%209.83125%206%209.625%206H8.375C8.16875%206%208%206.16875%208%206.375V7.625C8%207.83125%208.16875%208%208.375%208ZM6%2010.625V9.375C6%209.16875%205.83125%209%205.625%209H4.375C4.16875%209%204%209.16875%204%209.375V10.625C4%2010.8313%204.16875%2011%204.375%2011H5.625C5.83125%2011%206%2010.8313%206%2010.625ZM8.375%2011H9.625C9.83125%2011%2010%2010.8313%2010%2010.625V9.375C10%209.16875%209.83125%209%209.625%209H8.375C8.16875%209%208%209.16875%208%209.375V10.625C8%2010.8313%208.16875%2011%208.375%2011ZM14%2014.875V16H0V14.875C0%2014.6687%200.16875%2014.5%200.375%2014.5H0.984375V0.75C0.984375%200.334375%201.31875%200%201.73438%200H12.2656C12.6812%200%2013.0156%200.334375%2013.0156%200.75V14.5H13.625C13.8313%2014.5%2014%2014.6687%2014%2014.875ZM2.48438%2014.4688H6V12.375C6%2012.1687%206.16875%2012%206.375%2012H7.625C7.83125%2012%208%2012.1687%208%2012.375V14.4688H11.5156V1.53125L2.5%201.5L2.48438%2014.4688Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_480_2468'%3e%3crect%20width='14'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",wt="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%206H16.5L13.1003%201.75063C12.913%201.51641%2012.6754%201.32734%2012.405%201.19741C12.1347%201.06747%2011.8387%201.00001%2011.5387%201H4.85406C4.03625%201%203.30094%201.49781%202.99719%202.25719L1.5%206V6.07062C0.63875%206.29375%200%207.06906%200%208V11.5C0%2011.7762%200.22375%2012%200.5%2012H2C2%2013.6569%203.34312%2015%205%2015C6.65688%2015%208%2013.6569%208%2012H12C12%2013.6569%2013.3431%2015%2015%2015C16.6569%2015%2018%2013.6569%2018%2012H19.5C19.7763%2012%2020%2011.7762%2020%2011.5V9C20%207.34312%2018.6569%206%2017%206ZM8.75%202.5H11.5387C11.6916%202.5%2011.8338%202.56844%2011.9291%202.6875L14.5791%206H8.75V2.5ZM4.38969%202.81437C4.46625%202.62344%204.64844%202.5%204.85406%202.5H7.25V6H3.11562L4.38969%202.81437ZM5%2013.5C4.17156%2013.5%203.5%2012.8284%203.5%2012C3.5%2011.1716%204.17156%2010.5%205%2010.5C5.82844%2010.5%206.5%2011.1716%206.5%2012C6.5%2012.8284%205.82844%2013.5%205%2013.5ZM15%2013.5C14.1716%2013.5%2013.5%2012.8284%2013.5%2012C13.5%2011.1716%2014.1716%2010.5%2015%2010.5C15.8284%2010.5%2016.5%2011.1716%2016.5%2012C16.5%2012.8284%2015.8284%2013.5%2015%2013.5ZM18.5%2010.5H17.5841C17.0644%209.60719%2016.1078%209%2015%209C13.8922%209%2012.9359%209.60719%2012.4159%2010.5H7.58406C7.06437%209.60719%206.10781%209%205%209C3.89219%209%202.93594%209.60719%202.41594%2010.5H1.5V8C1.5%207.72437%201.72438%207.5%202%207.5H17C17.8272%207.5%2018.5%208.17281%2018.5%209V10.5Z'%20fill='black'/%3e%3c/svg%3e",Ve="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12'%20height='16'%20viewBox='0%200%2012%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_480_2435)'%3e%3cpath%20d='M11.8068%205.24687C11.5506%204.8%2011.0849%204.53125%2010.5693%204.53125H7.61932L8.51619%201.79688C8.63182%201.36563%208.54119%200.9125%208.26932%200.55625C7.99432%200.203125%207.57869%200%207.13182%200H3.05369C2.34118%200%201.73181%200.534375%201.65368%201.15937L0.0161813%207.79063C-0.0431938%208.22188%200.0849314%208.65625%200.369307%208.98438C0.653682%209.3125%201.06618%209.5%201.50056%209.5H4.56619L3.47556%2014.2406C3.37556%2014.6688%203.47244%2015.1125%203.74431%2015.4563C4.01619%2015.8031%204.42556%2016%204.86619%2016C5.37556%2016%205.85057%2015.725%206.07869%2015.325L11.8037%206.67812C12.0662%206.23125%2012.0662%205.69375%2011.8068%205.24687ZM5.00369%2014.2937L6.45057%208H1.48493L3.05369%201.5L7.04119%201.47187L5.54744%206.03125H10.4381L5.00369%2014.2937Z'%20fill='%232A2A2A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_480_2435'%3e%3crect%20width='12'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Sn="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18'%20height='12'%20viewBox='0%200%2018%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.2857%200H0.857143C0.383839%200%200%200.383839%200%200.857143V11.1429C0%2011.6162%200.383839%2012%200.857143%2012H16.2857C16.759%2012%2017.1429%2011.6162%2017.1429%2011.1429V0.857143C17.1429%200.383839%2016.759%200%2016.2857%200ZM15.8571%2010.7143H1.28571V1.28571H15.8571V10.7143ZM7.92857%207.71429H10.0714C10.1898%207.71429%2010.2857%207.61839%2010.2857%207.5V6.64286C10.2857%206.52446%2010.1898%206.42857%2010.0714%206.42857H7.92857C7.81018%206.42857%207.71429%206.52446%207.71429%206.64286V7.5C7.71429%207.61839%207.81018%207.71429%207.92857%207.71429ZM14.3571%206.42857H12.2143C12.0959%206.42857%2012%206.52446%2012%206.64286V7.5C12%207.61839%2012.0959%207.71429%2012.2143%207.71429H14.3571C14.4755%207.71429%2014.5714%207.61839%2014.5714%207.5V6.64286C14.5714%206.52446%2014.4755%206.42857%2014.3571%206.42857ZM7.92857%205.57143H14.3571C14.4755%205.57143%2014.5714%205.47554%2014.5714%205.35714V4.5C14.5714%204.38161%2014.4755%204.28571%2014.3571%204.28571H7.92857C7.81018%204.28571%207.71429%204.38161%207.71429%204.5V5.35714C7.71429%205.47554%207.81018%205.57143%207.92857%205.57143ZM3.60857%206.04607L4.73866%206.3525C4.85089%206.38304%204.92857%206.47437%204.92857%206.57482C4.92857%206.70339%204.80804%206.80786%204.65911%206.80786H3.95357C3.84241%206.80786%203.73312%206.78%203.6383%206.72884C3.5558%206.68411%203.45509%206.69214%203.3908%206.76045L3.0675%207.10143C2.9842%207.18929%202.99786%207.33286%203.09777%207.40116C3.32009%207.5525%203.58152%207.63902%203.85714%207.65616V7.92857C3.85714%208.04696%203.95304%208.14286%204.07143%208.14286H4.5C4.61839%208.14286%204.71429%208.04696%204.71429%207.92857V7.65402C5.30839%207.62455%205.78571%207.15661%205.78571%206.57455C5.78571%206.08786%205.44768%205.65634%204.96286%205.52536L3.83277%205.21893C3.72054%205.18839%203.64286%205.09705%203.64286%204.99661C3.64286%204.86804%203.76339%204.76357%203.91232%204.76357H4.61786C4.72902%204.76357%204.8383%204.79143%204.93312%204.84259C5.01562%204.88705%205.11634%204.87929%205.18062%204.81098L5.50393%204.47C5.58723%204.38214%205.57357%204.23857%205.47366%204.17027C5.25134%204.01893%204.98991%203.93241%204.71429%203.91527V3.64286C4.71429%203.52446%204.61839%203.42857%204.5%203.42857H4.07143C3.95304%203.42857%203.85714%203.52446%203.85714%203.64286V3.91741C3.26304%203.94688%202.78571%204.41482%202.78571%204.99688C2.78571%205.48357%203.12375%205.91509%203.60857%206.04607Z'%20fill='%232A2A2A'/%3e%3c/svg%3e";function An(e){return Ee[e.standard||e.connectorStandardType]}function On(e,t){return new Intl.NumberFormat(e,{maximumFractionDigits:2}).format(t)}const jo={CONNECTOR_POWER_TYPE_UNSPECIFIED:"Unspecified",CONNECTOR_POWER_TYPE_AC_1_PHASE:"AC x 1",CONNECTOR_POWER_TYPE_AC_2_PHASE:"AC x 2",CONNECTOR_POWER_TYPE_AC_2_PHASE_SPLIT:"AC x 2 Split",CONNECTOR_POWER_TYPE_AC_3_PHASE:"AC x 3",CONNECTOR_POWER_TYPE_DC:"DC",CONNECTOR_POWER_TYPE_AC:"AC",AC_3_PHASE:"AC x 3",AC_1_PHASE:"AC x 1",DC:"DC"};function jn(e){return[Po(e.standard||e.connectorStandardType),jo[e.powerType||e.power_type||e.connectorPowerType],"Socket"].join(", ")}function Po(e){return e=(e||"").replace("CONNECTOR_STANDARD_TYPE_",""),e==="IEC_62196_T1"?"Type 1":e==="IEC_62196_T1_COMBO"?"Type 1 Combo":e==="IEC_62196_T2"?"Type 2":e==="IEC_62196_T2_COMBO"?"Type 2 Combo":e==="IEC_62196_T3A"?"Type 3A":e==="IEC_62196_T3C"?"Type 3C":e==="CHADEMO"?"CHAdeMO":e==="DOMESTIC_F"?"Domestic F":e==="DOMESTIC_E"?"Domestic E":e==="DOMESTIC_B"?"Domestic B":e==="CATARC"?"Catarc":e}function Pn(e,t){switch(t){case"AVAILABLE":return e("evse.statusAvailable");case"CHARGING":return e("evse.statusCharging");case"UNAVAILABLE":return e("evse.statusUnavailable");case"ERROR":return e("evse.statusError");case"UNKNOWN":return e("evse.statusUnknown");case"REMOVED":return e("evse.statusRemoved");case"PLANNED":return e("evse.statusPlanned");case"RESERVED":return e("evse.statusReserved");case"INOPERATIVE":return e("evse.statusInoperative");case"OUTOFORDER":return e("evse.statusOutOfOrder");default:return e("evse.statusUnknown")}}function Dn(e,t){return t?.type==="ON_STREET"?e("locationType.onStreet"):t?.type==="PARKING_GARAGE"?e("locationType.parkingGarage"):t?.type==="UNDERGROUND_GARAGE"?e("locationType.undergroundGarage"):t?.type==="PARKING_LOT"?e("locationType.parkingLot"):e("locationType.other")}function In(e=[]){return e.some(t=>t.status==="AVAILABLE")?he("AVAILABLE"):e.some(t=>t.status==="CHARGING")?he("CHARGING"):he("UNKNOWN")}function kn(e,t){let i;["en","fr"].some(s=>{let d=new Intl.DateTimeFormat(s,{minute:"numeric",timeZone:t,timeZoneName:"short"}).formatToParts(e).filter(c=>c.type=="timeZoneName"&&c.value);if(/^(GMT|UTC)/.test(d[0].value))return i=d[0].value.replace(/GMT|UTC/,"")||"+0",!0});let r=i[0]=="+"?"+":"-",[a,o]=i.substring(1).split(":");return r+a.padStart(2,"0")+":"+(o||"00")}function Mn(e){let t=/^-/.test(e)?-1:1,[i,r]=e.match(/\d\d/g);return t*(i*60+Number(r))}function nn(e,t){const i=s=>("0"+s).slice(-2),{year:r,month:a,day:o}=new Intl.DateTimeFormat("en",{timeZone:e}).formatToParts(t).reduce((s,l)=>(s[l.type]=l.value,l),Object.create(null));return`${r}-${i(a)}-${i(o)}`}function Rn(e,t=new Date){const i=kn(t,e),r=Mn(i),a=new Date(+t);return a.setUTCMinutes(a.getUTCMinutes()+r),a}function Ln(e,t=new Date){const i=kn(t,e),r=Mn(i),a=new Date(+t);a.setUTCHours(0,-r,0,0);const o=nn(e,t),s=nn(e,a);return s>o?a.setUTCDate(a.getUTCDate()-1):s<o&&a.setUTCDate(a.getUTCDate()+1),a}function Do(e,t=new Date){return new Date(Ln(e,t).valueOf()+86399999)}function Io(e,t,i){const r=Rn(i,e);return r.getUTCDate()!==t&&r.setUTCDate(e.getUTCDate()+(7+t-e.getUTCDay()-1)%7+1),{start:Ln(i,r),end:Do(i,r)}}function mt(e,t){return Rn(t,e).getUTCDay()}function rn(e){const[t,i]=e.split(":");return parseInt(t)*60+parseInt(i)}function gt(e){if(!e?.restrictions?.startTime||!e?.restrictions?.endTime)return{elements:[e],priceComponents:e.priceComponents,startTime:0,endTime:1440,isFullDay:!0};const t=rn(e.restrictions.startTime),i=rn(e.restrictions.endTime);return{elements:[e],priceComponents:e.priceComponents,isFullDay:t===0&&i===1440,startTime:t,endTime:i}}function ko(e,t,i){const r=(i.getHours()*60+i.getMinutes())%60;if(e.length<=1)return e.map(o=>(o.isActive=t&&o.startTime<=r&&o.endTime>=r,o));e=e.sort((o,s)=>o.startTime-s.startTime);let a=[e[0]];for(let o=1;o<e.length;o++){const s=e[o],l=a.findLast(c=>c.startTime<=s.startTime);if(!l)a=a.filter(c=>c.endTime>s.endTime),a.unshift(s);else{const c=l.endTime;l.endTime=s.startTime;const u=[s];c>s.endTime&&u.push({...l,startTime:s.endTime,endTime:c}),a.splice(a.indexOf(l)+1,0,...u)}let d=0;a=a.map((c,u)=>{const f=a[u-1];if(c.endTime>d)d=c.endTime;else return null;return f&&f.endTime!==c.startTime&&(c.startTime=f.endTime),c}).filter(Boolean)}return a.map(o=>(o.isActive=t&&o.startTime<=r&&o.endTime>=r,o.isFullDay=o.startTime===0&&o.endTime===1440,o))}function xe(e){return!e?.restrictions||!e?.restrictions?.startDate&&!e?.restrictions?.endDate&&!e?.restrictions?.startTime&&!e?.restrictions?.startTime&&!e?.restrictions?.dayOfWeek}function Nt({elements:e,limit:t=6,now:i=new Date}){const a=[...e].filter(o=>!xe(o)).map(o=>({...o,restrictions:{_startDate:new Date(`${o.restrictions.startDate}T${o.restrictions.startTime}`),...o.restrictions}})).sort((o,s)=>o.restrictions._startDate.valueOf()-s.restrictions._startDate.valueOf()).filter(o=>o.restrictions._startDate.valueOf()>i.valueOf()-108e5).slice(0,t).reduce((o,s)=>{const l=s.restrictions._startDate.getDate();return o[l]={date:new Date(s.restrictions.startDate),items:[...o[l]?.items||[],s]},o},[]);return Object.keys(a).map(o=>{const{date:s,items:l}=a[o],d=l.map(({restrictions:c,...u})=>{const{_startDate:f,...p}=c;return{...u,restrictions:{...p}}}).map(gt).map(c=>{const u=mt(i)===mt(s),f=i.getHours()*60+i.getMinutes(),p=u&&c.startTime<=f&&c.endTime-1>=f;return{...c,isActive:p}});return{date:s,items:d}})}function Mo(e,t){const i=new Date;return[...e].reduce((r,a)=>{const{startDate:o,endDate:s,dayOfWeek:l=[]}=a.restrictions||{};if(!Object.keys(a.restrictions||{}).length)return r;const d=o?new Date(o):null;if(o&&d.valueOf()>Date.now())return r;const c=s?new Date(s):null;return s&&c.valueOf()<Date.now()||["SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"].forEach((u,f)=>{const{start:p,end:v}=Io(i,f,t);d&&d.valueOf()>p.valueOf()||c&&c.valueOf()<v.valueOf()||l.length&&!l.includes(u)||(r[u]=[...r[u],a])}),r},{MONDAY:[],TUESDAY:[],WEDNESDAY:[],THURSDAY:[],FRIDAY:[],SATURDAY:[],SUNDAY:[]})}function on(e,t){return Object.keys(e).reduce((i,r)=>(t.includes(r)||(i[r]=e[r]),i),{})}function Ro(e,t){const i=e.map(a=>on(a,["isActive"])),r=t.map(a=>on(a,["isActive"]));return JSON.stringify(i)===JSON.stringify(r)}function Lo(e){return e.reduce((t,i)=>{const r=t.find(a=>a.startTime===i.startTime&&a.endTime===i.endTime);return r?r.elements.push(...i.elements):t.push(i),t},[])}function Ho(e){return xe(e)?(e.priceComponents||[]).some(t=>t.type!=="PARKING_TIME"&&(t.price||0)>0):!1}function Fo(e){return e.startTime===0&&e.endTime<=1||e.startTime>=1439&&e.endTime===1440}function Hn(e,t,i){const r=Mo(e.concat().filter(c=>!xe(c)),t),a=e.find(Ho),{SUNDAY:o,...s}=r,[l,...d]=Object.keys({SUNDAY:r.SUNDAY,...s}).map((c,u)=>{const f=r[c],p=mt(i,t)===u,v=Lo(f.map(gt));return a&&v.length>0&&v.unshift(gt(a)),{day:c,isActive:p,items:ko(v,p,i).filter(y=>!Fo(y))}});return[...d,l].reduce((c,u,f,p)=>{const v=c[c.length-1],y=v?.items;if(!y||!Ro(y,u.items)){const{day:T,...N}=u;c.push({...N,days:[u.day]})}else v.days=[v.days[0],u.day],v.isActive=v.isActive||u.isActive;return c},[]).filter(c=>!!c.items.length)}function zo(e){const{elements:t=[]}=e;return t?.some(o=>o?.priceComponents?.length>0)?t.filter(xe).length===t.length?"base":Nt({elements:t,limit:6,now:new Date}).length?"dynamic":"scheduled":"none"}const Ie={CONNECTOR_POWER_TYPE_AC_1_PHASE:"CONNECTOR_POWER_TYPE_AC_1_PHASE",CONNECTOR_POWER_TYPE_AC_2_PHASE:"CONNECTOR_POWER_TYPE_AC_2_PHASE",CONNECTOR_POWER_TYPE_AC_2_PHASE_SPLIT:"CONNECTOR_POWER_TYPE_AC_2_PHASE_SPLIT",CONNECTOR_POWER_TYPE_AC_3_PHASE:"CONNECTOR_POWER_TYPE_AC_3_PHASE",CONNECTOR_POWER_TYPE_DC:"CONNECTOR_POWER_TYPE_DC"};function Vo(e){switch(e.connectorPowerType){case Ie.CONNECTOR_POWER_TYPE_AC_1_PHASE:case Ie.CONNECTOR_POWER_TYPE_DC:return e.power.maxVoltage*e.power.maxAmperage/1e3;case Ie.CONNECTOR_POWER_TYPE_AC_2_PHASE:case Ie.CONNECTOR_POWER_TYPE_AC_2_PHASE_SPLIT:return e.power.maxVoltage*e.power.maxAmperage*2/1e3;case Ie.CONNECTOR_POWER_TYPE_AC_3_PHASE:return e.power.maxVoltage*e.power.maxAmperage*3/1e3;default:return 0}}const $o="ConnectorTariff-module_container",Bo="ConnectorTariff-module_bold",Uo="ConnectorTariff-module_dynamicTariffItem",Yo="ConnectorTariff-module_dynamicTariffItemRange",Wo="ConnectorTariff-module_tariffHeader",Go="ConnectorTariff-module_tariffLabel",qo="ConnectorTariff-module_tariffNote",Zo="ConnectorTariff-module_activeNowLabel",J={container:$o,bold:Bo,dynamicTariffItem:Uo,dynamicTariffItemRange:Yo,tariffHeader:Wo,tariffLabel:Go,tariffNote:qo,activeNowLabel:Zo},Ko="Price-module_tariffItem",vt={tariffItem:Ko};function Jo(e,t){return new Intl.NumberFormat(void 0,{style:"currency",currency:t.currency||"EUR",maximumFractionDigits:2}).format(e)}function Xo(e){const t=e.vat?e.vat/100:0;return e.price+e.price*t}function Qo({priceComponent:e,restrictions:t={},currency:i}){const{t:r}=B(),a={ENERGY:"tariffPriceComponent.energy",TIME:"tariffPriceComponent.time",FLAT:"tariffPriceComponent.flat",PARKING_TIME:"tariffPriceComponent.parkingTime"};return t?.minDuration===0&&t?.maxDuration&&e.type==="PARKING_TIME"?n.jsx("div",{className:vt.tariffItem,children:r("tariffPriceComponent.parkingTimeWait",{minutes:Math.floor(t.maxDuration/60)})}):a[e.type]?n.jsx("div",{className:vt.tariffItem,children:r(a[e.type],{total:Jo(Xo(e),{currency:i})})}):null}const ea="PriceComponents-module_container",ta={container:ea},an=["ENERGY","TIME","FLAT","PARKING_TIME"];function Ke({elements:e,currency:t}){const{t:i}=B(),r=e.reduce((o,s)=>(s.priceComponents.forEach(l=>{o[l.type]||(o[l.type]=[]),o[l.type].push({priceComponent:l,restrictions:s.restrictions})}),o),{}),a=Object.keys(r).map(o=>({type:o,elements:r[o]})).sort((o,s)=>{const l=an.indexOf(o.type),d=an.indexOf(s.type);return l===-1?1:d===-1?-1:l-d});return n.jsx("div",{className:ta.container,children:a.map(({type:o,elements:s},l)=>s.reverse().map((d,c)=>n.jsx(Qo,{currency:t,priceComponent:d.priceComponent,restrictions:d.restrictions},`${o}-${l}-${c}`)))})}function na(e,t){return new Intl.NumberFormat(void 0,{style:"currency",currency:t.currency||"EUR",maximumFractionDigits:2}).format(e)}function ra({vat:e,price:t}){const i=e?e/100:0;return t+t*i}function ia({cdrAdditionalCharge:e,currency:t}){const{t:i}=B(),r={FLAT_FEE:i("cdrPrice.flatFee",{total:na(ra(e),{currency:t})})};return n.jsx("div",{className:vt.tariffItem,children:r[e.type]})}function Je(e,t){const i=new Date(0),r=Math.floor(t/60),a=t%60;return i.setHours(r,a,0,0),i.toLocaleTimeString("nl",{hour:"2-digit",minute:"2-digit"})}const oa=Intl.DateTimeFormat().resolvedOptions().timeZone;function aa(e){const{format:t}=new Intl.DateTimeFormat(e,{weekday:"long"});return["SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"].reduce((i,r,a)=>(i[r]=t(new Date(Date.UTC(2023,9,a+1))),i),{})}function ke({currency:e,cdrAdditionalCharges:t}){return t.map(i=>n.jsx(ia,{currency:e,cdrAdditionalCharge:i},i.id))}function St({timezone:e=oa,tariff:t,compact:i=!0,cdrAdditionalCharges:r=[]}){const{t:a,language:o}=B(),s=aa(o);if(!t)return null;const l=t.elements||[],d=t.currency||"",c=l.some(y=>y.priceComponents&&y.priceComponents.length>0),u=Nt({elements:l,limit:i?6:40,now:new Date}),f=u.length?[]:Hn(l,e,new Date),p=l.filter(xe);if(!c)return n.jsxs(n.Fragment,{children:[n.jsx("div",{className:J.tariffNote,children:a("tariffPriceComponent.noTariff")}),r.length>0&&n.jsx("div",{className:J.container,children:n.jsx(ke,{currency:d,cdrAdditionalCharges:r})})]});const v=!f.some(y=>y.isActive);return f.length?n.jsxs("div",{className:J.container,children:[p.length>0&&n.jsxs("div",{className:[J.tariffList,J.bold].join(" "),children:[n.jsxs("div",{className:J.tariffHeader,children:[a("tariffPriceComponent.baseTariff"),v&&n.jsx("span",{className:J.activeNowLabel,children:a("tariffPriceComponent.active")})]}),n.jsx(Ke,{elements:p,currency:d}),n.jsx(ke,{currency:d,cdrAdditionalCharges:r})]}),f.map(y=>n.jsxs("div",{className:J.tariffList,children:[n.jsxs("div",{className:J.tariffHeader,children:[y.days.map(T=>s[T]).join(" - "),y.isActive&&n.jsx("span",{className:J.activeNowLabel,children:a("tariffPriceComponent.active")})]}),y.items.map(T=>n.jsxs("div",{className:T.isActive&&J.bold,children:[!T.isFullDay&&n.jsxs("div",{className:J.tariffLabel,children:[Je(o,T.startTime)," -"," ",Je(o,T.endTime)]}),n.jsxs("div",{children:[n.jsx(Ke,{elements:T.elements,currency:d}),n.jsx(ke,{currency:d,cdrAdditionalCharges:r})]})]},T.startTime))]},y.days.join("-")))]}):n.jsxs("div",{className:J.container,children:[p.length>0&&!u?.length&&n.jsxs("div",{className:J.tariffList,children:[n.jsx(Ke,{elements:p,currency:d}),n.jsx(ke,{currency:d,cdrAdditionalCharges:r})]}),u.length>0&&n.jsx(n.Fragment,{children:u.map((y,T)=>n.jsxs(n.Fragment,{children:[n.jsx("div",{className:J.tariffHeader,children:a("tariffPriceComponent.dynamicTariffHeader",{date:new Intl.DateTimeFormat(o,{weekday:"long",month:"short",day:"numeric"}).format(y.date)})}),n.jsx("div",{className:J.dynamicTariffList,children:y.items.map((N,k)=>n.jsxs("div",{className:[J.dynamicTariffItem,N.isActive&&J.bold].filter(Boolean).join(" "),children:[n.jsxs("div",{className:J.dynamicTariffItemRange,children:[Je(o,N.startTime)," –"," ",Je(o,N.endTime)]}),n.jsx(Ke,{elements:N.elements,currency:d}),n.jsx(ke,{currency:d,cdrAdditionalCharges:r}),N.isActive&&n.jsx("span",{className:J.activeNowLabel,children:a("tariffPriceComponent.active")})]},[N.startTime,N.endTime,k].join()))})]}))})]})}function sn(e,t,i){const r=[];return t?.customNote&&r.push(t?.customNote),i==="none"?r.length?r:[e("tariffNote.baseTariffNote")]:(i==="dynamic"&&r.push(e("tariffNote.dynamicScheduledTariffNote")),t?.infraProviderId==="NLEFL"||t?.party_id==="EFL"?(i==="scheduled"&&r.push(e("tariffNote.eFluxScheduledTariffNote")),r):(i==="scheduled"?r.push(e("tariffNote.baseTariffNote"),e("tariffNote.scheduledTariffNote")):r.push(e("tariffNote.baseTariffNote")),r))}const sa=({currentLocation:e,evses:t,setView:i,cdrAdditionalCharges:r})=>{const{options:a,t:o,language:s}=B(),l=t.filter(d=>d.status==="AVAILABLE");return n.jsxs("div",{className:E.container,children:[n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:wn,alt:"station icon"}),n.jsxs("div",{className:E.text,children:[a.locationBaseUrl&&n.jsx("a",{href:`${a.locationBaseUrl}/${e.id}`,children:e.name||"-"}),!a.locationBaseUrl&&e.name]})]}),n.jsxs("div",{className:E.row,children:[n.jsx("div",{className:E.icon,children:n.jsx("div",{style:{background:In(e.evses)},className:E.statusIcon})}),n.jsxs("div",{className:E.text,children:[l.length," / ",t.length," ",o("evse.statusAvailable")]})]}),e.subOperator?.name&&n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:Nn,alt:"building icon"}),n.jsx("div",{className:E.text,children:e.subOperator?.name})]}),e.parkingType!=="UNKNOWN"&&n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:wt,alt:"parking icon"}),n.jsx("div",{className:E.text,children:Dn(o,e.parkingType)})]}),t.map(d=>n.jsxs("div",{children:[n.jsx("hr",{className:E.divider}),n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:Ve,alt:"power icon"}),n.jsx("div",{className:E.text,children:d.evseId})]}),n.jsxs("div",{className:E.row,children:[n.jsx("div",{style:{background:he(d.status)},className:E.statusIcon}),n.jsx("div",{className:E.text,children:[Pn(o,d.status),d.maxPower&&`${On(s,Math.floor(d.maxPower))}kW`].filter(Boolean).join(", ")})]}),d.connectors.map((c,u)=>{const f=zo(c.tariff),p=sn(o,e,f);return n.jsxs("div",{children:[" ",n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:An(c),alt:"socket type"}),n.jsx("div",{className:E.text,children:jn(c)})]}),n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:Sn,alt:"pricing"}),n.jsx("div",{className:E.text,children:o("evse.pricing")})]}),n.jsx(St,{tariff:c.tariff,cdrAdditionalCharges:r}),f==="dynamic"&&n.jsx("div",{className:E.tariffNoteLink,onClick:()=>{i("dynamicTariff",{connector:c,evseId:d.evseId,notes:p,locationName:e.name})},children:o("location.viewAllHourlyPrices")}),p.length>0&&n.jsxs("div",{className:E.tariffNoteLink,onClick:()=>{i("tariffNote",{locationName:e.name,evseId:d.evseId,notes:sn(o,e,f)})},children:[n.jsx(_n,{})," ",o("tariffPriceComponent.viewTariff")]})]},`connector-${u}`)})]},d.evseId))]})},ca="LocationRow-module_row",la="LocationRow-module_expandable",da="LocationRow-module_icon",ua="LocationRow-module_text",fa="LocationRow-module_textHint",pa="LocationRow-module_chevron",ha="LocationRow-module_chevronOpen",ma="LocationRow-module_body",ge={row:ca,expandable:la,icon:da,text:ua,textHint:fa,chevron:pa,chevronOpen:ha,body:ma},ga={display:"flex",flexDirection:"row",flexWrap:"nowrap",alignItems:"center",padding:"5px 0",minWidth:0},va={display:"inline-flex",alignItems:"center",justifyContent:"center",height:16,width:16,flex:"0 0 auto",marginRight:14,overflow:"hidden"},Ca={flex:"1 1 auto",minWidth:0,fontSize:12,lineHeight:"16px",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},ya={color:"var(--roadmap-muted-color, #6a6a6a)",fontWeight:"normal"},xa={display:"inline-flex",alignItems:"center",justifyContent:"center",height:10,width:10,flex:"0 0 auto",marginLeft:8,transition:"transform 0.15s ease",color:"var(--roadmap-text-color, #2a2a2a)"},Ta={padding:"4px 0 6px 30px",display:"flex",flexDirection:"column",gap:4},se=({icon:e,text:t,hint:i,children:r,defaultExpanded:a=!1})=>{const o=h.Children.count(r)>0,[s,l]=h.useState(a),d=()=>l(c=>!c);return n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:`${ge.row} ${o?ge.expandable:""}`,style:{...ga,cursor:o?"pointer":void 0,userSelect:o?"none":void 0},role:o?"button":void 0,tabIndex:o?0:void 0,"aria-expanded":o?s:void 0,onClick:o?d:void 0,onKeyDown:o?c=>{(c.key==="Enter"||c.key===" ")&&(c.preventDefault(),d())}:void 0,children:[n.jsx("span",{className:ge.icon,style:va,children:h.isValidElement(e)?h.cloneElement(e,{style:{maxWidth:16,maxHeight:16,display:"block",...e.props?.style||{}}}):e}),n.jsxs("div",{className:ge.text,style:Ca,children:[t,i!=null&&n.jsxs("span",{className:ge.textHint,style:ya,children:[" · ",i]})]}),o&&n.jsx("span",{className:`${ge.chevron} ${s?ge.chevronOpen:""}`,style:{...xa,transform:s?"rotate(180deg)":void 0},children:n.jsx(yo,{})})]}),o&&s&&n.jsx("div",{className:ge.body,style:Ta,children:r})]})},ba=({location:e})=>{const{options:t}=B(),i=e?.name||"-",r=t.locationBaseUrl?n.jsx("a",{href:`${t.locationBaseUrl}/${e?.id}`,children:i}):i;return n.jsx(se,{icon:n.jsx("img",{src:wn,alt:"station icon"}),text:r})},Fn=({color:e,size:t=10})=>n.jsx("span",{style:{display:"block",width:t,height:t,borderRadius:t,background:e}}),Ea=({evses:e})=>{const{t}=B(),i=e?.filter(r=>r.status==="AVAILABLE")||[];return n.jsx(se,{icon:n.jsx(Fn,{color:In(e)}),text:`${i.length} / ${e?.length||0} ${t("evse.statusAvailable")}`})},_a="OperatorSection-module_block",wa="OperatorSection-module_role",Na="OperatorSection-module_header",Sa="OperatorSection-module_name",Aa="OperatorSection-module_logo",Oa="OperatorSection-module_website",Oe={block:_a,role:wa,header:Na,name:Sa,logo:Aa,website:Oa},ja=({role:e,showRoleLabel:t})=>{const{t:i}=B();return e.name?n.jsxs("div",{className:Oe.block,style:{display:"flex",flexDirection:"column",gap:2,marginBottom:8},children:[t&&n.jsx("div",{className:Oe.role,style:{fontSize:11,textTransform:"uppercase",color:"var(--roadmap-muted-color, #6a6a6a)",letterSpacing:"0.04em"},children:i(e.labelKey)}),n.jsxs("div",{className:Oe.header,style:{display:"flex",alignItems:"center",gap:8},children:[e.logoUrl&&n.jsx("img",{className:Oe.logo,src:e.logoUrl,alt:`${e.name} logo`,style:{maxHeight:20,maxWidth:80,width:"auto",height:"auto",objectFit:"contain",display:"block"}}),n.jsx("div",{className:Oe.name,style:{fontSize:13,fontWeight:600},children:e.name})]}),e.website&&n.jsx("a",{className:Oe.website,href:e.website,target:"_blank",rel:"noopener noreferrer",style:{fontSize:12,color:"var(--roadmap-brand-color)",textDecoration:"none",wordBreak:"break-all"},children:i("location.visitWebsite")})]}):null},Pa=({operator:e,suboperator:t,fallbackOperatorName:i,fallbackSuboperatorName:r})=>{const{t:a}=B(),o={labelKey:"location.suboperator",name:t?.name||r,website:t?.website,logoUrl:t?.logo?.thumbnail||t?.logo?.url},s={labelKey:"location.operator",name:e?.name||i,website:e?.website,logoUrl:e?.logo?.thumbnail||e?.logo?.url},l=o.name?o:s.name?s:null;return l?n.jsx(se,{icon:n.jsx("img",{src:Nn,alt:"building icon"}),text:a("location.operatorInfo"),hint:l.name,children:n.jsx(ja,{role:l,showRoleLabel:!1})}):null},Da=["weekday.mon","weekday.tue","weekday.wed","weekday.thu","weekday.fri","weekday.sat","weekday.sun"];function Ia(e,t){const i=Da[t-1];return i?e(i):""}function zn(e){const t={};for(let i=1;i<=7;i++)t[i]=[];(e||[]).forEach(i=>{i.weekday>=1&&i.weekday<=7&&t[i.weekday].push(i)});for(const i of Object.keys(t))t[Number(i)].sort((r,a)=>r.period_begin.localeCompare(a.period_begin));return t}function ka(e,t){return`${e} – ${t}`}function Xe(e){const[t,i]=e.split(":").map(Number);return t*60+(i||0)}function Ma(e){return e===0?7:e}function Qe(e){const t=e.getFullYear(),i=String(e.getMonth()+1).padStart(2,"0"),r=String(e.getDate()).padStart(2,"0");return`${t}-${i}-${r}`}function cn(e,t){if(!e)return null;const i=t.getTime();for(const r of e){const a=new Date(r.period_begin).getTime(),o=new Date(r.period_end).getTime();if(!isNaN(a)&&!isNaN(o)&&i>=a&&i<=o)return r}return null}function Ra(e,t=new Date){if(!e)return{open:!1};if(e.twentyfourseven)return{open:!0};const i=cn(e.exceptional_closings,t);if(i)return{open:!1,nextChange:{time:new Date(i.period_end).toISOString().slice(11,16),label:"opens"}};const r=cn(e.exceptional_openings,t);if(r)return{open:!0,nextChange:{time:new Date(r.period_end).toISOString().slice(11,16),label:"closes"}};const a=zn(e.regular_hours),o=Ma(t.getDay()),s=o===1?7:o-1,l=t.getHours()*60+t.getMinutes();for(const d of a[s]){const c=Xe(d.period_begin),u=Xe(d.period_end);if((u<c||u===0)&&l<(u===0?1440:u))return{open:!0,nextChange:{time:d.period_end,label:"closes"}}}for(const d of a[o]){const c=Xe(d.period_begin),u=Xe(d.period_end),p=u<c||u===0?1440:u;if(l>=c&&l<p)return{open:!0,nextChange:{time:d.period_end,label:"closes"}};if(l<c)return{open:!1,nextChange:{time:d.period_begin,label:"opens"}}}for(let d=1;d<=7;d++){const c=(o-1+d)%7+1,u=a[c];if(u.length>0)return{open:!1,nextChange:{time:u[0].period_begin,label:"opens"}}}return{open:!1}}function ln(e,t=new Date){if(!e)return[];const i=t.getTime();return e.filter(r=>{const a=new Date(r.period_end).getTime();return!isNaN(a)&&a>=i})}function dn(e){const t=new Date(e.period_begin),i=new Date(e.period_end);if(isNaN(t.getTime())||isNaN(i.getTime()))return`${e.period_begin} – ${e.period_end}`;const r=Qe(t)===Qe(i),a=`${Qe(t)} ${t.toISOString().slice(11,16)}`,o=r?i.toISOString().slice(11,16):`${Qe(i)} ${i.toISOString().slice(11,16)}`;return`${a} – ${o}`}const La="OpeningHours-module_day",Ha="OpeningHours-module_dayLabel",Fa="OpeningHours-module_dayValue",za="OpeningHours-module_exceptional",Va="OpeningHours-module_exceptionalHeader",$a="OpeningHours-module_footnote",ve={day:La,dayLabel:Ha,dayValue:Fa,exceptional:za,exceptionalHeader:Va,footnote:$a},Ba=({openingTimes:e,chargingWhenClosed:t})=>{const{t:i}=B();if(!e)return null;const r=Ra(e),a=zn(e.regular_hours),o=ln(e.exceptional_closings),s=ln(e.exceptional_openings),l=e.twentyfourseven?i("location.open24_7"):r.open?i("location.openNow"):i("location.closedNow"),d=!e.twentyfourseven&&r.nextChange?r.nextChange.label==="closes"?i("location.closesAt",{time:r.nextChange.time}):i("location.opensAt",{time:r.nextChange.time}):void 0,c=!e.twentyfourseven||o.length>0||s.length>0||!!t,u={display:"flex",fontSize:12,lineHeight:1.5},f={minWidth:56,fontWeight:600},p={flex:"1 1 auto"},v={fontSize:11,color:"var(--roadmap-muted-color, #6a6a6a)",marginTop:6},y={fontWeight:600,marginBottom:2},T={fontSize:11,fontStyle:"italic",color:"var(--roadmap-muted-color, #6a6a6a)",marginTop:6};return n.jsx(se,{icon:n.jsx(xo,{}),text:l,hint:d,children:c?n.jsxs(n.Fragment,{children:[!e.twentyfourseven&&[1,2,3,4,5,6,7].map(N=>{const k=a[N],U=k.length===0?i("location.closed"):k.map(D=>ka(D.period_begin,D.period_end)).join(", ");return n.jsxs("div",{className:ve.day,style:u,children:[n.jsx("div",{className:ve.dayLabel,style:f,children:Ia(i,N)}),n.jsx("div",{className:ve.dayValue,style:p,children:U})]},N)}),o.length>0&&n.jsxs("div",{className:ve.exceptional,style:v,children:[n.jsx("div",{className:ve.exceptionalHeader,style:y,children:i("location.exceptionalClosings")}),o.map((N,k)=>n.jsx("div",{children:dn(N)},`c-${k}`))]}),s.length>0&&n.jsxs("div",{className:ve.exceptional,style:v,children:[n.jsx("div",{className:ve.exceptionalHeader,style:y,children:i("location.exceptionalOpenings")}),s.map((N,k)=>n.jsx("div",{children:dn(N)},`o-${k}`))]}),t&&n.jsx("div",{className:ve.footnote,style:T,children:i("location.chargingWhenClosed")})]}):null})},Ua=({parkingType:e})=>{const{t}=B();return!e||e==="PARKING_TYPE_UNKNOWN"?null:n.jsx(se,{icon:n.jsx("img",{src:wt,alt:"parking icon"}),text:Dn(t,e)})},Ya=({accessibility:e})=>e?n.jsx(se,{icon:n.jsx("img",{src:wt,alt:"accessibility icon"}),text:e==="TESLA"?"Tesla vehicles only":"All electric vehicles"}):null,Wa=({evse:e})=>n.jsx(se,{icon:n.jsx("img",{src:Ve,alt:"power icon"}),text:e.evse_id||"",hint:e.physical_reference||void 0}),Ga=({evse:e})=>{const{t,language:i}=B(),r=e.connectors[0],a=r?.power&&r?.connectorPowerType?`${On(i,Math.floor(Vo(r)))}kW`:null,o=[Pn(t,e.status),a].filter(Boolean).join(", ");return n.jsx(se,{icon:n.jsx(Fn,{color:he(e.status)}),text:o})},qa=({connector:e})=>n.jsx(se,{icon:n.jsx("img",{src:An(e),alt:"socket type"}),text:jn(e)}),Za=()=>{const{t:e}=B();return n.jsx(se,{icon:n.jsx("img",{src:Sn,alt:"pricing"}),text:e("evse.pricing")})};function At(e){return e?.currency?{currency:e.currency,id:e.id,country_code:e.country_code,party_id:e.party_id,elements:(e?.elements||[]).map(t=>({priceComponents:(t?.price_components||[]).map(i=>({type:(()=>{switch(i.type){case"FLAT":return"FLAT";case"TIME":return"TIME";case"ENERGY":return"ENERGY";case"PARKING_TIME":return"PARKING_TIME";case"CONGESTION_TIME":return"CONGESTION_TIME"}})(),price:i.price,vat:i.vat,stepSize:i.step_size})),...t?.restrictions?{restrictions:{startTime:t?.restrictions?.start_time,endTime:t?.restrictions?.end_time,startDate:t?.restrictions?.start_date,endDate:t?.restrictions?.end_date,dayOfWeek:t?.restrictions?.day_of_week,minDuration:t?.restrictions?.min_duration,maxDuration:t?.restrictions?.max_duration}}:{}}))}:null}const Ka=({tariff:e,additionalCharges:t})=>{const{t:i}=B(),r=e?.elements?.some(a=>a?.price_components?.some(o=>o.type==="CONGESTION_TIME"));return n.jsxs(n.Fragment,{children:[r&&n.jsx("div",{style:{padding:"0.8rem",margin:"0.8rem 0",backgroundColor:"#FFF4E5",borderLeft:"3px solid #FF9800",borderRadius:"4px",fontSize:"13px",color:"#663C00"},children:i("tariff.congestionPricing")}),n.jsx(St,{tariff:At(e),cdrAdditionalCharges:t})]})},Ja=["SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"];function un(e){const[t,i]=e.split(":").map(Number);return t*60+(i||0)}function Xa(e,t,i){const r=i.getHours()*60+i.getMinutes(),a=un(e),o=un(t);return o<a?r>=a||r<o:r>=a&&r<o}function Qa(e,t){if(xe(e))return!0;const i=e.restrictions;if(i.startTime&&i.endTime&&!Xa(i.startTime,i.endTime,t))return!1;if(i.dayOfWeek&&i.dayOfWeek.length>0){const r=Ja[t.getDay()];if(!i.dayOfWeek.includes(r))return!1}if(i.startDate){const r=new Date(i.startDate);if(!isNaN(r.getTime())&&t<r)return!1}if(i.endDate){const r=new Date(i.endDate);if(!isNaN(r.getTime())&&t>r)return!1}return!0}function es(e,t){const i=t.restrictions?.minDuration??0,r=t.restrictions?.maxDuration??0;return`${e}:${i}:${r}`}function ts(e,t=new Date){if(!e)return{elements:[],currency:""};const r=(e.elements||[]).filter(d=>Qa(d,t)),a={};r.forEach(d=>{const c=xe(d);(d.priceComponents||[]).forEach(u=>{const f=es(u.type,d),p=a[f];(!p||p.isBase&&!c)&&(a[f]={element:d,pc:u,isBase:c})})});const o=new Map,s=[];return Object.values(a).forEach(({element:d,pc:c})=>{o.has(d)||(o.set(d,[]),s.push(d)),o.get(d).push(c)}),{elements:s.map(d=>({...d,priceComponents:o.get(d)})),currency:e.currency||""}}const ns={display:"flex",flexWrap:"wrap",gap:6},Vn={fontSize:12,lineHeight:1.3,padding:"1px 8px",borderRadius:6,background:"color-mix(in srgb, var(--roadmap-brand-color, #6102d3) 12%, transparent)",color:"var(--roadmap-brand-color, #6102d3)",border:"1px solid color-mix(in srgb, var(--roadmap-brand-color, #6102d3) 30%, transparent)"},rs=Vn,is={ENERGY:"tariffPriceComponent.energy",TIME:"tariffPriceComponent.time",FLAT:"tariffPriceComponent.flat",PARKING_TIME:"tariffPriceComponent.parkingTime"},fn=["ENERGY","TIME","FLAT","PARKING_TIME"];function pn(e,t){return new Intl.NumberFormat(void 0,{style:"currency",currency:t||"EUR",maximumFractionDigits:2}).format(e)}function os(e){const t=e.vat?e.vat/100:0;return e.price+e.price*t}function $n(e,t){return e.type==="PARKING_TIME"&&(e.price||0)===0&&!!t?.maxDuration&&(!t.minDuration||t.minDuration===0)}function as(e,t){const i=[];return e.forEach(r=>{(r.priceComponents||[]).forEach(a=>{t&&(a.price||0)<=0&&!$n(a,r.restrictions)||i.push({pc:a,restrictions:r.restrictions})})}),i.sort((r,a)=>{const o=fn.indexOf(r.pc.type),s=fn.indexOf(a.pc.type);return o===-1?1:s===-1?-1:o-s})}const ss=({elements:e,currency:t,skipZero:i=!0,highlight:r=!1,additionalCharges:a=[]})=>{const{t:o}=B(),s=as(e,i),l=r?rs:Vn;return s.length===0&&a.length===0?null:n.jsxs("div",{style:ns,children:[s.map(({pc:d,restrictions:c},u)=>{if($n(d,c))return n.jsx("div",{style:l,children:o("tariffPriceComponent.parkingTimeWait",{minutes:String(Math.floor(c.maxDuration/60))})},`pc-${u}`);const f=is[d.type];return f?n.jsx("div",{style:l,children:o(f,{total:pn(os(d),t)})},`pc-${u}`):null}),a.map(d=>{if(d.type!=="FLAT_FEE")return null;const c=d.price+(d.vat?d.price*(d.vat/100):0);return n.jsx("div",{style:l,children:o("cdrPrice.flatFee",{total:pn(c,t)})},`cdr-${d.id}`)})]})},hn={display:"flex",flexDirection:"column",gap:4,padding:"6px 0"},cs={display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",gap:8,fontSize:12,color:"var(--roadmap-muted-color, #6a6a6a)"},ls={display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",gap:8},He=({elements:e,currency:t,label:i,trailing:r,highlight:a=!1,additionalCharges:o,onClick:s})=>{const l=!!s,d=l?{...hn,cursor:"pointer",userSelect:"none"}:hn,c=u=>{s&&(u.key==="Enter"||u.key===" ")&&(u.preventDefault(),s())};return n.jsxs("div",{style:d,role:l?"button":void 0,tabIndex:l?0:void 0,onClick:s,onKeyDown:l?c:void 0,children:[i!=null&&n.jsx("div",{style:cs,children:i}),n.jsxs("div",{style:ls,children:[n.jsx(ss,{elements:e,currency:t,highlight:a,additionalCharges:o}),r]})]})},Bn={fontSize:12,fontWeight:600,padding:"4px 12px",borderRadius:6,cursor:"pointer",background:"transparent",color:"var(--roadmap-brand-color, #6102d3)",border:"1px solid color-mix(in srgb, var(--roadmap-brand-color, #6102d3) 40%, transparent)"},ds={...Bn,cursor:"default",opacity:.6},us={display:"flex",alignItems:"center",gap:6,fontSize:12,color:"var(--roadmap-brand-color, #6102d3)"},fs={fontSize:11,color:"var(--roadmap-muted-color, #6a6a6a)",marginTop:6},ps=({type:e,country_code:t,party_id:i,location_id:r,evse_uid:a})=>{const{t:o,reportProblem:s}=B(),[l,d]=h.useState("idle"),c=async u=>{if(u.stopPropagation(),!(l==="submitting"||l==="done")){d("submitting");try{await s?.({type:e,country_code:t,party_id:i,location_id:r,evse_uid:a}),d("done")}catch{d("error")}}};return l==="done"?n.jsxs("div",{style:us,children:[n.jsx(To,{}),n.jsx("span",{children:o("tariff.reportThanks")})]}):n.jsxs(n.Fragment,{children:[n.jsx("button",{type:"button",onClick:c,disabled:l==="submitting",style:l==="submitting"?ds:Bn,children:o("tariff.report")}),l==="error"&&n.jsx("div",{style:fs,children:o("tariff.reportError")})]})},hs={display:"flex",flexDirection:"column",alignItems:"flex-start",gap:10,padding:"14px 14px",marginTop:6,borderRadius:8,background:"color-mix(in srgb, var(--roadmap-text-color, #2a2a2a) 4%, transparent)"},ms={fontSize:12,fontStyle:"italic",color:"var(--roadmap-muted-color, #6a6a6a)"},Ct=({country_code:e,party_id:t,location_id:i,evse_uid:r})=>{const{t:a}=B();return n.jsxs("div",{style:hs,children:[n.jsx("div",{style:ms,children:a("tariffPriceComponent.noTariff")}),n.jsx(ps,{type:"missing_tariff",country_code:e,party_id:t,location_id:i,evse_uid:r})]})},gs={display:"inline-flex",alignItems:"center",justifyContent:"center",color:"var(--roadmap-muted-color, #6a6a6a)",flex:"0 0 auto"},vs=({tariff:e,additionalCharges:t=[],evseId:i,evseUid:r,countryCode:a,partyId:o,locationId:s,locationName:l,setView:d})=>{const c=e?At(e):null,{elements:u,currency:f}=ts(c),p=u.map(T=>({...T,priceComponents:(T.priceComponents||[]).filter(N=>!!((N.price||0)>0||N.type==="PARKING_TIME"&&T.restrictions?.maxDuration&&(!T.restrictions.minDuration||T.restrictions.minDuration===0)))})).filter(T=>T.priceComponents.length>0);if(!(!!c&&p.length>0))return n.jsxs(n.Fragment,{children:[n.jsx(Ct,{country_code:a,party_id:o,location_id:s,evse_uid:r}),t.length>0&&n.jsx(He,{elements:[],currency:f,additionalCharges:t})]});const y=()=>d("tariffDetails",{tariff:e,additionalCharges:t,locationName:l,evseId:i,evseUid:r,countryCode:a,partyId:o,locationId:s});return n.jsx(He,{elements:p,currency:f,highlight:!0,additionalCharges:t,onClick:y,trailing:n.jsx("span",{style:gs,children:n.jsx(En,{})})})},Cs=({connector:e,tariffs:t,cdrAdditionalCharges:i,location:r,evseId:a,evseUid:o,setView:s})=>{const l=t?.find(d=>d.id===e?.tariff_ids?.[0]);return n.jsxs(n.Fragment,{children:[n.jsx(qa,{connector:e}),n.jsx(Za,{}),n.jsx(vs,{tariff:l,additionalCharges:i,evseId:a,evseUid:o||"",countryCode:r.country_code,partyId:r.party_id,locationId:r.id,locationName:r.name,setView:s})]})},ys={background:"color-mix(in srgb, var(--roadmap-text-color, #2a2a2a) 4%, transparent)",borderRadius:8,padding:"8px 12px",marginTop:12},xs={paddingLeft:10,marginTop:10},Ts=({evse:e,tariffs:t,cdrAdditionalCharges:i,location:r,setView:a})=>{const o=he(e.status),s={...xs,borderLeft:`3px solid ${o}`,borderRadius:2};return n.jsxs("div",{style:ys,children:[n.jsx(Wa,{evse:e}),n.jsx(Ga,{evse:e}),e.connectors.map((l,d)=>n.jsx("div",{style:s,children:n.jsx(Cs,{connector:l,tariffs:t,cdrAdditionalCharges:i,location:r,evseId:e.evse_id,evseUid:e.uid,setView:a})},`connector-${d}`))]})},bs={fontSize:12,fontStyle:"italic",lineHeight:1.5,color:"var(--roadmap-text-color, #2a2a2a)",padding:"12px 0 12px 12px",margin:"8px 0",borderLeft:"3px solid color-mix(in srgb, var(--roadmap-text-color, #2a2a2a) 20%, transparent)"};function Es(e,t){if(!e||e.length===0)return;const i=(t||"").toLowerCase(),r=e.find(o=>o.language?.toLowerCase()===i);return r?r.text:(e.find(o=>o.language?.toLowerCase()==="en")||e[0])?.text}const _s=({directions:e})=>{const{language:t}=B(),i=Es(e||[],t);return i?n.jsx("div",{style:bs,children:i}):null},ws=({currentLocation:e,setView:t})=>{const{options:i}=B();return n.jsxs("div",{className:E.container,children:[i.context==="cpo"&&n.jsx("div",{className:E.publishingMode,children:e?.publish?"Public location":"Private location"}),n.jsx(_s,{directions:e.directions}),n.jsx(ba,{location:e}),n.jsx(Ea,{evses:e.evses}),n.jsx(Pa,{operator:e.operator,suboperator:e.suboperator||e.subOperator,fallbackOperatorName:e.operator_name||e.operatorName,fallbackSuboperatorName:e.suboperator_name||e.suboperatorName}),n.jsx(Ba,{openingTimes:e.opening_times,chargingWhenClosed:e.charging_when_closed}),n.jsx(Ua,{parkingType:e.parkingType}),n.jsx(Ya,{accessibility:e.charging_accessibility}),e.evses?.map(r=>n.jsx(Ts,{evse:r,tariffs:e.tariffs,cdrAdditionalCharges:e.cdrAdditionalCharges||[],location:e,setView:t},`${r.evse_id}-${r.uid}`))]})},Ns=()=>{const{setView:e}=De(),{locations:t,locationsStatus:i,options:r}=B(),[a,o]=h.useState(0);h.useEffect(()=>{o(0)},[t]);const s=t[a];if(i.type==="loading"||!s)return n.jsx("div",{className:E.container,children:n.jsx(Co,{})});const{evses:l=[],cdrAdditionalCharges:d}=s,c=a<t.length-1,u=a>0,f=window.location?.search?.includes("debug"),p=()=>{switch(r.version){case"v2":return[s?.address,s?.city];default:return[s?.address,s?.city]}},v=r.version==="v2";return n.jsxs(n.Fragment,{children:[f&&s&&n.jsx(Oo,{location:s}),n.jsx("div",{className:E.headerContainer,children:n.jsxs("div",{className:E.header,children:[t.length>1&&n.jsxs("div",{className:E.pagingation,children:[n.jsxs("span",{children:[a+1," / ",t.length]}),n.jsx("button",{disabled:!u,onClick:()=>{o(Math.max(0,a-1))},children:n.jsx(bn,{})}),n.jsx("button",{disabled:!c,onClick:()=>o(Math.min(t.length-1,a+1)),children:n.jsx(En,{})})]}),p().filter(Boolean).join(", ")]})}),!v&&n.jsx(sa,{setView:e,cdrAdditionalCharges:d,currentLocation:s,evses:l}),v&&n.jsx(ws,{setView:e,currentLocation:s})]})},Ss="BackButton-module_backButton",As={backButton:Ss};function Ot({onClick:e=()=>{}}){const{t}=B();return n.jsxs("button",{onClick:e,className:As.backButton,children:[n.jsx(bn,{}),t("backButton.backTo")]})}function Os(){const{t:e}=B(),{current:t,setView:i}=De(),{notes:r=[],evseId:a,locationName:o}=t?.args||{};return n.jsxs(n.Fragment,{children:[n.jsx("div",{className:E.headerContainer,children:n.jsxs("div",{className:E.header,onClick:()=>i("locations"),style:{cursor:"pointer"},children:[n.jsx(Ot,{}),o?.text||o]})}),n.jsxs("div",{className:E.container,children:[n.jsx("div",{className:E.subheader,children:e("tariffNote.subHeader")}),a&&n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:Ve,alt:"power icon"}),n.jsx("div",{className:E.text,children:a})]}),r.map(s=>n.jsx("p",{className:E.note,children:s},s))]})]})}function js(){const{t:e}=B(),{current:t,setView:i}=De(),{connector:r,tariff:a,additionalCharges:o,locationName:s,evseId:l,notes:d}=t?.args||{};return a||r?.tariff?n.jsxs(n.Fragment,{children:[n.jsx("div",{className:E.headerContainer,children:n.jsxs("div",{className:E.header,onClick:()=>i("locations"),style:{cursor:"pointer"},children:[n.jsx(Ot,{}),s]})}),n.jsxs("div",{className:E.container,children:[n.jsx("div",{className:E.subheader,children:e("dynamicTariffs.subHeader")}),n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:Ve,alt:"power icon"}),n.jsx("div",{className:E.text,children:l})]}),a&&n.jsx(Ka,{tariff:a,additionalCharges:o}),r.tariff&&n.jsx(St,{tariff:r.tariff,compact:!1}),n.jsxs("div",{className:E.tariffNoteLink,onClick:()=>{i("tariffNote",{locationName:s,evseId:l,notes:d})},children:[n.jsx(_n,{})," ",e("tariffPriceComponent.viewTariff")]})]})]}):null}const Ps=Intl.DateTimeFormat().resolvedOptions().timeZone,pt={display:"flex",flexDirection:"column",gap:4,marginTop:14},mn={fontSize:12,fontWeight:600,textTransform:"capitalize",lineHeight:1.4},Ds={fontSize:12,lineHeight:1.5,color:"var(--roadmap-text-color, #2a2a2a)",marginTop:8},Is={fontSize:11,color:"var(--roadmap-muted-color, #6a6a6a)",marginTop:6};function et(e){const t=new Date(0);return t.setHours(Math.floor(e/60),e%60,0,0),t.toLocaleTimeString("nl",{hour:"2-digit",minute:"2-digit"})}function ks(e){const{format:t}=new Intl.DateTimeFormat(e,{weekday:"long"});return["SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"].reduce((i,r,a)=>(i[r]=t(new Date(Date.UTC(2023,9,a+1))),i),{})}function Ms(e){return(e.priceComponents||[]).some(t=>!!((t.price||0)>0||t.type==="PARKING_TIME"&&e.restrictions?.maxDuration&&(!e.restrictions.minDuration||e.restrictions.minDuration===0)))}function Rs(e,t){return!e||e.length===0?void 0:(e.find(r=>r.language?.toLowerCase()===t?.toLowerCase())||e[0])?.text}function Ls(e,t){if(!e)return;const i=new Date(e);if(!isNaN(i.getTime()))return new Intl.DateTimeFormat(t,{year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"}).format(i)}function Hs(){const{t:e,language:t}=B(),{current:i,setView:r}=De(),{tariff:a,additionalCharges:o,locationName:s,evseId:l,evseUid:d,countryCode:c,partyId:u,locationId:f}=i?.args||{};if(!a)return null;const p=At(a),v={country_code:c||a.country_code||"",party_id:u||a.party_id||"",location_id:f||"",evse_uid:d||""},y=Rs(a.tariff_alt_text,t),T=Ls(a.last_updated,t),N=()=>n.jsx("div",{className:E.headerContainer,children:n.jsxs("div",{className:E.header,onClick:()=>r("locations"),style:{cursor:"pointer"},children:[n.jsx(Ot,{}),s]})});if(!p)return n.jsxs(n.Fragment,{children:[N(),n.jsx("div",{className:E.container,children:n.jsx(Ct,{...v})})]});const k=(p.elements||[]).filter(Ms),U=p.currency||"",D=o||[],j=k.filter(xe),C=Nt({elements:k,limit:40,now:new Date}),Y=C.length?[]:Hn(k,Ps,new Date),re=!Y.some(Z=>Z.isActive),ae=ks(t);return n.jsxs(n.Fragment,{children:[N(),n.jsxs("div",{className:E.container,children:[n.jsx("div",{className:E.subheader,children:e("tariff.fullDetailsHeader")}),l&&n.jsx(se,{icon:n.jsx("img",{src:Ve,alt:"power icon"}),text:l}),y&&n.jsx("div",{style:Ds,children:y}),T&&n.jsx("div",{style:Is,children:e("tariff.lastUpdated",{date:T})}),j.length>0&&n.jsx("div",{style:pt,children:n.jsx(He,{elements:j,currency:U,highlight:Y.length>0&&re,additionalCharges:D})}),Y.map(Z=>n.jsxs("div",{style:pt,children:[n.jsx("div",{style:mn,children:Z.days.map(W=>ae[W]).join(" – ")}),Z.items.map((W,K)=>n.jsx(He,{elements:W.elements||[],currency:U,highlight:!!W.isActive,label:W.isFullDay?void 0:`${et(W.startTime)} – ${et(W.endTime)}`},K))]},Z.days.join("-"))),C.map((Z,W)=>n.jsxs("div",{style:pt,children:[n.jsx("div",{style:mn,children:e("tariffPriceComponent.dynamicTariffHeader",{date:new Intl.DateTimeFormat(t,{weekday:"long",month:"short",day:"numeric"}).format(Z.date)})}),Z.items.map((K,ce)=>n.jsx(He,{elements:K.elements||[],currency:U,highlight:!!K.isActive,label:`${et(K.startTime)} – ${et(K.endTime)}`},ce))]},W)),Y.length===0&&C.length===0&&j.length===0&&n.jsx(Ct,{...v})]})]})}const Fs="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='10'%20height='11'%20viewBox='0%200%2010%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.48751%205.99758L9.85376%202.63133C10.0484%202.43664%2010.0484%202.1207%209.85376%201.9257L9.07157%201.14351C8.87688%200.948826%208.56095%200.948826%208.36595%201.14351L5.00001%204.51008L1.63376%201.14383C1.43907%200.949138%201.12313%200.949138%200.928135%201.14383L0.14626%201.9257C-0.0484277%202.12039%20-0.0484277%202.43633%200.14626%202.63133L3.51251%205.99758L0.14626%209.36383C-0.0484277%209.55851%20-0.0484277%209.87445%200.14626%2010.0695L0.928447%2010.8516C1.12313%2011.0463%201.43907%2011.0463%201.63407%2010.8516L5.00001%207.48508L8.36626%2010.8513C8.56095%2011.046%208.87688%2011.046%209.07188%2010.8513L9.85407%2010.0691C10.0488%209.87445%2010.0488%209.55851%209.85407%209.36351L6.48751%205.99758Z'%20fill='black'/%3e%3c/svg%3e",zs="CloseButton-module_closeButton",Vs={closeButton:zs};function Un({onClick:e}){return n.jsx("button",{onClick:e,className:Vs.closeButton,children:n.jsx("img",{src:Fs})})}function $s(){const[e,t]=h.useState("locations"),{setView:i}=De();return n.jsxs(pe,{name:"locations",currentView:e,onViewChange:t,children:[n.jsx(pe.View,{name:"locations",children:n.jsxs(Pe,{children:[n.jsx(Un,{onClick:()=>i("none")}),n.jsx(Ns,{})]})}),n.jsx(pe.View,{name:"tariffNote",children:n.jsx(Pe,{children:n.jsx(Os,{})})}),n.jsx(pe.View,{name:"dynamicTariff",children:n.jsx(Pe,{children:n.jsx(js,{})})}),n.jsx(pe.View,{name:"tariffDetails",children:n.jsx(Pe,{children:n.jsx(Hs,{})})})]})}const Bs="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3cpath%20d='M14.4985%200H1.50178C0.169343%200%20-0.502939%201.61659%200.441124%202.56066L5.5%207.62131V13C5.5%2013.4721%205.72228%2013.9167%206.1%2014.25L8.1%2015.7208C9.07728%2016.4038%2010.5%2015.7689%2010.5%2014.5208V7.62131L15.5592%202.56066C16.5013%201.6185%2015.8336%200%2014.4985%200ZM9%207V14.5L7%2013V7L1.5%201.5H14.5L9%207Z'%20fill='currentColor'%20/%3e%3c/svg%3e";function Us(){const{locationIds:e,fetchLocations:t,filters:i,isSearching:r}=B(),[a,o]=h.useState("none");return h.useEffect(()=>{e.length>0&&o("locations")},[e,o]),n.jsxs("div",{className:Te.container,children:[n.jsxs("div",{className:Te.controlsContainer,children:[n.jsx(ai,{onFocus:()=>{o("none")}}),n.jsxs("div",{className:Te.filterButton,onClick:()=>{o("filters")},children:[r??!1?n.jsx("div",{className:Te.spinner}):n.jsx("img",{className:Te.filterIcon,src:Bs}),qi(i)&&!(r??!1)&&n.jsx("span",{className:Te.filterCounter})]})]}),n.jsx("div",{className:Te.stackContainer,children:n.jsxs(pe,{name:"router",currentView:a,onViewChange:s=>{o(s)},children:[n.jsx(pe.View,{name:"locations",children:n.jsx($s,{})}),n.jsx(pe.View,{name:"filters",children:n.jsxs(Pe,{children:[n.jsx(Un,{onClick:()=>o("none")}),n.jsx(Xi,{})]})})]})})]})}function Yn(e){return!e.shadowRoot&&e?.theming?.backgroundColor?n.jsx(Ys,{...e}):n.jsx(lr,{options:e,language:e.language,children:n.jsxs(dr,{height:e?.height,children:[n.jsx(Us,{}),n.jsx(Sr,{})]})})}const Ys=e=>{const t=h.useRef(null),i=h.useRef(null),r=h.useRef(null),a=h.useRef(!1);return h.useEffect(()=>{const o=t.current;if(!o||a.current)return;const s=o.attachShadow({mode:"open"});r.current=s;let l="https://mapsdk.road.io/styles.css";e.sdkRoot&&(l=e.sdkRoot+"/styles.css");const d=document.createElement("link");d.rel="stylesheet",d.type="text/css",d.href=l,s.appendChild(d);const c=Wn.createRoot(s);return i.current=c,a.current=!0,()=>{i.current&&(i.current.unmount(),i.current=null),r.current=null,a.current=!1}},[]),h.useEffect(()=>{if(!i.current||!r.current)return;const o=h.createElement(Yn,{...e,shadowRoot:r.current});i.current.render(o)},[e]),n.jsx("div",{ref:t,style:{height:"100%",width:"100%"}})};exports.RoadMap=Yn;
|
|
28
|
+
Valid keys: `+JSON.stringify(Object.keys(m),null," "));var x=te(M,F,P,L,I+"."+F,i);if(x)return x}return null}return N(g)}function _(m){switch(typeof m){case"number":case"string":case"undefined":return!0;case"boolean":return!m;case"object":if(Array.isArray(m))return m.every(_);if(m===null||l(m))return!0;var g=f(m);if(g){var S=g.call(m),A;if(g!==m.entries){for(;!(A=S.next()).done;)if(!_(A.value))return!1}else for(;!(A=S.next()).done;){var P=A.value;if(P&&!_(P[1]))return!1}}else return!1;return!0;default:return!1}}function R(m,g){return m==="symbol"?!0:g?g["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&g instanceof Symbol:!1}function G(m){var g=typeof m;return Array.isArray(m)?"array":m instanceof RegExp?"object":R(g,m)?"symbol":g}function ee(m){if(typeof m>"u"||m===null)return""+m;var g=G(m);if(g==="object"){if(m instanceof Date)return"date";if(m instanceof RegExp)return"regexp"}return g}function fe(m){var g=ee(m);switch(g){case"array":case"object":return"an "+g;case"boolean":case"date":case"regexp":return"a "+g;default:return g}}function we(m){return!m.constructor||!m.constructor.name?p:m.constructor.name}return v.checkPropTypes=a,v.resetWarningCache=a.resetWarningCache,v.PropTypes=v,v},dt}var ut,$t;function kr(){if($t)return ut;$t=1;var e=Tt();function t(){}function i(){}return i.resetWarningCache=t,ut=function(){function r(s,l,d,c,u,f){if(f!==e){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}}r.isRequired=r;function a(){return r}var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:a,element:r,elementType:r,instanceOf:a,node:r,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:i,resetWarningCache:t};return o.PropTypes=o,o},ut}var Bt;function Mr(){if(Bt)return Be.exports;if(Bt=1,process.env.NODE_ENV!=="production"){var e=Cn(),t=!0;Be.exports=Ir()(e.isElement,t)}else Be.exports=kr()();return Be.exports}var Rr=Mr();const O=Ar(Rr);function Lr(e,t){return e.classList?!!t&&e.classList.contains(t):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")!==-1}function Hr(e,t){e.classList?e.classList.add(t):Lr(e,t)||(typeof e.className=="string"?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}function Ut(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function Fr(e,t){e.classList?e.classList.remove(t):typeof e.className=="string"?e.className=Ut(e.className,t):e.setAttribute("class",Ut(e.className&&e.className.baseVal||"",t))}const Yt={disabled:!1};var zr=process.env.NODE_ENV!=="production"?O.oneOfType([O.number,O.shape({enter:O.number,exit:O.number,appear:O.number}).isRequired]):null,Vr=process.env.NODE_ENV!=="production"?O.oneOfType([O.string,O.shape({enter:O.string,exit:O.string,active:O.string}),O.shape({enter:O.string,enterDone:O.string,enterActive:O.string,exit:O.string,exitDone:O.string,exitActive:O.string})]):null;const bt=h.createContext(null);var xn=function(t){return t.scrollTop},Re="unmounted",be="exited",oe="entering",de="entered",Fe="exiting",ue=(function(e){xt(t,e);function t(r,a){var o;o=e.call(this,r,a)||this;var s=a,l=s&&!s.isMounting?r.enter:r.appear,d;return o.appearStatus=null,r.in?l?(d=be,o.appearStatus=oe):d=de:r.unmountOnExit||r.mountOnEnter?d=Re:d=be,o.state={status:d},o.nextCallback=null,o}t.getDerivedStateFromProps=function(a,o){var s=a.in;return s&&o.status===Re?{status:be}:null};var i=t.prototype;return i.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},i.componentDidUpdate=function(a){var o=null;if(a!==this.props){var s=this.state.status;this.props.in?s!==oe&&s!==de&&(o=oe):(s===oe||s===de)&&(o=Fe)}this.updateStatus(!1,o)},i.componentWillUnmount=function(){this.cancelNextCallback()},i.getTimeouts=function(){var a=this.props.timeout,o,s,l;return o=s=l=a,a!=null&&typeof a!="number"&&(o=a.exit,s=a.enter,l=a.appear!==void 0?a.appear:s),{exit:o,enter:s,appear:l}},i.updateStatus=function(a,o){if(a===void 0&&(a=!1),o!==null)if(this.cancelNextCallback(),o===oe){if(this.props.unmountOnExit||this.props.mountOnEnter){var s=this.props.nodeRef?this.props.nodeRef.current:Me.findDOMNode(this);s&&xn(s)}this.performEnter(a)}else this.performExit();else this.props.unmountOnExit&&this.state.status===be&&this.setState({status:Re})},i.performEnter=function(a){var o=this,s=this.props.enter,l=this.context?this.context.isMounting:a,d=this.props.nodeRef?[l]:[Me.findDOMNode(this),l],c=d[0],u=d[1],f=this.getTimeouts(),p=l?f.appear:f.enter;if(!a&&!s||Yt.disabled){this.safeSetState({status:de},function(){o.props.onEntered(c)});return}this.props.onEnter(c,u),this.safeSetState({status:oe},function(){o.props.onEntering(c,u),o.onTransitionEnd(p,function(){o.safeSetState({status:de},function(){o.props.onEntered(c,u)})})})},i.performExit=function(){var a=this,o=this.props.exit,s=this.getTimeouts(),l=this.props.nodeRef?void 0:Me.findDOMNode(this);if(!o||Yt.disabled){this.safeSetState({status:be},function(){a.props.onExited(l)});return}this.props.onExit(l),this.safeSetState({status:Fe},function(){a.props.onExiting(l),a.onTransitionEnd(s.exit,function(){a.safeSetState({status:be},function(){a.props.onExited(l)})})})},i.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},i.safeSetState=function(a,o){o=this.setNextCallback(o),this.setState(a,o)},i.setNextCallback=function(a){var o=this,s=!0;return this.nextCallback=function(l){s&&(s=!1,o.nextCallback=null,a(l))},this.nextCallback.cancel=function(){s=!1},this.nextCallback},i.onTransitionEnd=function(a,o){this.setNextCallback(o);var s=this.props.nodeRef?this.props.nodeRef.current:Me.findDOMNode(this),l=a==null&&!this.props.addEndListener;if(!s||l){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var d=this.props.nodeRef?[this.nextCallback]:[s,this.nextCallback],c=d[0],u=d[1];this.props.addEndListener(c,u)}a!=null&&setTimeout(this.nextCallback,a)},i.render=function(){var a=this.state.status;if(a===Re)return null;var o=this.props,s=o.children;o.in,o.mountOnEnter,o.unmountOnExit,o.appear,o.enter,o.exit,o.timeout,o.addEndListener,o.onEnter,o.onEntering,o.onEntered,o.onExit,o.onExiting,o.onExited,o.nodeRef;var l=vn(o,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return h.createElement(bt.Provider,{value:null},typeof s=="function"?s(a,l):h.cloneElement(h.Children.only(s),l))},t})(h.Component);ue.contextType=bt;ue.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:O.shape({current:typeof Element>"u"?O.any:function(e,t,i,r,a,o){var s=e[t];return O.instanceOf(s&&"ownerDocument"in s?s.ownerDocument.defaultView.Element:Element)(e,t,i,r,a,o)}}),children:O.oneOfType([O.func.isRequired,O.element.isRequired]).isRequired,in:O.bool,mountOnEnter:O.bool,unmountOnExit:O.bool,appear:O.bool,enter:O.bool,exit:O.bool,timeout:function(t){var i=zr;t.addEndListener||(i=i.isRequired);for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return i.apply(void 0,[t].concat(a))},addEndListener:O.func,onEnter:O.func,onEntering:O.func,onEntered:O.func,onExit:O.func,onExiting:O.func,onExited:O.func}:{};function Ne(){}ue.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Ne,onEntering:Ne,onEntered:Ne,onExit:Ne,onExiting:Ne,onExited:Ne};ue.UNMOUNTED=Re;ue.EXITED=be;ue.ENTERING=oe;ue.ENTERED=de;ue.EXITING=Fe;var $r=function(t,i){return t&&i&&i.split(" ").forEach(function(r){return Hr(t,r)})},ft=function(t,i){return t&&i&&i.split(" ").forEach(function(r){return Fr(t,r)})},Et=(function(e){xt(t,e);function t(){for(var r,a=arguments.length,o=new Array(a),s=0;s<a;s++)o[s]=arguments[s];return r=e.call.apply(e,[this].concat(o))||this,r.appliedClasses={appear:{},enter:{},exit:{}},r.onEnter=function(l,d){var c=r.resolveArguments(l,d),u=c[0],f=c[1];r.removeClasses(u,"exit"),r.addClass(u,f?"appear":"enter","base"),r.props.onEnter&&r.props.onEnter(l,d)},r.onEntering=function(l,d){var c=r.resolveArguments(l,d),u=c[0],f=c[1],p=f?"appear":"enter";r.addClass(u,p,"active"),r.props.onEntering&&r.props.onEntering(l,d)},r.onEntered=function(l,d){var c=r.resolveArguments(l,d),u=c[0],f=c[1],p=f?"appear":"enter";r.removeClasses(u,p),r.addClass(u,p,"done"),r.props.onEntered&&r.props.onEntered(l,d)},r.onExit=function(l){var d=r.resolveArguments(l),c=d[0];r.removeClasses(c,"appear"),r.removeClasses(c,"enter"),r.addClass(c,"exit","base"),r.props.onExit&&r.props.onExit(l)},r.onExiting=function(l){var d=r.resolveArguments(l),c=d[0];r.addClass(c,"exit","active"),r.props.onExiting&&r.props.onExiting(l)},r.onExited=function(l){var d=r.resolveArguments(l),c=d[0];r.removeClasses(c,"exit"),r.addClass(c,"exit","done"),r.props.onExited&&r.props.onExited(l)},r.resolveArguments=function(l,d){return r.props.nodeRef?[r.props.nodeRef.current,l]:[l,d]},r.getClassNames=function(l){var d=r.props.classNames,c=typeof d=="string",u=c&&d?d+"-":"",f=c?""+u+l:d[l],p=c?f+"-active":d[l+"Active"],v=c?f+"-done":d[l+"Done"];return{baseClassName:f,activeClassName:p,doneClassName:v}},r}var i=t.prototype;return i.addClass=function(a,o,s){var l=this.getClassNames(o)[s+"ClassName"],d=this.getClassNames("enter"),c=d.doneClassName;o==="appear"&&s==="done"&&c&&(l+=" "+c),s==="active"&&a&&xn(a),l&&(this.appliedClasses[o][s]=l,$r(a,l))},i.removeClasses=function(a,o){var s=this.appliedClasses[o],l=s.base,d=s.active,c=s.done;this.appliedClasses[o]={},l&&ft(a,l),d&&ft(a,d),c&&ft(a,c)},i.render=function(){var a=this.props;a.classNames;var o=vn(a,["classNames"]);return h.createElement(ue,tt({},o,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t})(h.Component);Et.defaultProps={classNames:""};Et.propTypes=process.env.NODE_ENV!=="production"?tt({},ue.propTypes,{classNames:Vr,onEnter:O.func,onEntering:O.func,onEntered:O.func,onExit:O.func,onExiting:O.func,onExited:O.func}):{};var Ye,We;function Br(e,t){return!(e===t||h.isValidElement(e)&&h.isValidElement(t)&&e.key!=null&&e.key===t.key)}var ye={out:"out-in",in:"in-out"},nt=function(t,i,r){return function(){var a;t.props[i]&&(a=t.props)[i].apply(a,arguments),r()}},Ur=(Ye={},Ye[ye.out]=function(e){var t=e.current,i=e.changeState;return h.cloneElement(t,{in:!1,onExited:nt(t,"onExited",function(){i(oe,null)})})},Ye[ye.in]=function(e){var t=e.current,i=e.changeState,r=e.children;return[t,h.cloneElement(r,{in:!0,onEntered:nt(r,"onEntered",function(){i(oe)})})]},Ye),Yr=(We={},We[ye.out]=function(e){var t=e.children,i=e.changeState;return h.cloneElement(t,{in:!0,onEntered:nt(t,"onEntered",function(){i(de,h.cloneElement(t,{in:!0}))})})},We[ye.in]=function(e){var t=e.current,i=e.children,r=e.changeState;return[h.cloneElement(t,{in:!1,onExited:nt(t,"onExited",function(){r(de,h.cloneElement(i,{in:!0}))})}),h.cloneElement(i,{in:!0})]},We),_t=(function(e){xt(t,e);function t(){for(var r,a=arguments.length,o=new Array(a),s=0;s<a;s++)o[s]=arguments[s];return r=e.call.apply(e,[this].concat(o))||this,r.state={status:de,current:null},r.appeared=!1,r.changeState=function(l,d){d===void 0&&(d=r.state.current),r.setState({status:l,current:d})},r}var i=t.prototype;return i.componentDidMount=function(){this.appeared=!0},t.getDerivedStateFromProps=function(a,o){return a.children==null?{current:null}:o.status===oe&&a.mode===ye.in?{status:oe}:o.current&&Br(o.current,a.children)?{status:Fe}:{current:h.cloneElement(a.children,{in:!0})}},i.render=function(){var a=this.props,o=a.children,s=a.mode,l=this.state,d=l.status,c=l.current,u={children:o,current:c,changeState:this.changeState,status:d},f;switch(d){case oe:f=Yr[s](u);break;case Fe:f=Ur[s](u);break;case de:f=c}return h.createElement(bt.Provider,{value:{isMounting:!this.appeared}},f)},t})(h.Component);_t.propTypes=process.env.NODE_ENV!=="production"?{mode:O.oneOf([ye.in,ye.out]),children:O.oneOfType([O.element.isRequired])}:{};_t.defaultProps={mode:ye.out};const Wr="stack-module_stack",Gr="stack-module_slideEnter",qr="stack-module_slideEnterActive",Zr="stack-module_slideExit",Kr="stack-module_slideExitActive",Ce={stack:Wr,slideEnter:Gr,slideEnterActive:qr,slideExit:Zr,slideExitActive:Kr};function Jr({name:e,children:t}){return n.jsx("div",{className:Ce.stack,children:t})}const Tn=h.createContext({setView:()=>{},current:{name:"none"}});function De(){return h.useContext(Tn)}function pe({name:e,currentView:t,onViewChange:i,children:r}){const a={none:{name:"none",ref:h.createRef(),view:null}};h.Children.forEach(r,f=>{if(!h.isValidElement(f))return;const{name:p}=f.props;if(!p)throw new Error("name is required for Stack.View");a[p]={name:p,ref:h.createRef(),view:f}});const[o,s]=h.useState(a[t].ref);h.useEffect(()=>{s(a[t].ref)},[t]);const{view:l}=a[t],[d,c]=h.useState({}),u=h.useMemo(()=>({current:{name:t,args:d},setView:(f,p)=>{c(p),i(f,p)}}),[t,i,d,c]);return n.jsx(Tn.Provider,{value:u,children:n.jsx(_t,{mode:"out-in",children:n.jsx(Et,{classNames:{enter:Ce.slideEnter,enterActive:Ce.slideEnterActive,enterDone:Ce.slideEnterDone,exit:Ce.slideExit,exitActive:Ce.slideExitActive,exitDone:Ce.slideExitDone},mountOnEnter:!0,unmountOnExit:!0,timeout:300,nodeRef:o,addEndListener:f=>{o.current.addEventListener("transitionend",f,!1)},children:n.jsx("div",{className:Ce.stack,ref:o,children:l})},t)})})}pe.View=Jr;const Xr="router-module_container",Qr="router-module_controlsContainer",ei="router-module_filterButton",ti="router-module_filterCounter",ni="router-module_spinner",ri="router-module_stackContainer",Te={container:Xr,controlsContainer:Qr,filterButton:ei,filterCounter:ti,spinner:ni,stackContainer:ri},ii="SearchInput-module_container",oi="SearchInput-module_searchInput",Wt={container:ii,searchInput:oi};function ai({onFocus:e}){const{options:t,setPlace:i,t:r,language:a}=B(),o=t.googleApiKey,s=h.useRef(null),l=gn(o,a);return h.useEffect(()=>{s.current&&l.importLibrary("places").then(d=>{const c=new d.Autocomplete(s.current,{fields:["geometry"]});c.addListener("place_changed",()=>{const u=c.getPlace();i(u)})})},[s]),n.jsx("div",{className:Wt.container,children:n.jsx("input",{onFocus:e,ref:s,className:Wt.searchInput,type:"text",placeholder:r("search.placeholder")})})}const si="filters-module_headerContainer",ci="filters-module_container",li="filters-module_header",di="filters-module_heading",ui="filters-module_actionLinkClearAll",fi="filters-module_optionsGroup",pi="filters-module_rowLabel",hi="filters-module_label",mi="filters-module_dot",gi="filters-module_connectorIcon",b={headerContainer:si,container:ci,header:li,heading:di,actionLinkClearAll:ui,optionsGroup:fi,rowLabel:pi,label:hi,dot:mi,connectorIcon:gi},vi="Checkbox-module_container",Ci="Checkbox-module_box",Gt={container:vi,box:Ci};function Q({id:e,name:t,checked:i,onChange:r,type:a="checkbox"}){const[o,s]=h.useState(i||!1),l=h.useCallback(d=>{s(d.target.checked),r(d.target.checked)},[r]);return h.useEffect(()=>{s(i)},[i]),n.jsxs("div",{className:Gt.container,children:[n.jsx("input",{name:t,id:e,type:a,value:o,checked:o,onChange:l}),n.jsx("span",{className:Gt.box,children:n.jsx("svg",{className:"checkmark",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"12",height:"12",fill:"none",stroke:"currentColor",strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round",children:n.jsx("polyline",{points:"20 6 9 17 4 12"})})})]})}const yi="Range-module_container",xi="Range-module_input",Ti="Range-module_ticksContainer",bi="Range-module_tick",Ge={container:yi,input:xi,ticksContainer:Ti,tick:bi};function Ei({ticks:e,value:t,onChange:i}){const r=h.useRef(null),a=e.findIndex(s=>s.value===t),o=a/(e.length-1)*100;return n.jsxs("div",{className:Ge.container,children:[n.jsx("input",{value:a,onChange:s=>{i(e[s.target.value].value)},ref:r,className:Ge.input,type:"range",list:"tickmarks",step:"1",min:"0",max:"8",style:{"--roadmap-range-bgize":`${o}%`}}),n.jsx("div",{className:Ge.ticksContainer,children:e.map((s,l)=>n.jsx("div",{onClick:d=>{i(e[l].value)},className:Ge.tick,children:s.label},s.label))})]})}const _i="MultiSelect-module_multiSelect",wi="MultiSelect-module_control",Ni="MultiSelect-module_disabled",Si="MultiSelect-module_valueContainer",Ai="MultiSelect-module_input",Oi="MultiSelect-module_multiValue",ji="MultiSelect-module_multiValueLabel",Pi="MultiSelect-module_multiValueRemove",Di="MultiSelect-module_dropdownIndicator",Ii="MultiSelect-module_menu",ki="MultiSelect-module_menuOpen",Mi="MultiSelect-module_menuList",Ri="MultiSelect-module_groupHeading",Li="MultiSelect-module_groupSeparator",Hi="MultiSelect-module_option",Fi="MultiSelect-module_optionLast",zi="MultiSelect-module_optionSelected",Vi="MultiSelect-module_optionFocused",$i="MultiSelect-module_optionCheck",Bi="MultiSelect-module_optionDisabled",Ui="MultiSelect-module_optionLabel",Yi="MultiSelect-module_noOptions",q={multiSelect:_i,control:wi,disabled:Ni,valueContainer:Si,input:Ai,multiValue:Oi,multiValueLabel:ji,multiValueRemove:Pi,dropdownIndicator:Di,menu:Ii,menuOpen:ki,menuList:Mi,groupHeading:Ri,groupSeparator:Li,option:Hi,optionLast:Fi,optionSelected:zi,optionFocused:Vi,optionCheck:$i,optionDisabled:Bi,optionLabel:Ui,noOptions:Yi},qt=({id:e,name:t,options:i,value:r=[],preferredValues:a=[],placeholder:o="Select...",disabled:s=!1,className:l,onChange:d})=>{const[c,u]=h.useState(!1),[f,p]=h.useState(""),[v,y]=h.useState(-1),T=h.useRef(null),N=h.useRef(null),k=h.useMemo(()=>new Set(a),[a]),{preferred:U,others:D}=h.useMemo(()=>{const _=f.toLowerCase(),R=i.filter(G=>G.label.toLowerCase().includes(_));return{preferred:R.filter(G=>k.has(G.value)),others:R.filter(G=>!k.has(G.value))}},[i,f,k]),j=h.useMemo(()=>[...U,...D],[U,D]),C=h.useMemo(()=>i.filter(_=>r.includes(_.value)),[i,r]);h.useEffect(()=>{v>=j.length&&y(j.length>0?0:-1)},[j,v]);const Y=()=>{s||(u(!0),v<0&&j.length>0&&y(0))},re=()=>{u(!1),p(""),y(-1)},ae=_=>{if(_.disabled)return;const R=r.includes(_.value)?r.filter(G=>G!==_.value):[...r,_.value];d?.(R),p(""),u(!0),T.current?.focus()},Z=_=>{d?.(r.filter(R=>R!==_))},W=_=>{if(!s)switch(_.key){case"Backspace":f===""&&r.length>0&&(_.preventDefault(),d?.(r.slice(0,-1)));return;case"ArrowDown":_.preventDefault(),c?j.length>0&&y(R=>(R+1)%j.length):(u(!0),j.length>0&&y(0));return;case"ArrowUp":_.preventDefault(),c?j.length>0&&y(R=>(R<=0?j.length:R)-1):(u(!0),j.length>0&&y(j.length-1));return;case"Enter":c&&v>=0&&j[v]&&(_.preventDefault(),ae(j[v]));return;case"Escape":c&&(_.preventDefault(),re());return;case"Home":c&&j.length>0&&(_.preventDefault(),y(0));return;case"End":c&&j.length>0&&(_.preventDefault(),y(j.length-1));return;default:return}},K=_=>{const R=_.relatedTarget;R&&N.current?.contains(R)||re()},ce=()=>{s||(c?u(!1):Y(),T.current?.focus())},me=(_,R,G)=>{const ee=r.includes(_.value);return n.jsxs("div",{className:`${q.option} ${v===R?q.optionFocused:""} ${ee?q.optionSelected:""} ${_.disabled?q.optionDisabled:""} ${G?q.optionLast:""}`,role:"option","aria-selected":ee,"aria-disabled":_.disabled||void 0,onMouseDown:fe=>fe.preventDefault(),onMouseMove:()=>{v!==R&&y(R)},onClick:()=>ae(_),children:[n.jsx("span",{className:q.optionLabel,children:_.label}),ee&&n.jsx("svg",{className:q.optionCheck,width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",children:n.jsx("polyline",{points:"20 6 9 17 4 12"})})]},_.value)};return n.jsxs("div",{ref:N,className:`${q.multiSelect} ${l??""}`,children:[n.jsxs("div",{className:`${q.control} ${s?q.disabled:""}`,children:[n.jsxs("div",{className:q.valueContainer,onMouseDown:_=>{_.target===_.currentTarget&&(_.preventDefault(),T.current?.focus(),Y())},children:[C.map(_=>n.jsxs("div",{className:q.multiValue,children:[n.jsx("span",{className:q.multiValueLabel,children:_.label}),n.jsx("button",{type:"button",className:q.multiValueRemove,onMouseDown:R=>R.preventDefault(),onClick:()=>Z(_.value),disabled:s,"aria-label":`Remove ${_.label}`,children:"×"})]},_.value)),n.jsx("input",{ref:T,id:e,name:t,className:q.input,value:f,onChange:_=>{p(_.target.value),u(!0),y(0)},onKeyDown:W,onFocus:Y,onBlur:K,placeholder:C.length===0?o:"",disabled:s,autoComplete:"off",role:"combobox","aria-expanded":c,"aria-autocomplete":"list"})]}),n.jsx("button",{type:"button",className:q.dropdownIndicator,onMouseDown:_=>_.preventDefault(),onClick:ce,disabled:s,"aria-label":"Toggle menu",tabIndex:-1,children:n.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:n.jsx("polyline",{points:"6,9 12,15 18,9"})})})]}),c&&n.jsx("div",{className:`${q.menu} ${q.menuOpen}`,role:"listbox",children:n.jsxs("div",{className:q.menuList,children:[U.length>0&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:q.groupHeading,children:"Preferred"}),U.map((_,R)=>me(_,R,R===U.length-1&&D.length===0))]}),D.length>0&&n.jsxs(n.Fragment,{children:[U.length>0&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:q.groupSeparator}),n.jsx("div",{className:q.groupHeading,children:"All"})]}),D.map((_,R)=>me(_,U.length+R,R===D.length-1))]}),U.length===0&&D.length===0&&n.jsx("div",{className:q.noOptions,children:"No options found"})]})})]})},Wi="SelectField-module_selectField",Gi="SelectField-module_select",Zt={selectField:Wi,select:Gi},Kt=({id:e,name:t,value:i,options:r=[],placeholder:a="Select an option",disabled:o=!1,className:s="",onChange:l,onBlur:d,onFocus:c})=>{const u=f=>{const p=f.target.value,v=r.find(y=>y.value.toString()===p);v&&l&&l(v.value)};return n.jsx("div",{className:`${Zt.selectField} ${s}`,children:n.jsxs("select",{id:e,name:t,value:i||"",disabled:o,onChange:u,onBlur:d,onFocus:c,className:Zt.select,children:[a&&n.jsx("option",{value:"",disabled:!0,children:a}),r.map((f,p)=>n.jsx("option",{value:f.value,disabled:f.disabled,children:f.label},`${p}`))]})})},Jt="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M353.286,163.919c16.464,0,29.815,13.351,29.815,29.822%20c0,16.467-13.351,29.819-29.815,29.819c-16.47,0-29.822-13.352-29.822-29.819C323.464,177.27,336.816,163.919,353.286,163.919%20L353.286,163.919z%20M245.838,163.919c16.47,0,29.822,13.351,29.822,29.822c0,16.467-13.352,29.819-29.822,29.819%20c-16.471,0-29.822-13.352-29.822-29.819C216.016,177.27,229.367,163.919,245.838,163.919L245.838,163.919z%20M354.093,338.178%20c22.575,0,40.874,18.299,40.874,40.87c0,22.571-18.299,40.87-40.874,40.87c-22.568,0-40.867-18.299-40.867-40.87%20C313.226,356.477,331.525,338.178,354.093,338.178L354.093,338.178z%20M245.024,338.178c22.575,0,40.874,18.299,40.874,40.87%20c0,22.571-18.299,40.87-40.874,40.87c-22.568,0-40.874-18.299-40.874-40.87C204.151,356.477,222.457,338.178,245.024,338.178%20L245.024,338.178z%20M406.906,244.769c22.575,0,40.874,18.299,40.874,40.87s-18.299,40.87-40.874,40.87%20c-22.568,0-40.867-18.299-40.867-40.87S384.338,244.769,406.906,244.769L406.906,244.769z%20M192.211,244.769%20c22.568,0,40.874,18.299,40.874,40.87s-18.306,40.87-40.874,40.87c-22.575,0-40.874-18.299-40.874-40.87%20S169.636,244.769,192.211,244.769L192.211,244.769z%20M299.559,244.769c22.575,0,40.874,18.299,40.874,40.87%20s-18.299,40.87-40.874,40.87c-22.569,0-40.868-18.299-40.868-40.87S276.99,244.769,299.559,244.769L299.559,244.769z%20M452.99,131.334H146.127c-32.625,37.291-50.332,84.551-50.332,134.107c0,112.541,91.226,203.765,203.764,203.765%20c112.544,0,203.764-91.223,203.764-203.765C503.323,215.889,485.608,168.622,452.99,131.334L452.99,131.334z%20M471.276,105.109%20l-4.672-4.998h-334.09l-4.672,4.998c-40.739,43.6-63.267,100.662-63.267,160.332c0,129.775,105.21,234.988,234.984,234.988%20c129.774,0,234.984-105.213,234.984-234.988C534.542,205.771,512.015,148.709,471.276,105.109L471.276,105.109z%20M480.204,60.027%20H118.914C61.952,110.158,26,183.596,26,265.441C26,416.523,148.48,539,299.559,539c151.085,0,273.558-122.477,273.558-273.559%20C573.117,183.596,537.165,110.158,480.204,60.027z'/%3e%3c/svg%3e",Xt="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M228.887,396.793c20.779,0,37.62,16.841,37.62,37.617%20c0,20.773-16.841,37.617-37.62,37.617c-20.773,0-37.613-16.844-37.613-37.617C191.274,413.634,208.115,396.793,228.887,396.793%20L228.887,396.793z%20M366.03,396.793c20.773,0,37.614,16.841,37.614,37.617c0,20.773-16.841,37.617-37.614,37.617%20c-20.779,0-37.62-16.844-37.62-37.617C328.41,413.634,345.251,396.793,366.03,396.793L366.03,396.793z%20M228.375,325.684%20c-29.03,0-55.41,11.868-74.52,30.976c-41.566,41.573-41.566,113.923,0,155.497c19.111,19.111,45.49,30.979,74.52,30.979h138.168%20c29.023,0,55.41-11.868,74.521-30.979c41.565-41.566,41.565-113.928,0-155.497c-18.336-18.336-43.379-30.003-71.019-30.916%20c63.723-27.868,105.151-90.836,105.151-160.733c0-42.14-13.276-74.632-37.316-108.359H161.794%20c-24.033,33.747-37.309,66.2-37.309,108.359c0,69.852,41.359,132.758,105.012,160.674H228.375L228.375,325.684z%20M366.543,357.791%20H228.375c-20.163,0-38.513,8.265-51.824,21.569c-29.023,29.027-29.023,81.069,0,110.096c13.311,13.308,31.654,21.569,51.824,21.569%20h138.168c20.17,0,38.513-8.261,51.824-21.569c29.023-29.027,29.023-81.069,0-110.096%20C405.056,366.057,386.706,357.791,366.543,357.791L366.543,357.791z%20M421.17,88.762c14.523,23.018,21.915,49.024,21.915,76.248%20c0,79.121-64.131,143.245-143.248,143.245S156.595,244.127,156.595,165.01c0-27.234,7.392-53.222,21.915-76.248H421.17%20L421.17,88.762z%20M331.075,225.95c11.726,0,21.236,9.511,21.236,21.236c0,11.733-9.511,21.24-21.236,21.24%20c-11.733,0-21.236-9.507-21.236-21.24C309.839,235.461,319.342,225.95,331.075,225.95L331.075,225.95z%20M268.605,225.95%20c11.726,0,21.243,9.511,21.243,21.236c0,11.733-9.518,21.24-21.243,21.24c-11.726,0-21.236-9.507-21.236-21.24%20C247.369,235.461,256.879,225.95,268.605,225.95L268.605,225.95z%20M236.882,163.754c11.726,0,21.243,9.508,21.243,21.236%20c0,11.729-9.518,21.24-21.243,21.24c-11.726,0-21.236-9.511-21.236-21.24C215.646,173.261,225.156,163.754,236.882,163.754%20L236.882,163.754z%20M299.837,163.754c11.732,0,21.243,9.508,21.243,21.236c0,11.729-9.511,21.24-21.243,21.24%20c-11.726,0-21.236-9.511-21.236-21.24C278.6,173.261,288.111,163.754,299.837,163.754L299.837,163.754z%20M362.798,163.754%20c11.726,0,21.236,9.508,21.236,21.236c0,11.729-9.511,21.24-21.236,21.24c-11.733,0-21.236-9.511-21.236-21.24%20C341.562,173.261,351.065,163.754,362.798,163.754L362.798,163.754z%20M332.079,116.228c6.86,0,12.417,5.561,12.417,12.417%20c0,6.86-5.558,12.425-12.417,12.425s-12.424-5.566-12.424-12.425C319.654,121.79,325.219,116.228,332.079,116.228L332.079,116.228z%20M267.601,116.228c6.86,0,12.425,5.561,12.425,12.417c0,6.86-5.565,12.425-12.425,12.425c-6.86,0-12.417-5.566-12.417-12.425%20C255.184,121.79,260.742,116.228,267.601,116.228L267.601,116.228z%20M177.153,7.87C129.219,7.87,90,47.086,90,95.02v408.83%20c0,47.934,39.219,87.15,87.153,87.15h246.024c47.934,0,87.147-39.216,87.147-87.15V95.02c0-47.934-39.213-87.15-87.147-87.15%20H177.153z'/%3e%3c/svg%3e",Qt="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M407.111,334.214c16.317,0,29.543,13.226,29.543,29.543%20c0,16.313-13.227,29.543-29.543,29.543c-16.31,0-29.536-13.229-29.536-29.543C377.576,347.44,390.802,334.214,407.111,334.214%20L407.111,334.214z%20M198.69,334.214c16.317,0,29.543,13.226,29.543,29.543c0,16.313-13.226,29.543-29.543,29.543%20s-29.543-13.229-29.543-29.543C169.147,347.44,182.373,334.214,198.69,334.214L198.69,334.214z%20M227.94,180.772%20c24.971,0,45.213,20.242,45.213,45.213c0,24.967-20.243,45.213-45.213,45.213s-45.213-20.245-45.213-45.213%20C182.727,201.014,202.969,180.772,227.94,180.772L227.94,180.772z%20M377.868,180.772c24.968,0,45.213,20.242,45.213,45.213%20c0,24.967-20.245,45.213-45.213,45.213c-24.974,0-45.213-20.245-45.213-45.213C332.655,201.014,352.894,180.772,377.868,180.772%20L377.868,180.772z%20M302.899,361.142c24.974,0,45.22,20.243,45.22,45.213s-20.245,45.213-45.22,45.213%20c-24.968,0-45.21-20.243-45.21-45.213S277.931,361.142,302.899,361.142L302.899,361.142z%20M302.899,100.142%20c-111.485,0-201.855,90.37-201.855,201.858c0,111.489,90.37,201.859,201.855,201.859c111.491,0,201.865-90.37,201.865-201.859%20C504.764,190.512,414.391,100.142,302.899,100.142L302.899,100.142z%20M302.899,69.21C174.338,69.21,70.113,173.44,70.113,302%20c0,128.561,104.226,232.79,232.787,232.79c128.56,0,232.793-104.229,232.793-232.79C535.692,173.44,431.459,69.21,302.899,69.21%20L302.899,69.21z%20M302.899,31C153.234,31,31.902,152.328,31.902,302c0,149.669,121.331,271,270.997,271%20c149.672,0,271.006-121.331,271.006-271C573.906,152.328,452.571,31,302.899,31z'/%3e%3c/svg%3e",en="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M246.063,132.777c18.959,0,34.335,15.373,34.335,34.332%20c0,18.965-15.376,34.335-34.335,34.335c-18.961,0-34.332-15.37-34.332-34.335C211.731,148.15,227.102,132.777,246.063,132.777%20L246.063,132.777z%20M357.555,132.777c18.962,0,34.332,15.373,34.332,34.332c0,18.962-15.37,34.335-34.332,34.335%20c-18.961,0-34.331-15.373-34.331-34.335C323.224,148.15,338.594,132.777,357.555,132.777L357.555,132.777z%20M226.875,253.708%20c9.286,0,16.811,7.525,16.811,16.808c0,9.286-7.525,16.811-16.811,16.811c-9.283,0-16.808-7.525-16.808-16.811%20C210.066,261.234,217.592,253.708,226.875,253.708L226.875,253.708z%20M371.359,253.708c9.286,0,16.815,7.525,16.815,16.808%20c0,9.286-7.529,16.811-16.815,16.811c-9.279,0-16.808-7.525-16.808-16.811C354.552,261.234,362.08,253.708,371.359,253.708%20L371.359,253.708z%20M236.304,421.639c19.179,0,34.731,15.548,34.731,34.731c0,19.179-15.552,34.731-34.731,34.731%20c-19.179,0-34.731-15.552-34.731-34.731C201.573,437.187,217.126,421.639,236.304,421.639L236.304,421.639z%20M362.924,421.639%20c19.179,0,34.728,15.548,34.728,34.731c0,19.179-15.549,34.731-34.728,34.731c-19.186,0-34.735-15.552-34.735-34.731%20C328.189,437.187,343.738,421.639,362.924,421.639L362.924,421.639z%20M235.828,355.985c-26.801,0-51.159,10.958-68.804,28.6%20c-38.377,38.383-38.377,105.184,0,143.567c17.645,17.645,42.004,28.602,68.804,28.602h127.568c26.803,0,51.159-10.957,68.804-28.602%20c38.377-38.377,38.377-105.19,0-143.567c-16.91-16.91-39.994-27.679-65.481-28.542c57.148-25.011,97.033-82.036,97.033-148.405%20c0-88.133-70.984-161.938-161.945-161.938c-90.131,0-161.935,73.009-161.935,161.938c0,66.315,39.821,123.302,96.895,148.348%20H235.828L235.828,355.985z%20M159.969,344.666c-6.378,4.464-12.357,9.488-17.866,14.999c-52.137,52.134-52.137,141.271-0.003,193.407%20C167.008,577.982,200.589,592,235.828,592h127.568c35.24,0,68.823-14.018,93.729-38.927c52.137-52.134,52.137-141.276,0-193.41%20c-4.761-4.761-9.874-9.155-15.287-13.143c36.523-36.834,57.159-86.685,57.159-138.883c0-108.993-88.188-197.184-197.19-197.184%20c-108.977,0-197.181,88.207-197.181,197.184C104.627,258.933,124.557,307.996,159.969,344.666L159.969,344.666z%20M363.396,385.629%20H235.828c-18.617,0-35.559,7.631-47.846,19.914c-26.797,26.8-26.797,74.85,0,101.65c12.287,12.286,29.225,19.914,47.846,19.914%20h127.568c18.623,0,35.559-7.628,47.849-19.914c26.797-26.8,26.797-74.85,0-101.65C398.955,393.259,382.013,385.629,363.396,385.629%20L363.396,385.629z%20M301.808,75.381c-73.808,0-132.256,59.869-132.256,132.256c0,72.383,58.448,132.256,132.256,132.256%20c73.815,0,132.265-59.87,132.265-132.256C434.073,135.248,375.622,75.381,301.808,75.381L301.808,75.381z%20M301.808,271.807%20c13.689,0,24.784,11.098,24.784,24.781c0,13.686-11.094,24.78-24.784,24.78c-13.686,0-24.777-11.094-24.777-24.78%20C277.03,282.905,288.122,271.807,301.808,271.807z'/%3e%3c/svg%3e",qe="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M460.592,75.695C501.794,116.897,525,172.38,525,230.692v136.191%20c0,58.315-23.206,113.795-64.408,154.997c-86.029,86.032-228.158,86.032-314.186,0C105.203,480.679,82,425.199,82,366.884V230.692%20c0-58.312,23.203-113.795,64.405-154.997C232.433-10.337,374.563-10.337,460.592,75.695L460.592,75.695z%20M434.493,101.794%20c-71.625-71.628-190.365-71.628-261.989,0c-33.068,33.068-53.597,78.696-53.597,128.898v136.191%20c0,50.205,20.529,95.834,53.597,128.898c71.624,71.628,190.364,71.628,261.989,0c33.067-33.064,53.596-78.693,53.596-128.898%20V230.692C488.089,180.49,467.56,134.862,434.493,101.794L434.493,101.794z%20M195.699,124.99%20c-27.134,27.137-43.982,64.557-43.982,105.702v136.191c0,41.146,16.848,78.568,43.982,105.702%20c58.806,58.814,156.791,58.814,215.598,0c27.138-27.134,43.982-64.557,43.982-105.702V230.692%20c0-41.146-16.845-78.566-43.982-105.702C352.491,66.18,254.506,66.18,195.699,124.99L195.699,124.99z%20M303.497,401.594%20c-17.304,0-31.334,14.029-31.334,31.337c0,17.304,14.03,31.333,31.334,31.333c17.307,0,31.337-14.029,31.337-31.333%20C334.834,415.623,320.804,401.594,303.497,401.594L303.497,401.594z%20M223.204,305.993c-17.308,0-31.338,14.03-31.338,31.334%20c0,17.308,14.03,31.337,31.338,31.337c17.307,0,31.337-14.029,31.337-31.337C254.541,320.023,240.511,305.993,223.204,305.993%20L223.204,305.993z%20M223.204,208.881c-17.308,0-31.338,14.026-31.338,31.334c0,17.307,14.03,31.337,31.338,31.337%20c17.307,0,31.337-14.03,31.337-31.337C254.541,222.907,240.511,208.881,223.204,208.881L223.204,208.881z%20M383.796,305.993%20c-17.308,0-31.338,14.03-31.338,31.334c0,17.308,14.03,31.337,31.338,31.337c17.307,0,31.333-14.029,31.333-31.337%20C415.129,320.023,401.103,305.993,383.796,305.993L383.796,305.993z%20M383.796,208.881c-17.308,0-31.338,14.026-31.338,31.334%20c0,17.307,14.03,31.337,31.338,31.337c17.307,0,31.333-14.03,31.333-31.337C415.129,222.907,401.103,208.881,383.796,208.881%20L383.796,208.881z%20M354.769,129.256c-12.585,0-22.786,10.201-22.786,22.786s10.2,22.786,22.786,22.786%20c12.585,0,22.786-10.201,22.786-22.786S367.354,129.256,354.769,129.256L354.769,129.256z%20M252.228,129.256%20c-12.585,0-22.786,10.201-22.786,22.786s10.2,22.786,22.786,22.786c12.585,0,22.786-10.201,22.786-22.786%20S264.813,129.256,252.228,129.256z'/%3e%3c/svg%3e",tn="data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17%2012.8108C17%2013.1901%2016.898%2013.5661%2016.6687%2013.8682C15.2357%2015.7558%2012.784%2017%2010%2017C7.21614%2017%204.76431%2015.7557%203.33134%2013.8681C3.10199%2013.566%203%2013.1901%203%2012.8108V7.18924C3%206.80993%203.10199%206.43401%203.33134%206.13189C4.76431%204.24428%207.21614%203%2010%203C12.784%203%2015.2357%204.24423%2016.6687%206.13183C16.898%206.43395%2017%206.80986%2017%207.18918V12.8108ZM10%207C10.5522%207%2011%206.55231%2011%206C11%205.44769%2010.5522%205%2010%205C9.44775%205%209%205.44769%209%206C9%206.55231%209.44775%207%2010%207ZM6.5%2011.5C7.32837%2011.5%208%2010.8284%208%2010C8%209.17157%207.32837%208.5%206.5%208.5C5.67163%208.5%205%209.17157%205%2010C5%2010.8284%205.67163%2011.5%206.5%2011.5ZM11.5%2013.5C11.5%2014.3284%2010.8284%2015%2010%2015C9.17163%2015%208.5%2014.3284%208.5%2013.5C8.5%2012.6716%209.17163%2012%2010%2012C10.8284%2012%2011.5%2012.6716%2011.5%2013.5ZM13.5%2011.5C14.3284%2011.5%2015%2010.8284%2015%2010C15%209.17157%2014.3284%208.5%2013.5%208.5C12.6716%208.5%2012%209.17157%2012%2010C12%2010.8284%2012.6716%2011.5%2013.5%2011.5Z'%20fill='currentColor'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%201C13.8106%201%2017.1182%202.95715%2018.7732%205.82595C18.9298%206.09752%2019%206.40872%2019%206.72224V13.2778C19%2013.5913%2018.9298%2013.9025%2018.7732%2014.1741C17.1182%2017.0429%2013.8106%2019%2010%2019C6.18943%2019%202.88177%2017.0429%201.22682%2014.1741C1.07016%2013.9025%201%2013.5913%201%2013.2778V6.72224C1%206.40872%201.07016%206.09752%201.22682%205.82595C2.88177%202.95715%206.18943%201%2010%201ZM17.6711%205.64554C17.8973%205.95002%2018%206.32536%2018%206.70467V13.2953C18%2013.6746%2017.8973%2014.05%2017.6711%2014.3545C16.0408%2016.5488%2013.214%2018%2010%2018C6.78594%2018%203.95915%2016.5488%202.32887%2014.3544C2.10268%2014.0499%202%2013.6746%202%2013.2953V6.70472C2%206.32542%202.10268%205.95008%202.32887%205.64561C3.95915%203.45116%206.78594%202%2010%202C13.214%202%2016.0408%203.45116%2017.6711%205.64554Z'%20fill='currentColor'/%3e%3c/svg%3e",w="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M395.264,259.724c21.074,0,38.157,17.083,38.157,38.158%20c0,21.074-17.083,38.164-38.157,38.164c-21.075,0-38.165-17.09-38.165-38.164C357.099,276.806,374.189,259.724,395.264,259.724%20L395.264,259.724z%20M206.743,259.724c21.075,0,38.158,17.083,38.158,38.158c0,21.074-17.083,38.164-38.158,38.164%20c-21.074,0-38.164-17.09-38.164-38.164C168.579,276.806,185.669,259.724,206.743,259.724L206.743,259.724z%20M317.092,89.755v29.841%20h-32.183V89.755c-67.083,5.031-127.459,41.741-163.107,98.796v223.399c35.648,57.055,96.024,93.765,163.107,98.802v-29.841h32.183%20v29.841c67.084-5.038,127.459-41.747,163.114-98.802V188.551C444.551,131.496,384.176,94.787,317.092,89.755L317.092,89.755z%20M301,56.962c-85.858,0-165.124,45.192-209.061,118.921l-2.328,3.902v90.784H58.612v59.364h30.999v90.784l2.328,3.902%20C135.876,498.348,215.143,543.539,301,543.539c85.857,0,165.123-45.184,209.06-118.921l2.328-3.902v-90.784h31.006v-59.364h-31.006%20v-90.784l-2.328-3.902C466.124,102.147,386.857,56.962,301,56.962L301,56.962z%20M301,18.251c-155.741,0-282,126.253-282,282%20c0,155.741,126.26,282,282,282c155.747,0,282-126.26,282-282C583,144.504,456.747,18.251,301,18.251z'/%3e%3c/svg%3e",ie="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M261.067,178.239c0,7.551,2.198,14.579,5.985,20.491l20.49-20.491%20l-20.49-20.491C263.265,163.659,261.067,170.694,261.067,178.239L261.067,178.239z%20M298.999,216.171%20c-7.545,0-14.58-2.198-20.488-5.981l20.488-20.491l20.491,20.491C313.581,213.972,306.55,216.171,298.999,216.171L298.999,216.171z%20M336.934,178.239c0-7.545-2.198-14.58-5.985-20.491l-20.491,20.491l20.491,20.491C334.736,192.818,336.934,185.79,336.934,178.239%20L336.934,178.239z%20M319.49,146.295l-20.491,20.484l-20.488-20.484c5.907-3.79,12.943-5.988,20.488-5.988%20C306.55,140.307,313.581,142.505,319.49,146.295L319.49,146.295z%20M298.999,124.101c29.864,0,54.141,24.281,54.141,54.138%20c0,29.864-24.277,54.145-54.141,54.145c-29.858,0-54.138-24.281-54.138-54.145C244.861,148.382,269.141,124.101,298.999,124.101%20L298.999,124.101z%20M261.067,417.863c0,7.551,2.198,14.579,5.985,20.491l20.49-20.491l-20.49-20.491%20C263.265,403.283,261.067,410.319,261.067,417.863L261.067,417.863z%20M298.999,455.795c-7.545,0-14.58-2.198-20.488-5.981%20l20.488-20.491l20.491,20.491C313.581,453.597,306.55,455.795,298.999,455.795L298.999,455.795z%20M336.934,417.863%20c0-7.545-2.198-14.58-5.985-20.491l-20.491,20.491l20.491,20.491C334.736,432.443,336.934,425.415,336.934,417.863L336.934,417.863z%20M319.49,385.92l-20.491,20.484l-20.488-20.484c5.907-3.79,12.943-5.988,20.488-5.988C306.55,379.931,313.581,382.13,319.49,385.92%20L319.49,385.92z%20M298.999,363.725c29.864,0,54.141,24.281,54.141,54.138c0,29.864-24.277,54.145-54.141,54.145%20c-29.858,0-54.138-24.281-54.138-54.145C244.861,388.007,269.141,363.725,298.999,363.725L298.999,363.725z%20M180.188,239.928%20c30.094,0,54.49,24.4,54.49,54.494c0,30.095-24.396,54.494-54.49,54.494c-30.095,0-54.494-24.399-54.494-54.494%20C125.694,264.327,150.093,239.928,180.188,239.928L180.188,239.928z%20M417.816,239.928c30.094,0,54.494,24.4,54.494,54.494%20c0,30.095-24.4,54.494-54.494,54.494c-30.095,0-54.494-24.399-54.494-54.494C363.323,264.327,387.722,239.928,417.816,239.928%20L417.816,239.928z%20M298.999,86.511c116.835,0,211.544,94.708,211.544,211.54c0,116.84-94.708,211.54-211.544,211.54%20c-116.836,0-211.54-94.708-211.54-211.54C87.458,181.219,182.163,86.511,298.999,86.511L298.999,86.511z%20M298.999,54.1%20c134.73,0,243.955,109.225,243.955,243.951c0,134.727-109.225,243.952-243.955,243.952c-134.727,0-243.952-109.225-243.952-243.952%20C55.047,163.324,164.271,54.1,298.999,54.1L298.999,54.1z%20M298.999,14.053C455.846,14.053,583,141.2,583,298.051%20c0,156.844-127.154,283.999-284.001,283.999C142.151,582.049,15,454.895,15,298.051C15,141.2,142.151,14.053,298.999,14.053z'/%3e%3c/svg%3e",Se="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20600%20600'%20enable-background='new%200%200%20600%20600'%20xml:space='preserve'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%20d='M449.833,45.125C531.521,95.36,586,185.558,586,288.497%20c0,157.672-127.825,285.497-285.503,285.497C142.822,573.994,15,446.169,15,288.497C15,185.558,69.476,95.36,151.167,45.125H449.833%20L449.833,45.125z%20M193.639,256.195c-29.46,0-53.343,23.89-53.343,53.35c0,29.46,23.882,53.343,53.343,53.343%20c29.46,0,53.346-23.882,53.346-53.343C246.985,280.085,223.099,256.195,193.639,256.195L193.639,256.195z%20M407.365,256.195%20c-29.46,0-53.35,23.89-53.35,53.35c0,29.46,23.89,53.343,53.35,53.343c29.46,0,53.343-23.882,53.343-53.343%20C460.708,280.085,436.826,256.195,407.365,256.195L407.365,256.195z%20M442.248,88.407l-4.308-3.053H163.052l-4.304,3.053%20c-64.954,46.088-103.49,120.43-103.49,200.09c0,135.438,109.801,245.239,245.239,245.239c135.437,0,245.245-109.801,245.245-245.239%20C545.742,208.837,507.203,134.495,442.248,88.407L442.248,88.407z%20M427.607,117.937H173.391%20c-54.002,40.321-85.547,103.142-85.547,170.56c0,117.449,95.204,212.656,212.653,212.656c117.455,0,212.663-95.207,212.663-212.656%20C513.16,221.08,481.609,158.258,427.607,117.937L427.607,117.937z%20M300.497,215.65c-11.384,0-20.614,9.226-20.614,20.613%20c0,11.387,9.23,20.614,20.614,20.614c11.387,0,20.62-9.226,20.62-20.614C321.117,224.876,311.883,215.65,300.497,215.65%20L300.497,215.65z%20M300.497,146.275c-11.384,0-20.614,9.226-20.614,20.614c0,11.387,9.23,20.62,20.614,20.62%20c11.387,0,20.62-9.233,20.62-20.62C321.117,155.501,311.883,146.275,300.497,146.275L300.497,146.275z%20M381.735,146.275%20c-11.387,0-20.613,9.226-20.613,20.614c0,11.387,9.226,20.62,20.613,20.62c11.387,0,20.613-9.233,20.613-20.62%20C402.348,155.501,393.122,146.275,381.735,146.275L381.735,146.275z%20M219.265,146.275c-11.387,0-20.616,9.226-20.616,20.614%20c0,11.387,9.23,20.62,20.616,20.62c11.387,0,20.617-9.233,20.617-20.62C239.882,155.501,230.652,146.275,219.265,146.275%20L219.265,146.275z%20M300.497,400.094c-18.881,0-34.186,15.309-34.186,34.189c0,18.887,15.305,34.189,34.186,34.189%20c18.887,0,34.189-15.302,34.189-34.189C334.686,415.403,319.384,400.094,300.497,400.094L300.497,400.094z%20M381.735,417.199%20c-11.387,0-20.613,9.233-20.613,20.62c0,11.38,9.226,20.614,20.613,20.614c11.387,0,20.613-9.233,20.613-20.614%20C402.348,426.433,393.122,417.199,381.735,417.199L381.735,417.199z%20M219.265,417.199c-11.387,0-20.616,9.233-20.616,20.62%20c0,11.38,9.23,20.614,20.616,20.614c11.387,0,20.617-9.233,20.617-20.614C239.882,426.433,230.652,417.199,219.265,417.199z'/%3e%3c/svg%3e",Ee={IEC_62196_T1:Qt,IEC_62196_T1_COMBO:en,IEC_62196_T2:Jt,IEC_62196_T2_COMBO:Xt,IEC_62196_T3:qe,IEC_62196_T3A:tn,IEC_62196_T3B:qe,IEC_62196_T3C:qe,CHADEMO:ie,CHAOJI:ie,CATARC:Se,GBT_AC:Se,GBT_DC:Se,SCHUKO:w,DOMESTIC_A:w,DOMESTIC_B:w,DOMESTIC_C:w,DOMESTIC_D:w,DOMESTIC_E:w,DOMESTIC_F:w,DOMESTIC_G:w,DOMESTIC_H:w,DOMESTIC_I:w,DOMESTIC_J:w,DOMESTIC_K:w,DOMESTIC_L:w,DOMESTIC_M:w,DOMESTIC_N:w,DOMESTIC_O:w,IEC_60309_2_SINGLE_16:w,IEC_60309_2_THREE_16:w,IEC_60309_2_THREE_32:w,IEC_60309_2_THREE_64:w,NEMA_5_20:w,NEMA_6_30:w,NEMA_6_50:w,NEMA_10_30:w,NEMA_10_50:w,NEMA_14_30:w,NEMA_14_50:w,PANTOGRAPH_BOTTOM_UP:ie,PANTOGRAPH_TOP_DOWN:ie,TESLA_R:ie,TESLA_S:ie,CONNECTOR_STANDARD_TYPE_CHADEMO:ie,CONNECTOR_STANDARD_TYPE_CHAOJI:ie,CONNECTOR_STANDARD_TYPE_CATARC:Se,CONNECTOR_STANDARD_TYPE_SCHUKO:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_A:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_B:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_C:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_D:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_E:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_F:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_G:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_H:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_I:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_J:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_K:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_L:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_M:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_N:w,CONNECTOR_STANDARD_TYPE_DOMESTIC_O:w,CONNECTOR_STANDARD_TYPE_GBT_AC:Se,CONNECTOR_STANDARD_TYPE_GBT_DC:Se,CONNECTOR_STANDARD_TYPE_IEC_60309_2_SINGLE_16:w,CONNECTOR_STANDARD_TYPE_IEC_60309_2_THREE_16:w,CONNECTOR_STANDARD_TYPE_IEC_60309_2_THREE_32:w,CONNECTOR_STANDARD_TYPE_IEC_60309_2_THREE_64:w,CONNECTOR_STANDARD_TYPE_IEC_62196_T1:Qt,CONNECTOR_STANDARD_TYPE_IEC_62196_T1_COMBO:en,CONNECTOR_STANDARD_TYPE_IEC_62196_T2:Jt,CONNECTOR_STANDARD_TYPE_IEC_62196_T2_COMBO:Xt,CONNECTOR_STANDARD_TYPE_IEC_62196_T3A:tn,CONNECTOR_STANDARD_TYPE_IEC_62196_T3C:qe,CONNECTOR_STANDARD_TYPE_NEMA_5_20:w,CONNECTOR_STANDARD_TYPE_NEMA_6_30:w,CONNECTOR_STANDARD_TYPE_NEMA_6_50:w,CONNECTOR_STANDARD_TYPE_NEMA_10_30:w,CONNECTOR_STANDARD_TYPE_NEMA_10_50:w,CONNECTOR_STANDARD_TYPE_NEMA_14_30:w,CONNECTOR_STANDARD_TYPE_NEMA_14_50:w,CONNECTOR_STANDARD_TYPE_PANTOGRAPH_BOTTOM_UP:ie,CONNECTOR_STANDARD_TYPE_PANTOGRAPH_TOP_DOWN:ie,CONNECTOR_STANDARD_TYPE_TESLA_R:ie,CONNECTOR_STANDARD_TYPE_TESLA_S:ie},Le={minPower:7,operator:[],status:[],publishingMode:"",connectorTypes:[],chargingAccessibility:"ALL",noAdditionalCharges:!1,powerType:void 0,operatorOnly:"",remoteStartStop:!1,searchPhrase:"",excludeOperator:[],authMethodCapabilities:[]};function qi(e){return!!(e.minPower&&e.minPower!==Le.minPower||e?.status?.length||e?.connectorTypes?.length||e?.chargingAccessibility&&e?.chargingAccessibility!==Le.chargingAccessibility||e?.operator?.length||e?.powerType||e?.partyId||e?.noAdditionalCharges||e?.operatorOnly||e?.remoteStartStop||e?.searchPhrase||e?.excludeOperator?.length||e?.authMethodCapabilities?.length)}const Zi=[{value:"AUTH_METHOD_CAPABILITY_PLUG_AND_CHARGE",labelKey:"filters.authCapability.plugAndCharge"},{value:"AUTH_METHOD_CAPABILITY_CREDIT_CARD_PAYABLE",labelKey:"filters.authCapability.creditCard"}],Ki=[{label:3,value:3},{label:7,value:7},{label:11,value:11},{label:22,value:22},{label:43,value:43},{label:50,value:50},{label:100,value:100},{label:150,value:150},{label:200,value:200},{label:"250+",value:250}],Ze=(e,t,i)=>{switch(e){case"remove":return t.filter(r=>!i.includes(r));case"add":return Array.from(new Set([...t,...i]))}};function Ji(e){return h.useReducer((t,i)=>({...t,...i}),e)}function Xi(){const{setFilters:e,t,filters:i,filterConfiguration:r,options:a}=B(),[o,s]=Ji(Le),{setView:l}=De(),d=a.version==="v2"&&r?.operators?.length>1;return h.useEffect(()=>{s(i)},[]),h.useEffect(()=>{e(o)},[o]),n.jsxs(n.Fragment,{children:[n.jsx("div",{className:b.headerContainer,children:n.jsx("div",{className:b.header,children:t("filters.header")})}),n.jsxs("div",{className:b.container,children:[n.jsx("button",{onClick:()=>{s(Le),e(Le)},className:b.actionLinkClearAll,children:t("filters.clearAll")}),a.version==="v2"&&r?.showSearchPhraseFilter&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.searchPhrase")}),n.jsx("input",{type:"text",value:o.searchPhrase||"",placeholder:t("filters.searchPhrasePlaceholder"),onChange:c=>s({searchPhrase:c.target.value}),style:{width:"100%",boxSizing:"border-box",padding:"8px 10px",fontFamily:"var(--roadmap-font-family, Inter), system-ui",fontSize:14,lineHeight:"20px",color:"var(--roadmap-text-color, #2a2a2a)",background:"var(--roadmap-background-color, #fff)",border:"1px solid var(--roadmap-border-color, #ddd)",borderRadius:6,outline:"none"}})]}),n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.onlyShow")}),n.jsxs("label",{htmlFor:"dsChargers",className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:t("filters.dcChargers")}),n.jsx(Q,{id:"dsChargers",checked:o.powerType==="dc",onChange:c=>{s({powerType:c?"dc":void 0})}})]}),a.version!=="v2"&&n.jsxs("label",{htmlFor:"efluxChargers",className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:t("filters.efluxChargers")}),n.jsx(Q,{id:"efluxChargers",checked:o.partyId==="EFL",onChange:c=>{s({partyId:c?"EFL":void 0})}})]}),(a.version!=="v2"||r?.showNoAdditionalFeeFilter)&&n.jsxs("label",{htmlFor:"noAdditionalFee",className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:t("filters.noAdditionalFee")}),n.jsx(Q,{id:"noAdditionalFee",checked:o.noAdditionalCharges,onChange:c=>{s({noAdditionalCharges:c?!0:void 0})}})]}),n.jsxs("label",{htmlFor:"remoteStartStop",className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:t("filters.remoteStartStop")}),n.jsx(Q,{id:"remoteStartStop",checked:o.remoteStartStop,onChange:c=>{s({remoteStartStop:c?!0:void 0})}})]}),r.showOperatorOnly&&a.version==="v2"&&n.jsxs("label",{htmlFor:"operatorOnly",className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:`Show '${r.showOperatorOnly}' only`}),n.jsx(Q,{id:"operatorOnly",checked:o.operatorOnly===r.showOperatorOnly,onChange:c=>{s({operatorOnly:c?r.showOperatorOnly:void 0})}})]})]}),d&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.operator")}),n.jsx(qt,{id:"operator",preferredValues:a.preferredOperators,value:o.operator,options:[...r?.operators?.map(c=>({value:c?.connectionId,label:c?.name,selected:o.operators?.includes(c?.connectionId)}))||[]],placeholder:"Select operator",onChange:c=>{s({operator:c})}})]}),d&&r?.showExcludeOperatorFilter&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.excludeOperator")}),n.jsx(qt,{id:"excludeOperator",preferredValues:a.preferredOperators,value:o.excludeOperator,options:[...r?.operators?.map(c=>({value:c?.connectionId,label:c?.name,selected:o.excludeOperator?.includes(c?.connectionId)}))||[]],placeholder:t("filters.excludeOperator"),onChange:c=>{s({excludeOperator:c})}})]}),r?.showPublishingModeFilter&&r?.publishingMode?.length>1&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:"Visibility"}),n.jsx(Kt,{id:"publishingMode",value:o.publishingMode,options:[{value:"",label:"All locations"},{value:"PUBLISHING_MODE_PUBLIC",label:"Public locations"},{value:"PUBLISHING_MODE_PRIVATE",label:"Private locations"}],onChange:c=>{s({publishingMode:c})}})]}),n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.statusHeading")}),n.jsxs("label",{htmlFor:"statusAvailable",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("div",{className:b.dot,style:{background:"#33AC19"}}),t("filters.available")]}),n.jsx(Q,{id:"statusAvailable",name:"status",checked:o.status.includes("AVAILABLE"),onChange:c=>{s({status:Ze(c?"add":"remove",o.status,["AVAILABLE"])})}})]}),n.jsxs("label",{htmlFor:"statusCharging",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("div",{className:b.dot,style:{background:"#005CEE"}}),t("filters.charging")]}),n.jsx(Q,{id:"statusCharging",checked:o.status.includes("CHARGING"),onChange:c=>{s({status:Ze(c?"add":"remove",o.status,["CHARGING"])})}})]}),n.jsxs("label",{htmlFor:"statusError",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("div",{className:b.dot,style:{background:"#EB001B"}}),t("filters.notAvailable")]}),n.jsx(Q,{id:"statusError",name:"status",checked:o.status.includes("INOPERATIVE")&&o.status.includes("UNKNOWN"),onChange:c=>{s({status:Ze(c?"add":"remove",o.status,["INOPERATIVE","UNKNOWN"])})}})]})]}),n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.chargingPower")}),n.jsx(Ei,{value:o.minPower,onChange:c=>{s({minPower:c})},ticks:Ki})]}),n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.connectorType")}),n.jsxs("label",{htmlFor:"type1",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.IEC_62196_T1,className:b.connectorIcon}),"Type 1 (Yazaki)"]}),n.jsx(Q,{id:"type1",checked:o.connectorTypes.includes("IEC_62196_T1"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"IEC_62196_T1"]:o.connectorTypes.filter(u=>u!=="IEC_62196_T1")})}})]}),n.jsxs("label",{htmlFor:"type2",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.IEC_62196_T2,className:b.connectorIcon}),"Type 2 (Mennekes)"]}),n.jsx(Q,{id:"type2",checked:o.connectorTypes.includes("IEC_62196_T2"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"IEC_62196_T2"]:o.connectorTypes.filter(u=>u!=="IEC_62196_T2")})}})]}),n.jsxs("label",{htmlFor:"type3",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.IEC_62196_T3,className:b.connectorIcon}),"Type 3 (Le Grand)"]}),n.jsx(Q,{id:"type3",checked:o.connectorTypes.includes("IEC_62196_T3A"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"IEC_62196_T3A"]:o.connectorTypes.filter(u=>u!=="IEC_62196_T3A")})}})]}),n.jsxs("label",{htmlFor:"CHAdeMo",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.CHADEMO,className:b.connectorIcon}),"CHAdeMo"]}),n.jsx(Q,{id:"CHAdeMo",checked:o.connectorTypes.includes("CHADEMO"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"CHADEMO"]:o.connectorTypes.filter(u=>u!=="CHADEMO")})}})]}),n.jsxs("label",{htmlFor:"domestic",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.DOMESTIC_F,className:b.connectorIcon}),"Domestic"]}),n.jsx(Q,{id:"domestic",checked:o.connectorTypes.includes("DOMESTIC_F"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"DOMESTIC_F"]:o.connectorTypes.filter(u=>u!=="DOMESTIC_F")})}})]}),n.jsxs("label",{htmlFor:"combo",className:b.rowLabel,children:[n.jsxs("div",{className:b.label,children:[n.jsx("img",{src:Ee.IEC_62196_T2_COMBO,className:b.connectorIcon}),"Combo"]}),n.jsx(Q,{id:"combo",checked:o.connectorTypes.includes("IEC_62196_T2_COMBO"),onChange:c=>{s({connectorTypes:c?[...o.connectorTypes,"IEC_62196_T2_COMBO"]:o.connectorTypes.filter(u=>u!=="IEC_62196_T2_COMBO")})}})]})]}),a.version==="v2"&&r?.showPaymentMethodFilter&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.authMethodCapabilities")}),Zi.map(c=>{const u=`auth-${c.value}`,f=o.authMethodCapabilities?.includes(c.value)??!1;return n.jsxs("label",{htmlFor:u,className:b.rowLabel,children:[n.jsx("div",{className:b.label,children:t(c.labelKey)}),n.jsx(Q,{id:u,checked:f,onChange:p=>{s({authMethodCapabilities:Ze(p?"add":"remove",o.authMethodCapabilities||[],[c.value])})}})]},c.value)})]}),r?.showVehicleAvailabilityFilter&&n.jsxs("div",{className:b.optionsGroup,children:[n.jsx("div",{className:b.heading,children:t("filters.chargingAccessibility")}),n.jsx(Kt,{id:"chargingAccessibility",value:o.chargingAccessibility||"ALL",options:[{value:"ALL",label:t("filters.accessibilityAll")},{value:"TESLA",label:t("filters.accessibilityTesla")}],onChange:c=>{s({chargingAccessibility:c})}})]})]})]})}const Qi="locations-module_headerContainer",eo="locations-module_publishingMode",to="locations-module_container",no="locations-module_header",ro="locations-module_subheader",io="locations-module_row",oo="locations-module_icon",ao="locations-module_statusIcon",so="locations-module_text",co="locations-module_note",lo="locations-module_divider",uo="locations-module_pagingation",fo="locations-module_tariffNoteLink",E={headerContainer:Qi,publishingMode:eo,container:to,header:no,subheader:ro,row:io,icon:oo,statusIcon:ao,text:so,note:co,divider:lo,pagingation:uo,tariffNoteLink:fo},po="LocationPlaceholder-module_container",ho="LocationPlaceholder-module_header",mo="LocationPlaceholder-module_divider",go="LocationPlaceholder-module_iconLine",vo="LocationPlaceholder-module_priceLine",ne={container:po,header:ho,divider:mo,iconLine:go,priceLine:vo};function Co(){return n.jsxs("div",{className:ne.container,children:[n.jsx("div",{className:ne.header}),n.jsx("div",{className:ne.divider,style:{marginTop:"15px",marginBottom:"23px"}}),n.jsx("div",{className:ne.iconLine,style:{width:"60%"}}),n.jsx("div",{className:ne.iconLine,style:{width:"45%"}}),n.jsx("div",{className:ne.iconLine,style:{width:"50%"}}),n.jsx("div",{className:ne.divider}),n.jsx("div",{className:ne.iconLine,style:{width:"50%"}}),n.jsx("div",{className:ne.iconLine,style:{width:"62%"}}),n.jsx("div",{className:ne.priceLine}),n.jsx("div",{className:ne.divider}),n.jsx("div",{className:ne.iconLine,style:{width:"50%"}}),n.jsx("div",{className:ne.iconLine,style:{width:"57%"}}),n.jsx("div",{className:ne.priceLine,style:{width:"30%"}})]})}function bn(){return n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",width:"12",height:"12",fill:"currentColor",children:n.jsx("path",{d:"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"})})}function En(){return n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",width:"12",height:"12",fill:"currentColor",children:n.jsx("path",{d:"M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"})})}function yo(){return n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 320",width:"10",height:"10",fill:"currentColor",children:n.jsx("path",{d:"M233.4 310.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 242.7 86.6 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"})})}function xo(){return n.jsx("svg",{viewBox:"0 0 16 16",width:"16",height:"16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:n.jsx("path",{d:"M8 0.25C3.72 0.25 0.25 3.72 0.25 8s3.47 7.75 7.75 7.75S15.75 12.28 15.75 8 12.28 0.25 8 0.25zm0 14C4.55 14.25 1.75 11.45 1.75 8S4.55 1.75 8 1.75 14.25 4.55 14.25 8 11.45 14.25 8 14.25zM8.75 4.25a0.75 0.75 0 0 0-1.5 0v4c0 0.2 0.08 0.39 0.22 0.53l2.5 2.5a0.75 0.75 0 1 0 1.06-1.06L8.75 7.94V4.25z"})})}function To(){return n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",width:"16",height:"16",fill:"currentColor",children:n.jsx("path",{d:"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06L5.75 11.19l6.97-6.97a.75.75 0 0 1 1.06 0z"})})}function _n(){return n.jsx("svg",{viewBox:"0 0 16 16",width:"16",height:"16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:n.jsx("g",{children:n.jsx("path",{d:"M8 0.25C3.72009 0.25 0.25 3.72134 0.25 8C0.25 12.2812 3.72009 15.75 8 15.75C12.2799 15.75 15.75 12.2812 15.75 8C15.75 3.72134 12.2799 0.25 8 0.25ZM8 14.25C4.54588 14.25 1.75 11.4553 1.75 8C1.75 4.54703 4.546 1.75 8 1.75C11.4528 1.75 14.25 4.54597 14.25 8C14.25 11.4541 11.4553 14.25 8 14.25ZM8 3.6875C8.72487 3.6875 9.3125 4.27513 9.3125 5C9.3125 5.72487 8.72487 6.3125 8 6.3125C7.27513 6.3125 6.6875 5.72487 6.6875 5C6.6875 4.27513 7.27513 3.6875 8 3.6875ZM9.75 11.625C9.75 11.8321 9.58209 12 9.375 12H6.625C6.41791 12 6.25 11.8321 6.25 11.625V10.875C6.25 10.6679 6.41791 10.5 6.625 10.5H7V8.5H6.625C6.41791 8.5 6.25 8.33209 6.25 8.125V7.375C6.25 7.16791 6.41791 7 6.625 7H8.625C8.83209 7 9 7.16791 9 7.375V10.5H9.375C9.58209 10.5 9.75 10.6679 9.75 10.875V11.625Z"})})})}const bo="SidebarContainer-module_container",Eo={container:bo};function Pe({children:e}){return n.jsx("div",{className:Eo.container,children:e})}const _o="Debug-module_container",wo="Debug-module_content",No="Debug-module_connectorHeader",So="Debug-module_code",Ao="Debug-module_evse",Ae={container:_o,content:wo,connectorHeader:No,code:So,evse:Ao};function Oo({location:e}){return n.jsx("div",{className:Ae.container,children:n.jsxs(Pe,{children:[n.jsx("div",{children:n.jsxs("h3",{children:["Debug: ",e.name]})}),n.jsx("div",{style:{marginBottom:"5px"},children:n.jsx("button",{onClick:()=>{navigator.clipboard.writeText(JSON.stringify(e,null,2))},children:"Copy location"})}),n.jsx("div",{className:Ae.content,children:e.evses.map(t=>n.jsxs("div",{className:Ae.evse,children:[n.jsxs("div",{className:Ae.connectorHeader,children:["Evse: ",t.evseId||t.evse_id]}),n.jsx("div",{children:t.connectors.map((i,r)=>n.jsxs("div",{children:[n.jsxs("div",{className:Ae.connectorHeader,children:["Connector #",r]}),n.jsx("pre",{className:Ae.code,children:JSON.stringify(i.tariff||Array.isArray(e.tariffs)?e.tariffs?.find(a=>i.tariff_ids.includes(a.id)):null,null,2)})]}))})]}))})]})})}const wn="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_480_2466)'%3e%3cpath%20d='M3.76781%207H5.0925L4.81812%208.71156C4.77812%208.85969%204.9075%209%205.07875%209C5.17188%209%205.26156%208.95719%205.31063%208.88313L7.40219%205.78062C7.50531%205.62469%207.37656%205.42875%207.17031%205.42875H5.88219L6.14094%204.295C6.18625%204.14625%206.05781%204.00031%205.88219%204.00031H4.36438C4.23%204.00031%204.11656%204.08719%204.09875%204.20375L3.50187%206.735C3.48094%206.87531%203.60594%207%203.76781%207ZM17.5%204H17V2.5C17%202.22375%2016.7763%202%2016.5%202C16.2237%202%2016%202.22375%2016%202.5V4H15V2.5C15%202.22375%2014.7762%202%2014.5%202C14.2238%202%2014%202.22375%2014%202.5V4H13.5C13.2238%204%2013%204.22375%2013%204.5V6C13%207.1175%2013.7381%208.05281%2014.75%208.37281V11.625C14.75%2012.1075%2014.3575%2012.5%2013.875%2012.5C13.3925%2012.5%2013%2012.1075%2013%2011.625V10.75C13%209.23344%2011.7666%208%2010.25%208H10V1.5C10%200.671562%209.32844%200%208.5%200H2.5C1.67156%200%201%200.671562%201%201.5V14.5H0.25C0.111875%2014.5%200%2014.6119%200%2014.75V15.75C0%2015.8881%200.111875%2016%200.25%2016H10.75C10.8881%2016%2011%2015.8881%2011%2015.75V14.75C11%2014.6119%2010.8881%2014.5%2010.75%2014.5H10V9.5H10.25C10.9394%209.5%2011.5%2010.0606%2011.5%2010.75V11.625C11.5%2012.9347%2012.5653%2014%2013.875%2014C15.1847%2014%2016.25%2012.9347%2016.25%2011.625V8.37281C17.2619%208.05281%2018%207.1175%2018%206V4.5C18%204.22375%2017.7763%204%2017.5%204ZM8.5%2014.5H2.5V1.5H8.5V14.5ZM16.5%206C16.5%206.55125%2016.0513%207%2015.5%207C14.9487%207%2014.5%206.55125%2014.5%206V5.5H16.5V6Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_480_2466'%3e%3crect%20width='18'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Nn="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_480_2468)'%3e%3cpath%20d='M4%204.625V3.375C4%203.16875%204.16875%203%204.375%203H5.625C5.83125%203%206%203.16875%206%203.375V4.625C6%204.83125%205.83125%205%205.625%205H4.375C4.16875%205%204%204.83125%204%204.625ZM8.375%205H9.625C9.83125%205%2010%204.83125%2010%204.625V3.375C10%203.16875%209.83125%203%209.625%203H8.375C8.16875%203%208%203.16875%208%203.375V4.625C8%204.83125%208.16875%205%208.375%205ZM4.375%208H5.625C5.83125%208%206%207.83125%206%207.625V6.375C6%206.16875%205.83125%206%205.625%206H4.375C4.16875%206%204%206.16875%204%206.375V7.625C4%207.83125%204.16875%208%204.375%208ZM8.375%208H9.625C9.83125%208%2010%207.83125%2010%207.625V6.375C10%206.16875%209.83125%206%209.625%206H8.375C8.16875%206%208%206.16875%208%206.375V7.625C8%207.83125%208.16875%208%208.375%208ZM6%2010.625V9.375C6%209.16875%205.83125%209%205.625%209H4.375C4.16875%209%204%209.16875%204%209.375V10.625C4%2010.8313%204.16875%2011%204.375%2011H5.625C5.83125%2011%206%2010.8313%206%2010.625ZM8.375%2011H9.625C9.83125%2011%2010%2010.8313%2010%2010.625V9.375C10%209.16875%209.83125%209%209.625%209H8.375C8.16875%209%208%209.16875%208%209.375V10.625C8%2010.8313%208.16875%2011%208.375%2011ZM14%2014.875V16H0V14.875C0%2014.6687%200.16875%2014.5%200.375%2014.5H0.984375V0.75C0.984375%200.334375%201.31875%200%201.73438%200H12.2656C12.6812%200%2013.0156%200.334375%2013.0156%200.75V14.5H13.625C13.8313%2014.5%2014%2014.6687%2014%2014.875ZM2.48438%2014.4688H6V12.375C6%2012.1687%206.16875%2012%206.375%2012H7.625C7.83125%2012%208%2012.1687%208%2012.375V14.4688H11.5156V1.53125L2.5%201.5L2.48438%2014.4688Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_480_2468'%3e%3crect%20width='14'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",wt="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%206H16.5L13.1003%201.75063C12.913%201.51641%2012.6754%201.32734%2012.405%201.19741C12.1347%201.06747%2011.8387%201.00001%2011.5387%201H4.85406C4.03625%201%203.30094%201.49781%202.99719%202.25719L1.5%206V6.07062C0.63875%206.29375%200%207.06906%200%208V11.5C0%2011.7762%200.22375%2012%200.5%2012H2C2%2013.6569%203.34312%2015%205%2015C6.65688%2015%208%2013.6569%208%2012H12C12%2013.6569%2013.3431%2015%2015%2015C16.6569%2015%2018%2013.6569%2018%2012H19.5C19.7763%2012%2020%2011.7762%2020%2011.5V9C20%207.34312%2018.6569%206%2017%206ZM8.75%202.5H11.5387C11.6916%202.5%2011.8338%202.56844%2011.9291%202.6875L14.5791%206H8.75V2.5ZM4.38969%202.81437C4.46625%202.62344%204.64844%202.5%204.85406%202.5H7.25V6H3.11562L4.38969%202.81437ZM5%2013.5C4.17156%2013.5%203.5%2012.8284%203.5%2012C3.5%2011.1716%204.17156%2010.5%205%2010.5C5.82844%2010.5%206.5%2011.1716%206.5%2012C6.5%2012.8284%205.82844%2013.5%205%2013.5ZM15%2013.5C14.1716%2013.5%2013.5%2012.8284%2013.5%2012C13.5%2011.1716%2014.1716%2010.5%2015%2010.5C15.8284%2010.5%2016.5%2011.1716%2016.5%2012C16.5%2012.8284%2015.8284%2013.5%2015%2013.5ZM18.5%2010.5H17.5841C17.0644%209.60719%2016.1078%209%2015%209C13.8922%209%2012.9359%209.60719%2012.4159%2010.5H7.58406C7.06437%209.60719%206.10781%209%205%209C3.89219%209%202.93594%209.60719%202.41594%2010.5H1.5V8C1.5%207.72437%201.72438%207.5%202%207.5H17C17.8272%207.5%2018.5%208.17281%2018.5%209V10.5Z'%20fill='black'/%3e%3c/svg%3e",Ve="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12'%20height='16'%20viewBox='0%200%2012%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_480_2435)'%3e%3cpath%20d='M11.8068%205.24687C11.5506%204.8%2011.0849%204.53125%2010.5693%204.53125H7.61932L8.51619%201.79688C8.63182%201.36563%208.54119%200.9125%208.26932%200.55625C7.99432%200.203125%207.57869%200%207.13182%200H3.05369C2.34118%200%201.73181%200.534375%201.65368%201.15937L0.0161813%207.79063C-0.0431938%208.22188%200.0849314%208.65625%200.369307%208.98438C0.653682%209.3125%201.06618%209.5%201.50056%209.5H4.56619L3.47556%2014.2406C3.37556%2014.6688%203.47244%2015.1125%203.74431%2015.4563C4.01619%2015.8031%204.42556%2016%204.86619%2016C5.37556%2016%205.85057%2015.725%206.07869%2015.325L11.8037%206.67812C12.0662%206.23125%2012.0662%205.69375%2011.8068%205.24687ZM5.00369%2014.2937L6.45057%208H1.48493L3.05369%201.5L7.04119%201.47187L5.54744%206.03125H10.4381L5.00369%2014.2937Z'%20fill='%232A2A2A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_480_2435'%3e%3crect%20width='12'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Sn="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18'%20height='12'%20viewBox='0%200%2018%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.2857%200H0.857143C0.383839%200%200%200.383839%200%200.857143V11.1429C0%2011.6162%200.383839%2012%200.857143%2012H16.2857C16.759%2012%2017.1429%2011.6162%2017.1429%2011.1429V0.857143C17.1429%200.383839%2016.759%200%2016.2857%200ZM15.8571%2010.7143H1.28571V1.28571H15.8571V10.7143ZM7.92857%207.71429H10.0714C10.1898%207.71429%2010.2857%207.61839%2010.2857%207.5V6.64286C10.2857%206.52446%2010.1898%206.42857%2010.0714%206.42857H7.92857C7.81018%206.42857%207.71429%206.52446%207.71429%206.64286V7.5C7.71429%207.61839%207.81018%207.71429%207.92857%207.71429ZM14.3571%206.42857H12.2143C12.0959%206.42857%2012%206.52446%2012%206.64286V7.5C12%207.61839%2012.0959%207.71429%2012.2143%207.71429H14.3571C14.4755%207.71429%2014.5714%207.61839%2014.5714%207.5V6.64286C14.5714%206.52446%2014.4755%206.42857%2014.3571%206.42857ZM7.92857%205.57143H14.3571C14.4755%205.57143%2014.5714%205.47554%2014.5714%205.35714V4.5C14.5714%204.38161%2014.4755%204.28571%2014.3571%204.28571H7.92857C7.81018%204.28571%207.71429%204.38161%207.71429%204.5V5.35714C7.71429%205.47554%207.81018%205.57143%207.92857%205.57143ZM3.60857%206.04607L4.73866%206.3525C4.85089%206.38304%204.92857%206.47437%204.92857%206.57482C4.92857%206.70339%204.80804%206.80786%204.65911%206.80786H3.95357C3.84241%206.80786%203.73312%206.78%203.6383%206.72884C3.5558%206.68411%203.45509%206.69214%203.3908%206.76045L3.0675%207.10143C2.9842%207.18929%202.99786%207.33286%203.09777%207.40116C3.32009%207.5525%203.58152%207.63902%203.85714%207.65616V7.92857C3.85714%208.04696%203.95304%208.14286%204.07143%208.14286H4.5C4.61839%208.14286%204.71429%208.04696%204.71429%207.92857V7.65402C5.30839%207.62455%205.78571%207.15661%205.78571%206.57455C5.78571%206.08786%205.44768%205.65634%204.96286%205.52536L3.83277%205.21893C3.72054%205.18839%203.64286%205.09705%203.64286%204.99661C3.64286%204.86804%203.76339%204.76357%203.91232%204.76357H4.61786C4.72902%204.76357%204.8383%204.79143%204.93312%204.84259C5.01562%204.88705%205.11634%204.87929%205.18062%204.81098L5.50393%204.47C5.58723%204.38214%205.57357%204.23857%205.47366%204.17027C5.25134%204.01893%204.98991%203.93241%204.71429%203.91527V3.64286C4.71429%203.52446%204.61839%203.42857%204.5%203.42857H4.07143C3.95304%203.42857%203.85714%203.52446%203.85714%203.64286V3.91741C3.26304%203.94688%202.78571%204.41482%202.78571%204.99688C2.78571%205.48357%203.12375%205.91509%203.60857%206.04607Z'%20fill='%232A2A2A'/%3e%3c/svg%3e";function An(e){return Ee[e.standard||e.connectorStandardType]}function On(e,t){return new Intl.NumberFormat(e,{maximumFractionDigits:2}).format(t)}const jo={CONNECTOR_POWER_TYPE_UNSPECIFIED:"Unspecified",CONNECTOR_POWER_TYPE_AC_1_PHASE:"AC x 1",CONNECTOR_POWER_TYPE_AC_2_PHASE:"AC x 2",CONNECTOR_POWER_TYPE_AC_2_PHASE_SPLIT:"AC x 2 Split",CONNECTOR_POWER_TYPE_AC_3_PHASE:"AC x 3",CONNECTOR_POWER_TYPE_DC:"DC",CONNECTOR_POWER_TYPE_AC:"AC",AC_3_PHASE:"AC x 3",AC_1_PHASE:"AC x 1",DC:"DC"};function jn(e){return[Po(e.standard||e.connectorStandardType),jo[e.powerType||e.power_type||e.connectorPowerType],"Socket"].join(", ")}function Po(e){return e=(e||"").replace("CONNECTOR_STANDARD_TYPE_",""),e==="IEC_62196_T1"?"Type 1":e==="IEC_62196_T1_COMBO"?"Type 1 Combo":e==="IEC_62196_T2"?"Type 2":e==="IEC_62196_T2_COMBO"?"Type 2 Combo":e==="IEC_62196_T3A"?"Type 3A":e==="IEC_62196_T3C"?"Type 3C":e==="CHADEMO"?"CHAdeMO":e==="DOMESTIC_F"?"Domestic F":e==="DOMESTIC_E"?"Domestic E":e==="DOMESTIC_B"?"Domestic B":e==="CATARC"?"Catarc":e}function Pn(e,t){switch(t){case"AVAILABLE":return e("evse.statusAvailable");case"CHARGING":return e("evse.statusCharging");case"UNAVAILABLE":return e("evse.statusUnavailable");case"ERROR":return e("evse.statusError");case"UNKNOWN":return e("evse.statusUnknown");case"REMOVED":return e("evse.statusRemoved");case"PLANNED":return e("evse.statusPlanned");case"RESERVED":return e("evse.statusReserved");case"INOPERATIVE":return e("evse.statusInoperative");case"OUTOFORDER":return e("evse.statusOutOfOrder");default:return e("evse.statusUnknown")}}function Dn(e,t){return t?.type==="ON_STREET"?e("locationType.onStreet"):t?.type==="PARKING_GARAGE"?e("locationType.parkingGarage"):t?.type==="UNDERGROUND_GARAGE"?e("locationType.undergroundGarage"):t?.type==="PARKING_LOT"?e("locationType.parkingLot"):e("locationType.other")}function In(e=[]){return e.some(t=>t.status==="AVAILABLE")?he("AVAILABLE"):e.some(t=>t.status==="CHARGING")?he("CHARGING"):he("UNKNOWN")}function kn(e,t){let i;["en","fr"].some(s=>{let d=new Intl.DateTimeFormat(s,{minute:"numeric",timeZone:t,timeZoneName:"short"}).formatToParts(e).filter(c=>c.type=="timeZoneName"&&c.value);if(/^(GMT|UTC)/.test(d[0].value))return i=d[0].value.replace(/GMT|UTC/,"")||"+0",!0});let r=i[0]=="+"?"+":"-",[a,o]=i.substring(1).split(":");return r+a.padStart(2,"0")+":"+(o||"00")}function Mn(e){let t=/^-/.test(e)?-1:1,[i,r]=e.match(/\d\d/g);return t*(i*60+Number(r))}function nn(e,t){const i=s=>("0"+s).slice(-2),{year:r,month:a,day:o}=new Intl.DateTimeFormat("en",{timeZone:e}).formatToParts(t).reduce((s,l)=>(s[l.type]=l.value,l),Object.create(null));return`${r}-${i(a)}-${i(o)}`}function Rn(e,t=new Date){const i=kn(t,e),r=Mn(i),a=new Date(+t);return a.setUTCMinutes(a.getUTCMinutes()+r),a}function Ln(e,t=new Date){const i=kn(t,e),r=Mn(i),a=new Date(+t);a.setUTCHours(0,-r,0,0);const o=nn(e,t),s=nn(e,a);return s>o?a.setUTCDate(a.getUTCDate()-1):s<o&&a.setUTCDate(a.getUTCDate()+1),a}function Do(e,t=new Date){return new Date(Ln(e,t).valueOf()+86399999)}function Io(e,t,i){const r=Rn(i,e);return r.getUTCDate()!==t&&r.setUTCDate(e.getUTCDate()+(7+t-e.getUTCDay()-1)%7+1),{start:Ln(i,r),end:Do(i,r)}}function mt(e,t){return Rn(t,e).getUTCDay()}function rn(e){const[t,i]=e.split(":");return parseInt(t)*60+parseInt(i)}function gt(e){if(!e?.restrictions?.startTime||!e?.restrictions?.endTime)return{elements:[e],priceComponents:e.priceComponents,startTime:0,endTime:1440,isFullDay:!0};const t=rn(e.restrictions.startTime),i=rn(e.restrictions.endTime);return{elements:[e],priceComponents:e.priceComponents,isFullDay:t===0&&i===1440,startTime:t,endTime:i}}function ko(e,t,i){const r=(i.getHours()*60+i.getMinutes())%60;if(e.length<=1)return e.map(o=>(o.isActive=t&&o.startTime<=r&&o.endTime>=r,o));e=e.sort((o,s)=>o.startTime-s.startTime);let a=[e[0]];for(let o=1;o<e.length;o++){const s=e[o],l=a.findLast(c=>c.startTime<=s.startTime);if(!l)a=a.filter(c=>c.endTime>s.endTime),a.unshift(s);else{const c=l.endTime;l.endTime=s.startTime;const u=[s];c>s.endTime&&u.push({...l,startTime:s.endTime,endTime:c}),a.splice(a.indexOf(l)+1,0,...u)}let d=0;a=a.map((c,u)=>{const f=a[u-1];if(c.endTime>d)d=c.endTime;else return null;return f&&f.endTime!==c.startTime&&(c.startTime=f.endTime),c}).filter(Boolean)}return a.map(o=>(o.isActive=t&&o.startTime<=r&&o.endTime>=r,o.isFullDay=o.startTime===0&&o.endTime===1440,o))}function xe(e){return!e?.restrictions||!e?.restrictions?.startDate&&!e?.restrictions?.endDate&&!e?.restrictions?.startTime&&!e?.restrictions?.startTime&&!e?.restrictions?.dayOfWeek}function Nt({elements:e,limit:t=6,now:i=new Date}){const a=[...e].filter(o=>!xe(o)).map(o=>({...o,restrictions:{_startDate:new Date(`${o.restrictions.startDate}T${o.restrictions.startTime}`),...o.restrictions}})).sort((o,s)=>o.restrictions._startDate.valueOf()-s.restrictions._startDate.valueOf()).filter(o=>o.restrictions._startDate.valueOf()>i.valueOf()-108e5).slice(0,t).reduce((o,s)=>{const l=s.restrictions._startDate.getDate();return o[l]={date:new Date(s.restrictions.startDate),items:[...o[l]?.items||[],s]},o},[]);return Object.keys(a).map(o=>{const{date:s,items:l}=a[o],d=l.map(({restrictions:c,...u})=>{const{_startDate:f,...p}=c;return{...u,restrictions:{...p}}}).map(gt).map(c=>{const u=mt(i)===mt(s),f=i.getHours()*60+i.getMinutes(),p=u&&c.startTime<=f&&c.endTime-1>=f;return{...c,isActive:p}});return{date:s,items:d}})}function Mo(e,t){const i=new Date;return[...e].reduce((r,a)=>{const{startDate:o,endDate:s,dayOfWeek:l=[]}=a.restrictions||{};if(!Object.keys(a.restrictions||{}).length)return r;const d=o?new Date(o):null;if(o&&d.valueOf()>Date.now())return r;const c=s?new Date(s):null;return s&&c.valueOf()<Date.now()||["SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"].forEach((u,f)=>{const{start:p,end:v}=Io(i,f,t);d&&d.valueOf()>p.valueOf()||c&&c.valueOf()<v.valueOf()||l.length&&!l.includes(u)||(r[u]=[...r[u],a])}),r},{MONDAY:[],TUESDAY:[],WEDNESDAY:[],THURSDAY:[],FRIDAY:[],SATURDAY:[],SUNDAY:[]})}function on(e,t){return Object.keys(e).reduce((i,r)=>(t.includes(r)||(i[r]=e[r]),i),{})}function Ro(e,t){const i=e.map(a=>on(a,["isActive"])),r=t.map(a=>on(a,["isActive"]));return JSON.stringify(i)===JSON.stringify(r)}function Lo(e){return e.reduce((t,i)=>{const r=t.find(a=>a.startTime===i.startTime&&a.endTime===i.endTime);return r?r.elements.push(...i.elements):t.push(i),t},[])}function Ho(e){return xe(e)?(e.priceComponents||[]).some(t=>t.type!=="PARKING_TIME"&&(t.price||0)>0):!1}function Fo(e){return e.startTime===0&&e.endTime<=1||e.startTime>=1439&&e.endTime===1440}function Hn(e,t,i){const r=Mo(e.concat().filter(c=>!xe(c)),t),a=e.find(Ho),{SUNDAY:o,...s}=r,[l,...d]=Object.keys({SUNDAY:r.SUNDAY,...s}).map((c,u)=>{const f=r[c],p=mt(i,t)===u,v=Lo(f.map(gt));return a&&v.length>0&&v.unshift(gt(a)),{day:c,isActive:p,items:ko(v,p,i).filter(y=>!Fo(y))}});return[...d,l].reduce((c,u,f,p)=>{const v=c[c.length-1],y=v?.items;if(!y||!Ro(y,u.items)){const{day:T,...N}=u;c.push({...N,days:[u.day]})}else v.days=[v.days[0],u.day],v.isActive=v.isActive||u.isActive;return c},[]).filter(c=>!!c.items.length)}function zo(e){const{elements:t=[]}=e;return t?.some(o=>o?.priceComponents?.length>0)?t.filter(xe).length===t.length?"base":Nt({elements:t,limit:6,now:new Date}).length?"dynamic":"scheduled":"none"}const Ie={CONNECTOR_POWER_TYPE_AC_1_PHASE:"CONNECTOR_POWER_TYPE_AC_1_PHASE",CONNECTOR_POWER_TYPE_AC_2_PHASE:"CONNECTOR_POWER_TYPE_AC_2_PHASE",CONNECTOR_POWER_TYPE_AC_2_PHASE_SPLIT:"CONNECTOR_POWER_TYPE_AC_2_PHASE_SPLIT",CONNECTOR_POWER_TYPE_AC_3_PHASE:"CONNECTOR_POWER_TYPE_AC_3_PHASE",CONNECTOR_POWER_TYPE_DC:"CONNECTOR_POWER_TYPE_DC"};function Vo(e){switch(e.connectorPowerType){case Ie.CONNECTOR_POWER_TYPE_AC_1_PHASE:case Ie.CONNECTOR_POWER_TYPE_DC:return e.power.maxVoltage*e.power.maxAmperage/1e3;case Ie.CONNECTOR_POWER_TYPE_AC_2_PHASE:case Ie.CONNECTOR_POWER_TYPE_AC_2_PHASE_SPLIT:return e.power.maxVoltage*e.power.maxAmperage*2/1e3;case Ie.CONNECTOR_POWER_TYPE_AC_3_PHASE:return e.power.maxVoltage*e.power.maxAmperage*3/1e3;default:return 0}}const $o="ConnectorTariff-module_container",Bo="ConnectorTariff-module_bold",Uo="ConnectorTariff-module_dynamicTariffItem",Yo="ConnectorTariff-module_dynamicTariffItemRange",Wo="ConnectorTariff-module_tariffHeader",Go="ConnectorTariff-module_tariffLabel",qo="ConnectorTariff-module_tariffNote",Zo="ConnectorTariff-module_activeNowLabel",J={container:$o,bold:Bo,dynamicTariffItem:Uo,dynamicTariffItemRange:Yo,tariffHeader:Wo,tariffLabel:Go,tariffNote:qo,activeNowLabel:Zo},Ko="Price-module_tariffItem",vt={tariffItem:Ko};function Jo(e,t){return new Intl.NumberFormat(void 0,{style:"currency",currency:t.currency||"EUR",maximumFractionDigits:2}).format(e)}function Xo(e){const t=e.vat?e.vat/100:0;return e.price+e.price*t}function Qo({priceComponent:e,restrictions:t={},currency:i}){const{t:r}=B(),a={ENERGY:"tariffPriceComponent.energy",TIME:"tariffPriceComponent.time",FLAT:"tariffPriceComponent.flat",PARKING_TIME:"tariffPriceComponent.parkingTime"};return t?.minDuration===0&&t?.maxDuration&&e.type==="PARKING_TIME"?n.jsx("div",{className:vt.tariffItem,children:r("tariffPriceComponent.parkingTimeWait",{minutes:Math.floor(t.maxDuration/60)})}):a[e.type]?n.jsx("div",{className:vt.tariffItem,children:r(a[e.type],{total:Jo(Xo(e),{currency:i})})}):null}const ea="PriceComponents-module_container",ta={container:ea},an=["ENERGY","TIME","FLAT","PARKING_TIME"];function Ke({elements:e,currency:t}){const{t:i}=B(),r=e.reduce((o,s)=>(s.priceComponents.forEach(l=>{o[l.type]||(o[l.type]=[]),o[l.type].push({priceComponent:l,restrictions:s.restrictions})}),o),{}),a=Object.keys(r).map(o=>({type:o,elements:r[o]})).sort((o,s)=>{const l=an.indexOf(o.type),d=an.indexOf(s.type);return l===-1?1:d===-1?-1:l-d});return n.jsx("div",{className:ta.container,children:a.map(({type:o,elements:s},l)=>s.reverse().map((d,c)=>n.jsx(Qo,{currency:t,priceComponent:d.priceComponent,restrictions:d.restrictions},`${o}-${l}-${c}`)))})}function na(e,t){return new Intl.NumberFormat(void 0,{style:"currency",currency:t.currency||"EUR",maximumFractionDigits:2}).format(e)}function ra({vat:e,price:t}){const i=e?e/100:0;return t+t*i}function ia({cdrAdditionalCharge:e,currency:t}){const{t:i}=B(),r={FLAT_FEE:i("cdrPrice.flatFee",{total:na(ra(e),{currency:t})})};return n.jsx("div",{className:vt.tariffItem,children:r[e.type]})}function Je(e,t){const i=new Date(0),r=Math.floor(t/60),a=t%60;return i.setHours(r,a,0,0),i.toLocaleTimeString("nl",{hour:"2-digit",minute:"2-digit"})}const oa=Intl.DateTimeFormat().resolvedOptions().timeZone;function aa(e){const{format:t}=new Intl.DateTimeFormat(e,{weekday:"long"});return["SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"].reduce((i,r,a)=>(i[r]=t(new Date(Date.UTC(2023,9,a+1))),i),{})}function ke({currency:e,cdrAdditionalCharges:t}){return t.map(i=>n.jsx(ia,{currency:e,cdrAdditionalCharge:i},i.id))}function St({timezone:e=oa,tariff:t,compact:i=!0,cdrAdditionalCharges:r=[]}){const{t:a,language:o}=B(),s=aa(o);if(!t)return null;const l=t.elements||[],d=t.currency||"",c=l.some(y=>y.priceComponents&&y.priceComponents.length>0),u=Nt({elements:l,limit:i?6:40,now:new Date}),f=u.length?[]:Hn(l,e,new Date),p=l.filter(xe);if(!c)return n.jsxs(n.Fragment,{children:[n.jsx("div",{className:J.tariffNote,children:a("tariffPriceComponent.noTariff")}),r.length>0&&n.jsx("div",{className:J.container,children:n.jsx(ke,{currency:d,cdrAdditionalCharges:r})})]});const v=!f.some(y=>y.isActive);return f.length?n.jsxs("div",{className:J.container,children:[p.length>0&&n.jsxs("div",{className:[J.tariffList,J.bold].join(" "),children:[n.jsxs("div",{className:J.tariffHeader,children:[a("tariffPriceComponent.baseTariff"),v&&n.jsx("span",{className:J.activeNowLabel,children:a("tariffPriceComponent.active")})]}),n.jsx(Ke,{elements:p,currency:d}),n.jsx(ke,{currency:d,cdrAdditionalCharges:r})]}),f.map(y=>n.jsxs("div",{className:J.tariffList,children:[n.jsxs("div",{className:J.tariffHeader,children:[y.days.map(T=>s[T]).join(" - "),y.isActive&&n.jsx("span",{className:J.activeNowLabel,children:a("tariffPriceComponent.active")})]}),y.items.map(T=>n.jsxs("div",{className:T.isActive&&J.bold,children:[!T.isFullDay&&n.jsxs("div",{className:J.tariffLabel,children:[Je(o,T.startTime)," -"," ",Je(o,T.endTime)]}),n.jsxs("div",{children:[n.jsx(Ke,{elements:T.elements,currency:d}),n.jsx(ke,{currency:d,cdrAdditionalCharges:r})]})]},T.startTime))]},y.days.join("-")))]}):n.jsxs("div",{className:J.container,children:[p.length>0&&!u?.length&&n.jsxs("div",{className:J.tariffList,children:[n.jsx(Ke,{elements:p,currency:d}),n.jsx(ke,{currency:d,cdrAdditionalCharges:r})]}),u.length>0&&n.jsx(n.Fragment,{children:u.map((y,T)=>n.jsxs(n.Fragment,{children:[n.jsx("div",{className:J.tariffHeader,children:a("tariffPriceComponent.dynamicTariffHeader",{date:new Intl.DateTimeFormat(o,{weekday:"long",month:"short",day:"numeric"}).format(y.date)})}),n.jsx("div",{className:J.dynamicTariffList,children:y.items.map((N,k)=>n.jsxs("div",{className:[J.dynamicTariffItem,N.isActive&&J.bold].filter(Boolean).join(" "),children:[n.jsxs("div",{className:J.dynamicTariffItemRange,children:[Je(o,N.startTime)," –"," ",Je(o,N.endTime)]}),n.jsx(Ke,{elements:N.elements,currency:d}),n.jsx(ke,{currency:d,cdrAdditionalCharges:r}),N.isActive&&n.jsx("span",{className:J.activeNowLabel,children:a("tariffPriceComponent.active")})]},[N.startTime,N.endTime,k].join()))})]}))})]})}function sn(e,t,i){const r=[];return t?.customNote&&r.push(t?.customNote),i==="none"?r.length?r:[e("tariffNote.baseTariffNote")]:(i==="dynamic"&&r.push(e("tariffNote.dynamicScheduledTariffNote")),t?.infraProviderId==="NLEFL"||t?.party_id==="EFL"?(i==="scheduled"&&r.push(e("tariffNote.eFluxScheduledTariffNote")),r):(i==="scheduled"?r.push(e("tariffNote.baseTariffNote"),e("tariffNote.scheduledTariffNote")):r.push(e("tariffNote.baseTariffNote")),r))}const sa=({currentLocation:e,evses:t,setView:i,cdrAdditionalCharges:r})=>{const{options:a,t:o,language:s}=B(),l=t.filter(d=>d.status==="AVAILABLE");return n.jsxs("div",{className:E.container,children:[n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:wn,alt:"station icon"}),n.jsxs("div",{className:E.text,children:[a.locationBaseUrl&&n.jsx("a",{href:`${a.locationBaseUrl}/${e.id}`,children:e.name||"-"}),!a.locationBaseUrl&&e.name]})]}),n.jsxs("div",{className:E.row,children:[n.jsx("div",{className:E.icon,children:n.jsx("div",{style:{background:In(e.evses)},className:E.statusIcon})}),n.jsxs("div",{className:E.text,children:[l.length," / ",t.length," ",o("evse.statusAvailable")]})]}),e.subOperator?.name&&n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:Nn,alt:"building icon"}),n.jsx("div",{className:E.text,children:e.subOperator?.name})]}),e.parkingType!=="UNKNOWN"&&n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:wt,alt:"parking icon"}),n.jsx("div",{className:E.text,children:Dn(o,e.parkingType)})]}),t.map(d=>n.jsxs("div",{children:[n.jsx("hr",{className:E.divider}),n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:Ve,alt:"power icon"}),n.jsx("div",{className:E.text,children:d.evseId})]}),n.jsxs("div",{className:E.row,children:[n.jsx("div",{style:{background:he(d.status)},className:E.statusIcon}),n.jsx("div",{className:E.text,children:[Pn(o,d.status),d.maxPower&&`${On(s,Math.floor(d.maxPower))}kW`].filter(Boolean).join(", ")})]}),d.connectors.map((c,u)=>{const f=zo(c.tariff),p=sn(o,e,f);return n.jsxs("div",{children:[" ",n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:An(c),alt:"socket type"}),n.jsx("div",{className:E.text,children:jn(c)})]}),n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:Sn,alt:"pricing"}),n.jsx("div",{className:E.text,children:o("evse.pricing")})]}),n.jsx(St,{tariff:c.tariff,cdrAdditionalCharges:r}),f==="dynamic"&&n.jsx("div",{className:E.tariffNoteLink,onClick:()=>{i("dynamicTariff",{connector:c,evseId:d.evseId,notes:p,locationName:e.name})},children:o("location.viewAllHourlyPrices")}),p.length>0&&n.jsxs("div",{className:E.tariffNoteLink,onClick:()=>{i("tariffNote",{locationName:e.name,evseId:d.evseId,notes:sn(o,e,f)})},children:[n.jsx(_n,{})," ",o("tariffPriceComponent.viewTariff")]})]},`connector-${u}`)})]},d.evseId))]})},ca="LocationRow-module_row",la="LocationRow-module_expandable",da="LocationRow-module_icon",ua="LocationRow-module_text",fa="LocationRow-module_textHint",pa="LocationRow-module_chevron",ha="LocationRow-module_chevronOpen",ma="LocationRow-module_body",ge={row:ca,expandable:la,icon:da,text:ua,textHint:fa,chevron:pa,chevronOpen:ha,body:ma},ga={display:"flex",flexDirection:"row",flexWrap:"nowrap",alignItems:"center",padding:"5px 0",minWidth:0},va={display:"inline-flex",alignItems:"center",justifyContent:"center",height:16,width:16,flex:"0 0 auto",marginRight:14,overflow:"hidden"},Ca={flex:"1 1 auto",minWidth:0,fontSize:12,lineHeight:"16px",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},ya={color:"var(--roadmap-muted-color, #6a6a6a)",fontWeight:"normal"},xa={display:"inline-flex",alignItems:"center",justifyContent:"center",height:10,width:10,flex:"0 0 auto",marginLeft:8,transition:"transform 0.15s ease",color:"var(--roadmap-text-color, #2a2a2a)"},Ta={padding:"4px 0 6px 30px",display:"flex",flexDirection:"column",gap:4},se=({icon:e,text:t,hint:i,children:r,defaultExpanded:a=!1})=>{const o=h.Children.count(r)>0,[s,l]=h.useState(a),d=()=>l(c=>!c);return n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:`${ge.row} ${o?ge.expandable:""}`,style:{...ga,cursor:o?"pointer":void 0,userSelect:o?"none":void 0},role:o?"button":void 0,tabIndex:o?0:void 0,"aria-expanded":o?s:void 0,onClick:o?d:void 0,onKeyDown:o?c=>{(c.key==="Enter"||c.key===" ")&&(c.preventDefault(),d())}:void 0,children:[n.jsx("span",{className:ge.icon,style:va,children:h.isValidElement(e)?h.cloneElement(e,{style:{maxWidth:16,maxHeight:16,display:"block",...e.props?.style||{}}}):e}),n.jsxs("div",{className:ge.text,style:Ca,children:[t,i!=null&&n.jsxs("span",{className:ge.textHint,style:ya,children:[" · ",i]})]}),o&&n.jsx("span",{className:`${ge.chevron} ${s?ge.chevronOpen:""}`,style:{...xa,transform:s?"rotate(180deg)":void 0},children:n.jsx(yo,{})})]}),o&&s&&n.jsx("div",{className:ge.body,style:Ta,children:r})]})},ba=({location:e})=>{const{options:t}=B(),i=e?.name||"-",r=e?.id;let a;r&&t.locationUrlTemplate&&t.context==="cpo"?a=t.locationUrlTemplate.replace(/{{\s*locationId\s*}}/g,r):r&&t.locationBaseUrl&&(a=`${t.locationBaseUrl}/${r}`);const o=a?n.jsx("a",{href:a,target:"_blank",rel:"noopener noreferrer",children:i}):i;return n.jsx(se,{icon:n.jsx("img",{src:wn,alt:"station icon"}),text:o})},Fn=({color:e,size:t=10})=>n.jsx("span",{style:{display:"block",width:t,height:t,borderRadius:t,background:e}}),Ea=({evses:e})=>{const{t}=B(),i=e?.filter(r=>r.status==="AVAILABLE")||[];return n.jsx(se,{icon:n.jsx(Fn,{color:In(e)}),text:`${i.length} / ${e?.length||0} ${t("evse.statusAvailable")}`})},_a="OperatorSection-module_block",wa="OperatorSection-module_role",Na="OperatorSection-module_header",Sa="OperatorSection-module_name",Aa="OperatorSection-module_logo",Oa="OperatorSection-module_website",Oe={block:_a,role:wa,header:Na,name:Sa,logo:Aa,website:Oa},ja=({role:e,showRoleLabel:t})=>{const{t:i}=B();return e.name?n.jsxs("div",{className:Oe.block,style:{display:"flex",flexDirection:"column",gap:2,marginBottom:8},children:[t&&n.jsx("div",{className:Oe.role,style:{fontSize:11,textTransform:"uppercase",color:"var(--roadmap-muted-color, #6a6a6a)",letterSpacing:"0.04em"},children:i(e.labelKey)}),n.jsxs("div",{className:Oe.header,style:{display:"flex",alignItems:"center",gap:8},children:[e.logoUrl&&n.jsx("img",{className:Oe.logo,src:e.logoUrl,alt:`${e.name} logo`,style:{maxHeight:20,maxWidth:80,width:"auto",height:"auto",objectFit:"contain",display:"block"}}),n.jsx("div",{className:Oe.name,style:{fontSize:13,fontWeight:600},children:e.name})]}),e.website&&n.jsx("a",{className:Oe.website,href:e.website,target:"_blank",rel:"noopener noreferrer",style:{fontSize:12,color:"var(--roadmap-brand-color)",textDecoration:"none",wordBreak:"break-all"},children:i("location.visitWebsite")})]}):null},Pa=({operator:e,suboperator:t,fallbackOperatorName:i,fallbackSuboperatorName:r})=>{const{t:a}=B(),o={labelKey:"location.suboperator",name:t?.name||r,website:t?.website,logoUrl:t?.logo?.thumbnail||t?.logo?.url},s={labelKey:"location.operator",name:e?.name||i,website:e?.website,logoUrl:e?.logo?.thumbnail||e?.logo?.url},l=o.name?o:s.name?s:null;return l?n.jsx(se,{icon:n.jsx("img",{src:Nn,alt:"building icon"}),text:a("location.operatorInfo"),hint:l.name,children:n.jsx(ja,{role:l,showRoleLabel:!1})}):null},Da=["weekday.mon","weekday.tue","weekday.wed","weekday.thu","weekday.fri","weekday.sat","weekday.sun"];function Ia(e,t){const i=Da[t-1];return i?e(i):""}function zn(e){const t={};for(let i=1;i<=7;i++)t[i]=[];(e||[]).forEach(i=>{i.weekday>=1&&i.weekday<=7&&t[i.weekday].push(i)});for(const i of Object.keys(t))t[Number(i)].sort((r,a)=>r.period_begin.localeCompare(a.period_begin));return t}function ka(e,t){return`${e} – ${t}`}function Xe(e){const[t,i]=e.split(":").map(Number);return t*60+(i||0)}function Ma(e){return e===0?7:e}function Qe(e){const t=e.getFullYear(),i=String(e.getMonth()+1).padStart(2,"0"),r=String(e.getDate()).padStart(2,"0");return`${t}-${i}-${r}`}function cn(e,t){if(!e)return null;const i=t.getTime();for(const r of e){const a=new Date(r.period_begin).getTime(),o=new Date(r.period_end).getTime();if(!isNaN(a)&&!isNaN(o)&&i>=a&&i<=o)return r}return null}function Ra(e,t=new Date){if(!e)return{open:!1};if(e.twentyfourseven)return{open:!0};const i=cn(e.exceptional_closings,t);if(i)return{open:!1,nextChange:{time:new Date(i.period_end).toISOString().slice(11,16),label:"opens"}};const r=cn(e.exceptional_openings,t);if(r)return{open:!0,nextChange:{time:new Date(r.period_end).toISOString().slice(11,16),label:"closes"}};const a=zn(e.regular_hours),o=Ma(t.getDay()),s=o===1?7:o-1,l=t.getHours()*60+t.getMinutes();for(const d of a[s]){const c=Xe(d.period_begin),u=Xe(d.period_end);if((u<c||u===0)&&l<(u===0?1440:u))return{open:!0,nextChange:{time:d.period_end,label:"closes"}}}for(const d of a[o]){const c=Xe(d.period_begin),u=Xe(d.period_end),p=u<c||u===0?1440:u;if(l>=c&&l<p)return{open:!0,nextChange:{time:d.period_end,label:"closes"}};if(l<c)return{open:!1,nextChange:{time:d.period_begin,label:"opens"}}}for(let d=1;d<=7;d++){const c=(o-1+d)%7+1,u=a[c];if(u.length>0)return{open:!1,nextChange:{time:u[0].period_begin,label:"opens"}}}return{open:!1}}function ln(e,t=new Date){if(!e)return[];const i=t.getTime();return e.filter(r=>{const a=new Date(r.period_end).getTime();return!isNaN(a)&&a>=i})}function dn(e){const t=new Date(e.period_begin),i=new Date(e.period_end);if(isNaN(t.getTime())||isNaN(i.getTime()))return`${e.period_begin} – ${e.period_end}`;const r=Qe(t)===Qe(i),a=`${Qe(t)} ${t.toISOString().slice(11,16)}`,o=r?i.toISOString().slice(11,16):`${Qe(i)} ${i.toISOString().slice(11,16)}`;return`${a} – ${o}`}const La="OpeningHours-module_day",Ha="OpeningHours-module_dayLabel",Fa="OpeningHours-module_dayValue",za="OpeningHours-module_exceptional",Va="OpeningHours-module_exceptionalHeader",$a="OpeningHours-module_footnote",ve={day:La,dayLabel:Ha,dayValue:Fa,exceptional:za,exceptionalHeader:Va,footnote:$a},Ba=({openingTimes:e,chargingWhenClosed:t})=>{const{t:i}=B();if(!e)return null;const r=Ra(e),a=zn(e.regular_hours),o=ln(e.exceptional_closings),s=ln(e.exceptional_openings),l=e.twentyfourseven?i("location.open24_7"):r.open?i("location.openNow"):i("location.closedNow"),d=!e.twentyfourseven&&r.nextChange?r.nextChange.label==="closes"?i("location.closesAt",{time:r.nextChange.time}):i("location.opensAt",{time:r.nextChange.time}):void 0,c=!e.twentyfourseven||o.length>0||s.length>0||!!t,u={display:"flex",fontSize:12,lineHeight:1.5},f={minWidth:56,fontWeight:600},p={flex:"1 1 auto"},v={fontSize:11,color:"var(--roadmap-muted-color, #6a6a6a)",marginTop:6},y={fontWeight:600,marginBottom:2},T={fontSize:11,fontStyle:"italic",color:"var(--roadmap-muted-color, #6a6a6a)",marginTop:6};return n.jsx(se,{icon:n.jsx(xo,{}),text:l,hint:d,children:c?n.jsxs(n.Fragment,{children:[!e.twentyfourseven&&[1,2,3,4,5,6,7].map(N=>{const k=a[N],U=k.length===0?i("location.closed"):k.map(D=>ka(D.period_begin,D.period_end)).join(", ");return n.jsxs("div",{className:ve.day,style:u,children:[n.jsx("div",{className:ve.dayLabel,style:f,children:Ia(i,N)}),n.jsx("div",{className:ve.dayValue,style:p,children:U})]},N)}),o.length>0&&n.jsxs("div",{className:ve.exceptional,style:v,children:[n.jsx("div",{className:ve.exceptionalHeader,style:y,children:i("location.exceptionalClosings")}),o.map((N,k)=>n.jsx("div",{children:dn(N)},`c-${k}`))]}),s.length>0&&n.jsxs("div",{className:ve.exceptional,style:v,children:[n.jsx("div",{className:ve.exceptionalHeader,style:y,children:i("location.exceptionalOpenings")}),s.map((N,k)=>n.jsx("div",{children:dn(N)},`o-${k}`))]}),t&&n.jsx("div",{className:ve.footnote,style:T,children:i("location.chargingWhenClosed")})]}):null})},Ua=({parkingType:e})=>{const{t}=B();return!e||e==="PARKING_TYPE_UNKNOWN"?null:n.jsx(se,{icon:n.jsx("img",{src:wt,alt:"parking icon"}),text:Dn(t,e)})},Ya=({accessibility:e})=>e?n.jsx(se,{icon:n.jsx("img",{src:wt,alt:"accessibility icon"}),text:e==="TESLA"?"Tesla vehicles only":"All electric vehicles"}):null,Wa=({evse:e})=>n.jsx(se,{icon:n.jsx("img",{src:Ve,alt:"power icon"}),text:e.evse_id||"",hint:e.physical_reference||void 0}),Ga=({evse:e})=>{const{t,language:i}=B(),r=e.connectors[0],a=r?.power&&r?.connectorPowerType?`${On(i,Math.floor(Vo(r)))}kW`:null,o=[Pn(t,e.status),a].filter(Boolean).join(", ");return n.jsx(se,{icon:n.jsx(Fn,{color:he(e.status)}),text:o})},qa=({connector:e})=>n.jsx(se,{icon:n.jsx("img",{src:An(e),alt:"socket type"}),text:jn(e)}),Za=()=>{const{t:e}=B();return n.jsx(se,{icon:n.jsx("img",{src:Sn,alt:"pricing"}),text:e("evse.pricing")})};function At(e){return e?.currency?{currency:e.currency,id:e.id,country_code:e.country_code,party_id:e.party_id,elements:(e?.elements||[]).map(t=>({priceComponents:(t?.price_components||[]).map(i=>({type:(()=>{switch(i.type){case"FLAT":return"FLAT";case"TIME":return"TIME";case"ENERGY":return"ENERGY";case"PARKING_TIME":return"PARKING_TIME";case"CONGESTION_TIME":return"CONGESTION_TIME"}})(),price:i.price,vat:i.vat,stepSize:i.step_size})),...t?.restrictions?{restrictions:{startTime:t?.restrictions?.start_time,endTime:t?.restrictions?.end_time,startDate:t?.restrictions?.start_date,endDate:t?.restrictions?.end_date,dayOfWeek:t?.restrictions?.day_of_week,minDuration:t?.restrictions?.min_duration,maxDuration:t?.restrictions?.max_duration}}:{}}))}:null}const Ka=({tariff:e,additionalCharges:t})=>{const{t:i}=B(),r=e?.elements?.some(a=>a?.price_components?.some(o=>o.type==="CONGESTION_TIME"));return n.jsxs(n.Fragment,{children:[r&&n.jsx("div",{style:{padding:"0.8rem",margin:"0.8rem 0",backgroundColor:"#FFF4E5",borderLeft:"3px solid #FF9800",borderRadius:"4px",fontSize:"13px",color:"#663C00"},children:i("tariff.congestionPricing")}),n.jsx(St,{tariff:At(e),cdrAdditionalCharges:t})]})},Ja=["SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"];function un(e){const[t,i]=e.split(":").map(Number);return t*60+(i||0)}function Xa(e,t,i){const r=i.getHours()*60+i.getMinutes(),a=un(e),o=un(t);return o<a?r>=a||r<o:r>=a&&r<o}function Qa(e,t){if(xe(e))return!0;const i=e.restrictions;if(i.startTime&&i.endTime&&!Xa(i.startTime,i.endTime,t))return!1;if(i.dayOfWeek&&i.dayOfWeek.length>0){const r=Ja[t.getDay()];if(!i.dayOfWeek.includes(r))return!1}if(i.startDate){const r=new Date(i.startDate);if(!isNaN(r.getTime())&&t<r)return!1}if(i.endDate){const r=new Date(i.endDate);if(!isNaN(r.getTime())&&t>r)return!1}return!0}function es(e,t){const i=t.restrictions?.minDuration??0,r=t.restrictions?.maxDuration??0;return`${e}:${i}:${r}`}function ts(e,t=new Date){if(!e)return{elements:[],currency:""};const r=(e.elements||[]).filter(d=>Qa(d,t)),a={};r.forEach(d=>{const c=xe(d);(d.priceComponents||[]).forEach(u=>{const f=es(u.type,d),p=a[f];(!p||p.isBase&&!c)&&(a[f]={element:d,pc:u,isBase:c})})});const o=new Map,s=[];return Object.values(a).forEach(({element:d,pc:c})=>{o.has(d)||(o.set(d,[]),s.push(d)),o.get(d).push(c)}),{elements:s.map(d=>({...d,priceComponents:o.get(d)})),currency:e.currency||""}}const ns={display:"flex",flexWrap:"wrap",gap:6},Vn={fontSize:12,lineHeight:1.3,padding:"1px 8px",borderRadius:6,background:"color-mix(in srgb, var(--roadmap-brand-color, #6102d3) 12%, transparent)",color:"var(--roadmap-brand-color, #6102d3)",border:"1px solid color-mix(in srgb, var(--roadmap-brand-color, #6102d3) 30%, transparent)"},rs=Vn,is={ENERGY:"tariffPriceComponent.energy",TIME:"tariffPriceComponent.time",FLAT:"tariffPriceComponent.flat",PARKING_TIME:"tariffPriceComponent.parkingTime"},fn=["ENERGY","TIME","FLAT","PARKING_TIME"];function pn(e,t){return new Intl.NumberFormat(void 0,{style:"currency",currency:t||"EUR",maximumFractionDigits:2}).format(e)}function os(e){const t=e.vat?e.vat/100:0;return e.price+e.price*t}function $n(e,t){return e.type==="PARKING_TIME"&&(e.price||0)===0&&!!t?.maxDuration&&(!t.minDuration||t.minDuration===0)}function as(e,t){const i=[];return e.forEach(r=>{(r.priceComponents||[]).forEach(a=>{t&&(a.price||0)<=0&&!$n(a,r.restrictions)||i.push({pc:a,restrictions:r.restrictions})})}),i.sort((r,a)=>{const o=fn.indexOf(r.pc.type),s=fn.indexOf(a.pc.type);return o===-1?1:s===-1?-1:o-s})}const ss=({elements:e,currency:t,skipZero:i=!0,highlight:r=!1,additionalCharges:a=[]})=>{const{t:o}=B(),s=as(e,i),l=r?rs:Vn;return s.length===0&&a.length===0?null:n.jsxs("div",{style:ns,children:[s.map(({pc:d,restrictions:c},u)=>{if($n(d,c))return n.jsx("div",{style:l,children:o("tariffPriceComponent.parkingTimeWait",{minutes:String(Math.floor(c.maxDuration/60))})},`pc-${u}`);const f=is[d.type];return f?n.jsx("div",{style:l,children:o(f,{total:pn(os(d),t)})},`pc-${u}`):null}),a.map(d=>{if(d.type!=="FLAT_FEE")return null;const c=d.price+(d.vat?d.price*(d.vat/100):0);return n.jsx("div",{style:l,children:o("cdrPrice.flatFee",{total:pn(c,t)})},`cdr-${d.id}`)})]})},hn={display:"flex",flexDirection:"column",gap:4,padding:"6px 0"},cs={display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",gap:8,fontSize:12,color:"var(--roadmap-muted-color, #6a6a6a)"},ls={display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",gap:8},He=({elements:e,currency:t,label:i,trailing:r,highlight:a=!1,additionalCharges:o,onClick:s})=>{const l=!!s,d=l?{...hn,cursor:"pointer",userSelect:"none"}:hn,c=u=>{s&&(u.key==="Enter"||u.key===" ")&&(u.preventDefault(),s())};return n.jsxs("div",{style:d,role:l?"button":void 0,tabIndex:l?0:void 0,onClick:s,onKeyDown:l?c:void 0,children:[i!=null&&n.jsx("div",{style:cs,children:i}),n.jsxs("div",{style:ls,children:[n.jsx(ss,{elements:e,currency:t,highlight:a,additionalCharges:o}),r]})]})},Bn={fontSize:12,fontWeight:600,padding:"4px 12px",borderRadius:6,cursor:"pointer",background:"transparent",color:"var(--roadmap-brand-color, #6102d3)",border:"1px solid color-mix(in srgb, var(--roadmap-brand-color, #6102d3) 40%, transparent)"},ds={...Bn,cursor:"default",opacity:.6},us={display:"flex",alignItems:"center",gap:6,fontSize:12,color:"var(--roadmap-brand-color, #6102d3)"},fs={fontSize:11,color:"var(--roadmap-muted-color, #6a6a6a)",marginTop:6},ps=({type:e,country_code:t,party_id:i,location_id:r,evse_uid:a})=>{const{t:o,reportProblem:s}=B(),[l,d]=h.useState("idle"),c=async u=>{if(u.stopPropagation(),!(l==="submitting"||l==="done")){d("submitting");try{await s?.({type:e,country_code:t,party_id:i,location_id:r,evse_uid:a}),d("done")}catch{d("error")}}};return l==="done"?n.jsxs("div",{style:us,children:[n.jsx(To,{}),n.jsx("span",{children:o("tariff.reportThanks")})]}):n.jsxs(n.Fragment,{children:[n.jsx("button",{type:"button",onClick:c,disabled:l==="submitting",style:l==="submitting"?ds:Bn,children:o("tariff.report")}),l==="error"&&n.jsx("div",{style:fs,children:o("tariff.reportError")})]})},hs={display:"flex",flexDirection:"column",alignItems:"flex-start",gap:10,padding:"14px 14px",marginTop:6,borderRadius:8,background:"color-mix(in srgb, var(--roadmap-text-color, #2a2a2a) 4%, transparent)"},ms={fontSize:12,fontStyle:"italic",color:"var(--roadmap-muted-color, #6a6a6a)"},Ct=({country_code:e,party_id:t,location_id:i,evse_uid:r})=>{const{t:a}=B();return n.jsxs("div",{style:hs,children:[n.jsx("div",{style:ms,children:a("tariffPriceComponent.noTariff")}),n.jsx(ps,{type:"missing_tariff",country_code:e,party_id:t,location_id:i,evse_uid:r})]})},gs={display:"inline-flex",alignItems:"center",justifyContent:"center",color:"var(--roadmap-muted-color, #6a6a6a)",flex:"0 0 auto"},vs=({tariff:e,additionalCharges:t=[],evseId:i,evseUid:r,countryCode:a,partyId:o,locationId:s,locationName:l,setView:d})=>{const c=e?At(e):null,{elements:u,currency:f}=ts(c),p=u.map(T=>({...T,priceComponents:(T.priceComponents||[]).filter(N=>!!((N.price||0)>0||N.type==="PARKING_TIME"&&T.restrictions?.maxDuration&&(!T.restrictions.minDuration||T.restrictions.minDuration===0)))})).filter(T=>T.priceComponents.length>0);if(!(!!c&&p.length>0))return n.jsxs(n.Fragment,{children:[n.jsx(Ct,{country_code:a,party_id:o,location_id:s,evse_uid:r}),t.length>0&&n.jsx(He,{elements:[],currency:f,additionalCharges:t})]});const y=()=>d("tariffDetails",{tariff:e,additionalCharges:t,locationName:l,evseId:i,evseUid:r,countryCode:a,partyId:o,locationId:s});return n.jsx(He,{elements:p,currency:f,highlight:!0,additionalCharges:t,onClick:y,trailing:n.jsx("span",{style:gs,children:n.jsx(En,{})})})},Cs=({connector:e,tariffs:t,cdrAdditionalCharges:i,location:r,evseId:a,evseUid:o,setView:s})=>{const l=t?.find(d=>d.id===e?.tariff_ids?.[0]);return n.jsxs(n.Fragment,{children:[n.jsx(qa,{connector:e}),n.jsx(Za,{}),n.jsx(vs,{tariff:l,additionalCharges:i,evseId:a,evseUid:o||"",countryCode:r.country_code,partyId:r.party_id,locationId:r.id,locationName:r.name,setView:s})]})},ys={background:"color-mix(in srgb, var(--roadmap-text-color, #2a2a2a) 4%, transparent)",borderRadius:8,padding:"8px 12px",marginTop:12},xs={paddingLeft:10,marginTop:10},Ts=({evse:e,tariffs:t,cdrAdditionalCharges:i,location:r,setView:a})=>{const o=he(e.status),s={...xs,borderLeft:`3px solid ${o}`,borderRadius:2};return n.jsxs("div",{style:ys,children:[n.jsx(Wa,{evse:e}),n.jsx(Ga,{evse:e}),e.connectors.map((l,d)=>n.jsx("div",{style:s,children:n.jsx(Cs,{connector:l,tariffs:t,cdrAdditionalCharges:i,location:r,evseId:e.evse_id,evseUid:e.uid,setView:a})},`connector-${d}`))]})},bs={fontSize:12,fontStyle:"italic",lineHeight:1.5,color:"var(--roadmap-text-color, #2a2a2a)",padding:"12px 0 12px 12px",margin:"8px 0",borderLeft:"3px solid color-mix(in srgb, var(--roadmap-text-color, #2a2a2a) 20%, transparent)"};function Es(e,t){if(!e||e.length===0)return;const i=(t||"").toLowerCase(),r=e.find(o=>o.language?.toLowerCase()===i);return r?r.text:(e.find(o=>o.language?.toLowerCase()==="en")||e[0])?.text}const _s=({directions:e})=>{const{language:t}=B(),i=Es(e||[],t);return i?n.jsx("div",{style:bs,children:i}):null},ws=({currentLocation:e,setView:t})=>{const{options:i}=B();return n.jsxs("div",{className:E.container,children:[i.context==="cpo"&&n.jsx("div",{className:E.publishingMode,children:e?.publish?"Public location":"Private location"}),n.jsx(_s,{directions:e.directions}),n.jsx(ba,{location:e}),n.jsx(Ea,{evses:e.evses}),n.jsx(Pa,{operator:e.operator,suboperator:e.suboperator||e.subOperator,fallbackOperatorName:e.operator_name||e.operatorName,fallbackSuboperatorName:e.suboperator_name||e.suboperatorName}),n.jsx(Ba,{openingTimes:e.opening_times,chargingWhenClosed:e.charging_when_closed}),n.jsx(Ua,{parkingType:e.parkingType}),n.jsx(Ya,{accessibility:e.charging_accessibility}),e.evses?.map(r=>n.jsx(Ts,{evse:r,tariffs:e.tariffs,cdrAdditionalCharges:e.cdrAdditionalCharges||[],location:e,setView:t},`${r.evse_id}-${r.uid}`))]})},Ns=()=>{const{setView:e}=De(),{locations:t,locationsStatus:i,options:r}=B(),[a,o]=h.useState(0);h.useEffect(()=>{o(0)},[t]);const s=t[a];if(i.type==="loading"||!s)return n.jsx("div",{className:E.container,children:n.jsx(Co,{})});const{evses:l=[],cdrAdditionalCharges:d}=s,c=a<t.length-1,u=a>0,f=window.location?.search?.includes("debug"),p=()=>{switch(r.version){case"v2":return[s?.address,s?.city];default:return[s?.address,s?.city]}},v=r.version==="v2";return n.jsxs(n.Fragment,{children:[f&&s&&n.jsx(Oo,{location:s}),n.jsx("div",{className:E.headerContainer,children:n.jsxs("div",{className:E.header,children:[t.length>1&&n.jsxs("div",{className:E.pagingation,children:[n.jsxs("span",{children:[a+1," / ",t.length]}),n.jsx("button",{disabled:!u,onClick:()=>{o(Math.max(0,a-1))},children:n.jsx(bn,{})}),n.jsx("button",{disabled:!c,onClick:()=>o(Math.min(t.length-1,a+1)),children:n.jsx(En,{})})]}),p().filter(Boolean).join(", ")]})}),!v&&n.jsx(sa,{setView:e,cdrAdditionalCharges:d,currentLocation:s,evses:l}),v&&n.jsx(ws,{setView:e,currentLocation:s})]})},Ss="BackButton-module_backButton",As={backButton:Ss};function Ot({onClick:e=()=>{}}){const{t}=B();return n.jsxs("button",{onClick:e,className:As.backButton,children:[n.jsx(bn,{}),t("backButton.backTo")]})}function Os(){const{t:e}=B(),{current:t,setView:i}=De(),{notes:r=[],evseId:a,locationName:o}=t?.args||{};return n.jsxs(n.Fragment,{children:[n.jsx("div",{className:E.headerContainer,children:n.jsxs("div",{className:E.header,onClick:()=>i("locations"),style:{cursor:"pointer"},children:[n.jsx(Ot,{}),o?.text||o]})}),n.jsxs("div",{className:E.container,children:[n.jsx("div",{className:E.subheader,children:e("tariffNote.subHeader")}),a&&n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:Ve,alt:"power icon"}),n.jsx("div",{className:E.text,children:a})]}),r.map(s=>n.jsx("p",{className:E.note,children:s},s))]})]})}function js(){const{t:e}=B(),{current:t,setView:i}=De(),{connector:r,tariff:a,additionalCharges:o,locationName:s,evseId:l,notes:d}=t?.args||{};return a||r?.tariff?n.jsxs(n.Fragment,{children:[n.jsx("div",{className:E.headerContainer,children:n.jsxs("div",{className:E.header,onClick:()=>i("locations"),style:{cursor:"pointer"},children:[n.jsx(Ot,{}),s]})}),n.jsxs("div",{className:E.container,children:[n.jsx("div",{className:E.subheader,children:e("dynamicTariffs.subHeader")}),n.jsxs("div",{className:E.row,children:[n.jsx("img",{className:E.icon,src:Ve,alt:"power icon"}),n.jsx("div",{className:E.text,children:l})]}),a&&n.jsx(Ka,{tariff:a,additionalCharges:o}),r.tariff&&n.jsx(St,{tariff:r.tariff,compact:!1}),n.jsxs("div",{className:E.tariffNoteLink,onClick:()=>{i("tariffNote",{locationName:s,evseId:l,notes:d})},children:[n.jsx(_n,{})," ",e("tariffPriceComponent.viewTariff")]})]})]}):null}const Ps=Intl.DateTimeFormat().resolvedOptions().timeZone,pt={display:"flex",flexDirection:"column",gap:4,marginTop:14},mn={fontSize:12,fontWeight:600,textTransform:"capitalize",lineHeight:1.4},Ds={fontSize:12,lineHeight:1.5,color:"var(--roadmap-text-color, #2a2a2a)",marginTop:8},Is={fontSize:11,color:"var(--roadmap-muted-color, #6a6a6a)",marginTop:6};function et(e){const t=new Date(0);return t.setHours(Math.floor(e/60),e%60,0,0),t.toLocaleTimeString("nl",{hour:"2-digit",minute:"2-digit"})}function ks(e){const{format:t}=new Intl.DateTimeFormat(e,{weekday:"long"});return["SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"].reduce((i,r,a)=>(i[r]=t(new Date(Date.UTC(2023,9,a+1))),i),{})}function Ms(e){return(e.priceComponents||[]).some(t=>!!((t.price||0)>0||t.type==="PARKING_TIME"&&e.restrictions?.maxDuration&&(!e.restrictions.minDuration||e.restrictions.minDuration===0)))}function Rs(e,t){return!e||e.length===0?void 0:(e.find(r=>r.language?.toLowerCase()===t?.toLowerCase())||e[0])?.text}function Ls(e,t){if(!e)return;const i=new Date(e);if(!isNaN(i.getTime()))return new Intl.DateTimeFormat(t,{year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"}).format(i)}function Hs(){const{t:e,language:t}=B(),{current:i,setView:r}=De(),{tariff:a,additionalCharges:o,locationName:s,evseId:l,evseUid:d,countryCode:c,partyId:u,locationId:f}=i?.args||{};if(!a)return null;const p=At(a),v={country_code:c||a.country_code||"",party_id:u||a.party_id||"",location_id:f||"",evse_uid:d||""},y=Rs(a.tariff_alt_text,t),T=Ls(a.last_updated,t),N=()=>n.jsx("div",{className:E.headerContainer,children:n.jsxs("div",{className:E.header,onClick:()=>r("locations"),style:{cursor:"pointer"},children:[n.jsx(Ot,{}),s]})});if(!p)return n.jsxs(n.Fragment,{children:[N(),n.jsx("div",{className:E.container,children:n.jsx(Ct,{...v})})]});const k=(p.elements||[]).filter(Ms),U=p.currency||"",D=o||[],j=k.filter(xe),C=Nt({elements:k,limit:40,now:new Date}),Y=C.length?[]:Hn(k,Ps,new Date),re=!Y.some(Z=>Z.isActive),ae=ks(t);return n.jsxs(n.Fragment,{children:[N(),n.jsxs("div",{className:E.container,children:[n.jsx("div",{className:E.subheader,children:e("tariff.fullDetailsHeader")}),l&&n.jsx(se,{icon:n.jsx("img",{src:Ve,alt:"power icon"}),text:l}),y&&n.jsx("div",{style:Ds,children:y}),T&&n.jsx("div",{style:Is,children:e("tariff.lastUpdated",{date:T})}),j.length>0&&n.jsx("div",{style:pt,children:n.jsx(He,{elements:j,currency:U,highlight:Y.length>0&&re,additionalCharges:D})}),Y.map(Z=>n.jsxs("div",{style:pt,children:[n.jsx("div",{style:mn,children:Z.days.map(W=>ae[W]).join(" – ")}),Z.items.map((W,K)=>n.jsx(He,{elements:W.elements||[],currency:U,highlight:!!W.isActive,label:W.isFullDay?void 0:`${et(W.startTime)} – ${et(W.endTime)}`},K))]},Z.days.join("-"))),C.map((Z,W)=>n.jsxs("div",{style:pt,children:[n.jsx("div",{style:mn,children:e("tariffPriceComponent.dynamicTariffHeader",{date:new Intl.DateTimeFormat(t,{weekday:"long",month:"short",day:"numeric"}).format(Z.date)})}),Z.items.map((K,ce)=>n.jsx(He,{elements:K.elements||[],currency:U,highlight:!!K.isActive,label:`${et(K.startTime)} – ${et(K.endTime)}`},ce))]},W)),Y.length===0&&C.length===0&&j.length===0&&n.jsx(Ct,{...v})]})]})}const Fs="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='10'%20height='11'%20viewBox='0%200%2010%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.48751%205.99758L9.85376%202.63133C10.0484%202.43664%2010.0484%202.1207%209.85376%201.9257L9.07157%201.14351C8.87688%200.948826%208.56095%200.948826%208.36595%201.14351L5.00001%204.51008L1.63376%201.14383C1.43907%200.949138%201.12313%200.949138%200.928135%201.14383L0.14626%201.9257C-0.0484277%202.12039%20-0.0484277%202.43633%200.14626%202.63133L3.51251%205.99758L0.14626%209.36383C-0.0484277%209.55851%20-0.0484277%209.87445%200.14626%2010.0695L0.928447%2010.8516C1.12313%2011.0463%201.43907%2011.0463%201.63407%2010.8516L5.00001%207.48508L8.36626%2010.8513C8.56095%2011.046%208.87688%2011.046%209.07188%2010.8513L9.85407%2010.0691C10.0488%209.87445%2010.0488%209.55851%209.85407%209.36351L6.48751%205.99758Z'%20fill='black'/%3e%3c/svg%3e",zs="CloseButton-module_closeButton",Vs={closeButton:zs};function Un({onClick:e}){return n.jsx("button",{onClick:e,className:Vs.closeButton,children:n.jsx("img",{src:Fs})})}function $s(){const[e,t]=h.useState("locations"),{setView:i}=De();return n.jsxs(pe,{name:"locations",currentView:e,onViewChange:t,children:[n.jsx(pe.View,{name:"locations",children:n.jsxs(Pe,{children:[n.jsx(Un,{onClick:()=>i("none")}),n.jsx(Ns,{})]})}),n.jsx(pe.View,{name:"tariffNote",children:n.jsx(Pe,{children:n.jsx(Os,{})})}),n.jsx(pe.View,{name:"dynamicTariff",children:n.jsx(Pe,{children:n.jsx(js,{})})}),n.jsx(pe.View,{name:"tariffDetails",children:n.jsx(Pe,{children:n.jsx(Hs,{})})})]})}const Bs="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3cpath%20d='M14.4985%200H1.50178C0.169343%200%20-0.502939%201.61659%200.441124%202.56066L5.5%207.62131V13C5.5%2013.4721%205.72228%2013.9167%206.1%2014.25L8.1%2015.7208C9.07728%2016.4038%2010.5%2015.7689%2010.5%2014.5208V7.62131L15.5592%202.56066C16.5013%201.6185%2015.8336%200%2014.4985%200ZM9%207V14.5L7%2013V7L1.5%201.5H14.5L9%207Z'%20fill='currentColor'%20/%3e%3c/svg%3e";function Us(){const{locationIds:e,fetchLocations:t,filters:i,isSearching:r}=B(),[a,o]=h.useState("none");return h.useEffect(()=>{e.length>0&&o("locations")},[e,o]),n.jsxs("div",{className:Te.container,children:[n.jsxs("div",{className:Te.controlsContainer,children:[n.jsx(ai,{onFocus:()=>{o("none")}}),n.jsxs("div",{className:Te.filterButton,onClick:()=>{o("filters")},children:[r??!1?n.jsx("div",{className:Te.spinner}):n.jsx("img",{className:Te.filterIcon,src:Bs}),qi(i)&&!(r??!1)&&n.jsx("span",{className:Te.filterCounter})]})]}),n.jsx("div",{className:Te.stackContainer,children:n.jsxs(pe,{name:"router",currentView:a,onViewChange:s=>{o(s)},children:[n.jsx(pe.View,{name:"locations",children:n.jsx($s,{})}),n.jsx(pe.View,{name:"filters",children:n.jsxs(Pe,{children:[n.jsx(Un,{onClick:()=>o("none")}),n.jsx(Xi,{})]})})]})})]})}function Yn(e){return!e.shadowRoot&&e?.theming?.backgroundColor?n.jsx(Ys,{...e}):n.jsx(lr,{options:e,language:e.language,children:n.jsxs(dr,{height:e?.height,children:[n.jsx(Us,{}),n.jsx(Sr,{})]})})}const Ys=e=>{const t=h.useRef(null),i=h.useRef(null),r=h.useRef(null),a=h.useRef(!1);return h.useEffect(()=>{const o=t.current;if(!o||a.current)return;const s=o.attachShadow({mode:"open"});r.current=s;let l="https://mapsdk.road.io/styles.css";e.sdkRoot&&(l=e.sdkRoot+"/styles.css");const d=document.createElement("link");d.rel="stylesheet",d.type="text/css",d.href=l,s.appendChild(d);const c=Wn.createRoot(s);return i.current=c,a.current=!0,()=>{i.current&&(i.current.unmount(),i.current=null),r.current=null,a.current=!1}},[]),h.useEffect(()=>{if(!i.current||!r.current)return;const o=h.createElement(Yn,{...e,shadowRoot:r.current});i.current.render(o)},[e]),n.jsx("div",{ref:t,style:{height:"100%",width:"100%"}})};exports.RoadMap=Yn;
|
|
29
29
|
//# sourceMappingURL=index.js.map
|