From 02efd9ae3de072dafd3c43f53a0f3b00fbe2094d Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Tue, 3 Sep 2024 15:33:20 +0000 Subject: [PATCH] #1488 - pLUS REMOVED THE wAZE automations #1463 --- config/.HA_VERSION | 2 +- .../{waze.yaml => waze.yaml.disabled} | 14 +- config/templates/speech/briefing.yaml | 20 +- .../clock-weather-card/clock-weather-card.js | 8 +- .../clock-weather-card.js.gz | Bin 54436 -> 54745 bytes .../community/lovelace-mushroom/mushroom.js | 745 +++++++++--------- .../lovelace-mushroom/mushroom.js.gz | Bin 155512 -> 155994 bytes 7 files changed, 401 insertions(+), 388 deletions(-) rename config/packages/{waze.yaml => waze.yaml.disabled} (89%) diff --git a/config/.HA_VERSION b/config/.HA_VERSION index cd774729..5e486430 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2024.9.0.dev202408050222 \ No newline at end of file +2024.9.0.dev202408230221 \ No newline at end of file diff --git a/config/packages/waze.yaml b/config/packages/waze.yaml.disabled similarity index 89% rename from config/packages/waze.yaml rename to config/packages/waze.yaml.disabled index 48bbf78a..083db6ad 100755 --- a/config/packages/waze.yaml +++ b/config/packages/waze.yaml.disabled @@ -22,11 +22,15 @@ automation: above: 34 condition: - - condition: or - conditions: - - condition: time - after: '08:00:00' - before: '20:30:00' + - condition: time + after: '08:00:00' + before: '20:30:00' + weekday: + - mon + - tue + - wed + - thu + - fri action: - service: script.notify_engine diff --git a/config/templates/speech/briefing.yaml b/config/templates/speech/briefing.yaml index 343f4253..26531b16 100755 --- a/config/templates/speech/briefing.yaml +++ b/config/templates/speech/briefing.yaml @@ -203,10 +203,6 @@ [Include a fact about something that happened in the past on this day at the end of the message] {% endmacro %} - {%- macro traffic_time() -%} - Travel Time to Spectrum: {{ states.sensor.waze_travel_time.state }} minutes. - {%- endmacro -%} - {# a macro that removes all newline characters, empty spaces, and returns formatted text and replaces underscores with spaces #} {%- macro cleanup(data) -%} {%- for item in data.split("\n") if item | trim != "" -%} @@ -230,12 +226,12 @@ {% set year = current_date.strftime('%Y') %} {% set time = current_date.strftime('%I:%M %p') %} Current date time: {{ month }} {{ day }}, {{ year }} {{ time }} - Residents: - - Carlo (Dad): {{ states('person.carlo') }} - - Stacey (Mom): {{ states('person.stacey') }} - - Justin (Son): {{ states('person.justin') }} - - Paige (Daughter): {{ states('person.paige') }} - and our cat Molly: Always home. + Residents: Location + - Carlo (Dad): {{ states('device_tracker.life360_carlo_costanzo') }} at {{ state_attr('device_tracker.life360_carlo_costanzo', 'place') | replace(' (Costanzo Family)', '') | replace(' (Desantis Family)', '') if state_attr('device_tracker.life360_carlo_costanzo', 'place') != None else 'Away' }} + - Stacey (Mom): {{ states('device_tracker.life360_stacey_costanzo')}} at {{ state_attr('device_tracker.life360_stacey_costanzo', 'place') | replace(' (Costanzo Family)', '') | replace(' (Desantis Family)', '') if state_attr('device_tracker.life360_stacey_costanzo', 'place') != None else 'Away' }} + - Justin (Son): {{ states('device_tracker.life360_justin_costanzo') }} at {{ state_attr('device_tracker.life360_justin_costanzo', 'place') | replace(' (Costanzo Family)', '') | replace(' (Desantis Family)', '') if state_attr('device_tracker.life360_justin_costanzo', 'place') != None else 'Away' }} + - Paige (Daughter): {{ states('device_tracker.life360_paige_costanzo') }} at {{ state_attr('device_tracker.life360_paige_costanzo', 'place') | replace(' (Costanzo Family)', '') | replace(' (Desantis Family)', '') if state_attr('device_tracker.life360_paige_costanzo', 'place') != None else 'Away' }} + and our cat Molly: Always home. Previous broadcast: "{{ state_attr('sensor.openai_response', 'response') }}" [Avoid repeating information from the previous broadcast if it was within the hour] @@ -310,10 +306,6 @@ {{ medicine() }} {% endif %} - {% if day_of_week in ['Mon', 'Wed', 'Sun'] and (hour in [7, 8, 13, 14] or 17 <= hour <= 21) %} - {{ traffic_time() }} - {% endif %} - {% if value1 is not none %} {{ value1 | default }} {% endif %} diff --git a/config/www/community/clock-weather-card/clock-weather-card.js b/config/www/community/clock-weather-card/clock-weather-card.js index 0b6a54fc..fcc5feaf 100644 --- a/config/www/community/clock-weather-card/clock-weather-card.js +++ b/config/www/community/clock-weather-card/clock-weather-card.js @@ -15,7 +15,7 @@ const i=window,r=i.ShadowRoot&&(void 0===i.ShadyCSS||i.ShadyCSS.nativeShadow)&&" * Copyright 2017 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ -var g;b[y]=!0,b.elementProperties=new Map,b.elementStyles=[],b.shadowRootOptions={mode:"open"},null==h||h({ReactiveElement:b}),(null!==(l=c.reactiveElementVersions)&&void 0!==l?l:c.reactiveElementVersions=[]).push("1.6.3");const w=window,v=w.trustedTypes,k=v?v.createPolicy("lit-html",{createHTML:e=>e}):void 0,x="$lit$",T=`lit$${(Math.random()+"").slice(9)}$`,M="?"+T,S=`<${M}>`,_=document,N=()=>_.createComment(""),O=e=>null===e||"object"!=typeof e&&"function"!=typeof e,A=Array.isArray,$="[ \t\n\f\r]",Z=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,C=/-->/g,B=/>/g,U=RegExp(`>|${$}(?:([^\\s"'>=/]+)(${$}*=${$}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),G=/'/g,V=/"/g,E=/^(?:script|style|textarea|title)$/i,D=(e=>(t,...i)=>({_$litType$:e,strings:t,values:i}))(1),j=Symbol.for("lit-noChange"),I=Symbol.for("lit-nothing"),z=new WeakMap,L=_.createTreeWalker(_,129,null,!1);function F(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==k?k.createHTML(t):t}const P=(e,t)=>{const i=e.length-1,r=[];let s,a=2===t?"":"",n=Z;for(let t=0;t"===l[0]?(n=null!=s?s:Z,c=-1):void 0===l[1]?c=-2:(c=n.lastIndex-l[2].length,o=l[1],n=void 0===l[3]?U:'"'===l[3]?V:G):n===V||n===G?n=U:n===C||n===B?n=Z:(n=U,s=void 0);const u=n===U&&e[t+1].startsWith("/>")?" ":"";a+=n===Z?i+S:c>=0?(r.push(o),i.slice(0,c)+x+i.slice(c)+T+u):i+T+(-2===c?(r.push(void 0),t):u)}return[F(e,a+(e[i]||"")+(2===t?"":"")),r]};class H{constructor({strings:e,_$litType$:t},i){let r;this.parts=[];let s=0,a=0;const n=e.length-1,o=this.parts,[l,c]=P(e,t);if(this.el=H.createElement(l,i),L.currentNode=this.el.content,2===t){const e=this.el.content,t=e.firstChild;t.remove(),e.append(...t.childNodes)}for(;null!==(r=L.nextNode())&&o.length0){r.textContent=v?v.emptyScript:"";for(let i=0;iA(e)||"function"==typeof(null==e?void 0:e[Symbol.iterator]))(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==I&&O(this._$AH)?this._$AA.nextSibling.data=e:this.$(_.createTextNode(e)),this._$AH=e}g(e){var t;const{values:i,_$litType$:r}=e,s="number"==typeof r?this._$AC(e):(void 0===r.el&&(r.el=H.createElement(F(r.h,r.h[0]),this.options)),r);if((null===(t=this._$AH)||void 0===t?void 0:t._$AD)===s)this._$AH.v(i);else{const e=new q(s,this),t=e.u(this.options);e.v(i),this.$(t),this._$AH=e}}_$AC(e){let t=z.get(e.strings);return void 0===t&&z.set(e.strings,t=new H(e)),t}T(e){A(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let i,r=0;for(const s of e)r===t.length?t.push(i=new R(this.k(N()),this.k(N()),this,this.options)):i=t[r],i._$AI(s),r++;r2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=I}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,t=this,i,r){const s=this.strings;let a=!1;if(void 0===s)e=W(this,e,t,0),a=!O(e)||e!==this._$AH&&e!==j,a&&(this._$AH=e);else{const r=e;let n,o;for(e=s[0],n=0;ne}):void 0,x="$lit$",T=`lit$${(Math.random()+"").slice(9)}$`,M="?"+T,S=`<${M}>`,_=document,N=()=>_.createComment(""),O=e=>null===e||"object"!=typeof e&&"function"!=typeof e,A=Array.isArray,$="[ \t\n\f\r]",Z=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,C=/-->/g,B=/>/g,U=RegExp(`>|${$}(?:([^\\s"'>=/]+)(${$}*=${$}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),V=/'/g,G=/"/g,E=/^(?:script|style|textarea|title)$/i,D=(e=>(t,...i)=>({_$litType$:e,strings:t,values:i}))(1),j=Symbol.for("lit-noChange"),I=Symbol.for("lit-nothing"),z=new WeakMap,F=_.createTreeWalker(_,129,null,!1);function L(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==k?k.createHTML(t):t}const P=(e,t)=>{const i=e.length-1,r=[];let s,a=2===t?"":"",n=Z;for(let t=0;t"===l[0]?(n=null!=s?s:Z,c=-1):void 0===l[1]?c=-2:(c=n.lastIndex-l[2].length,o=l[1],n=void 0===l[3]?U:'"'===l[3]?G:V):n===G||n===V?n=U:n===C||n===B?n=Z:(n=U,s=void 0);const u=n===U&&e[t+1].startsWith("/>")?" ":"";a+=n===Z?i+S:c>=0?(r.push(o),i.slice(0,c)+x+i.slice(c)+T+u):i+T+(-2===c?(r.push(void 0),t):u)}return[L(e,a+(e[i]||"")+(2===t?"":"")),r]};class H{constructor({strings:e,_$litType$:t},i){let r;this.parts=[];let s=0,a=0;const n=e.length-1,o=this.parts,[l,c]=P(e,t);if(this.el=H.createElement(l,i),F.currentNode=this.el.content,2===t){const e=this.el.content,t=e.firstChild;t.remove(),e.append(...t.childNodes)}for(;null!==(r=F.nextNode())&&o.length0){r.textContent=v?v.emptyScript:"";for(let i=0;iA(e)||"function"==typeof(null==e?void 0:e[Symbol.iterator]))(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==I&&O(this._$AH)?this._$AA.nextSibling.data=e:this.$(_.createTextNode(e)),this._$AH=e}g(e){var t;const{values:i,_$litType$:r}=e,s="number"==typeof r?this._$AC(e):(void 0===r.el&&(r.el=H.createElement(L(r.h,r.h[0]),this.options)),r);if((null===(t=this._$AH)||void 0===t?void 0:t._$AD)===s)this._$AH.v(i);else{const e=new q(s,this),t=e.u(this.options);e.v(i),this.$(t),this._$AH=e}}_$AC(e){let t=z.get(e.strings);return void 0===t&&z.set(e.strings,t=new H(e)),t}T(e){A(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let i,r=0;for(const s of e)r===t.length?t.push(i=new R(this.k(N()),this.k(N()),this,this.options)):i=t[r],i._$AI(s),r++;r2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=I}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,t=this,i,r){const s=this.strings;let a=!1;if(void 0===s)e=W(this,e,t,0),a=!O(e)||e!==this._$AH&&e!==j,a&&(this._$AH=e);else{const r=e;let n,o;for(e=s[0],n=0;n"method"===t.kind&&t.descriptor&&!("value"in t.descriptor)?{...t * @license * Copyright 2017 Google LLC * SPDX-License-Identifier: BSD-3-Clause - */;class ve{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,i){this._$Ct=e,this._$AM=t,this._$Ci=i}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}const ke="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.maxTouchPoints>0;class xe extends HTMLElement{constructor(){super(),this.holdTime=500,this.held=!1,this.ripple=document.createElement("mwc-ripple")}connectedCallback(){Object.assign(this.style,{position:"absolute",width:ke?"100px":"50px",height:ke?"100px":"50px",transform:"translate(-50%, -50%)",pointerEvents:"none",zIndex:"999"}),this.appendChild(this.ripple),this.ripple.primary=!0,["touchcancel","mouseout","mouseup","touchmove","mousewheel","wheel","scroll"].forEach((e=>{document.addEventListener(e,(()=>{clearTimeout(this.timer),this.stopAnimation(),this.timer=void 0}),{passive:!0})}))}bind(e,t){if(e.actionHandler)return;e.actionHandler=!0,e.addEventListener("contextmenu",(e=>{const t=e||window.event;return t.preventDefault&&t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.cancelBubble=!0,t.returnValue=!1,!1}));const i=e=>{var t,i;this.held=!1;const r=null!==(t=e.pageX)&&void 0!==t?t:e.touches[0].pageX,s=null!==(i=e.pageY)&&void 0!==i?i:e.touches[0].pageY;this.timer=window.setTimeout((()=>{this.startAnimation(r,s),this.held=!0}),this.holdTime)},r=i=>{i.preventDefault(),["touchend","touchcancel"].includes(i.type)&&void 0===this.timer||(clearTimeout(this.timer),this.stopAnimation(),this.timer=void 0,this.held?fe(e,"action",{action:"hold"}):t.hasDoubleClick?"click"===i.type&&i.detail<2||!this.dblClickTimeout?this.dblClickTimeout=window.setTimeout((()=>{this.dblClickTimeout=void 0,fe(e,"action",{action:"tap"})}),250):(clearTimeout(this.dblClickTimeout),this.dblClickTimeout=void 0,fe(e,"action",{action:"double_tap"})):fe(e,"action",{action:"tap"}))};e.addEventListener("touchstart",i,{passive:!0}),e.addEventListener("touchend",r),e.addEventListener("touchcancel",r),e.addEventListener("mousedown",i,{passive:!0}),e.addEventListener("click",r),e.addEventListener("keyup",(e=>{13===e.keyCode&&r(e)}))}startAnimation(e,t){Object.assign(this.style,{left:`${e}px`,top:`${t}px`,display:null}),this.ripple.disabled=!1,this.ripple.active=!0,this.ripple.unbounded=!0}stopAnimation(){this.ripple.active=!1,this.ripple.disabled=!0,this.style.display="none"}}customElements.define("action-handler-clock-weather",xe);const Te=(e,t)=>{const i=(()=>{const e=document.body;if(e.querySelector("action-handler-clock-weather"))return e.querySelector("action-handler-clock-weather");const t=document.createElement("action-handler-clock-weather");return e.appendChild(t),t})();i&&i.bind(e,t)},Me=(e=>(...t)=>({_$litDirective$:e,values:t}))(class extends ve{update(e,[t]){return Te(e.element,t),j}render(e){}});var Se={"clear-night":"Ясно",cloudy:"Облачно",fog:"Мъгла",hail:"Градушка",lightning:"Гръмотевични бури","lightning-rainy":"Дъждовни гръмотевични бури",partlycloudy:"Частична облачност",pouring:"Пороен дъжд",rainy:"Дъждовно",snowy:"Сняг","snowy-rainy":"Суграшица",sunny:"Слънчево",windy:"Ветровито","windy-variant":"Силен вятър",exceptional:"Изключително"},_e={1:"Пн",2:"Вт",3:"Ср",4:"Чт",5:"Пт",6:"Сб",7:"Нд"},Ne={aqi:"AQI",humidity:"Влажност","feels-like":"Усеща се като"},Oe={weather:Se,day:_e,misc:Ne},Ae=Object.freeze({__proto__:null,day:_e,default:Oe,misc:Ne,weather:Se}),$e={"clear-night":"Klart",cloudy:"Overskyet",fog:"Tåge",hail:"Hagl",lightning:"Lyn","lightning-rainy":"Lyn ,regnvejr",partlycloudy:"Delvis overskyet",pouring:"Regnvejr",rainy:"Regnfuldt",snowy:"Sne","snowy-rainy":"Slud",sunny:"Solrig",windy:"Blæsende","windy-variant":"Stærk vind",exceptional:"Kaos"},Ze={1:"Man",2:"Tir",3:"Ons",4:"Tor",5:"Fre",6:"Lør",7:"Søn"},Ce={aqi:"AQI",humidity:"fugtighed","feels-like":"Feels like"},Be={weather:$e,day:Ze,misc:Ce},Ue=Object.freeze({__proto__:null,day:Ze,default:Be,misc:Ce,weather:$e}),Ge={"clear-night":"Serè",cloudy:"Ennuvolat",fog:"Boira",hail:"Calamarsa",lightning:"Tempesta elèctrica","lightning-rainy":"Tempesta",partlycloudy:"Parcialment ennuvolat",pouring:"Aiguat",rainy:"Plujós",snowy:"Neu","snowy-rainy":"Aiguaneu",sunny:"Assolellat",windy:"Ventós","windy-variant":"Vent fort",exceptional:"Excepcional"},Ve={1:"Dl.",2:"Dt.",3:"Dc.",4:"Dj.",5:"Dv.",6:"Ds.",7:"Dg."},Ee={aqi:"AQI",humidity:"humitat","feels-like":"Feels like"},De={weather:Ge,day:Ve,misc:Ee},je=Object.freeze({__proto__:null,day:Ve,default:De,misc:Ee,weather:Ge}),Ie={"clear-night":"Jasno",cloudy:"Zataženo",fog:"Mlha",hail:"Kroupy",lightning:"Bouřky","lightning-rainy":"Bouřky s deštěm",partlycloudy:"Částečně zataženo",pouring:"Silný déšť",rainy:"Déšť",snowy:"Sníh","snowy-rainy":"Sníh s deštěm",sunny:"Slunečno",windy:"Vítr","windy-variant":"Prudký vítr",exceptional:"Chaos"},ze={1:"Po",2:"Út",3:"St",4:"Čt",5:"Pá",6:"So",7:"Ne"},Le={aqi:"AQI",humidity:"vlhkost","feels-like":"pocitová teplota"},Fe={weather:Ie,day:ze,misc:Le},Pe={"clear-night":"klar",cloudy:"bewölkt",fog:"Nebel",hail:"Hagel",lightning:"Gewitter","lightning-rainy":"Gewitter",partlycloudy:"teils bewölkt",pouring:"starker Regen",rainy:"Regen",snowy:"Schneefall","snowy-rainy":"Schneeregen",sunny:"sonnig",windy:"windig","windy-variant":"starker Wind",exceptional:"Unwetter"},He={1:"Mo",2:"Di",3:"Mi",4:"Do",5:"Fr",6:"Sa",7:"So"},We={aqi:"AQI",humidity:"Luftfeuchtigkeit","feels-like":"Gefühlt"},qe={weather:Pe,day:He,misc:We},Re={"clear-night":"Καθαρός",cloudy:"Συννεφιασμένος",fog:"Ομίχλη",hail:"Χαλάζι",lightning:"Καταιγίδες","lightning-rainy":"Καταιγίδες με βροχή",partlycloudy:"Λίγα σύννεφα",pouring:"Έντονη βροχή",rainy:"Βροχερός",snowy:"Χιόνι","snowy-rainy":"Χιονόνερο",sunny:"Ηλιόλουστος",windy:"Θυελλώδης","windy-variant":"Έντονοι άνεμοι",exceptional:"Εξαιρετικός"},Ye={1:"Δευ",2:"Τρί",3:"Τετ",4:"Πεμ",5:"Παρ",6:"Σαβ",7:"Κυρ"},Je={aqi:"AQI",humidity:"υγρασία","feels-like":"Feels like"},Qe={weather:Re,day:Ye,misc:Je},Ke={"clear-night":"Clear",cloudy:"Cloudy",fog:"Fog",hail:"Hail",lightning:"Thunderstorms","lightning-rainy":"Rainy thunderstorms",partlycloudy:"Partly cloudy",pouring:"Pouring",rainy:"Rainy",snowy:"Snowy","snowy-rainy":"Sleet",sunny:"Sunny",windy:"Windy","windy-variant":"Strong wind",exceptional:"Exceptional"},Xe={1:"Mon",2:"Tue",3:"Wed",4:"Thu",5:"Fri",6:"Sat",7:"Sun"},et={aqi:"AQI",humidity:"Humidity","feels-like":"Feels like"},tt={weather:Ke,day:Xe,misc:et},it={"clear-night":"Despejado",cloudy:"Nublado",fog:"Niebla",hail:"Granizo",lightning:"Tormenta eléctrica","lightning-rainy":"Tormenta",partlycloudy:"Parcialmente nublado",pouring:"Diluviando",rainy:"Lluvioso",snowy:"Nieve","snowy-rainy":"Aguanieve",sunny:"Soleado",windy:"Viento","windy-variant":"Fuerte viento",exceptional:"Caos"},rt={1:"Lun",2:"Mar",3:"Mie",4:"Jue",5:"Vie",6:"Sab",7:"Dom"},st={aqi:"AQI",humidity:"humedad","feels-like":"Feels like"},at={weather:it,day:rt,misc:st},nt={"clear-night":"Selge",cloudy:"Pilvine",fog:"Udu",hail:"Rahe",lightning:"Äike","lightning-rainy":"Äiksevihm",partlycloudy:"Vahelduv pilvisus",pouring:"Paduvihm",rainy:"Vihm",snowy:"Lumi","snowy-rainy":"Lörts",sunny:"Päike",windy:"Tuuline","windy-variant":"Tuuline",exceptional:"Äärmuslik"},ot={1:"E",2:"T",3:"K",4:"N",5:"R",6:"L",7:"P"},lt={aqi:"AQI",humidity:"niiskus","feels-like":"Feels like"},ct={weather:nt,day:ot,misc:lt},dt={"clear-night":"Selkeää",cloudy:"Pilvistä",fog:"Sumua",hail:"Raekuuroja",lightning:"Ukkosta","lightning-rainy":"Ukkoskuuroja",partlycloudy:"Puolipilvistä",pouring:"Voimakasta vesisadetta",rainy:"Vesisadetta",snowy:"Lumisadetta","snowy-rainy":"Räntäsadetta",sunny:"Selkeää",windy:"Tuulista","windy-variant":"Voimakasta tuulta",exceptional:"Poikkeuksellista"},ut={1:"Ma",2:"Ti",3:"Ke",4:"To",5:"Pe",6:"La",7:"Su"},ht={aqi:"AQI",humidity:"kosteus","feels-like":"Feels like"},mt={weather:dt,day:ut,misc:ht},ft={"clear-night":"Dégagé",cloudy:"Nuageux",fog:"Brouillard",hail:"Grêle",lightning:"Orages","lightning-rainy":"Orages et pluie",partlycloudy:"Partiellement nuageux",pouring:"Pluie battante",rainy:"Pluie",snowy:"Neige","snowy-rainy":"Neige fondante",sunny:"Ensoleillé",windy:"Venteux","windy-variant":"Vent fort",exceptional:"Exceptionnelle"},pt={1:"Lun",2:"Mar",3:"Mer",4:"Jeu",5:"Ven",6:"Sam",7:"Dim"},yt={aqi:"AQI",humidity:"humidité","feels-like":"Feels like"},bt={weather:ft,day:pt,misc:yt},gt={"clear-night":"בהיר",cloudy:"מעונן",fog:"ערפל",hail:"ברד",lightning:"סופות רעמים","lightning-rainy":"סופות רעמים גשומות",partlycloudy:"מעונן חלקית",pouring:"גשם זלעפות",rainy:"גשום",snowy:"מושלג","snowy-rainy":"ברד",sunny:"שמשי",windy:"סוער","windy-variant":"רוח חזקה",exceptional:"חריג"},wt={1:"שני",2:"שלישי",3:"רביעי",4:"חמישי",5:"שישי",6:"שבת",7:"ראשון"},vt={aqi:"AQI",humidity:"לחות","feels-like":"Feels like"},kt={weather:gt,day:wt,misc:vt},xt={"clear-night":"Tiszta",cloudy:"Felhős",fog:"Ködös",hail:"Jégeső",lightning:"Villámlás","lightning-rainy":"Zivatar",partlycloudy:"Helyenként felhős",pouring:"Felhőszakadás",rainy:"Esős",snowy:"Havazás","snowy-rainy":"Havaseső, ónoseső",sunny:"Napos",windy:"Szeles","windy-variant":"Erős szél",exceptional:"Kivételes"},Tt={1:"H",2:"K",3:"Sze",4:"Cs",5:"P",6:"Szo",7:"V"},Mt={aqi:"AQI",humidity:"páratartalom","feels-like":"Feels like"},St={weather:xt,day:Tt,misc:Mt},_t={"clear-night":"Cerah",cloudy:"Berawan",fog:"Berkabut",hail:"Hujan es",lightning:"Petir","lightning-rainy":"Hujan petir",partlycloudy:"Cerah berawan",pouring:"Hujan deras",rainy:"Hujan",snowy:"Salju","snowy-rainy":"Hujan salju",sunny:"Cerah",windy:"Berangin","windy-variant":"Berangin kencang",exceptional:"Badai"},Nt={1:"Sen",2:"Sel",3:"Rab",4:"Kam",5:"Jum",6:"Sab",7:"Min"},Ot={aqi:"AQI",humidity:"Kelembapan","feels-like":"Terasa seperti"},At={weather:_t,day:Nt,misc:Ot},$t={"clear-night":"Heiðskýrt",cloudy:"Skýjað",fog:"Þoka",hail:"Hagl",lightning:"Eldingar","lightning-rainy":"Þrumur",partlycloudy:"Skýjað að hluta",pouring:"mikil rigning",rainy:"Rigning",snowy:"Snjókoma","snowy-rainy":"Él",sunny:"Sólríkt",windy:"Hvasst","windy-variant":"Stórmur",exceptional:"Óveður"},Zt={1:"Mán",2:"Þri",3:"Mið",4:"Fim",5:"Fös",6:"Lau",7:"Sun"},Ct={aqi:"AQI",humidity:"raki","feels-like":"Feels like"},Bt={weather:$t,day:Zt,misc:Ct},Ut={"clear-night":"Sereno",cloudy:"Nuvoloso",fog:"Nebbia",hail:"Grandine",lightning:"Temporali","lightning-rainy":"Temporali con pioggia",partlycloudy:"Parzialmente nuvoloso",pouring:"Rovesci",rainy:"Pioggia",snowy:"Neve","snowy-rainy":"Nevischio",sunny:"Soleggiato",windy:"Vento","windy-variant":"Vento forte",exceptional:"Tempesta"},Gt={1:"Lun",2:"Mar",3:"Mer",4:"Gio",5:"Ven",6:"Sab",7:"Dom"},Vt={aqi:"AQI",humidity:"umidità","feels-like":"Percepita"},Et={weather:Ut,day:Gt,misc:Vt},Dt={"clear-night":"맑음",cloudy:"구름많음",fog:"안개",hail:"우박",lightning:"번개","lightning-rainy":"번개, 뇌우",partlycloudy:"구름조금",pouring:"강한 비",rainy:"비",snowy:"눈","snowy-rainy":"진눈깨비",sunny:"맑음",windy:"바람","windy-variant":"매우 강한 바람",exceptional:"예외"},jt={1:"월",2:"화",3:"수",4:"목",5:"금",6:"토",7:"일"},It={aqi:"대기환경지수",humidity:"습도","feels-like":"체감온도"},zt={weather:Dt,day:jt,misc:It},Lt={"clear-night":"Giedra",cloudy:"Debesuota",fog:"Rūkas",hail:"Kruša",lightning:"Perkūnija","lightning-rainy":"Perkūnija su lietumi",partlycloudy:"Apsiniaukę",pouring:"Liūtis",rainy:"Lietus",snowy:"Sniegas","snowy-rainy":"Šlapdriba",sunny:"Saulėta",windy:"Vėjuota","windy-variant":"Stiprus vėjas",exceptional:"Audra"},Ft={1:"Pr",2:"An",3:"Tr",4:"Kt",5:"Pn",6:"Št",7:"Sk"},Pt={aqi:"AQI",humidity:"drėgmė","feels-like":"Feels like"},Ht={weather:Lt,day:Ft,misc:Pt},Wt={"clear-night":"Klart",cloudy:"Overskyet",fog:"Tåke",hail:"Hagl",lightning:"Lyn","lightning-rainy":"Lyn, regn",partlycloudy:"Delvis overskyet",pouring:"Pøsregn",rainy:"Regn",snowy:"Snø","snowy-rainy":"Sludd",sunny:"Sol",windy:"Vindfullt","windy-variant":"Sterk vind",exceptional:"Storm"},qt={1:"Man",2:"Tir",3:"Ons",4:"Tor",5:"Fre",6:"Lør",7:"Søn"},Rt={aqi:"AQI",humidity:"fuktighet","feels-like":"Feels like"},Yt={weather:Wt,day:qt,misc:Rt},Jt={"clear-night":"Helder",cloudy:"Bewolkt",fog:"Mistig",hail:"Hagel",lightning:"Onweersbuien","lightning-rainy":"Onweersbuien met regen",partlycloudy:"Half bewolkt",pouring:"Regen",rainy:"Regenachtig",snowy:"Sneeuw","snowy-rainy":"Natte sneeuw",sunny:"Zonnig",windy:"Winderig","windy-variant":"Storm",exceptional:"Uitzonderlijk"},Qt={1:"Ma",2:"Di",3:"Wo",4:"Do",5:"Vr",6:"Za",7:"Zo"},Kt={aqi:"AQI",humidity:"Vochtigheid","feels-like":"Gevoelstemperatuur"},Xt={weather:Jt,day:Qt,misc:Kt},ei={"clear-night":"pogodna noc",cloudy:"pochmurno",fog:"mgła",hail:"grad",lightning:"błyskawice","lightning-rainy":"burza",partlycloudy:"częściowe zachmurzenie",pouring:"ulewa",rainy:"deszczowo",snowy:"opady śniegu","snowy-rainy":"deszcz ze śniegiem",sunny:"słonecznie",windy:"wietrznie","windy-variant":"wietrznie",exceptional:"warunki nadzwyczajne"},ti={1:"pon.",2:"wt.",3:"śr.",4:"czw.",5:"pt.",6:"sob.",7:"niedz."},ii={aqi:"AQI",humidity:"wilgotność","feels-like":"Odczuwalne"},ri={weather:ei,day:ti,misc:ii},si={"clear-night":"Céu limpo, sem nuvens",cloudy:"Nublado",fog:"Nevoeiro",hail:"Granizo",lightning:"Raios","lightning-rainy":"Chuvoso com raios",partlycloudy:"Parcialmente nublado",pouring:"Torrencial",rainy:"Chuvoso",snowy:"Neve","snowy-rainy":"Chuvoso com neve",sunny:"Ensolarado",windy:"Ventania","windy-variant":"Ventania forte",exceptional:"Excepcional"},ai={1:"Seg",2:"Ter",3:"Qua",4:"Qui",5:"Sex",6:"Sáb",7:"Dom"},ni={aqi:"AQI",humidity:"umidade","feels-like":"Feels like"},oi={weather:si,day:ai,misc:ni},li={"clear-night":"Céu limpo, sem nuvens",cloudy:"Nublado",fog:"Nevoeiro",hail:"Granizo",lightning:"Raios","lightning-rainy":"Chuvoso com raios",partlycloudy:"Parcialmente nublado",pouring:"Torrencial",rainy:"Chuvoso",snowy:"Neve","snowy-rainy":"Chuvoso com neve",sunny:"Ensolarado",windy:"Ventania","windy-variant":"Ventania forte",exceptional:"Excepcional"},ci={1:"Seg",2:"Ter",3:"Qua",4:"Qui",5:"Sex",6:"Sáb",7:"Dom"},di={aqi:"AQI",humidity:"humidade","feels-like":"Feels like"},ui={weather:li,day:ci,misc:di},hi={"clear-night":"Senin",cloudy:"Innorat",fog:"Ceata",hail:"Grindina",lightning:"Fulgere","lightning-rainy":"Furtuni cu ploaie",partlycloudy:"Partial innorat",pouring:"Averse",rainy:"Ploaie",snowy:"Ninsoare","snowy-rainy":"Lapovita",sunny:"Insorit",windy:"Vant","windy-variant":"Vant puternic",exceptional:"Furtuna"},mi={1:"Lun",2:"Mar",3:"Mie",4:"Joi",5:"Vin",6:"Sam",7:"Dum"},fi={aqi:"AQI",humidity:"umiditate","feels-like":"Feels like"},pi={weather:hi,day:mi,misc:fi},yi={"clear-night":"Ясно",cloudy:"Облачно",fog:"Туман",hail:"Град",lightning:"Гроза","lightning-rainy":"Дождь с грозой",partlycloudy:"Переменная облачность",pouring:"Проливной дождь",rainy:"Дождь",snowy:"Снег","snowy-rainy":"Мокрый снег",sunny:"Солнечно",windy:"Ветер","windy-variant":"Сильный ветер",exceptional:"Буря"},bi={1:"Пн",2:"Вт",3:"Ср",4:"Чт",5:"Пт",6:"Сб",7:"Вс"},gi={aqi:"AQI",humidity:"влажность","feels-like":"Feels like"},wi={weather:yi,day:bi,misc:gi},vi={"clear-night":"Jasná noc",cloudy:"Zamračené",fog:"Hmla",hail:"Krupobitie",lightning:"Búrky","lightning-rainy":"Búrky s dažďom",partlycloudy:"Polooblačno",pouring:"Silný dážď",rainy:"Daždivo",snowy:"Sneženie","snowy-rainy":"Dážď so snehom",sunny:"Slnečno",windy:"Veterno","windy-variant":"Prudký vietor",exceptional:"Neobyčajné počasie (Chaos)"},ki={1:"Pon",2:"Uto",3:"Str",4:"Štv",5:"Pia",6:"Sob",7:"Ned"},xi={aqi:"AQI",humidity:"vlhkosť","feels-like":"pocitová teplota"},Ti={weather:vi,day:ki,misc:xi},Mi={"clear-night":"Jasno",cloudy:"Oblačno",fog:"Megla",hail:"Toča",lightning:"Nevihte","lightning-rainy":"Nevihte z dežjem",partlycloudy:"Delno oblačno",pouring:"Lije",rainy:"Deževno",snowy:"Sneženo","snowy-rainy":"Žled",sunny:"Sončno",windy:"Vetrovno","windy-variant":"Močan veter",exceptional:"Izjemno vreme"},Si={1:"Pon",2:"Tor",3:"Sre",4:"Čet",5:"Pet",6:"Sob",7:"Ned"},_i={aqi:"AQI",humidity:"vlažnost","feels-like":"Feels like"},Ni={weather:Mi,day:Si,misc:_i},Oi={"clear-night":"Ведро",cloudy:"Облачно",fog:"Магла",hail:"Град",lightning:"Грмљавина","lightning-rainy":"Киша уз грмљавину",partlycloudy:"Делимично облачно",pouring:"Пљусак",rainy:"Киша",snowy:"Снег","snowy-rainy":"Суснежица",sunny:"Сунчано",windy:"Ветар","windy-variant":"Јак ветар",exceptional:"Изузетно"},Ai={1:"Пон",2:"Уто",3:"Сре",4:"Чет",5:"Пет",6:"Суб",7:"Нед"},$i={aqi:"AQI",humidity:"Влажност","feels-like":"Feels like"},Zi={weather:Oi,day:Ai,misc:$i},Ci={"clear-night":"Vedro",cloudy:"Oblačno",fog:"Magla",hail:"Grad",lightning:"Grmljavina","lightning-rainy":"Kiša uz grmljavinu",partlycloudy:"Delimično oblačno",pouring:"Pljusak",rainy:"Kiša",snowy:"Sneg","snowy-rainy":"Susnežica",sunny:"Sunčano",windy:"Vetar","windy-variant":"Jak vetar",exceptional:"Izuzetno"},Bi={1:"Pon",2:"Uto",3:"Sre",4:"Čet",5:"Pet",6:"Sub",7:"Ned"},Ui={aqi:"AQI",humidity:"Vlažnost","feels-like":"Feels like"},Gi={weather:Ci,day:Bi,misc:Ui},Vi={"clear-night":"Klart, natt",cloudy:"Molnigt",fog:"Dimma",hail:"Hagel",lightning:"Åska","lightning-rainy":"Åska, regnigt",partlycloudy:"Delvis molnigt",pouring:"Ösregn",rainy:"Regnigt",snowy:"Snöigt","snowy-rainy":"Snöblandat regn",sunny:"Soligt",windy:"Blåsigt","windy-variant":"Stark blåst",exceptional:"Exceptionellt"},Ei={1:"Mån",2:"Tis",3:"Ons",4:"Tor",5:"Fre",6:"Lör",7:"Sön"},Di={aqi:"AQI",humidity:"fuktighet","feels-like":"Känns som"},ji={weather:Vi,day:Ei,misc:Di},Ii={"clear-night":"ท้องฟ้าแจ่มใส",cloudy:"มีเมฆเป็นส่วนมาก",fog:"หมอก",hail:"ลูกเห็บ",lightning:"พายุฝนฟ้าคะนอง","lightning-rainy":"ฝนฟ้าคะนอง",partlycloudy:"มีเมฆบางส่วน",pouring:"ฝนตกหนัก",rainy:"ฝนตก",snowy:"หิมะตก","snowy-rainy":"ฝนตกเป็นลูกเห็บ",sunny:"แดดจัด",windy:"มีลมจัด","windy-variant":"ลมแรง",exceptional:"Exceptional"},zi={1:"จ.",2:"อ.",3:"พ.",4:"พฤ.",5:"ศ.",6:"ส.",7:"อา."},Li={aqi:"AQI",humidity:"ความชื้น","feels-like":"Feels like"},Fi={weather:Ii,day:zi,misc:Li},Pi={"clear-night":"Açık",cloudy:"Bulutlu",fog:"Sis",hail:"Dolu",lightning:"Gökgürültülü","lightning-rainy":"Gökgürültülü Yağmurlu",partlycloudy:"Parçalı Bulutlu",pouring:"Sağanak",rainy:"Yağmurlu",snowy:"Karlı","snowy-rainy":"Sulu Kar",sunny:"Güneşli",windy:"Rüzgarlı","windy-variant":"Güçlü Rüzgar",exceptional:"Mükemmel"},Hi={1:"Pzt",2:"Sal",3:"Çrş",4:"Prş",5:"Cum",6:"Cts",7:"Pzr"},Wi={aqi:"AQI",humidity:"nem","feels-like":"Feels like"},qi={weather:Pi,day:Hi,misc:Wi},Ri={"clear-night":"Ясно",cloudy:"Хмарно",fog:"Туман",hail:"Грім",lightning:"Грози","lightning-rainy":"Дощові грози",partlycloudy:"Мінлива хмарність",pouring:"Злива",rainy:"Дощ",snowy:"Сніг","snowy-rainy":"Мокрий сніг",sunny:"Сонячно",windy:"Вітряно","windy-variant":"Дуже вітряно",exceptional:"Буря"},Yi={1:"Пн",2:"Вт",3:"Ср",4:"Чт",5:"Пт",6:"Сб",7:"Нд"},Ji={aqi:"AQI",humidity:"вологість","feels-like":"Feels like"},Qi={weather:Ri,day:Yi,misc:Ji},Ki={"clear-night":"صاف",cloudy:"ابر آلود",fog:"دھند",hail:"اولے",lightning:"گرج چمک","lightning-rainy":"گرج چمک کے ساتھ بارش",partlycloudy:"جزوی طور پر ابر آلود",pouring:"موسلا دھار بارش",rainy:"بارش",snowy:"برفانی","snowy-rainy":"ژالہ باری",sunny:"دھوپ",windy:"آندھی","windy-variant":"تیز آندھی",exceptional:"غیر معمولی"},Xi={1:"پیر",2:"منگل",3:"بدھ",4:"جمعرات",5:"جمعہ",6:"ہفتہ",7:"اتوار"},er={aqi:"AQI",humidity:"نمی","feels-like":"Feels like"},tr={weather:Ki,day:Xi,misc:er},ir={"clear-night":"Trời trong",cloudy:"Trời mây",fog:"Sương mù",hail:"Mưa đá",lightning:"Dông bão","lightning-rainy":"Mưa Dông",partlycloudy:"Mây nhẹ",pouring:"Mưa Lớn",rainy:"Mưa",snowy:"Tuyết","snowy-rainy":"Mưa Tuyết",sunny:"Nắng",windy:"Gió","windy-variant":"Gió mạnh",exceptional:"Khắc Nghiệt"},rr={1:"T2",2:"T3",3:"T4",4:"T5",5:"T6",6:"T7",7:"CN"},sr={aqi:"AQI",humidity:"độ ẩm","feels-like":"Feels like"},ar={weather:ir,day:rr,misc:sr},nr={"clear-night":"夜间晴朗",cloudy:"阴",fog:"雾",hail:"冰雹",lightning:"雷","lightning-rainy":"雷阵雨",partlycloudy:"多云",pouring:"大雨",rainy:"雨",snowy:"雪","snowy-rainy":"雨夹雪",sunny:"晴",windy:"有风","windy-variant":"强风",exceptional:"特殊"},or={1:"周一",2:"周二",3:"周三",4:"周四",5:"周五",6:"周六",7:"周日"},lr={aqi:"AQI",humidity:"湿度","feels-like":"Feels like"},cr={weather:nr,day:or,misc:lr},dr={"clear-night":"晴朗夜晚",cloudy:"多雲",fog:"有霧",hail:"冰雹",lightning:"閃電","lightning-rainy":"雷雨",partlycloudy:"局部多雲",pouring:"大雨",rainy:"下雨",snowy:"下雪","snowy-rainy":"雪雨",sunny:"晴天",windy:"有風","windy-variant":"強風",exceptional:"極端天氣"},ur={1:"週一",2:"週二",3:"週三",4:"週四",5:"週五",6:"週六",7:"週日"},hr={aqi:"空氣品質",humidity:"濕度","feels-like":"體感溫度"},mr={weather:dr,day:ur,misc:hr};const fr={bg:Ae,cs:Object.freeze({__proto__:null,day:ze,default:Fe,misc:Le,weather:Ie}),ca:je,da:Ue,de:Object.freeze({__proto__:null,day:He,default:qe,misc:We,weather:Pe}),el:Object.freeze({__proto__:null,day:Ye,default:Qe,misc:Je,weather:Re}),en:Object.freeze({__proto__:null,day:Xe,default:tt,misc:et,weather:Ke}),es:Object.freeze({__proto__:null,day:rt,default:at,misc:st,weather:it}),et:Object.freeze({__proto__:null,day:ot,default:ct,misc:lt,weather:nt}),fi:Object.freeze({__proto__:null,day:ut,default:mt,misc:ht,weather:dt}),fr:Object.freeze({__proto__:null,day:pt,default:bt,misc:yt,weather:ft}),he:Object.freeze({__proto__:null,day:wt,default:kt,misc:vt,weather:gt}),hu:Object.freeze({__proto__:null,day:Tt,default:St,misc:Mt,weather:xt}),id:Object.freeze({__proto__:null,day:Nt,default:At,misc:Ot,weather:_t}),is:Object.freeze({__proto__:null,day:Zt,default:Bt,misc:Ct,weather:$t}),it:Object.freeze({__proto__:null,day:Gt,default:Et,misc:Vt,weather:Ut}),ko:Object.freeze({__proto__:null,day:jt,default:zt,misc:It,weather:Dt}),lt:Object.freeze({__proto__:null,day:Ft,default:Ht,misc:Pt,weather:Lt}),nb:Object.freeze({__proto__:null,day:qt,default:Yt,misc:Rt,weather:Wt}),nl:Object.freeze({__proto__:null,day:Qt,default:Xt,misc:Kt,weather:Jt}),pl:Object.freeze({__proto__:null,day:ti,default:ri,misc:ii,weather:ei}),ptbr:Object.freeze({__proto__:null,day:ai,default:oi,misc:ni,weather:si}),pt:Object.freeze({__proto__:null,day:ci,default:ui,misc:di,weather:li}),ro:Object.freeze({__proto__:null,day:mi,default:pi,misc:fi,weather:hi}),ru:Object.freeze({__proto__:null,day:bi,default:wi,misc:gi,weather:yi}),sk:Object.freeze({__proto__:null,day:ki,default:Ti,misc:xi,weather:vi}),sl:Object.freeze({__proto__:null,day:Si,default:Ni,misc:_i,weather:Mi}),sr:Object.freeze({__proto__:null,day:Ai,default:Zi,misc:$i,weather:Oi}),srlatn:Object.freeze({__proto__:null,day:Bi,default:Gi,misc:Ui,weather:Ci}),sv:Object.freeze({__proto__:null,day:Ei,default:ji,misc:Di,weather:Vi}),th:Object.freeze({__proto__:null,day:zi,default:Fi,misc:Li,weather:Ii}),tr:Object.freeze({__proto__:null,day:Hi,default:qi,misc:Wi,weather:Pi}),uk:Object.freeze({__proto__:null,day:Yi,default:Qi,misc:Ji,weather:Ri}),ur:Object.freeze({__proto__:null,day:Xi,default:tr,misc:er,weather:Ki}),vi:Object.freeze({__proto__:null,day:rr,default:ar,misc:sr,weather:ir}),zhcn:Object.freeze({__proto__:null,day:or,default:cr,misc:lr,weather:nr}),zhtw:Object.freeze({__proto__:null,day:ur,default:mr,misc:hr,weather:dr})};function pr(e){return Math.max(...e)}function yr(e){return Math.min(...e)}function br(e,t=0){return t<=0?Math.round(e):Math.ceil((e-t/2)/t)*t}function gr(e,t=0){return t<=0?Math.ceil(e):Math.ceil(e/t)*t}function wr(e){return null===e?null:Math.round(e)}var vr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='54.3' x2='187.2' y1='29' y2='259.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3csymbol id='b' overflow='visible' viewBox='0 0 270 270'%3e%3cpath fill='url(%23a)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' d='M252.3 168.6A133.4 133.4 0 01118 36.2 130.5 130.5 0 01122.5 3 133 133 0 003 134.6C3 207.7 63 267 137.2 267c62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 135 135%3b 9 135 135%3b -15 135 135'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='270' height='270' transform='translate(121 121)'/%3e%3c/svg%3e",kr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' overflow='visible' viewBox='0 0 279 279'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M256.8 173.1A133.3 133.3 0 01122.4 40.7 130.5 130.5 0 01127 7.5 133 133 0 007.5 139.1c0 73.1 60 132.4 134.2 132.4 62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 135 135%3b 9 135 135%3b -15 135 135'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='279' height='279' transform='translate(116.5 116.5)'/%3e%3c/svg%3e",xr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='150' x2='234' y1='119.2' y2='264.8' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 384 384'%3e%3ccircle cx='192' cy='192' r='84' fill='url(%23a)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='6'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M192 61.7V12m0 360v-49.7m92.2-222.5 35-35M64.8 319.2l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M61.7 192H12m360 0h-49.7'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 192 192%3b 45 192 192'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='384' height='384' transform='translate(64 64)'/%3e%3c/svg%3e",Tr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 375 375'%3e%3ccircle cx='187.5' cy='187.5' r='84' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='15'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='15' d='M187.5 57.2V7.5m0 360v-49.7m92.2-222.5 35-35M60.3 314.7l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M57.2 187.5H7.5m360 0h-49.7'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 187.5 187.5%3b 45 187.5 187.5'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='375' height='375' transform='translate(68.5 68.5)'/%3e%3c/svg%3e",Mr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='90' x2='206' y1='155.6' y2='356.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='179.4' x2='226.7' y1='142.4' y2='224.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f87171'/%3e%3cstop offset='.5' stop-color='%23f87171'/%3e%3cstop offset='1' stop-color='%23dc2626'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='252.5' x2='291.9' y1='149.2' y2='217.5'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='325.6' x2='357.2' y1='156' y2='210.7'/%3e%3c/defs%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-linejoin='round' stroke-width='24' d='M148 376V136'/%3e%3cpath fill='url(%23b)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m191.4 137 28.8 4.3a6.4 6.4 0 015.4 6.3v73.7a6.4 6.4 0 01-5.4 6.3l-28.8 4.2a6.4 6.4 0 01-7.3-6.4v-82a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3c/path%3e%3cpath fill='url(%23c)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m260.6 146.1 28.8 4.2a6.4 6.4 0 015.4 6.3v55.6a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-64a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='1.5s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='translate' values='0 0%3b 5 0%3b 0 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m329.8 155.2 28.7 4.2a6.4 6.4 0 015.5 6.3v37.4a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-45.8a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='1.5s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='translate' values='0 0%3b 10 0%3b 0 0'/%3e%3c/path%3e%3c/svg%3e",Sr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='%23cbd5e1' stroke-linecap='round' stroke-linejoin='round' stroke-width='24' d='M148 376V136'/%3e%3cpath fill='%23ef4444' d='m191.4 137 28.8 4.3a6.4 6.4 0 015.4 6.3v73.7a6.4 6.4 0 01-5.4 6.3l-28.8 4.2a6.4 6.4 0 01-7.3-6.4v-82a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3c/path%3e%3cpath fill='%23ef4444' d='m260.6 146.1 28.8 4.2a6.4 6.4 0 015.4 6.3v55.6a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-64a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='1.5s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='translate' values='0 0%3b 5 0%3b 0 0'/%3e%3c/path%3e%3cpath fill='%23ef4444' d='m329.8 155.2 28.7 4.2a6.4 6.4 0 015.5 6.3v37.4a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-45.8a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='1.5s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='translate' values='0 0%3b 10 0%3b 0 0'/%3e%3c/path%3e%3c/svg%3e",_r="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='54.3' x2='187.2' y1='29' y2='259.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 270 270'%3e%3cpath fill='url(%23a)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' d='M252.3 168.6A133.4 133.4 0 01118 36.2 130.5 130.5 0 01122.5 3 133 133 0 003 134.6C3 207.7 63 267 137.2 267c62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='270' height='270' transform='translate(121 121)'/%3e%3c/svg%3e",Nr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 279 279'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M256.8 173.1A133.3 133.3 0 01122.4 40.7 130.5 130.5 0 01127 7.5 133 133 0 007.5 139.1c0 73.1 60 132.4 134.2 132.4 62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='279' height='279' transform='translate(116.5 116.5)'/%3e%3c/svg%3e",Or="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='150' x2='234' y1='119.2' y2='264.8' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 384 384'%3e%3ccircle cx='192' cy='192' r='84' fill='url(%23a)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='6'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M192 61.7V12m0 360v-49.7m92.2-222.5 35-35M64.8 319.2l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M61.7 192H12m360 0h-49.7'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='384' height='384' transform='translate(64 64)'/%3e%3c/svg%3e",Ar="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 375 375'%3e%3ccircle cx='187.5' cy='187.5' r='84' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='15'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='15' d='M187.5 57.2V7.5m0 360v-49.7m92.2-222.5 35-35M60.3 314.7l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M57.2 187.5H7.5m360 0h-49.7'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='375' height='375' transform='translate(68.5 68.5)'/%3e%3c/svg%3e",$r="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='90' x2='206' y1='155.6' y2='356.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='179.4' x2='226.7' y1='142.4' y2='224.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f87171'/%3e%3cstop offset='.5' stop-color='%23f87171'/%3e%3cstop offset='1' stop-color='%23dc2626'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='252.5' x2='291.9' y1='149.2' y2='217.5'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='325.6' x2='357.2' y1='156' y2='210.7'/%3e%3c/defs%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-linejoin='round' stroke-width='24' d='M148 376V136'/%3e%3cpath fill='url(%23b)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m191.4 137 28.8 4.3a6.4 6.4 0 015.4 6.3v73.7a6.4 6.4 0 01-5.4 6.3l-28.8 4.2a6.4 6.4 0 01-7.3-6.4v-82a6.4 6.4 0 017.3-6.3Z'/%3e%3cpath fill='url(%23c)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m260.6 146.1 28.8 4.2a6.4 6.4 0 015.4 6.3v55.6a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-64a6.4 6.4 0 017.3-6.3Z'/%3e%3cpath fill='url(%23d)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m329.8 155.2 28.7 4.2a6.4 6.4 0 015.5 6.3v37.4a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-45.8a6.4 6.4 0 017.3-6.3Z'/%3e%3c/svg%3e",Zr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='%23cbd5e1' stroke-linecap='round' stroke-linejoin='round' stroke-width='24' d='M148 376V136'/%3e%3cpath fill='%23ef4444' d='m191.4 137 28.8 4.3a6.4 6.4 0 015.4 6.3v73.7a6.4 6.4 0 01-5.4 6.3l-28.8 4.2a6.4 6.4 0 01-7.3-6.4v-82a6.4 6.4 0 017.3-6.3Zm69.2 9.1 28.8 4.2a6.4 6.4 0 015.4 6.3v55.6a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-64a6.4 6.4 0 017.3-6.3Zm69.2 9.1 28.7 4.2a6.4 6.4 0 015.5 6.3v37.4a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-45.8a6.4 6.4 0 017.3-6.3Z'/%3e%3c/svg%3e";const Cr={line:{rainy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 96.5 96.5%3b 45 96.5 96.5'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' overflow='visible' viewBox='0 0 128 56'%3e%3cpath fill='%230a5ad4' d='M8 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M64 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M120 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='128' height='56' transform='translate(192 344)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/use%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' overflow='visible' viewBox='0 0 128 56'%3e%3cpath fill='%230a5ad4' d='M8 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M64 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M120 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='128' height='56' transform='translate(192 344)'/%3e%3c/svg%3e"},partlycloudy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 96.5 96.5%3b 45 96.5 96.5'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/use%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3c/svg%3e"},cloudy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-18 0%3b 18 0%3b -18 0'/%3e%3c/use%3e%3c/svg%3e","clear-night":{day:Tr,night:kr},fog:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='b' viewBox='0 0 375 375'%3e%3ccircle cx='187.5' cy='187.5' r='84' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='15'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='15' d='M187.5 57.2V7.5m0 360v-49.7m92.2-222.5 35-35M60.3 314.7l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M57.2 187.5H7.5m360 0h-49.7'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 187.5 187.5%3b 45 187.5 187.5'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='c' overflow='visible' viewBox='0 0 258 66'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 57h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-24 0%3b 24 0%3b -24 0'/%3e%3c/path%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 9h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='24 0%3b -24 0%3b 24 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='375' height='375' transform='translate(68.5 104.5)'/%3e%3c/g%3e%3cuse xlink:href='%23c' width='258' height='66' transform='translate(127 339)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='b' overflow='visible' viewBox='0 0 279 279'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M256.8 173.1A133.3 133.3 0 01122.4 40.7 130.5 130.5 0 01127 7.5 133 133 0 007.5 139.1c0 73.1 60 132.4 134.2 132.4 62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 135 135%3b 9 135 135%3b -15 135 135'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='c' overflow='visible' viewBox='0 0 258 66'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 57h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-24 0%3b 24 0%3b -24 0'/%3e%3c/path%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 9h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='24 0%3b -24 0%3b 24 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='279' height='279' transform='translate(116.5 116.5)'/%3e%3c/g%3e%3cuse xlink:href='%23c' width='258' height='66' transform='translate(127 339)'/%3e%3c/svg%3e"},hail:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' overflow='visible' viewBox='0 0 136 24'%3e%3cpath fill='%2386c3db' d='M12 0a12 12 0 1012 12A12 12 0 0012 0Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b -18 74'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%2386c3db' d='M68 0a12 12 0 1012 12A12 12 0 0068 0Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.67s%3b x2.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b 0 74'/%3e%3canimate id='y2' attributeName='opacity' begin='.67s%3b y2.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%2386c3db' d='M124 0a12 12 0 1012 12 12 12 0 00-12-12Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='.33s%3b x3.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b 18 74'/%3e%3canimate id='y3' attributeName='opacity' begin='.33s%3b y3.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='136' height='24' transform='translate(188 350)'/%3e%3c/svg%3e",lightning:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 96.5 96.5%3b 45 96.5 96.5'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/use%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e"},"lightning-rainy":{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 96.5 96.5%3b 45 96.5 96.5'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' overflow='visible' viewBox='0 0 128 56'%3e%3cpath fill='%230a5ad4' d='M8 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M64 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M120 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='128' height='56' transform='translate(192 344)'/%3e%3cuse xlink:href='%23f' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/use%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' overflow='visible' viewBox='0 0 128 56'%3e%3cpath fill='%230a5ad4' d='M8 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M64 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M120 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='128' height='56' transform='translate(192 344)'/%3e%3cuse xlink:href='%23f' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e"},pouring:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' overflow='visible' viewBox='0 0 128 56'%3e%3cpath fill='%230a5ad4' d='M8 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M64 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M120 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='128' height='56' transform='translate(192 344)'/%3e%3c/svg%3e",raindrop:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 175 260.9'%3e%3cpath fill='none' stroke='%232885c7' stroke-miterlimit='10' stroke-width='15' d='M87.5 13.4c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3-31.3-88.8-80-160.7Z'%3e%3canimateTransform attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 1%3b 1 .9%3b 1 1'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='175' height='260.9' transform='translate(168.5 122.62)'/%3e%3c/svg%3e",raindrops:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M302 137c-48.7 72-80 117-80 160.8s35.8 79.2 80 79.2v135H0V0h302Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 1%3b 1 .95%3b 1 1'/%3e%3c/path%3e%3c/clipPath%3e%3csymbol id='b' viewBox='0 0 175 260.9'%3e%3cpath fill='none' stroke='%232885c7' stroke-miterlimit='10' stroke-width='15' d='M87.5 13.4c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3-31.3-88.8-80-160.7Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='175' height='260.9' transform='translate(214.5 123.62)'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 1%3b 1 .9%3b 1 1'/%3e%3c/use%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='175' height='260.9' transform='translate(122.5 123.62)'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 .9%3b 1 1%3b 1 .9'/%3e%3c/use%3e%3c/g%3e%3c/svg%3e",snowy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' overflow='visible' viewBox='0 0 155.2 48'%3e%3cg%3e%3cpath fill='%2386c3db' d='m41.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3A4 4 0 00.5 12 4 4 0 002 17.5l5.8 3.3a13.7 13.7 0 000 6.4L2 30.5A4 4 0 00.5 36a4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0127 27a6.1 6.1 0 01-8.3 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 24 24%3b 360 24 24'/%3e%3canimate id='t1' attributeName='opacity' begin='0s%3b t1.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s1' additive='sum' attributeName='transform' begin='0s%3b s1.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2386c3db' d='m97.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4L58 30.5a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0183 27a6.1 6.1 0 01-8.3 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 80 24%3b 360 80 24'/%3e%3canimate id='t2' attributeName='opacity' begin='-.83s%3b t2.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s2' additive='sum' attributeName='transform' begin='-.83s%3b s2.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2386c3db' d='m153.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 136 24%3b 360 136 24'/%3e%3canimate id='t3' attributeName='opacity' begin='.83s%3b t3.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s3' additive='sum' attributeName='transform' begin='.83s%3b s3.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='155.2' height='48' transform='translate(178.4 338)'/%3e%3c/svg%3e","snowy-rainy":"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='c' overflow='visible' viewBox='0 0 155.2 48'%3e%3cg%3e%3cpath fill='%2386c3db' d='m41.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3A4 4 0 00.5 12 4 4 0 002 17.5l5.8 3.3a13.7 13.7 0 000 6.4L2 30.5A4 4 0 00.5 36a4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0127 27a6.1 6.1 0 01-8.3 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 24 24%3b 360 24 24'/%3e%3canimate id='t1' attributeName='opacity' begin='0s%3b t1.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s1' additive='sum' attributeName='transform' begin='0s%3b s1.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2386c3db' d='m97.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4L58 30.5a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0183 27a6.1 6.1 0 01-8.3 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 80 24%3b 360 80 24'/%3e%3canimate id='t2' attributeName='opacity' begin='-.83s%3b t2.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s2' additive='sum' attributeName='transform' begin='-.83s%3b s2.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2386c3db' d='m153.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 136 24%3b 360 136 24'/%3e%3canimate id='t3' attributeName='opacity' begin='.83s%3b t3.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s3' additive='sum' attributeName='transform' begin='.83s%3b s3.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3c/symbol%3e%3csymbol id='b' overflow='visible' viewBox='0 0 155.2 48'%3e%3cuse xlink:href='%23c' width='155.2' height='48'/%3e%3cpath fill='%230a5ad4' d='M21.6 38a8 8 0 01-8-8V18a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M77.6 38a8 8 0 01-8-8V18a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='1.34s%3b x2.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y2' attributeName='opacity' begin='1.34s%3b y2.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M133.6 38a8 8 0 01-8-8V18a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='.67s%3b x3.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y3' attributeName='opacity' begin='.67s%3b y3.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='155.2' height='48' transform='translate(178.4 338)'/%3e%3c/svg%3e",sunny:{day:Tr,night:kr},windy:Sr,"windy-exceptional":Sr,exceptional:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M344 256a88 88 0 11-88-88 88 88 0 0188 88ZM200 116.9l-3.8 7.7A269.7 269.7 0 00169 267h0m143.1 128 3.8-7.7A269.7 269.7 0 00343.2 245h0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='1440 256 256%3b 0 256 256'/%3e%3c/path%3e%3c/svg%3e"},fill:{rainy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1436.7' x2='1454.9' y1='-1137' y2='-1089.7' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1492.1' x2='1510.3' y1='-1129.3' y2='-1082.1' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3clinearGradient id='e' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='g' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23e)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 98 98%3b 45 98 98'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23g' width='196' height='196'/%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='i' overflow='visible' viewBox='0 0 129 57'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23f' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23i' width='129' height='57' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23c' id='d' x1='1436.7' x2='1454.9' y1='-1137' y2='-1089.7' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23c' id='e' x1='1492.1' x2='1510.3' y1='-1129.3' y2='-1082.1' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='g' viewBox='0 0 172 172'%3e%3cpath fill='url(%23b)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23g' width='172' height='172'/%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='i' overflow='visible' viewBox='0 0 129 57'%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23f' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23i' width='129' height='57' transform='translate(191.5 343.5)'/%3e%3c/svg%3e"},partlycloudy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='d' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23b)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 98 98%3b 45 98 98'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23d' width='196' height='196'/%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23c' width='363' height='258' transform='translate(68 109)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='d' viewBox='0 0 172 172'%3e%3cpath fill='url(%23b)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23d' width='172' height='172'/%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23c' width='351' height='246' transform='translate(80 121)'/%3e%3c/svg%3e"},cloudy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='350' height='222' transform='translate(81 145)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-18 0%3b 18 0%3b -18 0'/%3e%3c/use%3e%3c/svg%3e","clear-night":{day:xr,night:vr},fog:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='96' x2='168' y1='-2.4' y2='122.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23a' id='b' x2='168' y1='-50.4' y2='74.3'/%3e%3clinearGradient id='c' x1='150' x2='234' y1='119.2' y2='264.8' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='e' viewBox='0 0 384 384'%3e%3ccircle cx='192' cy='192' r='84' fill='url(%23c)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='6'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M192 61.7V12m0 360v-49.7m92.2-222.5 35-35M64.8 319.2l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M61.7 192H12m360 0h-49.7'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 192 192%3b 45 192 192'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' overflow='visible' viewBox='0 0 264 72'%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 60h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-24 0%3b 24 0%3b -24 0'/%3e%3c/path%3e%3cpath fill='none' stroke='url(%23b)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 12h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='24 0%3b -24 0%3b 24 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='d'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23d)'%3e%3cuse xlink:href='%23e' width='384' height='384' transform='translate(64 100)'/%3e%3c/g%3e%3cuse xlink:href='%23f' width='264' height='72' transform='translate(124 336)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='96' x2='168' y1='-2.4' y2='122.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23a' id='b' x2='168' y1='-50.4' y2='74.3'/%3e%3clinearGradient id='c' x1='54.3' x2='187.2' y1='29' y2='259.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3csymbol id='e' viewBox='0 0 270 270'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' d='M252.3 168.6A133.4 133.4 0 01118 36.2 130.5 130.5 0 01122.5 3 133 133 0 003 134.6C3 207.7 63 267 137.2 267c62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 135 135%3b 9 135 135%3b -15 135 135'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' overflow='visible' viewBox='0 0 264 72'%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 60h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-24 0%3b 24 0%3b -24 0'/%3e%3c/path%3e%3cpath fill='none' stroke='url(%23b)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 12h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='24 0%3b -24 0%3b 24 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='d'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23d)'%3e%3cuse xlink:href='%23e' width='270' height='270' transform='translate(121 121)'/%3e%3c/g%3e%3cuse xlink:href='%23f' width='264' height='72' transform='translate(124 336)'/%3e%3c/svg%3e"},hail:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='6.5' x2='18.5' y1='2.1' y2='22.9' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='62.5' x2='74.5' y1='2.1' y2='22.9'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='118.5' x2='130.5' y1='2.1' y2='22.9'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' overflow='visible' viewBox='0 0 137 25'%3e%3cpath fill='url(%23b)' stroke='%2386c3db' stroke-miterlimit='10' d='M12.5.5a12 12 0 1012 12 12 12 0 00-12-12Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b -18 74'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23c)' stroke='%2386c3db' stroke-miterlimit='10' d='M68.5.5a12 12 0 1012 12 12 12 0 00-12-12Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.67s%3b x2.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b 0 74'/%3e%3canimate id='y2' attributeName='opacity' begin='.67s%3b y2.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%2386c3db' stroke-miterlimit='10' d='M124.5.5a12 12 0 1012 12 12 12 0 00-12-12Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='.33s%3b x3.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b 18 74'/%3e%3canimate id='y3' attributeName='opacity' begin='.33s%3b y3.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='137' height='25' transform='translate(187.5 349.5)'/%3e%3c/svg%3e",lightning:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='e' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23c)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 98 98%3b 45 98 98'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23e' width='196' height='196'/%3e%3cuse xlink:href='%23f' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23d' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23g' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='e' viewBox='0 0 172 172'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23e' width='172' height='172'/%3e%3cuse xlink:href='%23f' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23d' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23g' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e"},"lightning-rainy":{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23c' id='d' x1='1436.7' x2='1454.9' y1='-1137' y2='-1089.7' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23c' id='e' x1='1492.1' x2='1510.3' y1='-1129.3' y2='-1082.1' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3clinearGradient id='f' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='h' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23f)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 98 98%3b 45 98 98'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23h' width='196' height='196'/%3e%3cuse xlink:href='%23i' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='j' overflow='visible' viewBox='0 0 129 57'%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='k' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23g' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23j' width='129' height='57' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23k' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient id='d' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23d' id='e' x1='1436.7' x2='1454.9' y1='-1137' y2='-1089.7' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23d' id='f' x1='1492.1' x2='1510.3' y1='-1129.3' y2='-1082.1' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='h' viewBox='0 0 172 172'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23h' width='172' height='172'/%3e%3cuse xlink:href='%23i' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='j' overflow='visible' viewBox='0 0 129 57'%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23f)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='k' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23g' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23j' width='129' height='57' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23k' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e"},pouring:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1436.7' x2='1454.9' y1='-1137' y2='-1089.7' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1492.1' x2='1510.3' y1='-1129.3' y2='-1082.1' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' overflow='visible' viewBox='0 0 129 57'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='129' height='57' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",raindrop:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='14.8' x2='124.2' y1='42.3' y2='231.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%233392d6'/%3e%3cstop offset='.5' stop-color='%233392d6'/%3e%3cstop offset='1' stop-color='%232477b2'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 164 245.6'%3e%3cpath fill='url(%23a)' stroke='%232885c7' stroke-miterlimit='10' stroke-width='4' d='M82 3.6c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3S130.7 75.5 82 3.6Z'%3e%3canimateTransform attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 1%3b 1 .9%3b 1 1'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(174 132.43)'/%3e%3c/svg%3e",raindrops:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='14.8' x2='124.2' y1='42.3' y2='231.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%233392d6'/%3e%3cstop offset='.5' stop-color='%233392d6'/%3e%3cstop offset='1' stop-color='%232477b2'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 164 245.6'%3e%3cpath fill='url(%23a)' stroke='%232885c7' stroke-miterlimit='10' stroke-width='4' d='M82 3.6c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3S130.7 75.5 82 3.6Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(128 133.43)'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 1%3b 1 .9%3b 1 1'/%3e%3c/use%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(220 133.43)'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 .9%3b 1 1%3b 1 .9'/%3e%3c/use%3e%3c/svg%3e",snowy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='11.4' x2='32.8' y1='5.9' y2='43.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='67.4' x2='88.8' y1='5.9' y2='43.1'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='123.4' x2='144.8' y1='5.9' y2='43.1'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' overflow='visible' viewBox='0 0 156.2 49'%3e%3cg%3e%3cpath fill='url(%23b)' stroke='%2386c3db' stroke-miterlimit='10' d='m41.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L6.6 11A4 4 0 001 12.5 4 4 0 002.5 18l5.8 3.3a13.7 13.7 0 000 6.5L2.5 31A4 4 0 001 36.5a4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008.2 0v-6.6a14.2 14.2 0 005.6-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM19 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 24 24%3b 360 24 24'/%3e%3canimate id='t1' attributeName='opacity' begin='0s%3b t1.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s1' additive='sum' attributeName='transform' begin='0s%3b s1.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='url(%23c)' stroke='%2386c3db' stroke-miterlimit='10' d='m97.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L62.6 11a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5L58.5 31a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM75 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 80 24%3b 360 80 24'/%3e%3canimate id='t2' attributeName='opacity' begin='-.83s%3b t2.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s2' additive='sum' attributeName='transform' begin='-.83s%3b s2.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='url(%23d)' stroke='%2386c3db' stroke-miterlimit='10' d='m153.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM131 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 136 24%3b 360 136 24'/%3e%3canimate id='t3' attributeName='opacity' begin='.83s%3b t3.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s3' additive='sum' attributeName='transform' begin='.83s%3b s3.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='156.2' height='49' transform='translate(177.9 337.5)'/%3e%3c/svg%3e","snowy-rainy":"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1399.3' x2='1408.7' y1='-1137.3' y2='-1112.7' gradientTransform='rotate(-9 8016.182 8229.021)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1454.6' x2='1464' y1='-1128.6' y2='-1104'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1509.9' x2='1519.3' y1='-1119.8' y2='-1095.2'/%3e%3clinearGradient id='e' x1='11.4' x2='32.8' y1='5.9' y2='43.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23e' id='f' x1='67.4' x2='88.8' y1='5.9' y2='43.1'/%3e%3clinearGradient xlink:href='%23e' id='g' x1='123.4' x2='144.8' y1='5.9' y2='43.1'/%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='j' overflow='visible' viewBox='0 0 156.2 49'%3e%3cg%3e%3cpath fill='url(%23e)' stroke='%2386c3db' stroke-miterlimit='10' d='m41.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L6.6 11A4 4 0 001 12.5 4 4 0 002.5 18l5.8 3.3a13.7 13.7 0 000 6.5L2.5 31A4 4 0 001 36.5a4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008.2 0v-6.6a14.2 14.2 0 005.6-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM19 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 24 24%3b 360 24 24'/%3e%3canimate id='t1' attributeName='opacity' begin='0s%3b t1.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s1' additive='sum' attributeName='transform' begin='0s%3b s1.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='url(%23f)' stroke='%2386c3db' stroke-miterlimit='10' d='m97.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L62.6 11a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5L58.5 31a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM75 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 80 24%3b 360 80 24'/%3e%3canimate id='t2' attributeName='opacity' begin='-.83s%3b t2.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s2' additive='sum' attributeName='transform' begin='-.83s%3b s2.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='url(%23g)' stroke='%2386c3db' stroke-miterlimit='10' d='m153.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM131 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 136 24%3b 360 136 24'/%3e%3canimate id='t3' attributeName='opacity' begin='.83s%3b t3.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s3' additive='sum' attributeName='transform' begin='.83s%3b s3.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3c/symbol%3e%3csymbol id='i' overflow='visible' viewBox='0 0 156.2 49'%3e%3cuse xlink:href='%23j' width='156.2' height='49'/%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M22.1 38.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M78.1 38.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='1.34s%3b x2.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y2' attributeName='opacity' begin='1.34s%3b y2.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M134.1 38.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='.67s%3b x3.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y3' attributeName='opacity' begin='.67s%3b y3.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23i' width='156.2' height='49' transform='translate(177.9 337.5)'/%3e%3c/svg%3e",sunny:{day:xr,night:vr},windy:Mr,"windy-exceptional":Mr,exceptional:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='175.8' x2='336.2' y1='117' y2='395' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M344 256a88 88 0 11-88-88 88 88 0 0188 88ZM200 116.9l-3.8 7.7A269.7 269.7 0 00169 267h0m143.1 128 3.8-7.7A269.7 269.7 0 00343.2 245h0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='1440 256 256%3b 0 256 256'/%3e%3c/path%3e%3c/svg%3e"}},Br={line:{rainy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='f' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23f' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23g' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23e' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23h' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='f' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23f' width='178' height='178' transform='translate(77 118)'/%3e%3c/g%3e%3cuse xlink:href='%23g' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23e' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23h' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e"},partlycloudy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3c/svg%3e"},cloudy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/svg%3e","clear-night":{day:Ar,night:Nr},fog:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='b' viewBox='0 0 375 375'%3e%3ccircle cx='187.5' cy='187.5' r='84' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='15'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='15' d='M187.5 57.2V7.5m0 360v-49.7m92.2-222.5 35-35M60.3 314.7l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M57.2 187.5H7.5m360 0h-49.7'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 258 66'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 57h240M9 9h240'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='375' height='375' transform='translate(68.5 104.5)'/%3e%3c/g%3e%3cuse xlink:href='%23c' width='258' height='66' transform='translate(127 339)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='b' viewBox='0 0 279 279'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M256.8 173.1A133.3 133.3 0 01122.4 40.7 130.5 130.5 0 01127 7.5 133 133 0 007.5 139.1c0 73.1 60 132.4 134.2 132.4 62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 258 66'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 57h240M9 9h240'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='279' height='279' transform='translate(116.5 116.5)'/%3e%3c/g%3e%3cuse xlink:href='%23c' width='258' height='66' transform='translate(127 339)'/%3e%3c/svg%3e"},hail:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 136 114'%3e%3cpath fill='%2386c3db' d='M12 0a12 12 0 1012 12A12 12 0 0012 0Zm56 90a12 12 0 1012 12 12 12 0 00-12-12Zm56-60a12 12 0 1012 12 12 12 0 00-12-12Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='136' height='114' transform='translate(188 350)'/%3e%3c/svg%3e",lightning:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e"},"lightning-rainy":{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='f' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23f' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23g' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'/%3e%3c/symbol%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23e' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23h' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23i' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='f' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23f' width='178' height='178' transform='translate(77 118)'/%3e%3c/g%3e%3cuse xlink:href='%23g' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'/%3e%3c/symbol%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23e' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23h' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23i' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e"},pouring:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23a' id='b' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23a' id='c' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 129 110'%3e%3cpath fill='url(%23a)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23e' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",raindrop:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 175 260.9'%3e%3cpath fill='none' stroke='%232885c7' stroke-miterlimit='10' stroke-width='15' d='M87.5 13.4c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3-31.3-88.8-80-160.7Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='175' height='260.9' transform='translate(168.5 122.62)'/%3e%3c/svg%3e",raindrops:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M302 137c-48.7 72-80 117-80 160.8s35.8 79.2 80 79.2v135H0V0h302Z'/%3e%3c/clipPath%3e%3csymbol id='b' viewBox='0 0 175 260.9'%3e%3cpath fill='none' stroke='%232885c7' stroke-miterlimit='10' stroke-width='15' d='M87.5 13.4c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3-31.3-88.8-80-160.7Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='175' height='260.9' transform='translate(214.5 123.62)'/%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='175' height='260.9' transform='translate(122.5 123.62)'/%3e%3c/g%3e%3c/svg%3e",snowy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 155.2 138'%3e%3cpath fill='%2386c3db' d='m41.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3A4 4 0 00.5 12 4 4 0 002 17.5l5.8 3.3a13.7 13.7 0 000 6.4L2 30.5A4 4 0 00.5 36a4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0127 27a6.1 6.1 0 01-8.3 2.2Zm78.6 91.3-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V94a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Zm78.6-48.7-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V44a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V84a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='155.2' height='138' transform='translate(178.4 338)'/%3e%3c/svg%3e","snowy-rainy":"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 155.2 138'%3e%3cpath fill='%2386c3db' d='m41.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3A4 4 0 00.5 12 4 4 0 002 17.5l5.8 3.3a13.7 13.7 0 000 6.4L2 30.5A4 4 0 00.5 36a4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0127 27a6.1 6.1 0 01-8.3 2.2Zm78.6 91.3-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V94a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Zm78.6-48.7-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V44a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V84a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 155.2 138'%3e%3cuse xlink:href='%23c' width='155.2' height='138'/%3e%3cpath fill='%230a5ad4' d='M21.6 98a8 8 0 01-8-8V78a8 8 0 0116 0v12a8 8 0 01-8 8Zm56-50a8 8 0 01-8-8V28a8 8 0 0116 0v12a8 8 0 01-8 8Zm56 90a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='155.2' height='138' transform='translate(178.4 338)'/%3e%3c/svg%3e",sunny:{day:Ar,night:Nr},windy:Zr,"windy-exceptional":Zr,exceptional:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M344 256a88 88 0 11-88-88 88 88 0 0188 88ZM200 116.9l-3.8 7.7A269.7 269.7 0 00169 267h0m143.1 128 3.8-7.7A269.7 269.7 0 00343.2 245h0'/%3e%3c/svg%3e"},fill:{rainy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3clinearGradient id='e' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='g' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23e)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23g' width='196' height='196'/%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23f' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23i' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23c' id='d' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23c' id='e' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='g' viewBox='0 0 172 172'%3e%3cpath fill='url(%23b)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23g' width='172' height='172'/%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 129 110'%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23f' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23i' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e"},partlycloudy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='d' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23b)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23d' width='196' height='196'/%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23c' width='363' height='258' transform='translate(68 109)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='d' viewBox='0 0 172 172'%3e%3cpath fill='url(%23b)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23d' width='172' height='172'/%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23c' width='351' height='246' transform='translate(80 121)'/%3e%3c/svg%3e"},cloudy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='350' height='222' transform='translate(81 145)'/%3e%3c/svg%3e","clear-night":{day:Or,night:_r},fog:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='96' x2='168' y1='-2.4' y2='122.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23a' id='b' x2='168' y1='-50.4' y2='74.3'/%3e%3clinearGradient id='c' x1='150' x2='234' y1='119.2' y2='264.8' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='e' viewBox='0 0 384 384'%3e%3ccircle cx='192' cy='192' r='84' fill='url(%23c)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='6'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M192 61.7V12m0 360v-49.7m92.2-222.5 35-35M64.8 319.2l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M61.7 192H12m360 0h-49.7'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 264 72'%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 60h240'/%3e%3cpath fill='none' stroke='url(%23b)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 12h240'/%3e%3c/symbol%3e%3cclipPath id='d'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23d)'%3e%3cuse xlink:href='%23e' width='384' height='384' transform='translate(64 100)'/%3e%3c/g%3e%3cuse xlink:href='%23f' width='264' height='72' transform='translate(124 336)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='96' x2='168' y1='-2.4' y2='122.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23a' id='b' x2='168' y1='-50.4' y2='74.3'/%3e%3clinearGradient id='c' x1='54.3' x2='187.2' y1='29' y2='259.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3csymbol id='e' viewBox='0 0 270 270'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' d='M252.3 168.6A133.4 133.4 0 01118 36.2 130.5 130.5 0 01122.5 3 133 133 0 003 134.6C3 207.7 63 267 137.2 267c62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 264 72'%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 60h240'/%3e%3cpath fill='none' stroke='url(%23b)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 12h240'/%3e%3c/symbol%3e%3cclipPath id='d'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23d)'%3e%3cuse xlink:href='%23e' width='270' height='270' transform='translate(121 121)'/%3e%3c/g%3e%3cuse xlink:href='%23f' width='264' height='72' transform='translate(124 336)'/%3e%3c/svg%3e"},hail:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='6.5' x2='18.5' y1='2.1' y2='22.9' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='62.5' x2='74.5' y1='92.1' y2='112.9'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='118.5' x2='130.5' y1='32.1' y2='52.9'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 137 115'%3e%3cpath fill='url(%23b)' stroke='%2386c3db' stroke-miterlimit='10' d='M12.5.5a12 12 0 1012 12 12 12 0 00-12-12Z'/%3e%3cpath fill='url(%23c)' stroke='%2386c3db' stroke-miterlimit='10' d='M68.5 90.5a12 12 0 1012 12 12 12 0 00-12-12Z'/%3e%3cpath fill='url(%23d)' stroke='%2386c3db' stroke-miterlimit='10' d='M124.5 30.5a12 12 0 1012 12 12 12 0 00-12-12Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='137' height='115' transform='translate(187.5 349.5)'/%3e%3c/svg%3e",lightning:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='e' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23c)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23e' width='196' height='196'/%3e%3cuse xlink:href='%23f' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23d' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23g' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='e' viewBox='0 0 172 172'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23e' width='172' height='172'/%3e%3cuse xlink:href='%23f' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23d' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23g' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e"},"lightning-rainy":{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23c' id='d' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23c' id='e' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3clinearGradient id='f' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='h' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23f)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23h' width='196' height='196'/%3e%3cuse xlink:href='%23i' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='j' viewBox='0 0 129 110'%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3csymbol id='k' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23g' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23j' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23k' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient id='d' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23d' id='e' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23d' id='f' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='h' viewBox='0 0 172 172'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23h' width='172' height='172'/%3e%3cuse xlink:href='%23i' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='j' viewBox='0 0 129 110'%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23f)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3csymbol id='k' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23g' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23j' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23k' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e"},pouring:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",raindrop:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='14.8' x2='124.2' y1='42.3' y2='231.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%233392d6'/%3e%3cstop offset='.5' stop-color='%233392d6'/%3e%3cstop offset='1' stop-color='%232477b2'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 164 245.6'%3e%3cpath fill='url(%23a)' stroke='%232885c7' stroke-miterlimit='10' stroke-width='4' d='M82 3.6c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3S130.7 75.5 82 3.6Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(174 132.43)'/%3e%3c/svg%3e",raindrops:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='14.8' x2='124.2' y1='42.3' y2='231.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%233392d6'/%3e%3cstop offset='.5' stop-color='%233392d6'/%3e%3cstop offset='1' stop-color='%232477b2'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 164 245.6'%3e%3cpath fill='url(%23a)' stroke='%232885c7' stroke-miterlimit='10' stroke-width='4' d='M82 3.6c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3S130.7 75.5 82 3.6Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(128 133.43)'/%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(220 133.43)'/%3e%3c/svg%3e",snowy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='11.4' x2='32.8' y1='5.9' y2='43.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='67.4' x2='88.8' y1='95.9' y2='133.1'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='123.4' x2='144.8' y1='45.9' y2='83.1'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 156.2 139'%3e%3cpath fill='url(%23b)' stroke='%2386c3db' stroke-miterlimit='10' d='m41.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L6.6 11A4 4 0 001 12.5 4 4 0 002.5 18l5.8 3.3a13.7 13.7 0 000 6.5L2.5 31A4 4 0 001 36.5a4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008.2 0v-6.6a14.2 14.2 0 005.6-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM19 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3cpath fill='url(%23c)' stroke='%2386c3db' stroke-miterlimit='10' d='m97.7 121-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3v-6.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0V128a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM75 119.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3cpath fill='url(%23d)' stroke='%2386c3db' stroke-miterlimit='10' d='m153.7 71-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3v-6.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM131 69.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='156.2' height='139' transform='translate(177.9 337.5)'/%3e%3c/svg%3e","snowy-rainy":"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1389.9' x2='1399.3' y1='-1078.1' y2='-1053.5' gradientTransform='rotate(-9 8016.182 8229.021)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1453' x2='1462.5' y1='-1118.7' y2='-1094.1'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1494.2' x2='1503.7' y1='-1021.1' y2='-996.4'/%3e%3clinearGradient id='e' x1='11.4' x2='32.8' y1='5.9' y2='43.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23e' id='f' x1='67.4' x2='88.8' y1='95.9' y2='133.1'/%3e%3clinearGradient xlink:href='%23e' id='g' x1='123.4' x2='144.8' y1='45.9' y2='83.1'/%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='j' viewBox='0 0 156.2 139'%3e%3cpath fill='url(%23e)' stroke='%2386c3db' stroke-miterlimit='10' d='m41.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L6.6 11A4 4 0 001 12.5 4 4 0 002.5 18l5.8 3.3a13.7 13.7 0 000 6.5L2.5 31A4 4 0 001 36.5a4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008.2 0v-6.6a14.2 14.2 0 005.6-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM19 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3cpath fill='url(%23f)' stroke='%2386c3db' stroke-miterlimit='10' d='m97.7 121-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3v-6.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0V128a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM75 119.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3cpath fill='url(%23g)' stroke='%2386c3db' stroke-miterlimit='10' d='m153.7 71-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3v-6.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM131 69.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 156.2 139'%3e%3cuse xlink:href='%23j' width='156.2' height='139'/%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M22.1 98.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M78.1 48.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M134.1 138.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23i' width='156.2' height='139' transform='translate(177.9 337.5)'/%3e%3c/svg%3e",sunny:{day:Or,night:_r},windy:$r,"windy-exceptional":$r,exceptional:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='175.8' x2='336.2' y1='117' y2='395' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M344 256a88 88 0 11-88-88 88 88 0 0188 88ZM200 116.9l-3.8 7.7A269.7 269.7 0 00169 267h0m143.1 128 3.8-7.7A269.7 269.7 0 00343.2 245h0'/%3e%3c/svg%3e"}};function Ur(e){try{return e()}catch(e){return console.error("clock-weather-card - Error while rendering clock-weather-card component:",e),D``}}class Gr extends Error{}class Vr extends Gr{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}}class Er extends Gr{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}}class Dr extends Gr{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}}class jr extends Gr{}class Ir extends Gr{constructor(e){super(`Invalid unit ${e}`)}}class zr extends Gr{}class Lr extends Gr{constructor(){super("Zone is an abstract class")}}const Fr="numeric",Pr="short",Hr="long",Wr={year:Fr,month:Fr,day:Fr},qr={year:Fr,month:Pr,day:Fr},Rr={year:Fr,month:Pr,day:Fr,weekday:Pr},Yr={year:Fr,month:Hr,day:Fr},Jr={year:Fr,month:Hr,day:Fr,weekday:Hr},Qr={hour:Fr,minute:Fr},Kr={hour:Fr,minute:Fr,second:Fr},Xr={hour:Fr,minute:Fr,second:Fr,timeZoneName:Pr},es={hour:Fr,minute:Fr,second:Fr,timeZoneName:Hr},ts={hour:Fr,minute:Fr,hourCycle:"h23"},is={hour:Fr,minute:Fr,second:Fr,hourCycle:"h23"},rs={hour:Fr,minute:Fr,second:Fr,hourCycle:"h23",timeZoneName:Pr},ss={hour:Fr,minute:Fr,second:Fr,hourCycle:"h23",timeZoneName:Hr},as={year:Fr,month:Fr,day:Fr,hour:Fr,minute:Fr},ns={year:Fr,month:Fr,day:Fr,hour:Fr,minute:Fr,second:Fr},os={year:Fr,month:Pr,day:Fr,hour:Fr,minute:Fr},ls={year:Fr,month:Pr,day:Fr,hour:Fr,minute:Fr,second:Fr},cs={year:Fr,month:Pr,day:Fr,weekday:Pr,hour:Fr,minute:Fr},ds={year:Fr,month:Hr,day:Fr,hour:Fr,minute:Fr,timeZoneName:Pr},us={year:Fr,month:Hr,day:Fr,hour:Fr,minute:Fr,second:Fr,timeZoneName:Pr},hs={year:Fr,month:Hr,day:Fr,weekday:Hr,hour:Fr,minute:Fr,timeZoneName:Hr},ms={year:Fr,month:Hr,day:Fr,weekday:Hr,hour:Fr,minute:Fr,second:Fr,timeZoneName:Hr};class fs{get type(){throw new Lr}get name(){throw new Lr}get ianaName(){return this.name}get isUniversal(){throw new Lr}offsetName(e,t){throw new Lr}formatOffset(e,t){throw new Lr}offset(e){throw new Lr}equals(e){throw new Lr}get isValid(){throw new Lr}}let ps=null;class ys extends fs{static get instance(){return null===ps&&(ps=new ys),ps}get type(){return"system"}get name(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:t,locale:i}){return Aa(e,t,i)}formatOffset(e,t){return Ba(this.offset(e),t)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return"system"===e.type}get isValid(){return!0}}let bs={};const gs={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};let ws={};class vs extends fs{static create(e){return ws[e]||(ws[e]=new vs(e)),ws[e]}static resetCache(){ws={},bs={}}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(e){return!1}}constructor(e){super(),this.zoneName=e,this.valid=vs.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:t,locale:i}){return Aa(e,t,i,this.name)}formatOffset(e,t){return Ba(this.offset(e),t)}offset(e){const t=new Date(e);if(isNaN(t))return NaN;const i=(r=this.name,bs[r]||(bs[r]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:r,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),bs[r]);var r;let[s,a,n,o,l,c,d]=i.formatToParts?function(e,t){const i=e.formatToParts(t),r=[];for(let e=0;e=0?h:1e3+h,(Sa({year:s,month:a,day:n,hour:24===l?0:l,minute:c,second:d,millisecond:0})-u)/6e4}equals(e){return"iana"===e.type&&e.name===this.name}get isValid(){return this.valid}}let ks={};let xs={};function Ts(e,t={}){const i=JSON.stringify([e,t]);let r=xs[i];return r||(r=new Intl.DateTimeFormat(e,t),xs[i]=r),r}let Ms={};let Ss={};let _s=null;let Ns={};function Os(e,t,i,r){const s=e.listingMode();return"error"===s?null:"en"===s?i(t):r(t)}class As{constructor(e,t,i){this.padTo=i.padTo||0,this.floor=i.floor||!1;const{padTo:r,floor:s,...a}=i;if(!t||Object.keys(a).length>0){const t={useGrouping:!1,...i};i.padTo>0&&(t.minimumIntegerDigits=i.padTo),this.inf=function(e,t={}){const i=JSON.stringify([e,t]);let r=Ms[i];return r||(r=new Intl.NumberFormat(e,t),Ms[i]=r),r}(e,t)}}format(e){if(this.inf){const t=this.floor?Math.floor(e):e;return this.inf.format(t)}return ba(this.floor?Math.floor(e):ka(e,3),this.padTo)}}class $s{constructor(e,t,i){let r;if(this.opts=i,this.originalZone=void 0,this.opts.timeZone)this.dt=e;else if("fixed"===e.zone.type){const t=e.offset/60*-1,i=t>=0?`Etc/GMT+${t}`:`Etc/GMT${t}`;0!==e.offset&&vs.create(i).valid?(r=i,this.dt=e):(r="UTC",this.dt=0===e.offset?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else"system"===e.zone.type?this.dt=e:"iana"===e.zone.type?(this.dt=e,r=e.zone.name):(r="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const s={...this.opts};s.timeZone=s.timeZone||r,this.dtf=Ts(t,s)}format(){return this.originalZone?this.formatToParts().map((({value:e})=>e)).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map((e=>{if("timeZoneName"===e.type){const t=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...e,value:t}}return e})):e}resolvedOptions(){return this.dtf.resolvedOptions()}}class Zs{constructor(e,t,i){this.opts={style:"long",...i},!t&&ua()&&(this.rtf=function(e,t={}){const{base:i,...r}=t,s=JSON.stringify([e,r]);let a=Ss[s];return a||(a=new Intl.RelativeTimeFormat(e,t),Ss[s]=a),a}(e,i))}format(e,t){return this.rtf?this.rtf.format(e,t):function(e,t,i="always",r=!1){const s={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},a=-1===["hours","minutes","seconds"].indexOf(e);if("auto"===i&&a){const i="days"===e;switch(t){case 1:return i?"tomorrow":`next ${s[e][0]}`;case-1:return i?"yesterday":`last ${s[e][0]}`;case 0:return i?"today":`this ${s[e][0]}`}}const n=Object.is(t,-0)||t<0,o=Math.abs(t),l=1===o,c=s[e],d=r?l?c[1]:c[2]||c[1]:l?s[e][0]:e;return n?`${o} ${d} ago`:`in ${o} ${d}`}(t,e,this.opts.numeric,"long"!==this.opts.style)}formatToParts(e,t){return this.rtf?this.rtf.formatToParts(e,t):[]}}const Cs={firstDay:1,minimalDays:4,weekend:[6,7]};class Bs{static fromOpts(e){return Bs.create(e.locale,e.numberingSystem,e.outputCalendar,e.weekSettings,e.defaultToEN)}static create(e,t,i,r,s=!1){const a=e||Ws.defaultLocale,n=a||(s?"en-US":_s||(_s=(new Intl.DateTimeFormat).resolvedOptions().locale,_s)),o=t||Ws.defaultNumberingSystem,l=i||Ws.defaultOutputCalendar,c=pa(r)||Ws.defaultWeekSettings;return new Bs(n,o,l,c,a)}static resetCache(){_s=null,xs={},Ms={},Ss={}}static fromObject({locale:e,numberingSystem:t,outputCalendar:i,weekSettings:r}={}){return Bs.create(e,t,i,r)}constructor(e,t,i,r,s){const[a,n,o]=function(e){const t=e.indexOf("-x-");-1!==t&&(e=e.substring(0,t));const i=e.indexOf("-u-");if(-1===i)return[e];{let t,r;try{t=Ts(e).resolvedOptions(),r=e}catch(s){const a=e.substring(0,i);t=Ts(a).resolvedOptions(),r=a}const{numberingSystem:s,calendar:a}=t;return[r,s,a]}}(e);this.locale=a,this.numberingSystem=t||n||null,this.outputCalendar=i||o||null,this.weekSettings=r,this.intl=function(e,t,i){return i||t?(e.includes("-u-")||(e+="-u"),i&&(e+=`-ca-${i}`),t&&(e+=`-nu-${t}`),e):e}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=s,this.fastNumbersCached=null}get fastNumbers(){var e;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(e=this).numberingSystem||"latn"===e.numberingSystem)&&("latn"===e.numberingSystem||!e.locale||e.locale.startsWith("en")||"latn"===new Intl.DateTimeFormat(e.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),t=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e&&t?"en":"intl"}clone(e){return e&&0!==Object.getOwnPropertyNames(e).length?Bs.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,pa(e.weekSettings)||this.weekSettings,e.defaultToEN||!1):this}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,t=!1){return Os(this,e,Da,(()=>{const i=t?{month:e,day:"numeric"}:{month:e},r=t?"format":"standalone";return this.monthsCache[r][e]||(this.monthsCache[r][e]=function(e){const t=[];for(let i=1;i<=12;i++){const r=Ho.utc(2009,i,1);t.push(e(r))}return t}((e=>this.extract(e,i,"month")))),this.monthsCache[r][e]}))}weekdays(e,t=!1){return Os(this,e,La,(()=>{const i=t?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},r=t?"format":"standalone";return this.weekdaysCache[r][e]||(this.weekdaysCache[r][e]=function(e){const t=[];for(let i=1;i<=7;i++){const r=Ho.utc(2016,11,13+i);t.push(e(r))}return t}((e=>this.extract(e,i,"weekday")))),this.weekdaysCache[r][e]}))}meridiems(){return Os(this,void 0,(()=>Fa),(()=>{if(!this.meridiemCache){const e={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[Ho.utc(2016,11,13,9),Ho.utc(2016,11,13,19)].map((t=>this.extract(t,e,"dayperiod")))}return this.meridiemCache}))}eras(e){return Os(this,e,qa,(()=>{const t={era:e};return this.eraCache[e]||(this.eraCache[e]=[Ho.utc(-40,1,1),Ho.utc(2017,1,1)].map((e=>this.extract(e,t,"era")))),this.eraCache[e]}))}extract(e,t,i){const r=this.dtFormatter(e,t).formatToParts().find((e=>e.type.toLowerCase()===i));return r?r.value:null}numberFormatter(e={}){return new As(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,t={}){return new $s(e,this.intl,t)}relFormatter(e={}){return new Zs(this.intl,this.isEnglish(),e)}listFormatter(e={}){return function(e,t={}){const i=JSON.stringify([e,t]);let r=ks[i];return r||(r=new Intl.ListFormat(e,t),ks[i]=r),r}(this.intl,e)}isEnglish(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:ha()?function(e){let t=Ns[e];if(!t){const i=new Intl.Locale(e);t="getWeekInfo"in i?i.getWeekInfo():i.weekInfo,Ns[e]=t}return t}(this.locale):Cs}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}}let Us=null;class Gs extends fs{static get utcInstance(){return null===Us&&(Us=new Gs(0)),Us}static instance(e){return 0===e?Gs.utcInstance:new Gs(e)}static parseSpecifier(e){if(e){const t=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(t)return new Gs($a(t[1],t[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${Ba(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${Ba(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,t){return Ba(this.fixed,t)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return"fixed"===e.type&&e.fixed===this.fixed}get isValid(){return!0}}class Vs extends fs{constructor(e){super(),this.zoneName=e}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function Es(e,t){if(la(e)||null===e)return t;if(e instanceof fs)return e;if(function(e){return"string"==typeof e}(e)){const i=e.toLowerCase();return"default"===i?t:"local"===i||"system"===i?ys.instance:"utc"===i||"gmt"===i?Gs.utcInstance:Gs.parseSpecifier(i)||vs.create(e)}return ca(e)?Gs.instance(e):"object"==typeof e&&"offset"in e&&"function"==typeof e.offset?e:new Vs(e)}let Ds,js=()=>Date.now(),Is="system",zs=null,Ls=null,Fs=null,Ps=60,Hs=null;class Ws{static get now(){return js}static set now(e){js=e}static set defaultZone(e){Is=e}static get defaultZone(){return Es(Is,ys.instance)}static get defaultLocale(){return zs}static set defaultLocale(e){zs=e}static get defaultNumberingSystem(){return Ls}static set defaultNumberingSystem(e){Ls=e}static get defaultOutputCalendar(){return Fs}static set defaultOutputCalendar(e){Fs=e}static get defaultWeekSettings(){return Hs}static set defaultWeekSettings(e){Hs=pa(e)}static get twoDigitCutoffYear(){return Ps}static set twoDigitCutoffYear(e){Ps=e%100}static get throwOnInvalid(){return Ds}static set throwOnInvalid(e){Ds=e}static resetCaches(){Bs.resetCache(),vs.resetCache()}}class qs{constructor(e,t){this.reason=e,this.explanation=t}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const Rs=[0,31,59,90,120,151,181,212,243,273,304,334],Ys=[0,31,60,91,121,152,182,213,244,274,305,335];function Js(e,t){return new qs("unit out of range",`you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`)}function Qs(e,t,i){const r=new Date(Date.UTC(e,t-1,i));e<100&&e>=0&&r.setUTCFullYear(r.getUTCFullYear()-1900);const s=r.getUTCDay();return 0===s?7:s}function Ks(e,t,i){return i+(xa(e)?Ys:Rs)[t-1]}function Xs(e,t){const i=xa(e)?Ys:Rs,r=i.findIndex((e=>eNa(r,t,i)?(l=r+1,c=1):l=r,{weekYear:l,weekNumber:c,weekday:o,...Ua(e)}}function ia(e,t=4,i=1){const{weekYear:r,weekNumber:s,weekday:a}=e,n=ea(Qs(r,1,t),i),o=Ta(r);let l,c=7*s+a-n-7+t;c<1?(l=r-1,c+=Ta(l)):c>o?(l=r+1,c-=Ta(r)):l=r;const{month:d,day:u}=Xs(l,c);return{year:l,month:d,day:u,...Ua(e)}}function ra(e){const{year:t,month:i,day:r}=e;return{year:t,ordinal:Ks(t,i,r),...Ua(e)}}function sa(e){const{year:t,ordinal:i}=e,{month:r,day:s}=Xs(t,i);return{year:t,month:r,day:s,...Ua(e)}}function aa(e,t){if(!la(e.localWeekday)||!la(e.localWeekNumber)||!la(e.localWeekYear)){if(!la(e.weekday)||!la(e.weekNumber)||!la(e.weekYear))throw new jr("Cannot mix locale-based week fields with ISO-based week fields");return la(e.localWeekday)||(e.weekday=e.localWeekday),la(e.localWeekNumber)||(e.weekNumber=e.localWeekNumber),la(e.localWeekYear)||(e.weekYear=e.localWeekYear),delete e.localWeekday,delete e.localWeekNumber,delete e.localWeekYear,{minDaysInFirstWeek:t.getMinDaysInFirstWeek(),startOfWeek:t.getStartOfWeek()}}return{minDaysInFirstWeek:4,startOfWeek:1}}function na(e){const t=da(e.year),i=ya(e.month,1,12),r=ya(e.day,1,Ma(e.year,e.month));return t?i?!r&&Js("day",e.day):Js("month",e.month):Js("year",e.year)}function oa(e){const{hour:t,minute:i,second:r,millisecond:s}=e,a=ya(t,0,23)||24===t&&0===i&&0===r&&0===s,n=ya(i,0,59),o=ya(r,0,59),l=ya(s,0,999);return a?n?o?!l&&Js("millisecond",s):Js("second",r):Js("minute",i):Js("hour",t)}function la(e){return void 0===e}function ca(e){return"number"==typeof e}function da(e){return"number"==typeof e&&e%1==0}function ua(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(e){return!1}}function ha(){try{return"undefined"!=typeof Intl&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch(e){return!1}}function ma(e,t,i){if(0!==e.length)return e.reduce(((e,r)=>{const s=[t(r),r];return e&&i(e[0],s[0])===e[0]?e:s}),null)[1]}function fa(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function pa(e){if(null==e)return null;if("object"!=typeof e)throw new zr("Week settings must be an object");if(!ya(e.firstDay,1,7)||!ya(e.minimalDays,1,7)||!Array.isArray(e.weekend)||e.weekend.some((e=>!ya(e,1,7))))throw new zr("Invalid week settings");return{firstDay:e.firstDay,minimalDays:e.minimalDays,weekend:Array.from(e.weekend)}}function ya(e,t,i){return da(e)&&e>=t&&e<=i}function ba(e,t=2){let i;return i=e<0?"-"+(""+-e).padStart(t,"0"):(""+e).padStart(t,"0"),i}function ga(e){return la(e)||null===e||""===e?void 0:parseInt(e,10)}function wa(e){return la(e)||null===e||""===e?void 0:parseFloat(e)}function va(e){if(!la(e)&&null!==e&&""!==e){const t=1e3*parseFloat("0."+e);return Math.floor(t)}}function ka(e,t,i=!1){const r=10**t;return(i?Math.trunc:Math.round)(e*r)/r}function xa(e){return e%4==0&&(e%100!=0||e%400==0)}function Ta(e){return xa(e)?366:365}function Ma(e,t){const i=function(e,t){return e-t*Math.floor(e/t)}(t-1,12)+1;return 2===i?xa(e+(t-i)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][i-1]}function Sa(e){let t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t),t.setUTCFullYear(e.year,e.month-1,e.day)),+t}function _a(e,t,i){return-ea(Qs(e,1,t),i)+t-1}function Na(e,t=4,i=1){const r=_a(e,t,i),s=_a(e+1,t,i);return(Ta(e)-r+s)/7}function Oa(e){return e>99?e:e>Ws.twoDigitCutoffYear?1900+e:2e3+e}function Aa(e,t,i,r=null){const s=new Date(e),a={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(a.timeZone=r);const n={timeZoneName:t,...a},o=new Intl.DateTimeFormat(i,n).formatToParts(s).find((e=>"timezonename"===e.type.toLowerCase()));return o?o.value:null}function $a(e,t){let i=parseInt(e,10);Number.isNaN(i)&&(i=0);const r=parseInt(t,10)||0;return 60*i+(i<0||Object.is(i,-0)?-r:r)}function Za(e){const t=Number(e);if("boolean"==typeof e||""===e||Number.isNaN(t))throw new zr(`Invalid unit value ${e}`);return t}function Ca(e,t){const i={};for(const r in e)if(fa(e,r)){const s=e[r];if(null==s)continue;i[t(r)]=Za(s)}return i}function Ba(e,t){const i=Math.trunc(Math.abs(e/60)),r=Math.trunc(Math.abs(e%60)),s=e>=0?"+":"-";switch(t){case"short":return`${s}${ba(i,2)}:${ba(r,2)}`;case"narrow":return`${s}${i}${r>0?`:${r}`:""}`;case"techie":return`${s}${ba(i,2)}${ba(r,2)}`;default:throw new RangeError(`Value format ${t} is out of range for property format`)}}function Ua(e){return function(e,t){return t.reduce(((t,i)=>(t[i]=e[i],t)),{})}(e,["hour","minute","second","millisecond"])}const Ga=["January","February","March","April","May","June","July","August","September","October","November","December"],Va=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Ea=["J","F","M","A","M","J","J","A","S","O","N","D"];function Da(e){switch(e){case"narrow":return[...Ea];case"short":return[...Va];case"long":return[...Ga];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const ja=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],Ia=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],za=["M","T","W","T","F","S","S"];function La(e){switch(e){case"narrow":return[...za];case"short":return[...Ia];case"long":return[...ja];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const Fa=["AM","PM"],Pa=["Before Christ","Anno Domini"],Ha=["BC","AD"],Wa=["B","A"];function qa(e){switch(e){case"narrow":return[...Wa];case"short":return[...Ha];case"long":return[...Pa];default:return null}}function Ra(e,t){let i="";for(const r of e)r.literal?i+=r.val:i+=t(r.val);return i}const Ya={D:Wr,DD:qr,DDD:Yr,DDDD:Jr,t:Qr,tt:Kr,ttt:Xr,tttt:es,T:ts,TT:is,TTT:rs,TTTT:ss,f:as,ff:os,fff:ds,ffff:hs,F:ns,FF:ls,FFF:us,FFFF:ms};class Ja{static create(e,t={}){return new Ja(e,t)}static parseFormat(e){let t=null,i="",r=!1;const s=[];for(let a=0;a0&&s.push({literal:r||/^\s+$/.test(i),val:i}),t=null,i="",r=!r):r||n===t?i+=n:(i.length>0&&s.push({literal:/^\s+$/.test(i),val:i}),i=n,t=n)}return i.length>0&&s.push({literal:r||/^\s+$/.test(i),val:i}),s}static macroTokenToFormatOpts(e){return Ya[e]}constructor(e,t){this.opts=t,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,t){null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem());return this.systemLoc.dtFormatter(e,{...this.opts,...t}).format()}dtFormatter(e,t={}){return this.loc.dtFormatter(e,{...this.opts,...t})}formatDateTime(e,t){return this.dtFormatter(e,t).format()}formatDateTimeParts(e,t){return this.dtFormatter(e,t).formatToParts()}formatInterval(e,t){return this.dtFormatter(e.start,t).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,t){return this.dtFormatter(e,t).resolvedOptions()}num(e,t=0){if(this.opts.forceSimple)return ba(e,t);const i={...this.opts};return t>0&&(i.padTo=t),this.loc.numberFormatter(i).format(e)}formatDateTimeFromString(e,t){const i="en"===this.loc.listingMode(),r=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,s=(t,i)=>this.loc.extract(e,t,i),a=t=>e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):"",n=()=>i?function(e){return Fa[e.hour<12?0:1]}(e):s({hour:"numeric",hourCycle:"h12"},"dayperiod"),o=(t,r)=>i?function(e,t){return Da(t)[e.month-1]}(e,t):s(r?{month:t}:{month:t,day:"numeric"},"month"),l=(t,r)=>i?function(e,t){return La(t)[e.weekday-1]}(e,t):s(r?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday"),c=t=>{const i=Ja.macroTokenToFormatOpts(t);return i?this.formatWithSystemDefault(e,i):t},d=t=>i?function(e,t){return qa(t)[e.year<0?0:1]}(e,t):s({era:t},"era");return Ra(Ja.parseFormat(t),(t=>{switch(t){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12==0?12:e.hour%12);case"hh":return this.num(e.hour%12==0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return a({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return a({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return n();case"d":return r?s({day:"numeric"},"day"):this.num(e.day);case"dd":return r?s({day:"2-digit"},"day"):this.num(e.day,2);case"c":case"E":return this.num(e.weekday);case"ccc":return l("short",!0);case"cccc":return l("long",!0);case"ccccc":return l("narrow",!0);case"EEE":return l("short",!1);case"EEEE":return l("long",!1);case"EEEEE":return l("narrow",!1);case"L":return r?s({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return r?s({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return o("short",!0);case"LLLL":return o("long",!0);case"LLLLL":return o("narrow",!0);case"M":return r?s({month:"numeric"},"month"):this.num(e.month);case"MM":return r?s({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return o("short",!1);case"MMMM":return o("long",!1);case"MMMMM":return o("narrow",!1);case"y":return r?s({year:"numeric"},"year"):this.num(e.year);case"yy":return r?s({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return r?s({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return r?s({year:"numeric"},"year"):this.num(e.year,6);case"G":return d("short");case"GG":return d("long");case"GGGGG":return d("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"n":return this.num(e.localWeekNumber);case"nn":return this.num(e.localWeekNumber,2);case"ii":return this.num(e.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(e.localWeekYear,4);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return c(t)}}))}formatDurationFromString(e,t){const i=e=>{switch(e[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},r=Ja.parseFormat(t),s=r.reduce(((e,{literal:t,val:i})=>t?e:e.concat(i)),[]),a=e.shiftTo(...s.map(i).filter((e=>e)));return Ra(r,(e=>t=>{const r=i(t);return r?this.num(e.get(r),t.length):t})(a))}}const Qa=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function Ka(...e){const t=e.reduce(((e,t)=>e+t.source),"");return RegExp(`^${t}$`)}function Xa(...e){return t=>e.reduce((([e,i,r],s)=>{const[a,n,o]=s(t,r);return[{...e,...a},n||i,o]}),[{},null,1]).slice(0,2)}function en(e,...t){if(null==e)return[null,null];for(const[i,r]of t){const t=i.exec(e);if(t)return r(t)}return[null,null]}function tn(...e){return(t,i)=>{const r={};let s;for(s=0;svoid 0!==e&&(t||e&&d)?-e:e;return[{years:h(wa(i)),months:h(wa(r)),weeks:h(wa(s)),days:h(wa(a)),hours:h(wa(n)),minutes:h(wa(o)),seconds:h(wa(l),"-0"===l),milliseconds:h(va(c),u)}]}const gn={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function wn(e,t,i,r,s,a,n){const o={year:2===t.length?Oa(ga(t)):ga(t),month:Va.indexOf(i)+1,day:ga(r),hour:ga(s),minute:ga(a)};return n&&(o.second=ga(n)),e&&(o.weekday=e.length>3?ja.indexOf(e)+1:Ia.indexOf(e)+1),o}const vn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function kn(e){const[,t,i,r,s,a,n,o,l,c,d,u]=e,h=wn(t,s,r,i,a,n,o);let m;return m=l?gn[l]:c?0:$a(d,u),[h,new Gs(m)]}const xn=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,Tn=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Mn=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function Sn(e){const[,t,i,r,s,a,n,o]=e;return[wn(t,s,r,i,a,n,o),Gs.utcInstance]}function _n(e){const[,t,i,r,s,a,n,o]=e;return[wn(t,o,i,r,s,a,n),Gs.utcInstance]}const Nn=Ka(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,nn),On=Ka(/(\d{4})-?W(\d\d)(?:-?(\d))?/,nn),An=Ka(/(\d{4})-?(\d{3})/,nn),$n=Ka(an),Zn=Xa((function(e,t){return[{year:un(e,t),month:un(e,t+1,1),day:un(e,t+2,1)},null,t+3]}),hn,mn,fn),Cn=Xa(on,hn,mn,fn),Bn=Xa(ln,hn,mn,fn),Un=Xa(hn,mn,fn);const Gn=Xa(hn);const Vn=Ka(/(\d{4})-(\d\d)-(\d\d)/,dn),En=Ka(cn),Dn=Xa(hn,mn,fn);const jn="Invalid Duration",In={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},zn={years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6},...In},Ln=365.2425,Fn=30.436875,Pn={years:{quarters:4,months:12,weeks:52.1775,days:Ln,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:Fn,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3},...In},Hn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],Wn=Hn.slice(0).reverse();function qn(e,t,i=!1){const r={values:i?t.values:{...e.values,...t.values||{}},loc:e.loc.clone(t.loc),conversionAccuracy:t.conversionAccuracy||e.conversionAccuracy,matrix:t.matrix||e.matrix};return new Jn(r)}function Rn(e,t){let i=t.milliseconds??0;for(const r of Wn.slice(1))t[r]&&(i+=t[r]*e[r].milliseconds);return i}function Yn(e,t){const i=Rn(e,t)<0?-1:1;Hn.reduceRight(((r,s)=>{if(la(t[s]))return r;if(r){const a=t[r]*i,n=e[s][r],o=Math.floor(a/n);t[s]+=o*i,t[r]-=o*n*i}return s}),null),Hn.reduce(((i,r)=>{if(la(t[r]))return i;if(i){const s=t[i]%1;t[i]-=s,t[r]+=s*e[i][r]}return r}),null)}class Jn{constructor(e){const t="longterm"===e.conversionAccuracy||!1;let i=t?Pn:zn;e.matrix&&(i=e.matrix),this.values=e.values,this.loc=e.loc||Bs.create(),this.conversionAccuracy=t?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=i,this.isLuxonDuration=!0}static fromMillis(e,t){return Jn.fromObject({milliseconds:e},t)}static fromObject(e,t={}){if(null==e||"object"!=typeof e)throw new zr("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new Jn({values:Ca(e,Jn.normalizeUnit),loc:Bs.fromObject(t),conversionAccuracy:t.conversionAccuracy,matrix:t.matrix})}static fromDurationLike(e){if(ca(e))return Jn.fromMillis(e);if(Jn.isDuration(e))return e;if("object"==typeof e)return Jn.fromObject(e);throw new zr(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,t){const[i]=function(e){return en(e,[yn,bn])}(e);return i?Jn.fromObject(i,t):Jn.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,t){const[i]=function(e){return en(e,[pn,Gn])}(e);return i?Jn.fromObject(i,t):Jn.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,t=null){if(!e)throw new zr("need to specify a reason the Duration is invalid");const i=e instanceof qs?e:new qs(e,t);if(Ws.throwOnInvalid)throw new Dr(i);return new Jn({invalid:i})}static normalizeUnit(e){const t={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e?e.toLowerCase():e];if(!t)throw new Ir(e);return t}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,t={}){const i={...t,floor:!1!==t.round&&!1!==t.floor};return this.isValid?Ja.create(this.loc,i).formatDurationFromString(this,e):jn}toHuman(e={}){if(!this.isValid)return jn;const t=Hn.map((t=>{const i=this.values[t];return la(i)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:t.slice(0,-1)}).format(i)})).filter((e=>e));return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(t)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return 0!==this.years&&(e+=this.years+"Y"),0===this.months&&0===this.quarters||(e+=this.months+3*this.quarters+"M"),0!==this.weeks&&(e+=this.weeks+"W"),0!==this.days&&(e+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(e+="T"),0!==this.hours&&(e+=this.hours+"H"),0!==this.minutes&&(e+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(e+=ka(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===e&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const t=this.toMillis();if(t<0||t>=864e5)return null;e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e,includeOffset:!1};return Ho.fromMillis(t,{zone:"UTC"}).toISOTime(e)}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?Rn(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const t=Jn.fromDurationLike(e),i={};for(const e of Hn)(fa(t.values,e)||fa(this.values,e))&&(i[e]=t.get(e)+this.get(e));return qn(this,{values:i},!0)}minus(e){if(!this.isValid)return this;const t=Jn.fromDurationLike(e);return this.plus(t.negate())}mapUnits(e){if(!this.isValid)return this;const t={};for(const i of Object.keys(this.values))t[i]=Za(e(this.values[i],i));return qn(this,{values:t},!0)}get(e){return this[Jn.normalizeUnit(e)]}set(e){if(!this.isValid)return this;return qn(this,{values:{...this.values,...Ca(e,Jn.normalizeUnit)}})}reconfigure({locale:e,numberingSystem:t,conversionAccuracy:i,matrix:r}={}){return qn(this,{loc:this.loc.clone({locale:e,numberingSystem:t}),matrix:r,conversionAccuracy:i})}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return Yn(this.matrix,e),qn(this,{values:e},!0)}rescale(){if(!this.isValid)return this;return qn(this,{values:function(e){const t={};for(const[i,r]of Object.entries(e))0!==r&&(t[i]=r);return t}(this.normalize().shiftToAll().toObject())},!0)}shiftTo(...e){if(!this.isValid)return this;if(0===e.length)return this;e=e.map((e=>Jn.normalizeUnit(e)));const t={},i={},r=this.toObject();let s;for(const a of Hn)if(e.indexOf(a)>=0){s=a;let e=0;for(const t in i)e+=this.matrix[t][a]*i[t],i[t]=0;ca(r[a])&&(e+=r[a]);const n=Math.trunc(e);t[a]=n,i[a]=(1e3*e-1e3*n)/1e3}else ca(r[a])&&(i[a]=r[a]);for(const e in i)0!==i[e]&&(t[s]+=e===s?i[e]:i[e]/this.matrix[s][e]);return Yn(this.matrix,t),qn(this,{values:t},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const t of Object.keys(this.values))e[t]=0===this.values[t]?0:-this.values[t];return qn(this,{values:e},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(e){if(!this.isValid||!e.isValid)return!1;if(!this.loc.equals(e.loc))return!1;for(const r of Hn)if(t=this.values[r],i=e.values[r],!(void 0===t||0===t?void 0===i||0===i:t===i))return!1;var t,i;return!0}}const Qn="Invalid Interval";class Kn{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,t=null){if(!e)throw new zr("need to specify a reason the Interval is invalid");const i=e instanceof qs?e:new qs(e,t);if(Ws.throwOnInvalid)throw new Er(i);return new Kn({invalid:i})}static fromDateTimes(e,t){const i=Wo(e),r=Wo(t),s=function(e,t){return e&&e.isValid?t&&t.isValid?te}isBefore(e){return!!this.isValid&&this.e<=e}contains(e){return!!this.isValid&&(this.s<=e&&this.e>e)}set({start:e,end:t}={}){return this.isValid?Kn.fromDateTimes(e||this.s,t||this.e):this}splitAt(...e){if(!this.isValid)return[];const t=e.map(Wo).filter((e=>this.contains(e))).sort(((e,t)=>e.toMillis()-t.toMillis())),i=[];let{s:r}=this,s=0;for(;r+this.e?this.e:e;i.push(Kn.fromDateTimes(r,a)),r=a,s+=1}return i}splitBy(e){const t=Jn.fromDurationLike(e);if(!this.isValid||!t.isValid||0===t.as("milliseconds"))return[];let i,{s:r}=this,s=1;const a=[];for(;re*s)));i=+e>+this.e?this.e:e,a.push(Kn.fromDateTimes(r,i)),r=i,s+=1}return a}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s=e.e)}equals(e){return!(!this.isValid||!e.isValid)&&(this.s.equals(e.s)&&this.e.equals(e.e))}intersection(e){if(!this.isValid)return this;const t=this.s>e.s?this.s:e.s,i=this.e=i?null:Kn.fromDateTimes(t,i)}union(e){if(!this.isValid)return this;const t=this.se.e?this.e:e.e;return Kn.fromDateTimes(t,i)}static merge(e){const[t,i]=e.sort(((e,t)=>e.s-t.s)).reduce((([e,t],i)=>t?t.overlaps(i)||t.abutsStart(i)?[e,t.union(i)]:[e.concat([t]),i]:[e,i]),[[],null]);return i&&t.push(i),t}static xor(e){let t=null,i=0;const r=[],s=e.map((e=>[{time:e.s,type:"s"},{time:e.e,type:"e"}])),a=Array.prototype.concat(...s).sort(((e,t)=>e.time-t.time));for(const e of a)i+="s"===e.type?1:-1,1===i?t=e.time:(t&&+t!=+e.time&&r.push(Kn.fromDateTimes(t,e.time)),t=null);return Kn.merge(r)}difference(...e){return Kn.xor([this].concat(e)).map((e=>this.intersection(e))).filter((e=>e&&!e.isEmpty()))}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:Qn}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(e=Wr,t={}){return this.isValid?Ja.create(this.s.loc.clone(t),e).formatInterval(this):Qn}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:Qn}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:Qn}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:Qn}toFormat(e,{separator:t=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${t}${this.e.toFormat(e)}`:Qn}toDuration(e,t){return this.isValid?this.e.diff(this.s,e,t):Jn.invalid(this.invalidReason)}mapEndpoints(e){return Kn.fromDateTimes(e(this.s),e(this.e))}}class Xn{static hasDST(e=Ws.defaultZone){const t=Ho.now().setZone(e).set({month:12});return!e.isUniversal&&t.offset!==t.set({month:6}).offset}static isValidIANAZone(e){return vs.isValidZone(e)}static normalizeZone(e){return Es(e,Ws.defaultZone)}static getStartOfWeek({locale:e=null,locObj:t=null}={}){return(t||Bs.create(e)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:e=null,locObj:t=null}={}){return(t||Bs.create(e)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:e=null,locObj:t=null}={}){return(t||Bs.create(e)).getWeekendDays().slice()}static months(e="long",{locale:t=null,numberingSystem:i=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||Bs.create(t,i,s)).months(e)}static monthsFormat(e="long",{locale:t=null,numberingSystem:i=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||Bs.create(t,i,s)).months(e,!0)}static weekdays(e="long",{locale:t=null,numberingSystem:i=null,locObj:r=null}={}){return(r||Bs.create(t,i,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:t=null,numberingSystem:i=null,locObj:r=null}={}){return(r||Bs.create(t,i,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return Bs.create(e).meridiems()}static eras(e="short",{locale:t=null}={}){return Bs.create(t,null,"gregory").eras(e)}static features(){return{relative:ua(),localeWeek:ha()}}}function eo(e,t){const i=e=>e.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),r=i(t)-i(e);return Math.floor(Jn.fromMillis(r).as("days"))}function to(e,t,i,r){let[s,a,n,o]=function(e,t,i){const r=[["years",(e,t)=>t.year-e.year],["quarters",(e,t)=>t.quarter-e.quarter+4*(t.year-e.year)],["months",(e,t)=>t.month-e.month+12*(t.year-e.year)],["weeks",(e,t)=>{const i=eo(e,t);return(i-i%7)/7}],["days",eo]],s={},a=e;let n,o;for(const[l,c]of r)i.indexOf(l)>=0&&(n=l,s[l]=c(e,t),o=a.plus(s),o>t?(s[l]--,(e=a.plus(s))>t&&(o=e,s[l]--,e=a.plus(s))):e=o);return[e,s,o,n]}(e,t,i);const l=t-s,c=i.filter((e=>["hours","minutes","seconds","milliseconds"].indexOf(e)>=0));0===c.length&&(n0?Jn.fromMillis(l,r).shiftTo(...c).plus(d):d}const io={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},ro={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},so=io.hanidec.replace(/[\[|\]]/g,"").split("");function ao({numberingSystem:e},t=""){return new RegExp(`${io[e||"latn"]}${t}`)}const no="missing Intl.DateTimeFormat.formatToParts support";function oo(e,t=(e=>e)){return{regex:e,deser:([e])=>t(function(e){let t=parseInt(e,10);if(isNaN(t)){t="";for(let i=0;i=i&&r<=s&&(t+=r-i)}}return parseInt(t,10)}return t}(e))}}const lo=`[ ${String.fromCharCode(160)}]`,co=new RegExp(lo,"g");function uo(e){return e.replace(/\./g,"\\.?").replace(co,lo)}function ho(e){return e.replace(/\./g,"").replace(co," ").toLowerCase()}function mo(e,t){return null===e?null:{regex:RegExp(e.map(uo).join("|")),deser:([i])=>e.findIndex((e=>ho(i)===ho(e)))+t}}function fo(e,t){return{regex:e,deser:([,e,t])=>$a(e,t),groups:t}}function po(e){return{regex:e,deser:([e])=>e}}const yo={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};let bo=null;function go(e,t){return Array.prototype.concat(...e.map((e=>function(e,t){if(e.literal)return e;const i=vo(Ja.macroTokenToFormatOpts(e.val),t);return null==i||i.includes(void 0)?e:i}(e,t))))}function wo(e,t,i){const r=go(Ja.parseFormat(i),e),s=r.map((t=>function(e,t){const i=ao(t),r=ao(t,"{2}"),s=ao(t,"{3}"),a=ao(t,"{4}"),n=ao(t,"{6}"),o=ao(t,"{1,2}"),l=ao(t,"{1,3}"),c=ao(t,"{1,6}"),d=ao(t,"{1,9}"),u=ao(t,"{2,4}"),h=ao(t,"{4,6}"),m=e=>{return{regex:RegExp((t=e.val,t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([e])=>e,literal:!0};var t},f=(f=>{if(e.literal)return m(f);switch(f.val){case"G":return mo(t.eras("short"),0);case"GG":return mo(t.eras("long"),0);case"y":return oo(c);case"yy":case"kk":return oo(u,Oa);case"yyyy":case"kkkk":return oo(a);case"yyyyy":return oo(h);case"yyyyyy":return oo(n);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return oo(o);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return oo(r);case"MMM":return mo(t.months("short",!0),1);case"MMMM":return mo(t.months("long",!0),1);case"LLL":return mo(t.months("short",!1),1);case"LLLL":return mo(t.months("long",!1),1);case"o":case"S":return oo(l);case"ooo":case"SSS":return oo(s);case"u":return po(d);case"uu":return po(o);case"uuu":case"E":case"c":return oo(i);case"a":return mo(t.meridiems(),0);case"EEE":return mo(t.weekdays("short",!1),1);case"EEEE":return mo(t.weekdays("long",!1),1);case"ccc":return mo(t.weekdays("short",!0),1);case"cccc":return mo(t.weekdays("long",!0),1);case"Z":case"ZZ":return fo(new RegExp(`([+-]${o.source})(?::(${r.source}))?`),2);case"ZZZ":return fo(new RegExp(`([+-]${o.source})(${r.source})?`),2);case"z":return po(/[a-z_+-/]{1,256}?/i);case" ":return po(/[^\S\n\r]/);default:return m(f)}})(e)||{invalidReason:no};return f.token=e,f}(t,e))),a=s.find((e=>e.invalidReason));if(a)return{input:t,tokens:r,invalidReason:a.invalidReason};{const[e,i]=function(e){const t=e.map((e=>e.regex)).reduce(((e,t)=>`${e}(${t.source})`),"");return[`^${t}$`,e]}(s),a=RegExp(e,"i"),[n,o]=function(e,t,i){const r=e.match(t);if(r){const e={};let t=1;for(const s in i)if(fa(i,s)){const a=i[s],n=a.groups?a.groups+1:1;!a.literal&&a.token&&(e[a.token.val[0]]=a.deser(r.slice(t,t+n))),t+=n}return[r,e]}return[r,{}]}(t,a,i),[l,c,d]=o?function(e){let t,i=null;la(e.z)||(i=vs.create(e.z)),la(e.Z)||(i||(i=new Gs(e.Z)),t=e.Z),la(e.q)||(e.M=3*(e.q-1)+1),la(e.h)||(e.h<12&&1===e.a?e.h+=12:12===e.h&&0===e.a&&(e.h=0)),0===e.G&&e.y&&(e.y=-e.y),la(e.u)||(e.S=va(e.u));const r=Object.keys(e).reduce(((t,i)=>{const r=(e=>{switch(e){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}})(i);return r&&(t[r]=e[i]),t}),{});return[r,i,t]}(o):[null,null,void 0];if(fa(o,"a")&&fa(o,"H"))throw new jr("Can't include meridiem when specifying 24-hour format");return{input:t,tokens:r,regex:a,rawMatches:n,matches:o,result:l,zone:c,specificOffset:d}}}function vo(e,t){if(!e)return null;const i=Ja.create(t,e).dtFormatter((bo||(bo=Ho.fromMillis(1555555555555)),bo)),r=i.formatToParts(),s=i.resolvedOptions();return r.map((t=>function(e,t,i){const{type:r,value:s}=e;if("literal"===r){const e=/^\s+$/.test(s);return{literal:!e,val:e?" ":s}}const a=t[r];let n=r;"hour"===r&&(n=null!=t.hour12?t.hour12?"hour12":"hour24":null!=t.hourCycle?"h11"===t.hourCycle||"h12"===t.hourCycle?"hour12":"hour24":i.hour12?"hour12":"hour24");let o=yo[n];if("object"==typeof o&&(o=o[a]),o)return{literal:!1,val:o}}(t,e,s)))}const ko="Invalid DateTime",xo=864e13;function To(e){return new qs("unsupported zone",`the zone "${e.name}" is not supported`)}function Mo(e){return null===e.weekData&&(e.weekData=ta(e.c)),e.weekData}function So(e){return null===e.localWeekData&&(e.localWeekData=ta(e.c,e.loc.getMinDaysInFirstWeek(),e.loc.getStartOfWeek())),e.localWeekData}function _o(e,t){const i={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new Ho({...i,...t,old:i})}function No(e,t,i){let r=e-60*t*1e3;const s=i.offset(r);if(t===s)return[r,t];r-=60*(s-t)*1e3;const a=i.offset(r);return s===a?[r,s]:[e-60*Math.min(s,a)*1e3,Math.max(s,a)]}function Oo(e,t){const i=new Date(e+=60*t*1e3);return{year:i.getUTCFullYear(),month:i.getUTCMonth()+1,day:i.getUTCDate(),hour:i.getUTCHours(),minute:i.getUTCMinutes(),second:i.getUTCSeconds(),millisecond:i.getUTCMilliseconds()}}function Ao(e,t,i){return No(Sa(e),t,i)}function $o(e,t){const i=e.o,r=e.c.year+Math.trunc(t.years),s=e.c.month+Math.trunc(t.months)+3*Math.trunc(t.quarters),a={...e.c,year:r,month:s,day:Math.min(e.c.day,Ma(r,s))+Math.trunc(t.days)+7*Math.trunc(t.weeks)},n=Jn.fromObject({years:t.years-Math.trunc(t.years),quarters:t.quarters-Math.trunc(t.quarters),months:t.months-Math.trunc(t.months),weeks:t.weeks-Math.trunc(t.weeks),days:t.days-Math.trunc(t.days),hours:t.hours,minutes:t.minutes,seconds:t.seconds,milliseconds:t.milliseconds}).as("milliseconds"),o=Sa(a);let[l,c]=No(o,i,e.zone);return 0!==n&&(l+=n,c=e.zone.offset(l)),{ts:l,o:c}}function Zo(e,t,i,r,s,a){const{setZone:n,zone:o}=i;if(e&&0!==Object.keys(e).length||t){const r=t||o,s=Ho.fromObject(e,{...i,zone:r,specificOffset:a});return n?s:s.setZone(o)}return Ho.invalid(new qs("unparsable",`the input "${s}" can't be parsed as ${r}`))}function Co(e,t,i=!0){return e.isValid?Ja.create(Bs.create("en-US"),{allowZ:i,forceSimple:!0}).formatDateTimeFromString(e,t):null}function Bo(e,t){const i=e.c.year>9999||e.c.year<0;let r="";return i&&e.c.year>=0&&(r+="+"),r+=ba(e.c.year,i?6:4),t?(r+="-",r+=ba(e.c.month),r+="-",r+=ba(e.c.day)):(r+=ba(e.c.month),r+=ba(e.c.day)),r}function Uo(e,t,i,r,s,a){let n=ba(e.c.hour);return t?(n+=":",n+=ba(e.c.minute),0===e.c.millisecond&&0===e.c.second&&i||(n+=":")):n+=ba(e.c.minute),0===e.c.millisecond&&0===e.c.second&&i||(n+=ba(e.c.second),0===e.c.millisecond&&r||(n+=".",n+=ba(e.c.millisecond,3))),s&&(e.isOffsetFixed&&0===e.offset&&!a?n+="Z":e.o<0?(n+="-",n+=ba(Math.trunc(-e.o/60)),n+=":",n+=ba(Math.trunc(-e.o%60))):(n+="+",n+=ba(Math.trunc(e.o/60)),n+=":",n+=ba(Math.trunc(e.o%60)))),a&&(n+="["+e.zone.ianaName+"]"),n}const Go={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Vo={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Eo={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Do=["year","month","day","hour","minute","second","millisecond"],jo=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Io=["year","ordinal","hour","minute","second","millisecond"];function zo(e){switch(e.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return function(e){const t={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[e.toLowerCase()];if(!t)throw new Ir(e);return t}(e)}}function Lo(e,t){const i=Es(t.zone,Ws.defaultZone),r=Bs.fromObject(t),s=Ws.now();let a,n;if(la(e.year))a=s;else{for(const t of Do)la(e[t])&&(e[t]=Go[t]);const t=na(e)||oa(e);if(t)return Ho.invalid(t);const r=i.offset(s);[a,n]=Ao(e,r,i)}return new Ho({ts:a,zone:i,loc:r,o:n})}function Fo(e,t,i){const r=!!la(i.round)||i.round,s=(e,s)=>{e=ka(e,r||i.calendary?0:2,!0);return t.loc.clone(i).relFormatter(i).format(e,s)},a=r=>i.calendary?t.hasSame(e,r)?0:t.startOf(r).diff(e.startOf(r),r).get(r):t.diff(e,r).get(r);if(i.unit)return s(a(i.unit),i.unit);for(const e of i.units){const t=a(e);if(Math.abs(t)>=1)return s(t,e)}return s(e>t?-0:0,i.units[i.units.length-1])}function Po(e){let t,i={};return e.length>0&&"object"==typeof e[e.length-1]?(i=e[e.length-1],t=Array.from(e).slice(0,e.length-1)):t=Array.from(e),[i,t]}class Ho{constructor(e){const t=e.zone||Ws.defaultZone;let i=e.invalid||(Number.isNaN(e.ts)?new qs("invalid input"):null)||(t.isValid?null:To(t));this.ts=la(e.ts)?Ws.now():e.ts;let r=null,s=null;if(!i){if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(t))[r,s]=[e.old.c,e.old.o];else{const e=t.offset(this.ts);r=Oo(this.ts,e),i=Number.isNaN(r.year)?new qs("invalid input"):null,r=i?null:r,s=i?null:e}}this._zone=t,this.loc=e.loc||Bs.create(),this.invalid=i,this.weekData=null,this.localWeekData=null,this.c=r,this.o=s,this.isLuxonDateTime=!0}static now(){return new Ho({})}static local(){const[e,t]=Po(arguments),[i,r,s,a,n,o,l]=t;return Lo({year:i,month:r,day:s,hour:a,minute:n,second:o,millisecond:l},e)}static utc(){const[e,t]=Po(arguments),[i,r,s,a,n,o,l]=t;return e.zone=Gs.utcInstance,Lo({year:i,month:r,day:s,hour:a,minute:n,second:o,millisecond:l},e)}static fromJSDate(e,t={}){const i=function(e){return"[object Date]"===Object.prototype.toString.call(e)}(e)?e.valueOf():NaN;if(Number.isNaN(i))return Ho.invalid("invalid input");const r=Es(t.zone,Ws.defaultZone);return r.isValid?new Ho({ts:i,zone:r,loc:Bs.fromObject(t)}):Ho.invalid(To(r))}static fromMillis(e,t={}){if(ca(e))return e<-xo||e>xo?Ho.invalid("Timestamp out of range"):new Ho({ts:e,zone:Es(t.zone,Ws.defaultZone),loc:Bs.fromObject(t)});throw new zr(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,t={}){if(ca(e))return new Ho({ts:1e3*e,zone:Es(t.zone,Ws.defaultZone),loc:Bs.fromObject(t)});throw new zr("fromSeconds requires a numerical input")}static fromObject(e,t={}){e=e||{};const i=Es(t.zone,Ws.defaultZone);if(!i.isValid)return Ho.invalid(To(i));const r=Bs.fromObject(t),s=Ca(e,zo),{minDaysInFirstWeek:a,startOfWeek:n}=aa(s,r),o=Ws.now(),l=la(t.specificOffset)?i.offset(o):t.specificOffset,c=!la(s.ordinal),d=!la(s.year),u=!la(s.month)||!la(s.day),h=d||u,m=s.weekYear||s.weekNumber;if((h||c)&&m)throw new jr("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(u&&c)throw new jr("Can't mix ordinal dates with month/day");const f=m||s.weekday&&!h;let p,y,b=Oo(o,l);f?(p=jo,y=Vo,b=ta(b,a,n)):c?(p=Io,y=Eo,b=ra(b)):(p=Do,y=Go);let g=!1;for(const e of p){la(s[e])?s[e]=g?y[e]:b[e]:g=!0}const w=f?function(e,t=4,i=1){const r=da(e.weekYear),s=ya(e.weekNumber,1,Na(e.weekYear,t,i)),a=ya(e.weekday,1,7);return r?s?!a&&Js("weekday",e.weekday):Js("week",e.weekNumber):Js("weekYear",e.weekYear)}(s,a,n):c?function(e){const t=da(e.year),i=ya(e.ordinal,1,Ta(e.year));return t?!i&&Js("ordinal",e.ordinal):Js("year",e.year)}(s):na(s),v=w||oa(s);if(v)return Ho.invalid(v);const k=f?ia(s,a,n):c?sa(s):s,[x,T]=Ao(k,l,i),M=new Ho({ts:x,zone:i,o:T,loc:r});return s.weekday&&h&&e.weekday!==M.weekday?Ho.invalid("mismatched weekday",`you can't specify both a weekday of ${s.weekday} and a date of ${M.toISO()}`):M}static fromISO(e,t={}){const[i,r]=function(e){return en(e,[Nn,Zn],[On,Cn],[An,Bn],[$n,Un])}(e);return Zo(i,r,t,"ISO 8601",e)}static fromRFC2822(e,t={}){const[i,r]=function(e){return en(function(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(e),[vn,kn])}(e);return Zo(i,r,t,"RFC 2822",e)}static fromHTTP(e,t={}){const[i,r]=function(e){return en(e,[xn,Sn],[Tn,Sn],[Mn,_n])}(e);return Zo(i,r,t,"HTTP",t)}static fromFormat(e,t,i={}){if(la(e)||la(t))throw new zr("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:s=null}=i,a=Bs.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),[n,o,l,c]=function(e,t,i){const{result:r,zone:s,specificOffset:a,invalidReason:n}=wo(e,t,i);return[r,s,a,n]}(a,e,t);return c?Ho.invalid(c):Zo(n,o,i,`format ${t}`,e,l)}static fromString(e,t,i={}){return Ho.fromFormat(e,t,i)}static fromSQL(e,t={}){const[i,r]=function(e){return en(e,[Vn,Zn],[En,Dn])}(e);return Zo(i,r,t,"SQL",e)}static invalid(e,t=null){if(!e)throw new zr("need to specify a reason the DateTime is invalid");const i=e instanceof qs?e:new qs(e,t);if(Ws.throwOnInvalid)throw new Vr(i);return new Ho({invalid:i})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,t={}){const i=vo(e,Bs.fromObject(t));return i?i.map((e=>e?e.val:null)).join(""):null}static expandFormat(e,t={}){return go(Ja.parseFormat(e),Bs.fromObject(t)).map((e=>e.val)).join("")}get(e){return this[e]}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?Mo(this).weekYear:NaN}get weekNumber(){return this.isValid?Mo(this).weekNumber:NaN}get weekday(){return this.isValid?Mo(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?So(this).weekday:NaN}get localWeekNumber(){return this.isValid?So(this).weekNumber:NaN}get localWeekYear(){return this.isValid?So(this).weekYear:NaN}get ordinal(){return this.isValid?ra(this.c).ordinal:NaN}get monthShort(){return this.isValid?Xn.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?Xn.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?Xn.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?Xn.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return!this.isOffsetFixed&&(this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset)}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const e=864e5,t=6e4,i=Sa(this.c),r=this.zone.offset(i-e),s=this.zone.offset(i+e),a=this.zone.offset(i-r*t),n=this.zone.offset(i-s*t);if(a===n)return[this];const o=i-a*t,l=i-n*t,c=Oo(o,a),d=Oo(l,n);return c.hour===d.hour&&c.minute===d.minute&&c.second===d.second&&c.millisecond===d.millisecond?[_o(this,{ts:o}),_o(this,{ts:l})]:[this]}get isInLeapYear(){return xa(this.year)}get daysInMonth(){return Ma(this.year,this.month)}get daysInYear(){return this.isValid?Ta(this.year):NaN}get weeksInWeekYear(){return this.isValid?Na(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?Na(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(e={}){const{locale:t,numberingSystem:i,calendar:r}=Ja.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:t,numberingSystem:i,outputCalendar:r}}toUTC(e=0,t={}){return this.setZone(Gs.instance(e),t)}toLocal(){return this.setZone(Ws.defaultZone)}setZone(e,{keepLocalTime:t=!1,keepCalendarTime:i=!1}={}){if((e=Es(e,Ws.defaultZone)).equals(this.zone))return this;if(e.isValid){let r=this.ts;if(t||i){const t=e.offset(this.ts),i=this.toObject();[r]=Ao(i,t,e)}return _o(this,{ts:r,zone:e})}return Ho.invalid(To(e))}reconfigure({locale:e,numberingSystem:t,outputCalendar:i}={}){return _o(this,{loc:this.loc.clone({locale:e,numberingSystem:t,outputCalendar:i})})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const t=Ca(e,zo),{minDaysInFirstWeek:i,startOfWeek:r}=aa(t,this.loc),s=!la(t.weekYear)||!la(t.weekNumber)||!la(t.weekday),a=!la(t.ordinal),n=!la(t.year),o=!la(t.month)||!la(t.day),l=n||o,c=t.weekYear||t.weekNumber;if((l||a)&&c)throw new jr("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(o&&a)throw new jr("Can't mix ordinal dates with month/day");let d;s?d=ia({...ta(this.c,i,r),...t},i,r):la(t.ordinal)?(d={...this.toObject(),...t},la(t.day)&&(d.day=Math.min(Ma(d.year,d.month),d.day))):d=sa({...ra(this.c),...t});const[u,h]=Ao(d,this.o,this.zone);return _o(this,{ts:u,o:h})}plus(e){if(!this.isValid)return this;return _o(this,$o(this,Jn.fromDurationLike(e)))}minus(e){if(!this.isValid)return this;return _o(this,$o(this,Jn.fromDurationLike(e).negate()))}startOf(e,{useLocaleWeeks:t=!1}={}){if(!this.isValid)return this;const i={},r=Jn.normalizeUnit(e);switch(r){case"years":i.month=1;case"quarters":case"months":i.day=1;case"weeks":case"days":i.hour=0;case"hours":i.minute=0;case"minutes":i.second=0;case"seconds":i.millisecond=0}if("weeks"===r)if(t){const e=this.loc.getStartOfWeek(),{weekday:t}=this;tthis.valueOf(),n=to(a?this:e,a?e:this,s,r);var o;return a?n.negate():n}diffNow(e="milliseconds",t={}){return this.diff(Ho.now(),e,t)}until(e){return this.isValid?Kn.fromDateTimes(this,e):this}hasSame(e,t,i){if(!this.isValid)return!1;const r=e.valueOf(),s=this.setZone(e.zone,{keepLocalTime:!0});return s.startOf(t,i)<=r&&r<=s.endOf(t,i)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const t=e.base||Ho.fromObject({},{zone:this.zone}),i=e.padding?thise.valueOf()),Math.min)}static max(...e){if(!e.every(Ho.isDateTime))throw new zr("max requires all arguments be DateTimes");return ma(e,(e=>e.valueOf()),Math.max)}static fromFormatExplain(e,t,i={}){const{locale:r=null,numberingSystem:s=null}=i;return wo(Bs.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),e,t)}static fromStringExplain(e,t,i={}){return Ho.fromFormatExplain(e,t,i)}static get DATE_SHORT(){return Wr}static get DATE_MED(){return qr}static get DATE_MED_WITH_WEEKDAY(){return Rr}static get DATE_FULL(){return Yr}static get DATE_HUGE(){return Jr}static get TIME_SIMPLE(){return Qr}static get TIME_WITH_SECONDS(){return Kr}static get TIME_WITH_SHORT_OFFSET(){return Xr}static get TIME_WITH_LONG_OFFSET(){return es}static get TIME_24_SIMPLE(){return ts}static get TIME_24_WITH_SECONDS(){return is}static get TIME_24_WITH_SHORT_OFFSET(){return rs}static get TIME_24_WITH_LONG_OFFSET(){return ss}static get DATETIME_SHORT(){return as}static get DATETIME_SHORT_WITH_SECONDS(){return ns}static get DATETIME_MED(){return os}static get DATETIME_MED_WITH_SECONDS(){return ls}static get DATETIME_MED_WITH_WEEKDAY(){return cs}static get DATETIME_FULL(){return ds}static get DATETIME_FULL_WITH_SECONDS(){return us}static get DATETIME_HUGE(){return hs}static get DATETIME_HUGE_WITH_SECONDS(){return ms}}function Wo(e){if(Ho.isDateTime(e))return e;if(e&&e.valueOf&&ca(e.valueOf()))return Ho.fromJSDate(e);if(e&&"object"==typeof e)return Ho.fromObject(e);throw new zr(`Unknown datetime argument: ${e}, of type ${typeof e}`)}console.info("%c CLOCK-WEATHER-CARD \n%c Version: 2.8.3","color: orange; font-weight: bold; background: black","color: white; font-weight: bold; background: dimgray"),window.customCards=window.customCards||[],window.customCards.push({type:"clock-weather-card",name:"Clock Weather Card",description:"Shows the current date/time in combination with the current weather and an iOS insipired weather forecast."});const qo=(new Map).set(-20,new ge(0,60,98)).set(-10,new ge(120,162,204)).set(0,new ge(164,195,210)).set(10,new ge(121,210,179)).set(20,new ge(252,245,112)).set(30,new ge(255,150,79)).set(40,new ge(255,192,159));let Ro=class extends se{constructor(){super(),this.forecastSubscriberLock=!1,this.currentDate=Ho.now();const e=1e3-this.currentDate.millisecond;setTimeout((()=>setInterval((()=>{this.currentDate=Ho.now()}),1e3)),e),setTimeout((()=>{this.currentDate=Ho.now()}),e)}static getStubConfig(e,t,i){const r=t.find((e=>{var t;return null!==(t=e.startsWith("weather."))&&void 0!==t?t:i.find((()=>!0))}));return r?{entity:r}:{}}getCardSize(){return 3+gr(this.config.forecast_rows/2)}setConfig(e){if(!e)throw this.createError("Invalid configuration.");if(!e.entity)throw this.createError('Attribute "entity" must be present.');if(e.forecast_rows&&e.forecast_rows<1)throw this.createError('Attribute "forecast_rows" must be greater than 0.');if(e.time_format&&"24"!==e.time_format.toString()&&"12"!==e.time_format.toString())throw this.createError('Attribute "time_format" must either be "12" or "24".');if(e.hide_today_section&&e.hide_forecast_section)throw this.createError('Attributes "hide_today_section" and "hide_forecast_section" must not enabled at the same time.');this.config=this.mergeConfig(e)}shouldUpdate(e){if(!this.config)return!1;if(e.has("forecasts"))return!0;const t=e.get("hass");if(t){if(t.states[this.config.sun_entity]!==this.hass.states[this.config.sun_entity])return!0}return function(e,t,i){if(t.has("config")||i)return!0;if(e.config.entity){var r=t.get("hass");return!r||r.states[e.config.entity]!==e.hass.states[e.config.entity]}return!1}(this,e,!1)}updated(e){super.updated(e),e.has("config")&&this.subscribeForecastEvents()}render(){if(this.error)return this.error;const e=!this.config.hide_today_section,t=!this.config.hide_forecast_section;return D` + */;class ve{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,i){this._$Ct=e,this._$AM=t,this._$Ci=i}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}const ke="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.maxTouchPoints>0;class xe extends HTMLElement{constructor(){super(),this.holdTime=500,this.held=!1,this.ripple=document.createElement("mwc-ripple")}connectedCallback(){Object.assign(this.style,{position:"absolute",width:ke?"100px":"50px",height:ke?"100px":"50px",transform:"translate(-50%, -50%)",pointerEvents:"none",zIndex:"999"}),this.appendChild(this.ripple),this.ripple.primary=!0,["touchcancel","mouseout","mouseup","touchmove","mousewheel","wheel","scroll"].forEach((e=>{document.addEventListener(e,(()=>{clearTimeout(this.timer),this.stopAnimation(),this.timer=void 0}),{passive:!0})}))}bind(e,t){if(e.actionHandler)return;e.actionHandler=!0,e.addEventListener("contextmenu",(e=>{const t=e||window.event;return t.preventDefault&&t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.cancelBubble=!0,t.returnValue=!1,!1}));const i=e=>{var t,i;this.held=!1;const r=null!==(t=e.pageX)&&void 0!==t?t:e.touches[0].pageX,s=null!==(i=e.pageY)&&void 0!==i?i:e.touches[0].pageY;this.timer=window.setTimeout((()=>{this.startAnimation(r,s),this.held=!0}),this.holdTime)},r=i=>{i.preventDefault(),["touchend","touchcancel"].includes(i.type)&&void 0===this.timer||(clearTimeout(this.timer),this.stopAnimation(),this.timer=void 0,this.held?fe(e,"action",{action:"hold"}):t.hasDoubleClick?"click"===i.type&&i.detail<2||!this.dblClickTimeout?this.dblClickTimeout=window.setTimeout((()=>{this.dblClickTimeout=void 0,fe(e,"action",{action:"tap"})}),250):(clearTimeout(this.dblClickTimeout),this.dblClickTimeout=void 0,fe(e,"action",{action:"double_tap"})):fe(e,"action",{action:"tap"}))};e.addEventListener("touchstart",i,{passive:!0}),e.addEventListener("touchend",r),e.addEventListener("touchcancel",r),e.addEventListener("mousedown",i,{passive:!0}),e.addEventListener("click",r),e.addEventListener("keyup",(e=>{13===e.keyCode&&r(e)}))}startAnimation(e,t){Object.assign(this.style,{left:`${e}px`,top:`${t}px`,display:null}),this.ripple.disabled=!1,this.ripple.active=!0,this.ripple.unbounded=!0}stopAnimation(){this.ripple.active=!1,this.ripple.disabled=!0,this.style.display="none"}}customElements.define("action-handler-clock-weather",xe);const Te=(e,t)=>{const i=(()=>{const e=document.body;if(e.querySelector("action-handler-clock-weather"))return e.querySelector("action-handler-clock-weather");const t=document.createElement("action-handler-clock-weather");return e.appendChild(t),t})();i&&i.bind(e,t)},Me=(e=>(...t)=>({_$litDirective$:e,values:t}))(class extends ve{update(e,[t]){return Te(e.element,t),j}render(e){}});var Se={"clear-night":"Ясно",cloudy:"Облачно",fog:"Мъгла",hail:"Градушка",lightning:"Гръмотевични бури","lightning-rainy":"Дъждовни гръмотевични бури",partlycloudy:"Частична облачност",pouring:"Пороен дъжд",rainy:"Дъждовно",snowy:"Сняг","snowy-rainy":"Суграшица",sunny:"Слънчево",windy:"Ветровито","windy-variant":"Силен вятър",exceptional:"Изключително"},_e={1:"Пн",2:"Вт",3:"Ср",4:"Чт",5:"Пт",6:"Сб",7:"Нд"},Ne={aqi:"AQI",humidity:"Влажност","feels-like":"Усеща се като"},Oe={weather:Se,day:_e,misc:Ne},Ae=Object.freeze({__proto__:null,day:_e,default:Oe,misc:Ne,weather:Se}),$e={"clear-night":"Klart",cloudy:"Overskyet",fog:"Tåge",hail:"Hagl",lightning:"Lyn","lightning-rainy":"Lyn ,regnvejr",partlycloudy:"Delvis overskyet",pouring:"Regnvejr",rainy:"Regnfuldt",snowy:"Sne","snowy-rainy":"Slud",sunny:"Solrig",windy:"Blæsende","windy-variant":"Stærk vind",exceptional:"Kaos"},Ze={1:"Man",2:"Tir",3:"Ons",4:"Tor",5:"Fre",6:"Lør",7:"Søn"},Ce={aqi:"AQI",humidity:"fugtighed","feels-like":"Feels like"},Be={weather:$e,day:Ze,misc:Ce},Ue=Object.freeze({__proto__:null,day:Ze,default:Be,misc:Ce,weather:$e}),Ve={"clear-night":"Serè",cloudy:"Ennuvolat",fog:"Boira",hail:"Calamarsa",lightning:"Tempesta elèctrica","lightning-rainy":"Tempesta",partlycloudy:"Parcialment ennuvolat",pouring:"Aiguat",rainy:"Plujós",snowy:"Neu","snowy-rainy":"Aiguaneu",sunny:"Assolellat",windy:"Ventós","windy-variant":"Vent fort",exceptional:"Excepcional"},Ge={1:"Dl.",2:"Dt.",3:"Dc.",4:"Dj.",5:"Dv.",6:"Ds.",7:"Dg."},Ee={aqi:"AQI",humidity:"humitat","feels-like":"Feels like"},De={weather:Ve,day:Ge,misc:Ee},je=Object.freeze({__proto__:null,day:Ge,default:De,misc:Ee,weather:Ve}),Ie={"clear-night":"Jasno",cloudy:"Zataženo",fog:"Mlha",hail:"Kroupy",lightning:"Bouřky","lightning-rainy":"Bouřky s deštěm",partlycloudy:"Částečně zataženo",pouring:"Silný déšť",rainy:"Déšť",snowy:"Sníh","snowy-rainy":"Sníh s deštěm",sunny:"Slunečno",windy:"Vítr","windy-variant":"Prudký vítr",exceptional:"Chaos"},ze={1:"Po",2:"Út",3:"St",4:"Čt",5:"Pá",6:"So",7:"Ne"},Fe={aqi:"AQI",humidity:"vlhkost","feels-like":"pocitová teplota"},Le={weather:Ie,day:ze,misc:Fe},Pe={"clear-night":"klar",cloudy:"bewölkt",fog:"Nebel",hail:"Hagel",lightning:"Gewitter","lightning-rainy":"Gewitter",partlycloudy:"teils bewölkt",pouring:"starker Regen",rainy:"Regen",snowy:"Schneefall","snowy-rainy":"Schneeregen",sunny:"sonnig",windy:"windig","windy-variant":"starker Wind",exceptional:"Unwetter"},He={1:"Mo",2:"Di",3:"Mi",4:"Do",5:"Fr",6:"Sa",7:"So"},We={aqi:"AQI",humidity:"Luftfeuchtigkeit","feels-like":"Gefühlt"},qe={weather:Pe,day:He,misc:We},Re={"clear-night":"Καθαρός",cloudy:"Συννεφιασμένος",fog:"Ομίχλη",hail:"Χαλάζι",lightning:"Καταιγίδες","lightning-rainy":"Καταιγίδες με βροχή",partlycloudy:"Λίγα σύννεφα",pouring:"Έντονη βροχή",rainy:"Βροχερός",snowy:"Χιόνι","snowy-rainy":"Χιονόνερο",sunny:"Ηλιόλουστος",windy:"Θυελλώδης","windy-variant":"Έντονοι άνεμοι",exceptional:"Εξαιρετικός"},Ye={1:"Δευ",2:"Τρί",3:"Τετ",4:"Πεμ",5:"Παρ",6:"Σαβ",7:"Κυρ"},Je={aqi:"AQI",humidity:"υγρασία","feels-like":"Feels like"},Qe={weather:Re,day:Ye,misc:Je},Ke={"clear-night":"Clear",cloudy:"Cloudy",fog:"Fog",hail:"Hail",lightning:"Thunderstorms","lightning-rainy":"Rainy thunderstorms",partlycloudy:"Partly cloudy",pouring:"Pouring",rainy:"Rainy",snowy:"Snowy","snowy-rainy":"Sleet",sunny:"Sunny",windy:"Windy","windy-variant":"Strong wind",exceptional:"Exceptional"},Xe={1:"Mon",2:"Tue",3:"Wed",4:"Thu",5:"Fri",6:"Sat",7:"Sun"},et={aqi:"AQI",humidity:"Humidity","feels-like":"Feels like"},tt={weather:Ke,day:Xe,misc:et},it={"clear-night":"Despejado",cloudy:"Nublado",fog:"Niebla",hail:"Granizo",lightning:"Tormenta eléctrica","lightning-rainy":"Tormenta",partlycloudy:"Parcialmente nublado",pouring:"Diluviando",rainy:"Lluvioso",snowy:"Nieve","snowy-rainy":"Aguanieve",sunny:"Soleado",windy:"Viento","windy-variant":"Fuerte viento",exceptional:"Caos"},rt={1:"Lun",2:"Mar",3:"Mie",4:"Jue",5:"Vie",6:"Sab",7:"Dom"},st={aqi:"AQI",humidity:"humedad","feels-like":"Feels like"},at={weather:it,day:rt,misc:st},nt={"clear-night":"Selge",cloudy:"Pilvine",fog:"Udu",hail:"Rahe",lightning:"Äike","lightning-rainy":"Äiksevihm",partlycloudy:"Vahelduv pilvisus",pouring:"Paduvihm",rainy:"Vihm",snowy:"Lumi","snowy-rainy":"Lörts",sunny:"Päike",windy:"Tuuline","windy-variant":"Tuuline",exceptional:"Äärmuslik"},ot={1:"E",2:"T",3:"K",4:"N",5:"R",6:"L",7:"P"},lt={aqi:"AQI",humidity:"niiskus","feels-like":"Feels like"},ct={weather:nt,day:ot,misc:lt},dt={"clear-night":"Selkeää",cloudy:"Pilvistä",fog:"Sumua",hail:"Raekuuroja",lightning:"Ukkosta","lightning-rainy":"Ukkoskuuroja",partlycloudy:"Puolipilvistä",pouring:"Voimakasta vesisadetta",rainy:"Vesisadetta",snowy:"Lumisadetta","snowy-rainy":"Räntäsadetta",sunny:"Selkeää",windy:"Tuulista","windy-variant":"Voimakasta tuulta",exceptional:"Poikkeuksellista"},ut={1:"Ma",2:"Ti",3:"Ke",4:"To",5:"Pe",6:"La",7:"Su"},ht={aqi:"AQI",humidity:"kosteus","feels-like":"Feels like"},mt={weather:dt,day:ut,misc:ht},ft={"clear-night":"Dégagé",cloudy:"Nuageux",fog:"Brouillard",hail:"Grêle",lightning:"Orages","lightning-rainy":"Orages et pluie",partlycloudy:"Partiellement nuageux",pouring:"Pluie battante",rainy:"Pluie",snowy:"Neige","snowy-rainy":"Neige fondante",sunny:"Ensoleillé",windy:"Venteux","windy-variant":"Vent fort",exceptional:"Exceptionnelle"},pt={1:"Lun",2:"Mar",3:"Mer",4:"Jeu",5:"Ven",6:"Sam",7:"Dim"},yt={aqi:"AQI",humidity:"humidité","feels-like":"Ressentie"},bt={weather:ft,day:pt,misc:yt},gt={"clear-night":"בהיר",cloudy:"מעונן",fog:"ערפל",hail:"ברד",lightning:"סופות רעמים","lightning-rainy":"סופות רעמים גשומות",partlycloudy:"מעונן חלקית",pouring:"גשם זלעפות",rainy:"גשום",snowy:"מושלג","snowy-rainy":"ברד",sunny:"שמשי",windy:"סוער","windy-variant":"רוח חזקה",exceptional:"חריג"},wt={1:"שני",2:"שלישי",3:"רביעי",4:"חמישי",5:"שישי",6:"שבת",7:"ראשון"},vt={aqi:"AQI",humidity:"לחות","feels-like":"Feels like"},kt={weather:gt,day:wt,misc:vt},xt={"clear-night":"Tiszta",cloudy:"Felhős",fog:"Ködös",hail:"Jégeső",lightning:"Villámlás","lightning-rainy":"Zivatar",partlycloudy:"Helyenként felhős",pouring:"Felhőszakadás",rainy:"Esős",snowy:"Havazás","snowy-rainy":"Havaseső, ónoseső",sunny:"Napos",windy:"Szeles","windy-variant":"Erős szél",exceptional:"Kivételes"},Tt={1:"H",2:"K",3:"Sze",4:"Cs",5:"P",6:"Szo",7:"V"},Mt={aqi:"AQI",humidity:"páratartalom","feels-like":"Feels like"},St={weather:xt,day:Tt,misc:Mt},_t={"clear-night":"Cerah",cloudy:"Berawan",fog:"Berkabut",hail:"Hujan es",lightning:"Petir","lightning-rainy":"Hujan petir",partlycloudy:"Cerah berawan",pouring:"Hujan deras",rainy:"Hujan",snowy:"Salju","snowy-rainy":"Hujan salju",sunny:"Cerah",windy:"Berangin","windy-variant":"Berangin kencang",exceptional:"Badai"},Nt={1:"Sen",2:"Sel",3:"Rab",4:"Kam",5:"Jum",6:"Sab",7:"Min"},Ot={aqi:"AQI",humidity:"Kelembapan","feels-like":"Terasa seperti"},At={weather:_t,day:Nt,misc:Ot},$t={"clear-night":"Heiðskýrt",cloudy:"Skýjað",fog:"Þoka",hail:"Hagl",lightning:"Eldingar","lightning-rainy":"Þrumur",partlycloudy:"Skýjað að hluta",pouring:"mikil rigning",rainy:"Rigning",snowy:"Snjókoma","snowy-rainy":"Él",sunny:"Sólríkt",windy:"Hvasst","windy-variant":"Stórmur",exceptional:"Óveður"},Zt={1:"Mán",2:"Þri",3:"Mið",4:"Fim",5:"Fös",6:"Lau",7:"Sun"},Ct={aqi:"AQI",humidity:"raki","feels-like":"Feels like"},Bt={weather:$t,day:Zt,misc:Ct},Ut={"clear-night":"Sereno",cloudy:"Nuvoloso",fog:"Nebbia",hail:"Grandine",lightning:"Temporali","lightning-rainy":"Temporali con pioggia",partlycloudy:"Parzialmente nuvoloso",pouring:"Rovesci",rainy:"Pioggia",snowy:"Neve","snowy-rainy":"Nevischio",sunny:"Soleggiato",windy:"Vento","windy-variant":"Vento forte",exceptional:"Tempesta"},Vt={1:"Lun",2:"Mar",3:"Mer",4:"Gio",5:"Ven",6:"Sab",7:"Dom"},Gt={aqi:"AQI",humidity:"umidità","feels-like":"Percepita"},Et={weather:Ut,day:Vt,misc:Gt},Dt={"clear-night":"맑음",cloudy:"구름많음",fog:"안개",hail:"우박",lightning:"번개","lightning-rainy":"번개, 뇌우",partlycloudy:"구름조금",pouring:"강한 비",rainy:"비",snowy:"눈","snowy-rainy":"진눈깨비",sunny:"맑음",windy:"바람","windy-variant":"매우 강한 바람",exceptional:"예외"},jt={1:"월",2:"화",3:"수",4:"목",5:"금",6:"토",7:"일"},It={aqi:"대기환경지수",humidity:"습도","feels-like":"체감온도"},zt={weather:Dt,day:jt,misc:It},Ft={"clear-night":"Giedra",cloudy:"Debesuota",fog:"Rūkas",hail:"Kruša",lightning:"Perkūnija","lightning-rainy":"Perkūnija su lietumi",partlycloudy:"Apsiniaukę",pouring:"Liūtis",rainy:"Lietus",snowy:"Sniegas","snowy-rainy":"Šlapdriba",sunny:"Saulėta",windy:"Vėjuota","windy-variant":"Stiprus vėjas",exceptional:"Audra"},Lt={1:"Pr",2:"An",3:"Tr",4:"Kt",5:"Pn",6:"Št",7:"Sk"},Pt={aqi:"AQI",humidity:"drėgmė","feels-like":"Feels like"},Ht={weather:Ft,day:Lt,misc:Pt},Wt={"clear-night":"Klart",cloudy:"Overskyet",fog:"Tåke",hail:"Hagl",lightning:"Lyn","lightning-rainy":"Lyn, regn",partlycloudy:"Delvis overskyet",pouring:"Pøsregn",rainy:"Regn",snowy:"Snø","snowy-rainy":"Sludd",sunny:"Sol",windy:"Vindfullt","windy-variant":"Sterk vind",exceptional:"Storm"},qt={1:"Man",2:"Tir",3:"Ons",4:"Tor",5:"Fre",6:"Lør",7:"Søn"},Rt={aqi:"AQI",humidity:"fuktighet","feels-like":"Feels like"},Yt={weather:Wt,day:qt,misc:Rt},Jt={"clear-night":"Helder",cloudy:"Bewolkt",fog:"Mistig",hail:"Hagel",lightning:"Onweersbuien","lightning-rainy":"Onweersbuien met regen",partlycloudy:"Half bewolkt",pouring:"Regen",rainy:"Regenachtig",snowy:"Sneeuw","snowy-rainy":"Natte sneeuw",sunny:"Zonnig",windy:"Winderig","windy-variant":"Storm",exceptional:"Uitzonderlijk"},Qt={1:"Ma",2:"Di",3:"Wo",4:"Do",5:"Vr",6:"Za",7:"Zo"},Kt={aqi:"AQI",humidity:"Vochtigheid","feels-like":"Gevoelstemperatuur"},Xt={weather:Jt,day:Qt,misc:Kt},ei={"clear-night":"pogodna noc",cloudy:"pochmurno",fog:"mgła",hail:"grad",lightning:"błyskawice","lightning-rainy":"burza",partlycloudy:"częściowe zachmurzenie",pouring:"ulewa",rainy:"deszczowo",snowy:"opady śniegu","snowy-rainy":"deszcz ze śniegiem",sunny:"słonecznie",windy:"wietrznie","windy-variant":"wietrznie",exceptional:"warunki nadzwyczajne"},ti={1:"pon.",2:"wt.",3:"śr.",4:"czw.",5:"pt.",6:"sob.",7:"niedz."},ii={aqi:"AQI",humidity:"wilgotność","feels-like":"Odczuwalne"},ri={weather:ei,day:ti,misc:ii},si={"clear-night":"Céu limpo, sem nuvens",cloudy:"Nublado",fog:"Nevoeiro",hail:"Granizo",lightning:"Raios","lightning-rainy":"Chuvoso com raios",partlycloudy:"Parcialmente nublado",pouring:"Torrencial",rainy:"Chuvoso",snowy:"Neve","snowy-rainy":"Chuvoso com neve",sunny:"Ensolarado",windy:"Ventania","windy-variant":"Ventania forte",exceptional:"Excepcional"},ai={1:"Seg",2:"Ter",3:"Qua",4:"Qui",5:"Sex",6:"Sáb",7:"Dom"},ni={aqi:"AQI",humidity:"umidade","feels-like":"Feels like"},oi={weather:si,day:ai,misc:ni},li={"clear-night":"Céu limpo, sem nuvens",cloudy:"Nublado",fog:"Nevoeiro",hail:"Granizo",lightning:"Raios","lightning-rainy":"Chuvoso com raios",partlycloudy:"Parcialmente nublado",pouring:"Torrencial",rainy:"Chuvoso",snowy:"Neve","snowy-rainy":"Chuvoso com neve",sunny:"Ensolarado",windy:"Ventania","windy-variant":"Ventania forte",exceptional:"Excepcional"},ci={1:"Seg",2:"Ter",3:"Qua",4:"Qui",5:"Sex",6:"Sáb",7:"Dom"},di={aqi:"AQI",humidity:"humidade","feels-like":"Feels like"},ui={weather:li,day:ci,misc:di},hi={"clear-night":"Senin",cloudy:"Innorat",fog:"Ceata",hail:"Grindina",lightning:"Fulgere","lightning-rainy":"Furtuni cu ploaie",partlycloudy:"Partial innorat",pouring:"Averse",rainy:"Ploaie",snowy:"Ninsoare","snowy-rainy":"Lapovita",sunny:"Insorit",windy:"Vant","windy-variant":"Vant puternic",exceptional:"Furtuna"},mi={1:"Lun",2:"Mar",3:"Mie",4:"Joi",5:"Vin",6:"Sam",7:"Dum"},fi={aqi:"AQI",humidity:"umiditate","feels-like":"Feels like"},pi={weather:hi,day:mi,misc:fi},yi={"clear-night":"Ясно",cloudy:"Облачно",fog:"Туман",hail:"Град",lightning:"Гроза","lightning-rainy":"Дождь с грозой",partlycloudy:"Переменная облачность",pouring:"Проливной дождь",rainy:"Дождь",snowy:"Снег","snowy-rainy":"Мокрый снег",sunny:"Солнечно",windy:"Ветер","windy-variant":"Сильный ветер",exceptional:"Буря"},bi={1:"Пн",2:"Вт",3:"Ср",4:"Чт",5:"Пт",6:"Сб",7:"Вс"},gi={aqi:"AQI",humidity:"влажность","feels-like":"Feels like"},wi={weather:yi,day:bi,misc:gi},vi={"clear-night":"Jasná noc",cloudy:"Zamračené",fog:"Hmla",hail:"Krupobitie",lightning:"Búrky","lightning-rainy":"Búrky s dažďom",partlycloudy:"Polooblačno",pouring:"Silný dážď",rainy:"Daždivo",snowy:"Sneženie","snowy-rainy":"Dážď so snehom",sunny:"Slnečno",windy:"Veterno","windy-variant":"Prudký vietor",exceptional:"Neobyčajné počasie (Chaos)"},ki={1:"Pon",2:"Uto",3:"Str",4:"Štv",5:"Pia",6:"Sob",7:"Ned"},xi={aqi:"AQI",humidity:"vlhkosť","feels-like":"pocitová teplota"},Ti={weather:vi,day:ki,misc:xi},Mi={"clear-night":"Jasno",cloudy:"Oblačno",fog:"Megla",hail:"Toča",lightning:"Nevihte","lightning-rainy":"Nevihte z dežjem",partlycloudy:"Delno oblačno",pouring:"Lije",rainy:"Deževno",snowy:"Sneženo","snowy-rainy":"Žled",sunny:"Sončno",windy:"Vetrovno","windy-variant":"Močan veter",exceptional:"Izjemno vreme"},Si={1:"Pon",2:"Tor",3:"Sre",4:"Čet",5:"Pet",6:"Sob",7:"Ned"},_i={aqi:"AQI",humidity:"vlažnost","feels-like":"Feels like"},Ni={weather:Mi,day:Si,misc:_i},Oi={"clear-night":"Ведро",cloudy:"Облачно",fog:"Магла",hail:"Град",lightning:"Грмљавина","lightning-rainy":"Киша уз грмљавину",partlycloudy:"Делимично облачно",pouring:"Пљусак",rainy:"Киша",snowy:"Снег","snowy-rainy":"Суснежица",sunny:"Сунчано",windy:"Ветар","windy-variant":"Јак ветар",exceptional:"Изузетно"},Ai={1:"Пон",2:"Уто",3:"Сре",4:"Чет",5:"Пет",6:"Суб",7:"Нед"},$i={aqi:"AQI",humidity:"Влажност","feels-like":"Feels like"},Zi={weather:Oi,day:Ai,misc:$i},Ci={"clear-night":"Vedro",cloudy:"Oblačno",fog:"Magla",hail:"Grad",lightning:"Grmljavina","lightning-rainy":"Kiša uz grmljavinu",partlycloudy:"Delimično oblačno",pouring:"Pljusak",rainy:"Kiša",snowy:"Sneg","snowy-rainy":"Susnežica",sunny:"Sunčano",windy:"Vetar","windy-variant":"Jak vetar",exceptional:"Izuzetno"},Bi={1:"Pon",2:"Uto",3:"Sre",4:"Čet",5:"Pet",6:"Sub",7:"Ned"},Ui={aqi:"AQI",humidity:"Vlažnost","feels-like":"Feels like"},Vi={weather:Ci,day:Bi,misc:Ui},Gi={"clear-night":"Klart, natt",cloudy:"Molnigt",fog:"Dimma",hail:"Hagel",lightning:"Åska","lightning-rainy":"Åska, regnigt",partlycloudy:"Delvis molnigt",pouring:"Ösregn",rainy:"Regnigt",snowy:"Snöigt","snowy-rainy":"Snöblandat regn",sunny:"Soligt",windy:"Blåsigt","windy-variant":"Stark blåst",exceptional:"Exceptionellt"},Ei={1:"Mån",2:"Tis",3:"Ons",4:"Tor",5:"Fre",6:"Lör",7:"Sön"},Di={aqi:"AQI",humidity:"fuktighet","feels-like":"Känns som"},ji={weather:Gi,day:Ei,misc:Di},Ii={"clear-night":"ท้องฟ้าแจ่มใส",cloudy:"มีเมฆเป็นส่วนมาก",fog:"หมอก",hail:"ลูกเห็บ",lightning:"พายุฝนฟ้าคะนอง","lightning-rainy":"ฝนฟ้าคะนอง",partlycloudy:"มีเมฆบางส่วน",pouring:"ฝนตกหนัก",rainy:"ฝนตก",snowy:"หิมะตก","snowy-rainy":"ฝนตกเป็นลูกเห็บ",sunny:"แดดจัด",windy:"มีลมจัด","windy-variant":"ลมแรง",exceptional:"Exceptional"},zi={1:"จ.",2:"อ.",3:"พ.",4:"พฤ.",5:"ศ.",6:"ส.",7:"อา."},Fi={aqi:"AQI",humidity:"ความชื้น","feels-like":"Feels like"},Li={weather:Ii,day:zi,misc:Fi},Pi={"clear-night":"Açık",cloudy:"Bulutlu",fog:"Sis",hail:"Dolu",lightning:"Gökgürültülü","lightning-rainy":"Gökgürültülü Yağmurlu",partlycloudy:"Parçalı Bulutlu",pouring:"Sağanak",rainy:"Yağmurlu",snowy:"Karlı","snowy-rainy":"Sulu Kar",sunny:"Güneşli",windy:"Rüzgarlı","windy-variant":"Güçlü Rüzgar",exceptional:"Mükemmel"},Hi={1:"Pzt",2:"Sal",3:"Çrş",4:"Prş",5:"Cum",6:"Cts",7:"Pzr"},Wi={aqi:"AQI",humidity:"nem","feels-like":"Feels like"},qi={weather:Pi,day:Hi,misc:Wi},Ri={"clear-night":"Ясно",cloudy:"Хмарно",fog:"Туман",hail:"Грім",lightning:"Грози","lightning-rainy":"Дощові грози",partlycloudy:"Мінлива хмарність",pouring:"Злива",rainy:"Дощ",snowy:"Сніг","snowy-rainy":"Мокрий сніг",sunny:"Сонячно",windy:"Вітряно","windy-variant":"Дуже вітряно",exceptional:"Буря"},Yi={1:"Пн",2:"Вт",3:"Ср",4:"Чт",5:"Пт",6:"Сб",7:"Нд"},Ji={aqi:"AQI",humidity:"вологість","feels-like":"Feels like"},Qi={weather:Ri,day:Yi,misc:Ji},Ki={"clear-night":"صاف",cloudy:"ابر آلود",fog:"دھند",hail:"اولے",lightning:"گرج چمک","lightning-rainy":"گرج چمک کے ساتھ بارش",partlycloudy:"جزوی طور پر ابر آلود",pouring:"موسلا دھار بارش",rainy:"بارش",snowy:"برفانی","snowy-rainy":"ژالہ باری",sunny:"دھوپ",windy:"آندھی","windy-variant":"تیز آندھی",exceptional:"غیر معمولی"},Xi={1:"پیر",2:"منگل",3:"بدھ",4:"جمعرات",5:"جمعہ",6:"ہفتہ",7:"اتوار"},er={aqi:"AQI",humidity:"نمی","feels-like":"Feels like"},tr={weather:Ki,day:Xi,misc:er},ir={"clear-night":"Trời trong",cloudy:"Trời mây",fog:"Sương mù",hail:"Mưa đá",lightning:"Dông bão","lightning-rainy":"Mưa Dông",partlycloudy:"Mây nhẹ",pouring:"Mưa Lớn",rainy:"Mưa",snowy:"Tuyết","snowy-rainy":"Mưa Tuyết",sunny:"Nắng",windy:"Gió","windy-variant":"Gió mạnh",exceptional:"Khắc Nghiệt"},rr={1:"T2",2:"T3",3:"T4",4:"T5",5:"T6",6:"T7",7:"CN"},sr={aqi:"AQI",humidity:"độ ẩm","feels-like":"Feels like"},ar={weather:ir,day:rr,misc:sr},nr={"clear-night":"夜间晴朗",cloudy:"阴",fog:"雾",hail:"冰雹",lightning:"雷","lightning-rainy":"雷阵雨",partlycloudy:"多云",pouring:"大雨",rainy:"雨",snowy:"雪","snowy-rainy":"雨夹雪",sunny:"晴",windy:"有风","windy-variant":"强风",exceptional:"特殊"},or={1:"周一",2:"周二",3:"周三",4:"周四",5:"周五",6:"周六",7:"周日"},lr={aqi:"AQI",humidity:"湿度","feels-like":"Feels like"},cr={weather:nr,day:or,misc:lr},dr={"clear-night":"晴朗夜晚",cloudy:"多雲",fog:"有霧",hail:"冰雹",lightning:"閃電","lightning-rainy":"雷雨",partlycloudy:"局部多雲",pouring:"大雨",rainy:"下雨",snowy:"下雪","snowy-rainy":"雪雨",sunny:"晴天",windy:"有風","windy-variant":"強風",exceptional:"極端天氣"},ur={1:"週一",2:"週二",3:"週三",4:"週四",5:"週五",6:"週六",7:"週日"},hr={aqi:"空氣品質",humidity:"濕度","feels-like":"體感溫度"},mr={weather:dr,day:ur,misc:hr};const fr={bg:Ae,cs:Object.freeze({__proto__:null,day:ze,default:Le,misc:Fe,weather:Ie}),ca:je,da:Ue,de:Object.freeze({__proto__:null,day:He,default:qe,misc:We,weather:Pe}),el:Object.freeze({__proto__:null,day:Ye,default:Qe,misc:Je,weather:Re}),en:Object.freeze({__proto__:null,day:Xe,default:tt,misc:et,weather:Ke}),es:Object.freeze({__proto__:null,day:rt,default:at,misc:st,weather:it}),et:Object.freeze({__proto__:null,day:ot,default:ct,misc:lt,weather:nt}),fi:Object.freeze({__proto__:null,day:ut,default:mt,misc:ht,weather:dt}),fr:Object.freeze({__proto__:null,day:pt,default:bt,misc:yt,weather:ft}),he:Object.freeze({__proto__:null,day:wt,default:kt,misc:vt,weather:gt}),hu:Object.freeze({__proto__:null,day:Tt,default:St,misc:Mt,weather:xt}),id:Object.freeze({__proto__:null,day:Nt,default:At,misc:Ot,weather:_t}),is:Object.freeze({__proto__:null,day:Zt,default:Bt,misc:Ct,weather:$t}),it:Object.freeze({__proto__:null,day:Vt,default:Et,misc:Gt,weather:Ut}),ko:Object.freeze({__proto__:null,day:jt,default:zt,misc:It,weather:Dt}),lt:Object.freeze({__proto__:null,day:Lt,default:Ht,misc:Pt,weather:Ft}),nb:Object.freeze({__proto__:null,day:qt,default:Yt,misc:Rt,weather:Wt}),nl:Object.freeze({__proto__:null,day:Qt,default:Xt,misc:Kt,weather:Jt}),pl:Object.freeze({__proto__:null,day:ti,default:ri,misc:ii,weather:ei}),ptbr:Object.freeze({__proto__:null,day:ai,default:oi,misc:ni,weather:si}),pt:Object.freeze({__proto__:null,day:ci,default:ui,misc:di,weather:li}),ro:Object.freeze({__proto__:null,day:mi,default:pi,misc:fi,weather:hi}),ru:Object.freeze({__proto__:null,day:bi,default:wi,misc:gi,weather:yi}),sk:Object.freeze({__proto__:null,day:ki,default:Ti,misc:xi,weather:vi}),sl:Object.freeze({__proto__:null,day:Si,default:Ni,misc:_i,weather:Mi}),sr:Object.freeze({__proto__:null,day:Ai,default:Zi,misc:$i,weather:Oi}),srlatn:Object.freeze({__proto__:null,day:Bi,default:Vi,misc:Ui,weather:Ci}),sv:Object.freeze({__proto__:null,day:Ei,default:ji,misc:Di,weather:Gi}),th:Object.freeze({__proto__:null,day:zi,default:Li,misc:Fi,weather:Ii}),tr:Object.freeze({__proto__:null,day:Hi,default:qi,misc:Wi,weather:Pi}),uk:Object.freeze({__proto__:null,day:Yi,default:Qi,misc:Ji,weather:Ri}),ur:Object.freeze({__proto__:null,day:Xi,default:tr,misc:er,weather:Ki}),vi:Object.freeze({__proto__:null,day:rr,default:ar,misc:sr,weather:ir}),zhcn:Object.freeze({__proto__:null,day:or,default:cr,misc:lr,weather:nr}),zhtw:Object.freeze({__proto__:null,day:ur,default:mr,misc:hr,weather:dr})};function pr(e){return Math.max(...e)}function yr(e){return Math.min(...e)}function br(e,t=0){return t<=0?Math.round(e):Math.ceil((e-t/2)/t)*t}function gr(e,t=0){return t<=0?Math.ceil(e):Math.ceil(e/t)*t}function wr(e){return null===e?null:Math.round(e)}var vr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='54.3' x2='187.2' y1='29' y2='259.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3csymbol id='b' overflow='visible' viewBox='0 0 270 270'%3e%3cpath fill='url(%23a)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' d='M252.3 168.6A133.4 133.4 0 01118 36.2 130.5 130.5 0 01122.5 3 133 133 0 003 134.6C3 207.7 63 267 137.2 267c62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 135 135%3b 9 135 135%3b -15 135 135'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='270' height='270' transform='translate(121 121)'/%3e%3c/svg%3e",kr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' overflow='visible' viewBox='0 0 279 279'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M256.8 173.1A133.3 133.3 0 01122.4 40.7 130.5 130.5 0 01127 7.5 133 133 0 007.5 139.1c0 73.1 60 132.4 134.2 132.4 62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 135 135%3b 9 135 135%3b -15 135 135'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='279' height='279' transform='translate(116.5 116.5)'/%3e%3c/svg%3e",xr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='150' x2='234' y1='119.2' y2='264.8' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 384 384'%3e%3ccircle cx='192' cy='192' r='84' fill='url(%23a)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='6'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M192 61.7V12m0 360v-49.7m92.2-222.5 35-35M64.8 319.2l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M61.7 192H12m360 0h-49.7'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 192 192%3b 45 192 192'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='384' height='384' transform='translate(64 64)'/%3e%3c/svg%3e",Tr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 375 375'%3e%3ccircle cx='187.5' cy='187.5' r='84' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='15'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='15' d='M187.5 57.2V7.5m0 360v-49.7m92.2-222.5 35-35M60.3 314.7l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M57.2 187.5H7.5m360 0h-49.7'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 187.5 187.5%3b 45 187.5 187.5'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='375' height='375' transform='translate(68.5 68.5)'/%3e%3c/svg%3e",Mr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='90' x2='206' y1='155.6' y2='356.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='179.4' x2='226.7' y1='142.4' y2='224.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f87171'/%3e%3cstop offset='.5' stop-color='%23f87171'/%3e%3cstop offset='1' stop-color='%23dc2626'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='252.5' x2='291.9' y1='149.2' y2='217.5'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='325.6' x2='357.2' y1='156' y2='210.7'/%3e%3c/defs%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-linejoin='round' stroke-width='24' d='M148 376V136'/%3e%3cpath fill='url(%23b)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m191.4 137 28.8 4.3a6.4 6.4 0 015.4 6.3v73.7a6.4 6.4 0 01-5.4 6.3l-28.8 4.2a6.4 6.4 0 01-7.3-6.4v-82a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3c/path%3e%3cpath fill='url(%23c)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m260.6 146.1 28.8 4.2a6.4 6.4 0 015.4 6.3v55.6a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-64a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='1.5s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='translate' values='0 0%3b 5 0%3b 0 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m329.8 155.2 28.7 4.2a6.4 6.4 0 015.5 6.3v37.4a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-45.8a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='1.5s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='translate' values='0 0%3b 10 0%3b 0 0'/%3e%3c/path%3e%3c/svg%3e",Sr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='%23cbd5e1' stroke-linecap='round' stroke-linejoin='round' stroke-width='24' d='M148 376V136'/%3e%3cpath fill='%23ef4444' d='m191.4 137 28.8 4.3a6.4 6.4 0 015.4 6.3v73.7a6.4 6.4 0 01-5.4 6.3l-28.8 4.2a6.4 6.4 0 01-7.3-6.4v-82a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3c/path%3e%3cpath fill='%23ef4444' d='m260.6 146.1 28.8 4.2a6.4 6.4 0 015.4 6.3v55.6a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-64a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='1.5s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='translate' values='0 0%3b 5 0%3b 0 0'/%3e%3c/path%3e%3cpath fill='%23ef4444' d='m329.8 155.2 28.7 4.2a6.4 6.4 0 015.5 6.3v37.4a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-45.8a6.4 6.4 0 017.3-6.3Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='3s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='rotate' values='-6 99 184%3b 6 99 184%3b -6 99 184'/%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='1.5s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='translate' values='0 0%3b 10 0%3b 0 0'/%3e%3c/path%3e%3c/svg%3e",_r="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='54.3' x2='187.2' y1='29' y2='259.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 270 270'%3e%3cpath fill='url(%23a)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' d='M252.3 168.6A133.4 133.4 0 01118 36.2 130.5 130.5 0 01122.5 3 133 133 0 003 134.6C3 207.7 63 267 137.2 267c62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='270' height='270' transform='translate(121 121)'/%3e%3c/svg%3e",Nr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 279 279'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M256.8 173.1A133.3 133.3 0 01122.4 40.7 130.5 130.5 0 01127 7.5 133 133 0 007.5 139.1c0 73.1 60 132.4 134.2 132.4 62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='279' height='279' transform='translate(116.5 116.5)'/%3e%3c/svg%3e",Or="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='150' x2='234' y1='119.2' y2='264.8' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 384 384'%3e%3ccircle cx='192' cy='192' r='84' fill='url(%23a)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='6'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M192 61.7V12m0 360v-49.7m92.2-222.5 35-35M64.8 319.2l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M61.7 192H12m360 0h-49.7'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='384' height='384' transform='translate(64 64)'/%3e%3c/svg%3e",Ar="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 375 375'%3e%3ccircle cx='187.5' cy='187.5' r='84' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='15'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='15' d='M187.5 57.2V7.5m0 360v-49.7m92.2-222.5 35-35M60.3 314.7l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M57.2 187.5H7.5m360 0h-49.7'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='375' height='375' transform='translate(68.5 68.5)'/%3e%3c/svg%3e",$r="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='90' x2='206' y1='155.6' y2='356.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='179.4' x2='226.7' y1='142.4' y2='224.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f87171'/%3e%3cstop offset='.5' stop-color='%23f87171'/%3e%3cstop offset='1' stop-color='%23dc2626'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='252.5' x2='291.9' y1='149.2' y2='217.5'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='325.6' x2='357.2' y1='156' y2='210.7'/%3e%3c/defs%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-linejoin='round' stroke-width='24' d='M148 376V136'/%3e%3cpath fill='url(%23b)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m191.4 137 28.8 4.3a6.4 6.4 0 015.4 6.3v73.7a6.4 6.4 0 01-5.4 6.3l-28.8 4.2a6.4 6.4 0 01-7.3-6.4v-82a6.4 6.4 0 017.3-6.3Z'/%3e%3cpath fill='url(%23c)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m260.6 146.1 28.8 4.2a6.4 6.4 0 015.4 6.3v55.6a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-64a6.4 6.4 0 017.3-6.3Z'/%3e%3cpath fill='url(%23d)' stroke='%23ef4444' stroke-miterlimit='10' stroke-width='2' d='m329.8 155.2 28.7 4.2a6.4 6.4 0 015.5 6.3v37.4a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-45.8a6.4 6.4 0 017.3-6.3Z'/%3e%3c/svg%3e",Zr="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='%23cbd5e1' stroke-linecap='round' stroke-linejoin='round' stroke-width='24' d='M148 376V136'/%3e%3cpath fill='%23ef4444' d='m191.4 137 28.8 4.3a6.4 6.4 0 015.4 6.3v73.7a6.4 6.4 0 01-5.4 6.3l-28.8 4.2a6.4 6.4 0 01-7.3-6.4v-82a6.4 6.4 0 017.3-6.3Zm69.2 9.1 28.8 4.2a6.4 6.4 0 015.4 6.3v55.6a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-64a6.4 6.4 0 017.3-6.3Zm69.2 9.1 28.7 4.2a6.4 6.4 0 015.5 6.3v37.4a6.4 6.4 0 01-5.5 6.3l-28.7 4.2a6.4 6.4 0 01-7.3-6.3v-45.8a6.4 6.4 0 017.3-6.3Z'/%3e%3c/svg%3e";const Cr={line:{rainy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 96.5 96.5%3b 45 96.5 96.5'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' overflow='visible' viewBox='0 0 128 56'%3e%3cpath fill='%230a5ad4' d='M8 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M64 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M120 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='128' height='56' transform='translate(192 344)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/use%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' overflow='visible' viewBox='0 0 128 56'%3e%3cpath fill='%230a5ad4' d='M8 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M64 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M120 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='128' height='56' transform='translate(192 344)'/%3e%3c/svg%3e"},partlycloudy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 96.5 96.5%3b 45 96.5 96.5'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/use%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3c/svg%3e"},cloudy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-18 0%3b 18 0%3b -18 0'/%3e%3c/use%3e%3c/svg%3e","clear-night":{day:Tr,night:kr},fog:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='b' viewBox='0 0 375 375'%3e%3ccircle cx='187.5' cy='187.5' r='84' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='15'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='15' d='M187.5 57.2V7.5m0 360v-49.7m92.2-222.5 35-35M60.3 314.7l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M57.2 187.5H7.5m360 0h-49.7'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 187.5 187.5%3b 45 187.5 187.5'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='c' overflow='visible' viewBox='0 0 258 66'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 57h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-24 0%3b 24 0%3b -24 0'/%3e%3c/path%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 9h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='24 0%3b -24 0%3b 24 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='375' height='375' transform='translate(68.5 104.5)'/%3e%3c/g%3e%3cuse xlink:href='%23c' width='258' height='66' transform='translate(127 339)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='b' overflow='visible' viewBox='0 0 279 279'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M256.8 173.1A133.3 133.3 0 01122.4 40.7 130.5 130.5 0 01127 7.5 133 133 0 007.5 139.1c0 73.1 60 132.4 134.2 132.4 62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 135 135%3b 9 135 135%3b -15 135 135'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='c' overflow='visible' viewBox='0 0 258 66'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 57h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-24 0%3b 24 0%3b -24 0'/%3e%3c/path%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 9h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='24 0%3b -24 0%3b 24 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='279' height='279' transform='translate(116.5 116.5)'/%3e%3c/g%3e%3cuse xlink:href='%23c' width='258' height='66' transform='translate(127 339)'/%3e%3c/svg%3e"},hail:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' overflow='visible' viewBox='0 0 136 24'%3e%3cpath fill='%2386c3db' d='M12 0a12 12 0 1012 12A12 12 0 0012 0Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b -18 74'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%2386c3db' d='M68 0a12 12 0 1012 12A12 12 0 0068 0Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.67s%3b x2.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b 0 74'/%3e%3canimate id='y2' attributeName='opacity' begin='.67s%3b y2.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%2386c3db' d='M124 0a12 12 0 1012 12 12 12 0 00-12-12Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='.33s%3b x3.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b 18 74'/%3e%3canimate id='y3' attributeName='opacity' begin='.33s%3b y3.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='136' height='24' transform='translate(188 350)'/%3e%3c/svg%3e",lightning:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 96.5 96.5%3b 45 96.5 96.5'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/use%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e"},"lightning-rainy":{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 96.5 96.5%3b 45 96.5 96.5'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' overflow='visible' viewBox='0 0 128 56'%3e%3cpath fill='%230a5ad4' d='M8 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M64 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M120 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='128' height='56' transform='translate(192 344)'/%3e%3cuse xlink:href='%23f' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/use%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' overflow='visible' viewBox='0 0 128 56'%3e%3cpath fill='%230a5ad4' d='M8 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M64 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M120 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='128' height='56' transform='translate(192 344)'/%3e%3cuse xlink:href='%23f' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e"},pouring:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' overflow='visible' viewBox='0 0 128 56'%3e%3cpath fill='%230a5ad4' d='M8 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M64 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M120 56a8 8 0 01-8-8V8a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='128' height='56' transform='translate(192 344)'/%3e%3c/svg%3e",raindrop:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 175 260.9'%3e%3cpath fill='none' stroke='%232885c7' stroke-miterlimit='10' stroke-width='15' d='M87.5 13.4c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3-31.3-88.8-80-160.7Z'%3e%3canimateTransform attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 1%3b 1 .9%3b 1 1'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='175' height='260.9' transform='translate(168.5 122.62)'/%3e%3c/svg%3e",raindrops:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M302 137c-48.7 72-80 117-80 160.8s35.8 79.2 80 79.2v135H0V0h302Z'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 1%3b 1 .95%3b 1 1'/%3e%3c/path%3e%3c/clipPath%3e%3csymbol id='b' viewBox='0 0 175 260.9'%3e%3cpath fill='none' stroke='%232885c7' stroke-miterlimit='10' stroke-width='15' d='M87.5 13.4c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3-31.3-88.8-80-160.7Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='175' height='260.9' transform='translate(214.5 123.62)'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 1%3b 1 .9%3b 1 1'/%3e%3c/use%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='175' height='260.9' transform='translate(122.5 123.62)'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 .9%3b 1 1%3b 1 .9'/%3e%3c/use%3e%3c/g%3e%3c/svg%3e",snowy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' overflow='visible' viewBox='0 0 155.2 48'%3e%3cg%3e%3cpath fill='%2386c3db' d='m41.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3A4 4 0 00.5 12 4 4 0 002 17.5l5.8 3.3a13.7 13.7 0 000 6.4L2 30.5A4 4 0 00.5 36a4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0127 27a6.1 6.1 0 01-8.3 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 24 24%3b 360 24 24'/%3e%3canimate id='t1' attributeName='opacity' begin='0s%3b t1.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s1' additive='sum' attributeName='transform' begin='0s%3b s1.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2386c3db' d='m97.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4L58 30.5a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0183 27a6.1 6.1 0 01-8.3 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 80 24%3b 360 80 24'/%3e%3canimate id='t2' attributeName='opacity' begin='-.83s%3b t2.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s2' additive='sum' attributeName='transform' begin='-.83s%3b s2.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2386c3db' d='m153.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 136 24%3b 360 136 24'/%3e%3canimate id='t3' attributeName='opacity' begin='.83s%3b t3.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s3' additive='sum' attributeName='transform' begin='.83s%3b s3.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='155.2' height='48' transform='translate(178.4 338)'/%3e%3c/svg%3e","snowy-rainy":"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='c' overflow='visible' viewBox='0 0 155.2 48'%3e%3cg%3e%3cpath fill='%2386c3db' d='m41.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3A4 4 0 00.5 12 4 4 0 002 17.5l5.8 3.3a13.7 13.7 0 000 6.4L2 30.5A4 4 0 00.5 36a4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0127 27a6.1 6.1 0 01-8.3 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 24 24%3b 360 24 24'/%3e%3canimate id='t1' attributeName='opacity' begin='0s%3b t1.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s1' additive='sum' attributeName='transform' begin='0s%3b s1.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2386c3db' d='m97.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4L58 30.5a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0183 27a6.1 6.1 0 01-8.3 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 80 24%3b 360 80 24'/%3e%3canimate id='t2' attributeName='opacity' begin='-.83s%3b t2.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s2' additive='sum' attributeName='transform' begin='-.83s%3b s2.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2386c3db' d='m153.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 136 24%3b 360 136 24'/%3e%3canimate id='t3' attributeName='opacity' begin='.83s%3b t3.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s3' additive='sum' attributeName='transform' begin='.83s%3b s3.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3c/symbol%3e%3csymbol id='b' overflow='visible' viewBox='0 0 155.2 48'%3e%3cuse xlink:href='%23c' width='155.2' height='48'/%3e%3cpath fill='%230a5ad4' d='M21.6 38a8 8 0 01-8-8V18a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M77.6 38a8 8 0 01-8-8V18a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='1.34s%3b x2.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y2' attributeName='opacity' begin='1.34s%3b y2.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='%230a5ad4' d='M133.6 38a8 8 0 01-8-8V18a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='.67s%3b x3.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y3' attributeName='opacity' begin='.67s%3b y3.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='155.2' height='48' transform='translate(178.4 338)'/%3e%3c/svg%3e",sunny:{day:Tr,night:kr},windy:Sr,"windy-exceptional":Sr,exceptional:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M344 256a88 88 0 11-88-88 88 88 0 0188 88ZM200 116.9l-3.8 7.7A269.7 269.7 0 00169 267h0m143.1 128 3.8-7.7A269.7 269.7 0 00343.2 245h0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='1440 256 256%3b 0 256 256'/%3e%3c/path%3e%3c/svg%3e"},fill:{rainy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1436.7' x2='1454.9' y1='-1137' y2='-1089.7' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1492.1' x2='1510.3' y1='-1129.3' y2='-1082.1' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3clinearGradient id='e' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='g' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23e)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 98 98%3b 45 98 98'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23g' width='196' height='196'/%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='i' overflow='visible' viewBox='0 0 129 57'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23f' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23i' width='129' height='57' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23c' id='d' x1='1436.7' x2='1454.9' y1='-1137' y2='-1089.7' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23c' id='e' x1='1492.1' x2='1510.3' y1='-1129.3' y2='-1082.1' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='g' viewBox='0 0 172 172'%3e%3cpath fill='url(%23b)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23g' width='172' height='172'/%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='i' overflow='visible' viewBox='0 0 129 57'%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23f' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23i' width='129' height='57' transform='translate(191.5 343.5)'/%3e%3c/svg%3e"},partlycloudy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='d' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23b)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 98 98%3b 45 98 98'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23d' width='196' height='196'/%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23c' width='363' height='258' transform='translate(68 109)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='d' viewBox='0 0 172 172'%3e%3cpath fill='url(%23b)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23d' width='172' height='172'/%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23c' width='351' height='246' transform='translate(80 121)'/%3e%3c/svg%3e"},cloudy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='350' height='222' transform='translate(81 145)'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-18 0%3b 18 0%3b -18 0'/%3e%3c/use%3e%3c/svg%3e","clear-night":{day:xr,night:vr},fog:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='96' x2='168' y1='-2.4' y2='122.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23a' id='b' x2='168' y1='-50.4' y2='74.3'/%3e%3clinearGradient id='c' x1='150' x2='234' y1='119.2' y2='264.8' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='e' viewBox='0 0 384 384'%3e%3ccircle cx='192' cy='192' r='84' fill='url(%23c)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='6'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M192 61.7V12m0 360v-49.7m92.2-222.5 35-35M64.8 319.2l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M61.7 192H12m360 0h-49.7'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 192 192%3b 45 192 192'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' overflow='visible' viewBox='0 0 264 72'%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 60h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-24 0%3b 24 0%3b -24 0'/%3e%3c/path%3e%3cpath fill='none' stroke='url(%23b)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 12h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='24 0%3b -24 0%3b 24 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='d'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23d)'%3e%3cuse xlink:href='%23e' width='384' height='384' transform='translate(64 100)'/%3e%3c/g%3e%3cuse xlink:href='%23f' width='264' height='72' transform='translate(124 336)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='96' x2='168' y1='-2.4' y2='122.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23a' id='b' x2='168' y1='-50.4' y2='74.3'/%3e%3clinearGradient id='c' x1='54.3' x2='187.2' y1='29' y2='259.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3csymbol id='e' viewBox='0 0 270 270'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' d='M252.3 168.6A133.4 133.4 0 01118 36.2 130.5 130.5 0 01122.5 3 133 133 0 003 134.6C3 207.7 63 267 137.2 267c62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 135 135%3b 9 135 135%3b -15 135 135'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' overflow='visible' viewBox='0 0 264 72'%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 60h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='-24 0%3b 24 0%3b -24 0'/%3e%3c/path%3e%3cpath fill='none' stroke='url(%23b)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 12h240'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='translate' values='24 0%3b -24 0%3b 24 0'/%3e%3c/path%3e%3c/symbol%3e%3cclipPath id='d'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23d)'%3e%3cuse xlink:href='%23e' width='270' height='270' transform='translate(121 121)'/%3e%3c/g%3e%3cuse xlink:href='%23f' width='264' height='72' transform='translate(124 336)'/%3e%3c/svg%3e"},hail:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='6.5' x2='18.5' y1='2.1' y2='22.9' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='62.5' x2='74.5' y1='2.1' y2='22.9'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='118.5' x2='130.5' y1='2.1' y2='22.9'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' overflow='visible' viewBox='0 0 137 25'%3e%3cpath fill='url(%23b)' stroke='%2386c3db' stroke-miterlimit='10' d='M12.5.5a12 12 0 1012 12 12 12 0 00-12-12Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b -18 74'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23c)' stroke='%2386c3db' stroke-miterlimit='10' d='M68.5.5a12 12 0 1012 12 12 12 0 00-12-12Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.67s%3b x2.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b 0 74'/%3e%3canimate id='y2' attributeName='opacity' begin='.67s%3b y2.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%2386c3db' stroke-miterlimit='10' d='M124.5.5a12 12 0 1012 12 12 12 0 00-12-12Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='.33s%3b x3.end%2b.42s' dur='.58s' keyTimes='0%3b .71%3b 1' type='translate' values='0 -46%3b 0 86%3b 18 74'/%3e%3canimate id='y3' attributeName='opacity' begin='.33s%3b y3.end%2b.42s' dur='.58s' keyTimes='0%3b .14%3b .71%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='137' height='25' transform='translate(187.5 349.5)'/%3e%3c/svg%3e",lightning:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='e' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23c)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 98 98%3b 45 98 98'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23e' width='196' height='196'/%3e%3cuse xlink:href='%23f' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23d' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23g' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='e' viewBox='0 0 172 172'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23e' width='172' height='172'/%3e%3cuse xlink:href='%23f' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23d' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23g' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e"},"lightning-rainy":{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23c' id='d' x1='1436.7' x2='1454.9' y1='-1137' y2='-1089.7' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23c' id='e' x1='1492.1' x2='1510.3' y1='-1129.3' y2='-1082.1' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3clinearGradient id='f' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='h' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23f)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 98 98%3b 45 98 98'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23h' width='196' height='196'/%3e%3cuse xlink:href='%23i' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='j' overflow='visible' viewBox='0 0 129 57'%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='k' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23g' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23j' width='129' height='57' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23k' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient id='d' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23d' id='e' x1='1436.7' x2='1454.9' y1='-1137' y2='-1089.7' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23d' id='f' x1='1492.1' x2='1510.3' y1='-1129.3' y2='-1082.1' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='h' viewBox='0 0 172 172'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='-15 86 86%3b 9 86 86%3b -15 86 86'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23h' width='172' height='172'/%3e%3cuse xlink:href='%23i' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='j' overflow='visible' viewBox='0 0 129 57'%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23f)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3csymbol id='k' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'%3e%3canimate id='x1' attributeName='opacity' begin='0s%3b x1.end%2b.67s' dur='1.33s' keyTimes='0%3b .38%3b .5%3b .63%3b .75%3b .86%3b .94%3b 1' values='1%3b 1%3b 0%3b 1%3b 0%3b 1%3b 0%3b 1'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23g' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23j' width='129' height='57' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23k' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e"},pouring:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1436.7' x2='1454.9' y1='-1137' y2='-1089.7' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1492.1' x2='1510.3' y1='-1129.3' y2='-1082.1' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' overflow='visible' viewBox='0 0 129 57'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='.33s%3b x2.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y2' attributeName='opacity' begin='.33s%3b y2.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='-.33s%3b x3.end%2b.33s' dur='.67s' type='translate' values='0 -60%3b 0 60'/%3e%3canimate id='y3' attributeName='opacity' begin='-.33s%3b y3.end%2b.33s' dur='.67s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='129' height='57' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",raindrop:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='14.8' x2='124.2' y1='42.3' y2='231.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%233392d6'/%3e%3cstop offset='.5' stop-color='%233392d6'/%3e%3cstop offset='1' stop-color='%232477b2'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 164 245.6'%3e%3cpath fill='url(%23a)' stroke='%232885c7' stroke-miterlimit='10' stroke-width='4' d='M82 3.6c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3S130.7 75.5 82 3.6Z'%3e%3canimateTransform attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 1%3b 1 .9%3b 1 1'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(174 132.43)'/%3e%3c/svg%3e",raindrops:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='14.8' x2='124.2' y1='42.3' y2='231.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%233392d6'/%3e%3cstop offset='.5' stop-color='%233392d6'/%3e%3cstop offset='1' stop-color='%232477b2'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 164 245.6'%3e%3cpath fill='url(%23a)' stroke='%232885c7' stroke-miterlimit='10' stroke-width='4' d='M82 3.6c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3S130.7 75.5 82 3.6Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(128 133.43)'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 1%3b 1 .9%3b 1 1'/%3e%3c/use%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(220 133.43)'%3e%3canimateTransform additive='sum' attributeName='transform' calcMode='spline' dur='6s' keySplines='.42%2c 0%2c .58%2c 1%3b .42%2c 0%2c .58%2c 1' repeatCount='indefinite' type='scale' values='1 .9%3b 1 1%3b 1 .9'/%3e%3c/use%3e%3c/svg%3e",snowy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='11.4' x2='32.8' y1='5.9' y2='43.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='67.4' x2='88.8' y1='5.9' y2='43.1'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='123.4' x2='144.8' y1='5.9' y2='43.1'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' overflow='visible' viewBox='0 0 156.2 49'%3e%3cg%3e%3cpath fill='url(%23b)' stroke='%2386c3db' stroke-miterlimit='10' d='m41.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L6.6 11A4 4 0 001 12.5 4 4 0 002.5 18l5.8 3.3a13.7 13.7 0 000 6.5L2.5 31A4 4 0 001 36.5a4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008.2 0v-6.6a14.2 14.2 0 005.6-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM19 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 24 24%3b 360 24 24'/%3e%3canimate id='t1' attributeName='opacity' begin='0s%3b t1.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s1' additive='sum' attributeName='transform' begin='0s%3b s1.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='url(%23c)' stroke='%2386c3db' stroke-miterlimit='10' d='m97.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L62.6 11a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5L58.5 31a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM75 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 80 24%3b 360 80 24'/%3e%3canimate id='t2' attributeName='opacity' begin='-.83s%3b t2.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s2' additive='sum' attributeName='transform' begin='-.83s%3b s2.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='url(%23d)' stroke='%2386c3db' stroke-miterlimit='10' d='m153.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM131 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 136 24%3b 360 136 24'/%3e%3canimate id='t3' attributeName='opacity' begin='.83s%3b t3.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s3' additive='sum' attributeName='transform' begin='.83s%3b s3.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='156.2' height='49' transform='translate(177.9 337.5)'/%3e%3c/svg%3e","snowy-rainy":"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1399.3' x2='1408.7' y1='-1137.3' y2='-1112.7' gradientTransform='rotate(-9 8016.182 8229.021)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1454.6' x2='1464' y1='-1128.6' y2='-1104'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1509.9' x2='1519.3' y1='-1119.8' y2='-1095.2'/%3e%3clinearGradient id='e' x1='11.4' x2='32.8' y1='5.9' y2='43.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23e' id='f' x1='67.4' x2='88.8' y1='5.9' y2='43.1'/%3e%3clinearGradient xlink:href='%23e' id='g' x1='123.4' x2='144.8' y1='5.9' y2='43.1'/%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='j' overflow='visible' viewBox='0 0 156.2 49'%3e%3cg%3e%3cpath fill='url(%23e)' stroke='%2386c3db' stroke-miterlimit='10' d='m41.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L6.6 11A4 4 0 001 12.5 4 4 0 002.5 18l5.8 3.3a13.7 13.7 0 000 6.5L2.5 31A4 4 0 001 36.5a4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008.2 0v-6.6a14.2 14.2 0 005.6-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM19 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 24 24%3b 360 24 24'/%3e%3canimate id='t1' attributeName='opacity' begin='0s%3b t1.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s1' additive='sum' attributeName='transform' begin='0s%3b s1.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='url(%23f)' stroke='%2386c3db' stroke-miterlimit='10' d='m97.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L62.6 11a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5L58.5 31a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM75 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 80 24%3b 360 80 24'/%3e%3canimate id='t2' attributeName='opacity' begin='-.83s%3b t2.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s2' additive='sum' attributeName='transform' begin='-.83s%3b s2.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3cg%3e%3cpath fill='url(%23g)' stroke='%2386c3db' stroke-miterlimit='10' d='m153.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM131 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z' opacity='0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='0 136 24%3b 360 136 24'/%3e%3canimate id='t3' attributeName='opacity' begin='.83s%3b t3.end%2b1s' dur='2s' keyTimes='0%3b .17%3b .83%3b 1' values='0%3b 1%3b 1%3b 0'/%3e%3c/path%3e%3canimateTransform id='s3' additive='sum' attributeName='transform' begin='.83s%3b s3.end%2b1s' dur='2s' type='translate' values='0 -36%3b 0 92%3b'/%3e%3c/g%3e%3c/symbol%3e%3csymbol id='i' overflow='visible' viewBox='0 0 156.2 49'%3e%3cuse xlink:href='%23j' width='156.2' height='49'/%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M22.1 38.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x1' additive='sum' attributeName='transform' begin='0s%3b x1.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y1' attributeName='opacity' begin='0s%3b y1.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M78.1 38.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x2' additive='sum' attributeName='transform' begin='1.34s%3b x2.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y2' attributeName='opacity' begin='1.34s%3b y2.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M134.1 38.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z' opacity='0'%3e%3canimateTransform id='x3' additive='sum' attributeName='transform' begin='.67s%3b x3.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' type='translate' values='0 -32%3b 0 -32%3b 0 120%3b'/%3e%3canimate id='y3' attributeName='opacity' begin='.67s%3b y3.end%2b1s' dur='1s' keyTimes='0%3b .25%3b 1' values='0%3b 1%3b 0'/%3e%3c/path%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23i' width='156.2' height='49' transform='translate(177.9 337.5)'/%3e%3c/svg%3e",sunny:{day:xr,night:vr},windy:Mr,"windy-exceptional":Mr,exceptional:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='175.8' x2='336.2' y1='117' y2='395' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M344 256a88 88 0 11-88-88 88 88 0 0188 88ZM200 116.9l-3.8 7.7A269.7 269.7 0 00169 267h0m143.1 128 3.8-7.7A269.7 269.7 0 00343.2 245h0'%3e%3canimateTransform additive='sum' attributeName='transform' dur='6s' repeatCount='indefinite' type='rotate' values='1440 256 256%3b 0 256 256'/%3e%3c/path%3e%3c/svg%3e"}},Br={line:{rainy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='f' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23f' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23g' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23e' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23h' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='f' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23f' width='178' height='178' transform='translate(77 118)'/%3e%3c/g%3e%3cuse xlink:href='%23g' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23e' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23h' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e"},partlycloudy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3c/svg%3e"},cloudy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/svg%3e","clear-night":{day:Ar,night:Nr},fog:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='b' viewBox='0 0 375 375'%3e%3ccircle cx='187.5' cy='187.5' r='84' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='15'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='15' d='M187.5 57.2V7.5m0 360v-49.7m92.2-222.5 35-35M60.3 314.7l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M57.2 187.5H7.5m360 0h-49.7'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 258 66'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 57h240M9 9h240'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='375' height='375' transform='translate(68.5 104.5)'/%3e%3c/g%3e%3cuse xlink:href='%23c' width='258' height='66' transform='translate(127 339)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='b' viewBox='0 0 279 279'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M256.8 173.1A133.3 133.3 0 01122.4 40.7 130.5 130.5 0 01127 7.5 133 133 0 007.5 139.1c0 73.1 60 132.4 134.2 132.4 62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 258 66'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M9 57h240M9 9h240'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='279' height='279' transform='translate(116.5 116.5)'/%3e%3c/g%3e%3cuse xlink:href='%23c' width='258' height='66' transform='translate(127 339)'/%3e%3c/svg%3e"},hail:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 136 114'%3e%3cpath fill='%2386c3db' d='M12 0a12 12 0 1012 12A12 12 0 0012 0Zm56 90a12 12 0 1012 12 12 12 0 00-12-12Zm56-60a12 12 0 1012 12 12 12 0 00-12-12Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='136' height='114' transform='translate(188 350)'/%3e%3c/svg%3e",lightning:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='c' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23c' width='178' height='178' transform='translate(77 118)'/%3e%3c/g%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23b' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23e' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e"},"lightning-rainy":{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='f' viewBox='0 0 193 193'%3e%3ccircle cx='96.5' cy='96.5' r='40' fill='none' stroke='%23fbbf24' stroke-miterlimit='10' stroke-width='9'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='9' d='M96.5 29.9V4.5m0 184v-25.4m47.1-113.7 18-18M31.4 161.6l18-18m0-94.2-18-18m130.2 130.2-18-18M4.5 96.5h25.4m158.6 0h-25.4'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23f' width='193' height='193' transform='translate(69.5 110.5)'/%3e%3c/g%3e%3cuse xlink:href='%23g' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'/%3e%3c/symbol%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23e' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23h' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23i' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='f' viewBox='0 0 178 178'%3e%3cpath fill='none' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='10' d='M163.6 110.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0181 5 84.7 84.7 0 005 88.7 84.8 84.8 0 0090.4 173a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 435.5 371.5'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23f' width='178' height='178' transform='translate(77 118)'/%3e%3c/g%3e%3cuse xlink:href='%23g' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 96 176'%3e%3cpath fill='%23f6a823' d='M32 0 0 96h32l-16 80L96 64H48L80 0H32z'/%3e%3c/symbol%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M288 148a83.8 83.8 0 00-71.4 40 56 56 0 00-84.6 48 56.6 56.6 0 00.8 9A60 60 0 0084 304H0V0h288Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cuse xlink:href='%23e' width='435.5' height='371.5'/%3e%3cuse xlink:href='%23h' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23i' width='96' height='176' transform='translate(208 293)'/%3e%3c/svg%3e"},pouring:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23a' id='b' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23a' id='c' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='d' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 129 110'%3e%3cpath fill='url(%23a)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23d' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23e' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",raindrop:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 175 260.9'%3e%3cpath fill='none' stroke='%232885c7' stroke-miterlimit='10' stroke-width='15' d='M87.5 13.4c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3-31.3-88.8-80-160.7Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='175' height='260.9' transform='translate(168.5 122.62)'/%3e%3c/svg%3e",raindrops:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M302 137c-48.7 72-80 117-80 160.8s35.8 79.2 80 79.2v135H0V0h302Z'/%3e%3c/clipPath%3e%3csymbol id='b' viewBox='0 0 175 260.9'%3e%3cpath fill='none' stroke='%232885c7' stroke-miterlimit='10' stroke-width='15' d='M87.5 13.4c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3-31.3-88.8-80-160.7Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='175' height='260.9' transform='translate(214.5 123.62)'/%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b' width='175' height='260.9' transform='translate(122.5 123.62)'/%3e%3c/g%3e%3c/svg%3e",snowy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 155.2 138'%3e%3cpath fill='%2386c3db' d='m41.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3A4 4 0 00.5 12 4 4 0 002 17.5l5.8 3.3a13.7 13.7 0 000 6.4L2 30.5A4 4 0 00.5 36a4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0127 27a6.1 6.1 0 01-8.3 2.2Zm78.6 91.3-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V94a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Zm78.6-48.7-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V44a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V84a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='155.2' height='138' transform='translate(178.4 338)'/%3e%3c/svg%3e","snowy-rainy":"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='a' viewBox='0 0 359 231'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M295.5 223.5a56 56 0 000-112l-2.5.1a83.9 83.9 0 00-153-64.2 56 56 0 00-84.6 48.1 56.6 56.6 0 00.8 9 60 60 0 0011.2 119'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 155.2 138'%3e%3cpath fill='%2386c3db' d='m41.2 30.5-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V4a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3A4 4 0 00.5 12 4 4 0 002 17.5l5.8 3.3a13.7 13.7 0 000 6.4L2 30.5A4 4 0 00.5 36a4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V44a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8A6 6 0 0127 27a6.1 6.1 0 01-8.3 2.2Zm78.6 91.3-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V94a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Zm78.6-48.7-5.8-3.3a13.7 13.7 0 000-6.4l5.8-3.3a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.2V44a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.4l-5.8 3.3a4 4 0 00-1.5 5.5 4 4 0 003.6 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2V84a4 4 0 008 0v-6.6a14.2 14.2 0 005.8-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.4-5.5Zm-22.6-1.3a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3c/symbol%3e%3csymbol id='b' viewBox='0 0 155.2 138'%3e%3cuse xlink:href='%23c' width='155.2' height='138'/%3e%3cpath fill='%230a5ad4' d='M21.6 98a8 8 0 01-8-8V78a8 8 0 0116 0v12a8 8 0 01-8 8Zm56-50a8 8 0 01-8-8V28a8 8 0 0116 0v12a8 8 0 01-8 8Zm56 90a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23a' width='359' height='231' transform='translate(76.5 140.5)'/%3e%3cuse xlink:href='%23b' width='155.2' height='138' transform='translate(178.4 338)'/%3e%3c/svg%3e",sunny:{day:Ar,night:Nr},windy:Zr,"windy-exceptional":Zr,exceptional:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='none' stroke='%23e2e8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='18' d='M344 256a88 88 0 11-88-88 88 88 0 0188 88ZM200 116.9l-3.8 7.7A269.7 269.7 0 00169 267h0m143.1 128 3.8-7.7A269.7 269.7 0 00343.2 245h0'/%3e%3c/svg%3e"},fill:{rainy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3clinearGradient id='e' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='g' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23e)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23g' width='196' height='196'/%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23f' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23i' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23c' id='d' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23c' id='e' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='g' viewBox='0 0 172 172'%3e%3cpath fill='url(%23b)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23g' width='172' height='172'/%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 129 110'%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23f' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23i' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e"},partlycloudy:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='d' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23b)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23d' width='196' height='196'/%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23c' width='363' height='258' transform='translate(68 109)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='d' viewBox='0 0 172 172'%3e%3cpath fill='url(%23b)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='c' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23d' width='172' height='172'/%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23c' width='351' height='246' transform='translate(80 121)'/%3e%3c/svg%3e"},cloudy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='350' height='222' transform='translate(81 145)'/%3e%3c/svg%3e","clear-night":{day:Or,night:_r},fog:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='96' x2='168' y1='-2.4' y2='122.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23a' id='b' x2='168' y1='-50.4' y2='74.3'/%3e%3clinearGradient id='c' x1='150' x2='234' y1='119.2' y2='264.8' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='e' viewBox='0 0 384 384'%3e%3ccircle cx='192' cy='192' r='84' fill='url(%23c)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='6'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M192 61.7V12m0 360v-49.7m92.2-222.5 35-35M64.8 319.2l35.1-35.1m0-184.4-35-35m254.5 254.5-35.1-35.1M61.7 192H12m360 0h-49.7'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 264 72'%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 60h240'/%3e%3cpath fill='none' stroke='url(%23b)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 12h240'/%3e%3c/symbol%3e%3cclipPath id='d'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23d)'%3e%3cuse xlink:href='%23e' width='384' height='384' transform='translate(64 100)'/%3e%3c/g%3e%3cuse xlink:href='%23f' width='264' height='72' transform='translate(124 336)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='96' x2='168' y1='-2.4' y2='122.3' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23a' id='b' x2='168' y1='-50.4' y2='74.3'/%3e%3clinearGradient id='c' x1='54.3' x2='187.2' y1='29' y2='259.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3csymbol id='e' viewBox='0 0 270 270'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' d='M252.3 168.6A133.4 133.4 0 01118 36.2 130.5 130.5 0 01122.5 3 133 133 0 003 134.6C3 207.7 63 267 137.2 267c62.5 0 114.8-42.2 129.8-99.2a135.6 135.6 0 01-14.8.8Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 264 72'%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 60h240'/%3e%3cpath fill='none' stroke='url(%23b)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M12 12h240'/%3e%3c/symbol%3e%3cclipPath id='d'%3e%3cpath fill='none' d='M0 0h512v306H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23d)'%3e%3cuse xlink:href='%23e' width='270' height='270' transform='translate(121 121)'/%3e%3c/g%3e%3cuse xlink:href='%23f' width='264' height='72' transform='translate(124 336)'/%3e%3c/svg%3e"},hail:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='6.5' x2='18.5' y1='2.1' y2='22.9' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='62.5' x2='74.5' y1='92.1' y2='112.9'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='118.5' x2='130.5' y1='32.1' y2='52.9'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 137 115'%3e%3cpath fill='url(%23b)' stroke='%2386c3db' stroke-miterlimit='10' d='M12.5.5a12 12 0 1012 12 12 12 0 00-12-12Z'/%3e%3cpath fill='url(%23c)' stroke='%2386c3db' stroke-miterlimit='10' d='M68.5 90.5a12 12 0 1012 12 12 12 0 00-12-12Z'/%3e%3cpath fill='url(%23d)' stroke='%2386c3db' stroke-miterlimit='10' d='M124.5 30.5a12 12 0 1012 12 12 12 0 00-12-12Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='137' height='115' transform='translate(187.5 349.5)'/%3e%3c/svg%3e",lightning:{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='e' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23c)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23e' width='196' height='196'/%3e%3cuse xlink:href='%23f' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23d' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23g' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3csymbol id='e' viewBox='0 0 172 172'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='d' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23e' width='172' height='172'/%3e%3cuse xlink:href='%23f' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'/%3e%3c/symbol%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3c/defs%3e%3cuse xlink:href='%23d' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23g' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e"},"lightning-rainy":{day:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23c' id='d' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23c' id='e' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3clinearGradient id='f' x1='78' x2='118' y1='63.4' y2='132.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23fbbf24'/%3e%3cstop offset='.5' stop-color='%23fbbf24'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3csymbol id='h' viewBox='0 0 196 196'%3e%3ccircle cx='98' cy='98' r='40' fill='url(%23f)' stroke='%23f8af18' stroke-miterlimit='10' stroke-width='4'/%3e%3cpath fill='none' stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='12' d='M98 31.4V6m0 184v-25.4M145.1 51l18-17.9M33 163l18-17.9M51 51 33 33m130.1 130.1-18-18M6 98h25.4M190 98h-25.4'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 363 258'%3e%3cuse xlink:href='%23h' width='196' height='196'/%3e%3cuse xlink:href='%23i' width='350' height='222' transform='translate(13 36)'/%3e%3c/symbol%3e%3csymbol id='j' viewBox='0 0 129 110'%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3csymbol id='k' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23g' width='363' height='258' transform='translate(68 109)'/%3e%3cuse xlink:href='%23j' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23k' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e",night:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='8.7' x2='80.9' y1='17.1' y2='142.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f7b23b'/%3e%3cstop offset='.5' stop-color='%23f7b23b'/%3e%3cstop offset='1' stop-color='%23f59e0b'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='34.7' x2='119.2' y1='18.6' y2='165' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient id='d' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23d' id='e' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23d' id='f' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='h' viewBox='0 0 172 172'%3e%3cpath fill='url(%23c)' stroke='%2372b9d5' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M160.6 107.4a84.8 84.8 0 01-85.4-84.3A83.3 83.3 0 0178 2 84.7 84.7 0 002 85.7 84.8 84.8 0 0087.4 170a85.2 85.2 0 0082.6-63.1 88 88 0 01-9.4.5Z'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='g' viewBox='0 0 351 246'%3e%3cuse xlink:href='%23h' width='172' height='172'/%3e%3cuse xlink:href='%23i' width='350' height='222' transform='translate(1 24)'/%3e%3c/symbol%3e%3csymbol id='j' viewBox='0 0 129 110'%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23e)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23f)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3csymbol id='k' viewBox='0 0 102.7 186.8'%3e%3cpath fill='url(%23b)' stroke='%23f6a823' stroke-miterlimit='10' stroke-width='4' d='m34.8 2-32 96h32l-16 80 80-112h-48l32-64h-48z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23g' width='351' height='246' transform='translate(80 121)'/%3e%3cuse xlink:href='%23j' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3cuse xlink:href='%23k' width='102.7' height='186.7' transform='translate(205.23 291)'/%3e%3c/svg%3e"},pouring:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1381.3' x2='1399.5' y1='-1144.7' y2='-1097.4' gradientTransform='rotate(-9 8002.567 8233.063)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1428.4' x2='1446.6' y1='-1084.7' y2='-1037.4' gradientTransform='rotate(-9 8009.537 8233.037)'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1489.3' x2='1507.5' y1='-1111.6' y2='-1064.3' gradientTransform='rotate(-9 8016.566 8233.078)'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 129 110'%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M8.5 56.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M64.5 109.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M120.5 74.5a8 8 0 01-8-8v-40a8 8 0 0116 0v40a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='129' height='110' transform='translate(191.5 343.5)'/%3e%3c/svg%3e",raindrop:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='14.8' x2='124.2' y1='42.3' y2='231.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%233392d6'/%3e%3cstop offset='.5' stop-color='%233392d6'/%3e%3cstop offset='1' stop-color='%232477b2'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 164 245.6'%3e%3cpath fill='url(%23a)' stroke='%232885c7' stroke-miterlimit='10' stroke-width='4' d='M82 3.6c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3S130.7 75.5 82 3.6Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(174 132.43)'/%3e%3c/svg%3e",raindrops:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='14.8' x2='124.2' y1='42.3' y2='231.7' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%233392d6'/%3e%3cstop offset='.5' stop-color='%233392d6'/%3e%3cstop offset='1' stop-color='%232477b2'/%3e%3c/linearGradient%3e%3csymbol id='b' viewBox='0 0 164 245.6'%3e%3cpath fill='url(%23a)' stroke='%232885c7' stroke-miterlimit='10' stroke-width='4' d='M82 3.6c-48.7 72-80 117-80 160.7s35.8 79.3 80 79.3 80-35.5 80-79.3S130.7 75.5 82 3.6Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(128 133.43)'/%3e%3cuse xlink:href='%23b' width='164' height='245.6' transform='translate(220 133.43)'/%3e%3c/svg%3e",snowy:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='11.4' x2='32.8' y1='5.9' y2='43.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='67.4' x2='88.8' y1='95.9' y2='133.1'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='123.4' x2='144.8' y1='45.9' y2='83.1'/%3e%3csymbol id='e' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='f' viewBox='0 0 156.2 139'%3e%3cpath fill='url(%23b)' stroke='%2386c3db' stroke-miterlimit='10' d='m41.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L6.6 11A4 4 0 001 12.5 4 4 0 002.5 18l5.8 3.3a13.7 13.7 0 000 6.5L2.5 31A4 4 0 001 36.5a4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008.2 0v-6.6a14.2 14.2 0 005.6-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM19 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3cpath fill='url(%23c)' stroke='%2386c3db' stroke-miterlimit='10' d='m97.7 121-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3v-6.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0V128a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM75 119.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3cpath fill='url(%23d)' stroke='%2386c3db' stroke-miterlimit='10' d='m153.7 71-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3v-6.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM131 69.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23e' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23f' width='156.2' height='139' transform='translate(177.9 337.5)'/%3e%3c/svg%3e","snowy-rainy":"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='99.5' x2='232.6' y1='30.7' y2='261.4' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f3f7fe'/%3e%3cstop offset='.5' stop-color='%23f3f7fe'/%3e%3cstop offset='1' stop-color='%23deeafb'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1389.9' x2='1399.3' y1='-1078.1' y2='-1053.5' gradientTransform='rotate(-9 8016.182 8229.021)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230b65ed'/%3e%3cstop offset='.5' stop-color='%230a5ad4'/%3e%3cstop offset='1' stop-color='%230950bc'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23b' id='c' x1='1453' x2='1462.5' y1='-1118.7' y2='-1094.1'/%3e%3clinearGradient xlink:href='%23b' id='d' x1='1494.2' x2='1503.7' y1='-1021.1' y2='-996.4'/%3e%3clinearGradient id='e' x1='11.4' x2='32.8' y1='5.9' y2='43.1' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2386c3db'/%3e%3cstop offset='.5' stop-color='%2386c3db'/%3e%3cstop offset='1' stop-color='%235eafcf'/%3e%3c/linearGradient%3e%3clinearGradient xlink:href='%23e' id='f' x1='67.4' x2='88.8' y1='95.9' y2='133.1'/%3e%3clinearGradient xlink:href='%23e' id='g' x1='123.4' x2='144.8' y1='45.9' y2='83.1'/%3e%3csymbol id='h' viewBox='0 0 350 222'%3e%3cpath fill='url(%23a)' stroke='%23e6effc' stroke-miterlimit='10' stroke-width='6' d='m291 107-2.5.1A83.9 83.9 0 00135.6 43 56 56 0 0051 91a56.6 56.6 0 00.8 9A60 60 0 0063 219l4-.2v.2h224a56 56 0 000-112Z'/%3e%3c/symbol%3e%3csymbol id='j' viewBox='0 0 156.2 139'%3e%3cpath fill='url(%23e)' stroke='%2386c3db' stroke-miterlimit='10' d='m41.7 31-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3V4.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2L6.6 11A4 4 0 001 12.5 4 4 0 002.5 18l5.8 3.3a13.7 13.7 0 000 6.5L2.5 31A4 4 0 001 36.5a4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.6 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008.2 0v-6.6a14.2 14.2 0 005.6-3.2l6 3.3a4 4 0 002 .5 4 4 0 003.4-2 4 4 0 00-1.4-5.5ZM19 29.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3cpath fill='url(%23f)' stroke='%2386c3db' stroke-miterlimit='10' d='m97.7 121-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3v-6.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0V128a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM75 119.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3cpath fill='url(%23g)' stroke='%2386c3db' stroke-miterlimit='10' d='m153.7 71-5.8-3.3a13.7 13.7 0 000-6.5l5.8-3.2a4 4 0 001.5-5.5 4 4 0 00-5.6-1.5l-5.8 3.3a13.6 13.6 0 00-2.6-2 13.8 13.8 0 00-3-1.3v-6.5a4 4 0 00-8.1 0v6.6a14.3 14.3 0 00-5.7 3.2l-5.8-3.3a4 4 0 00-5.6 1.5 4 4 0 001.5 5.5l5.8 3.3a13.7 13.7 0 000 6.5l-5.8 3.2a4 4 0 00-1.5 5.5 4 4 0 003.5 2 4 4 0 002-.5l5.8-3.3a13.6 13.6 0 002.7 2 13.8 13.8 0 003 1.2v6.6a4 4 0 008 0v-6.6a14.2 14.2 0 005.7-3.2l5.8 3.3a4 4 0 002 .5 4 4 0 003.5-2 4 4 0 00-1.3-5.5ZM131 69.7a6 6 0 01-2.3-8.2 6.1 6.1 0 015.3-3 6.2 6.2 0 013 .8 6 6 0 012.2 8.2 6.1 6.1 0 01-8.2 2.2Z'/%3e%3c/symbol%3e%3csymbol id='i' viewBox='0 0 156.2 139'%3e%3cuse xlink:href='%23j' width='156.2' height='139'/%3e%3cpath fill='url(%23b)' stroke='%230a5ad4' stroke-miterlimit='10' d='M22.1 98.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23c)' stroke='%230a5ad4' stroke-miterlimit='10' d='M78.1 48.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z'/%3e%3cpath fill='url(%23d)' stroke='%230a5ad4' stroke-miterlimit='10' d='M134.1 138.5a8 8 0 01-8-8v-12a8 8 0 0116 0v12a8 8 0 01-8 8Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse xlink:href='%23h' width='350' height='222' transform='translate(81 145)'/%3e%3cuse xlink:href='%23i' width='156.2' height='139' transform='translate(177.9 337.5)'/%3e%3c/svg%3e",sunny:{day:Or,night:_r},windy:$r,"windy-exceptional":$r,exceptional:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cdefs%3e%3clinearGradient id='a' x1='175.8' x2='336.2' y1='117' y2='395' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23d4d7dd'/%3e%3cstop offset='.5' stop-color='%23d4d7dd'/%3e%3cstop offset='1' stop-color='%23bec1c6'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath fill='none' stroke='url(%23a)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='24' d='M344 256a88 88 0 11-88-88 88 88 0 0188 88ZM200 116.9l-3.8 7.7A269.7 269.7 0 00169 267h0m143.1 128 3.8-7.7A269.7 269.7 0 00343.2 245h0'/%3e%3c/svg%3e"}};function Ur(e){try{return e()}catch(e){return console.error("clock-weather-card - Error while rendering clock-weather-card component:",e),D``}}class Vr extends Error{}class Gr extends Vr{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}}class Er extends Vr{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}}class Dr extends Vr{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}}class jr extends Vr{}class Ir extends Vr{constructor(e){super(`Invalid unit ${e}`)}}class zr extends Vr{}class Fr extends Vr{constructor(){super("Zone is an abstract class")}}const Lr="numeric",Pr="short",Hr="long",Wr={year:Lr,month:Lr,day:Lr},qr={year:Lr,month:Pr,day:Lr},Rr={year:Lr,month:Pr,day:Lr,weekday:Pr},Yr={year:Lr,month:Hr,day:Lr},Jr={year:Lr,month:Hr,day:Lr,weekday:Hr},Qr={hour:Lr,minute:Lr},Kr={hour:Lr,minute:Lr,second:Lr},Xr={hour:Lr,minute:Lr,second:Lr,timeZoneName:Pr},es={hour:Lr,minute:Lr,second:Lr,timeZoneName:Hr},ts={hour:Lr,minute:Lr,hourCycle:"h23"},is={hour:Lr,minute:Lr,second:Lr,hourCycle:"h23"},rs={hour:Lr,minute:Lr,second:Lr,hourCycle:"h23",timeZoneName:Pr},ss={hour:Lr,minute:Lr,second:Lr,hourCycle:"h23",timeZoneName:Hr},as={year:Lr,month:Lr,day:Lr,hour:Lr,minute:Lr},ns={year:Lr,month:Lr,day:Lr,hour:Lr,minute:Lr,second:Lr},os={year:Lr,month:Pr,day:Lr,hour:Lr,minute:Lr},ls={year:Lr,month:Pr,day:Lr,hour:Lr,minute:Lr,second:Lr},cs={year:Lr,month:Pr,day:Lr,weekday:Pr,hour:Lr,minute:Lr},ds={year:Lr,month:Hr,day:Lr,hour:Lr,minute:Lr,timeZoneName:Pr},us={year:Lr,month:Hr,day:Lr,hour:Lr,minute:Lr,second:Lr,timeZoneName:Pr},hs={year:Lr,month:Hr,day:Lr,weekday:Hr,hour:Lr,minute:Lr,timeZoneName:Hr},ms={year:Lr,month:Hr,day:Lr,weekday:Hr,hour:Lr,minute:Lr,second:Lr,timeZoneName:Hr};class fs{get type(){throw new Fr}get name(){throw new Fr}get ianaName(){return this.name}get isUniversal(){throw new Fr}offsetName(e,t){throw new Fr}formatOffset(e,t){throw new Fr}offset(e){throw new Fr}equals(e){throw new Fr}get isValid(){throw new Fr}}let ps=null;class ys extends fs{static get instance(){return null===ps&&(ps=new ys),ps}get type(){return"system"}get name(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:t,locale:i}){return Ua(e,t,i)}formatOffset(e,t){return Da(this.offset(e),t)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return"system"===e.type}get isValid(){return!0}}let bs={};const gs={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};let ws={};class vs extends fs{static create(e){return ws[e]||(ws[e]=new vs(e)),ws[e]}static resetCache(){ws={},bs={}}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(e){return!1}}constructor(e){super(),this.zoneName=e,this.valid=vs.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:t,locale:i}){return Ua(e,t,i,this.name)}formatOffset(e,t){return Da(this.offset(e),t)}offset(e){const t=new Date(e);if(isNaN(t))return NaN;const i=(r=this.name,bs[r]||(bs[r]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:r,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),bs[r]);var r;let[s,a,n,o,l,c,d]=i.formatToParts?function(e,t){const i=e.formatToParts(t),r=[];for(let e=0;e=0?h:1e3+h,($a({year:s,month:a,day:n,hour:24===l?0:l,minute:c,second:d,millisecond:0})-u)/6e4}equals(e){return"iana"===e.type&&e.name===this.name}get isValid(){return this.valid}}let ks={};let xs={};function Ts(e,t={}){const i=JSON.stringify([e,t]);let r=xs[i];return r||(r=new Intl.DateTimeFormat(e,t),xs[i]=r),r}let Ms={};let Ss={};let _s=null;let Ns={};function Os(e,t,i,r){const s=e.listingMode();return"error"===s?null:"en"===s?i(t):r(t)}class As{constructor(e,t,i){this.padTo=i.padTo||0,this.floor=i.floor||!1;const{padTo:r,floor:s,...a}=i;if(!t||Object.keys(a).length>0){const t={useGrouping:!1,...i};i.padTo>0&&(t.minimumIntegerDigits=i.padTo),this.inf=function(e,t={}){const i=JSON.stringify([e,t]);let r=Ms[i];return r||(r=new Intl.NumberFormat(e,t),Ms[i]=r),r}(e,t)}}format(e){if(this.inf){const t=this.floor?Math.floor(e):e;return this.inf.format(t)}return xa(this.floor?Math.floor(e):_a(e,3),this.padTo)}}class $s{constructor(e,t,i){let r;if(this.opts=i,this.originalZone=void 0,this.opts.timeZone)this.dt=e;else if("fixed"===e.zone.type){const t=e.offset/60*-1,i=t>=0?`Etc/GMT+${t}`:`Etc/GMT${t}`;0!==e.offset&&vs.create(i).valid?(r=i,this.dt=e):(r="UTC",this.dt=0===e.offset?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else"system"===e.zone.type?this.dt=e:"iana"===e.zone.type?(this.dt=e,r=e.zone.name):(r="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const s={...this.opts};s.timeZone=s.timeZone||r,this.dtf=Ts(t,s)}format(){return this.originalZone?this.formatToParts().map((({value:e})=>e)).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map((e=>{if("timeZoneName"===e.type){const t=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...e,value:t}}return e})):e}resolvedOptions(){return this.dtf.resolvedOptions()}}class Zs{constructor(e,t,i){this.opts={style:"long",...i},!t&&ya()&&(this.rtf=function(e,t={}){const{base:i,...r}=t,s=JSON.stringify([e,r]);let a=Ss[s];return a||(a=new Intl.RelativeTimeFormat(e,t),Ss[s]=a),a}(e,i))}format(e,t){return this.rtf?this.rtf.format(e,t):function(e,t,i="always",r=!1){const s={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},a=-1===["hours","minutes","seconds"].indexOf(e);if("auto"===i&&a){const i="days"===e;switch(t){case 1:return i?"tomorrow":`next ${s[e][0]}`;case-1:return i?"yesterday":`last ${s[e][0]}`;case 0:return i?"today":`this ${s[e][0]}`}}const n=Object.is(t,-0)||t<0,o=Math.abs(t),l=1===o,c=s[e],d=r?l?c[1]:c[2]||c[1]:l?s[e][0]:e;return n?`${o} ${d} ago`:`in ${o} ${d}`}(t,e,this.opts.numeric,"long"!==this.opts.style)}formatToParts(e,t){return this.rtf?this.rtf.formatToParts(e,t):[]}}const Cs={firstDay:1,minimalDays:4,weekend:[6,7]};class Bs{static fromOpts(e){return Bs.create(e.locale,e.numberingSystem,e.outputCalendar,e.weekSettings,e.defaultToEN)}static create(e,t,i,r,s=!1){const a=e||Qs.defaultLocale,n=a||(s?"en-US":_s||(_s=(new Intl.DateTimeFormat).resolvedOptions().locale,_s)),o=t||Qs.defaultNumberingSystem,l=i||Qs.defaultOutputCalendar,c=va(r)||Qs.defaultWeekSettings;return new Bs(n,o,l,c,a)}static resetCache(){_s=null,xs={},Ms={},Ss={}}static fromObject({locale:e,numberingSystem:t,outputCalendar:i,weekSettings:r}={}){return Bs.create(e,t,i,r)}constructor(e,t,i,r,s){const[a,n,o]=function(e){const t=e.indexOf("-x-");-1!==t&&(e=e.substring(0,t));const i=e.indexOf("-u-");if(-1===i)return[e];{let t,r;try{t=Ts(e).resolvedOptions(),r=e}catch(s){const a=e.substring(0,i);t=Ts(a).resolvedOptions(),r=a}const{numberingSystem:s,calendar:a}=t;return[r,s,a]}}(e);this.locale=a,this.numberingSystem=t||n||null,this.outputCalendar=i||o||null,this.weekSettings=r,this.intl=function(e,t,i){return i||t?(e.includes("-u-")||(e+="-u"),i&&(e+=`-ca-${i}`),t&&(e+=`-nu-${t}`),e):e}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=s,this.fastNumbersCached=null}get fastNumbers(){var e;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(e=this).numberingSystem||"latn"===e.numberingSystem)&&("latn"===e.numberingSystem||!e.locale||e.locale.startsWith("en")||"latn"===new Intl.DateTimeFormat(e.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),t=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e&&t?"en":"intl"}clone(e){return e&&0!==Object.getOwnPropertyNames(e).length?Bs.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,va(e.weekSettings)||this.weekSettings,e.defaultToEN||!1):this}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,t=!1){return Os(this,e,La,(()=>{const i=t?{month:e,day:"numeric"}:{month:e},r=t?"format":"standalone";return this.monthsCache[r][e]||(this.monthsCache[r][e]=function(e){const t=[];for(let i=1;i<=12;i++){const r=Ro.utc(2009,i,1);t.push(e(r))}return t}((e=>this.extract(e,i,"month")))),this.monthsCache[r][e]}))}weekdays(e,t=!1){return Os(this,e,qa,(()=>{const i=t?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},r=t?"format":"standalone";return this.weekdaysCache[r][e]||(this.weekdaysCache[r][e]=function(e){const t=[];for(let i=1;i<=7;i++){const r=Ro.utc(2016,11,13+i);t.push(e(r))}return t}((e=>this.extract(e,i,"weekday")))),this.weekdaysCache[r][e]}))}meridiems(){return Os(this,void 0,(()=>Ra),(()=>{if(!this.meridiemCache){const e={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[Ro.utc(2016,11,13,9),Ro.utc(2016,11,13,19)].map((t=>this.extract(t,e,"dayperiod")))}return this.meridiemCache}))}eras(e){return Os(this,e,Ka,(()=>{const t={era:e};return this.eraCache[e]||(this.eraCache[e]=[Ro.utc(-40,1,1),Ro.utc(2017,1,1)].map((e=>this.extract(e,t,"era")))),this.eraCache[e]}))}extract(e,t,i){const r=this.dtFormatter(e,t).formatToParts().find((e=>e.type.toLowerCase()===i));return r?r.value:null}numberFormatter(e={}){return new As(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,t={}){return new $s(e,this.intl,t)}relFormatter(e={}){return new Zs(this.intl,this.isEnglish(),e)}listFormatter(e={}){return function(e,t={}){const i=JSON.stringify([e,t]);let r=ks[i];return r||(r=new Intl.ListFormat(e,t),ks[i]=r),r}(this.intl,e)}isEnglish(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:ba()?function(e){let t=Ns[e];if(!t){const i=new Intl.Locale(e);t="getWeekInfo"in i?i.getWeekInfo():i.weekInfo,Ns[e]=t}return t}(this.locale):Cs}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}toString(){return`Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`}}let Us=null;class Vs extends fs{static get utcInstance(){return null===Us&&(Us=new Vs(0)),Us}static instance(e){return 0===e?Vs.utcInstance:new Vs(e)}static parseSpecifier(e){if(e){const t=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(t)return new Vs(Va(t[1],t[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${Da(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${Da(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,t){return Da(this.fixed,t)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return"fixed"===e.type&&e.fixed===this.fixed}get isValid(){return!0}}class Gs extends fs{constructor(e){super(),this.zoneName=e}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function Es(e,t){if(ma(e)||null===e)return t;if(e instanceof fs)return e;if(function(e){return"string"==typeof e}(e)){const i=e.toLowerCase();return"default"===i?t:"local"===i||"system"===i?ys.instance:"utc"===i||"gmt"===i?Vs.utcInstance:Vs.parseSpecifier(i)||vs.create(e)}return fa(e)?Vs.instance(e):"object"==typeof e&&"offset"in e&&"function"==typeof e.offset?e:new Gs(e)}const Ds={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},js={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},Is=Ds.hanidec.replace(/[\[|\]]/g,"").split("");let zs={};function Fs({numberingSystem:e},t=""){const i=e||"latn";return zs[i]||(zs[i]={}),zs[i][t]||(zs[i][t]=new RegExp(`${Ds[i]}${t}`)),zs[i][t]}let Ls,Ps=()=>Date.now(),Hs="system",Ws=null,qs=null,Rs=null,Ys=60,Js=null;class Qs{static get now(){return Ps}static set now(e){Ps=e}static set defaultZone(e){Hs=e}static get defaultZone(){return Es(Hs,ys.instance)}static get defaultLocale(){return Ws}static set defaultLocale(e){Ws=e}static get defaultNumberingSystem(){return qs}static set defaultNumberingSystem(e){qs=e}static get defaultOutputCalendar(){return Rs}static set defaultOutputCalendar(e){Rs=e}static get defaultWeekSettings(){return Js}static set defaultWeekSettings(e){Js=va(e)}static get twoDigitCutoffYear(){return Ys}static set twoDigitCutoffYear(e){Ys=e%100}static get throwOnInvalid(){return Ls}static set throwOnInvalid(e){Ls=e}static resetCaches(){Bs.resetCache(),vs.resetCache(),Ro.resetCache(),zs={}}}class Ks{constructor(e,t){this.reason=e,this.explanation=t}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const Xs=[0,31,59,90,120,151,181,212,243,273,304,334],ea=[0,31,60,91,121,152,182,213,244,274,305,335];function ta(e,t){return new Ks("unit out of range",`you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`)}function ia(e,t,i){const r=new Date(Date.UTC(e,t-1,i));e<100&&e>=0&&r.setUTCFullYear(r.getUTCFullYear()-1900);const s=r.getUTCDay();return 0===s?7:s}function ra(e,t,i){return i+(Na(e)?ea:Xs)[t-1]}function sa(e,t){const i=Na(e)?ea:Xs,r=i.findIndex((e=>eCa(r,t,i)?(l=r+1,c=1):l=r,{weekYear:l,weekNumber:c,weekday:o,...ja(e)}}function oa(e,t=4,i=1){const{weekYear:r,weekNumber:s,weekday:a}=e,n=aa(ia(r,1,t),i),o=Oa(r);let l,c=7*s+a-n-7+t;c<1?(l=r-1,c+=Oa(l)):c>o?(l=r+1,c-=Oa(r)):l=r;const{month:d,day:u}=sa(l,c);return{year:l,month:d,day:u,...ja(e)}}function la(e){const{year:t,month:i,day:r}=e;return{year:t,ordinal:ra(t,i,r),...ja(e)}}function ca(e){const{year:t,ordinal:i}=e,{month:r,day:s}=sa(t,i);return{year:t,month:r,day:s,...ja(e)}}function da(e,t){if(!ma(e.localWeekday)||!ma(e.localWeekNumber)||!ma(e.localWeekYear)){if(!ma(e.weekday)||!ma(e.weekNumber)||!ma(e.weekYear))throw new jr("Cannot mix locale-based week fields with ISO-based week fields");return ma(e.localWeekday)||(e.weekday=e.localWeekday),ma(e.localWeekNumber)||(e.weekNumber=e.localWeekNumber),ma(e.localWeekYear)||(e.weekYear=e.localWeekYear),delete e.localWeekday,delete e.localWeekNumber,delete e.localWeekYear,{minDaysInFirstWeek:t.getMinDaysInFirstWeek(),startOfWeek:t.getStartOfWeek()}}return{minDaysInFirstWeek:4,startOfWeek:1}}function ua(e){const t=pa(e.year),i=ka(e.month,1,12),r=ka(e.day,1,Aa(e.year,e.month));return t?i?!r&&ta("day",e.day):ta("month",e.month):ta("year",e.year)}function ha(e){const{hour:t,minute:i,second:r,millisecond:s}=e,a=ka(t,0,23)||24===t&&0===i&&0===r&&0===s,n=ka(i,0,59),o=ka(r,0,59),l=ka(s,0,999);return a?n?o?!l&&ta("millisecond",s):ta("second",r):ta("minute",i):ta("hour",t)}function ma(e){return void 0===e}function fa(e){return"number"==typeof e}function pa(e){return"number"==typeof e&&e%1==0}function ya(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(e){return!1}}function ba(){try{return"undefined"!=typeof Intl&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch(e){return!1}}function ga(e,t,i){if(0!==e.length)return e.reduce(((e,r)=>{const s=[t(r),r];return e&&i(e[0],s[0])===e[0]?e:s}),null)[1]}function wa(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function va(e){if(null==e)return null;if("object"!=typeof e)throw new zr("Week settings must be an object");if(!ka(e.firstDay,1,7)||!ka(e.minimalDays,1,7)||!Array.isArray(e.weekend)||e.weekend.some((e=>!ka(e,1,7))))throw new zr("Invalid week settings");return{firstDay:e.firstDay,minimalDays:e.minimalDays,weekend:Array.from(e.weekend)}}function ka(e,t,i){return pa(e)&&e>=t&&e<=i}function xa(e,t=2){let i;return i=e<0?"-"+(""+-e).padStart(t,"0"):(""+e).padStart(t,"0"),i}function Ta(e){return ma(e)||null===e||""===e?void 0:parseInt(e,10)}function Ma(e){return ma(e)||null===e||""===e?void 0:parseFloat(e)}function Sa(e){if(!ma(e)&&null!==e&&""!==e){const t=1e3*parseFloat("0."+e);return Math.floor(t)}}function _a(e,t,i=!1){const r=10**t;return(i?Math.trunc:Math.round)(e*r)/r}function Na(e){return e%4==0&&(e%100!=0||e%400==0)}function Oa(e){return Na(e)?366:365}function Aa(e,t){const i=function(e,t){return e-t*Math.floor(e/t)}(t-1,12)+1;return 2===i?Na(e+(t-i)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][i-1]}function $a(e){let t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t),t.setUTCFullYear(e.year,e.month-1,e.day)),+t}function Za(e,t,i){return-aa(ia(e,1,t),i)+t-1}function Ca(e,t=4,i=1){const r=Za(e,t,i),s=Za(e+1,t,i);return(Oa(e)-r+s)/7}function Ba(e){return e>99?e:e>Qs.twoDigitCutoffYear?1900+e:2e3+e}function Ua(e,t,i,r=null){const s=new Date(e),a={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(a.timeZone=r);const n={timeZoneName:t,...a},o=new Intl.DateTimeFormat(i,n).formatToParts(s).find((e=>"timezonename"===e.type.toLowerCase()));return o?o.value:null}function Va(e,t){let i=parseInt(e,10);Number.isNaN(i)&&(i=0);const r=parseInt(t,10)||0;return 60*i+(i<0||Object.is(i,-0)?-r:r)}function Ga(e){const t=Number(e);if("boolean"==typeof e||""===e||Number.isNaN(t))throw new zr(`Invalid unit value ${e}`);return t}function Ea(e,t){const i={};for(const r in e)if(wa(e,r)){const s=e[r];if(null==s)continue;i[t(r)]=Ga(s)}return i}function Da(e,t){const i=Math.trunc(Math.abs(e/60)),r=Math.trunc(Math.abs(e%60)),s=e>=0?"+":"-";switch(t){case"short":return`${s}${xa(i,2)}:${xa(r,2)}`;case"narrow":return`${s}${i}${r>0?`:${r}`:""}`;case"techie":return`${s}${xa(i,2)}${xa(r,2)}`;default:throw new RangeError(`Value format ${t} is out of range for property format`)}}function ja(e){return function(e,t){return t.reduce(((t,i)=>(t[i]=e[i],t)),{})}(e,["hour","minute","second","millisecond"])}const Ia=["January","February","March","April","May","June","July","August","September","October","November","December"],za=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Fa=["J","F","M","A","M","J","J","A","S","O","N","D"];function La(e){switch(e){case"narrow":return[...Fa];case"short":return[...za];case"long":return[...Ia];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const Pa=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],Ha=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],Wa=["M","T","W","T","F","S","S"];function qa(e){switch(e){case"narrow":return[...Wa];case"short":return[...Ha];case"long":return[...Pa];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const Ra=["AM","PM"],Ya=["Before Christ","Anno Domini"],Ja=["BC","AD"],Qa=["B","A"];function Ka(e){switch(e){case"narrow":return[...Qa];case"short":return[...Ja];case"long":return[...Ya];default:return null}}function Xa(e,t){let i="";for(const r of e)r.literal?i+=r.val:i+=t(r.val);return i}const en={D:Wr,DD:qr,DDD:Yr,DDDD:Jr,t:Qr,tt:Kr,ttt:Xr,tttt:es,T:ts,TT:is,TTT:rs,TTTT:ss,f:as,ff:os,fff:ds,ffff:hs,F:ns,FF:ls,FFF:us,FFFF:ms};class tn{static create(e,t={}){return new tn(e,t)}static parseFormat(e){let t=null,i="",r=!1;const s=[];for(let a=0;a0&&s.push({literal:r||/^\s+$/.test(i),val:i}),t=null,i="",r=!r):r||n===t?i+=n:(i.length>0&&s.push({literal:/^\s+$/.test(i),val:i}),i=n,t=n)}return i.length>0&&s.push({literal:r||/^\s+$/.test(i),val:i}),s}static macroTokenToFormatOpts(e){return en[e]}constructor(e,t){this.opts=t,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,t){null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem());return this.systemLoc.dtFormatter(e,{...this.opts,...t}).format()}dtFormatter(e,t={}){return this.loc.dtFormatter(e,{...this.opts,...t})}formatDateTime(e,t){return this.dtFormatter(e,t).format()}formatDateTimeParts(e,t){return this.dtFormatter(e,t).formatToParts()}formatInterval(e,t){return this.dtFormatter(e.start,t).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,t){return this.dtFormatter(e,t).resolvedOptions()}num(e,t=0){if(this.opts.forceSimple)return xa(e,t);const i={...this.opts};return t>0&&(i.padTo=t),this.loc.numberFormatter(i).format(e)}formatDateTimeFromString(e,t){const i="en"===this.loc.listingMode(),r=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,s=(t,i)=>this.loc.extract(e,t,i),a=t=>e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):"",n=()=>i?function(e){return Ra[e.hour<12?0:1]}(e):s({hour:"numeric",hourCycle:"h12"},"dayperiod"),o=(t,r)=>i?function(e,t){return La(t)[e.month-1]}(e,t):s(r?{month:t}:{month:t,day:"numeric"},"month"),l=(t,r)=>i?function(e,t){return qa(t)[e.weekday-1]}(e,t):s(r?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday"),c=t=>{const i=tn.macroTokenToFormatOpts(t);return i?this.formatWithSystemDefault(e,i):t},d=t=>i?function(e,t){return Ka(t)[e.year<0?0:1]}(e,t):s({era:t},"era");return Xa(tn.parseFormat(t),(t=>{switch(t){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12==0?12:e.hour%12);case"hh":return this.num(e.hour%12==0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return a({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return a({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return n();case"d":return r?s({day:"numeric"},"day"):this.num(e.day);case"dd":return r?s({day:"2-digit"},"day"):this.num(e.day,2);case"c":case"E":return this.num(e.weekday);case"ccc":return l("short",!0);case"cccc":return l("long",!0);case"ccccc":return l("narrow",!0);case"EEE":return l("short",!1);case"EEEE":return l("long",!1);case"EEEEE":return l("narrow",!1);case"L":return r?s({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return r?s({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return o("short",!0);case"LLLL":return o("long",!0);case"LLLLL":return o("narrow",!0);case"M":return r?s({month:"numeric"},"month"):this.num(e.month);case"MM":return r?s({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return o("short",!1);case"MMMM":return o("long",!1);case"MMMMM":return o("narrow",!1);case"y":return r?s({year:"numeric"},"year"):this.num(e.year);case"yy":return r?s({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return r?s({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return r?s({year:"numeric"},"year"):this.num(e.year,6);case"G":return d("short");case"GG":return d("long");case"GGGGG":return d("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"n":return this.num(e.localWeekNumber);case"nn":return this.num(e.localWeekNumber,2);case"ii":return this.num(e.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(e.localWeekYear,4);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return c(t)}}))}formatDurationFromString(e,t){const i=e=>{switch(e[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},r=tn.parseFormat(t),s=r.reduce(((e,{literal:t,val:i})=>t?e:e.concat(i)),[]),a=e.shiftTo(...s.map(i).filter((e=>e)));return Xa(r,(e=>t=>{const r=i(t);return r?this.num(e.get(r),t.length):t})(a))}}const rn=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function sn(...e){const t=e.reduce(((e,t)=>e+t.source),"");return RegExp(`^${t}$`)}function an(...e){return t=>e.reduce((([e,i,r],s)=>{const[a,n,o]=s(t,r);return[{...e,...a},n||i,o]}),[{},null,1]).slice(0,2)}function nn(e,...t){if(null==e)return[null,null];for(const[i,r]of t){const t=i.exec(e);if(t)return r(t)}return[null,null]}function on(...e){return(t,i)=>{const r={};let s;for(s=0;svoid 0!==e&&(t||e&&d)?-e:e;return[{years:h(Ma(i)),months:h(Ma(r)),weeks:h(Ma(s)),days:h(Ma(a)),hours:h(Ma(n)),minutes:h(Ma(o)),seconds:h(Ma(l),"-0"===l),milliseconds:h(Sa(c),u)}]}const Tn={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Mn(e,t,i,r,s,a,n){const o={year:2===t.length?Ba(Ta(t)):Ta(t),month:za.indexOf(i)+1,day:Ta(r),hour:Ta(s),minute:Ta(a)};return n&&(o.second=Ta(n)),e&&(o.weekday=e.length>3?Pa.indexOf(e)+1:Ha.indexOf(e)+1),o}const Sn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function _n(e){const[,t,i,r,s,a,n,o,l,c,d,u]=e,h=Mn(t,s,r,i,a,n,o);let m;return m=l?Tn[l]:c?0:Va(d,u),[h,new Vs(m)]}const Nn=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,On=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,An=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function $n(e){const[,t,i,r,s,a,n,o]=e;return[Mn(t,s,r,i,a,n,o),Vs.utcInstance]}function Zn(e){const[,t,i,r,s,a,n,o]=e;return[Mn(t,o,i,r,s,a,n),Vs.utcInstance]}const Cn=sn(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,un),Bn=sn(/(\d{4})-?W(\d\d)(?:-?(\d))?/,un),Un=sn(/(\d{4})-?(\d{3})/,un),Vn=sn(dn),Gn=an((function(e,t){return[{year:yn(e,t),month:yn(e,t+1,1),day:yn(e,t+2,1)},null,t+3]}),bn,gn,wn),En=an(hn,bn,gn,wn),Dn=an(mn,bn,gn,wn),jn=an(bn,gn,wn);const In=an(bn);const zn=sn(/(\d{4})-(\d\d)-(\d\d)/,pn),Fn=sn(fn),Ln=an(bn,gn,wn);const Pn="Invalid Duration",Hn={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},Wn={years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6},...Hn},qn=365.2425,Rn=30.436875,Yn={years:{quarters:4,months:12,weeks:52.1775,days:qn,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:Rn,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3},...Hn},Jn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],Qn=Jn.slice(0).reverse();function Kn(e,t,i=!1){const r={values:i?t.values:{...e.values,...t.values||{}},loc:e.loc.clone(t.loc),conversionAccuracy:t.conversionAccuracy||e.conversionAccuracy,matrix:t.matrix||e.matrix};return new to(r)}function Xn(e,t){let i=t.milliseconds??0;for(const r of Qn.slice(1))t[r]&&(i+=t[r]*e[r].milliseconds);return i}function eo(e,t){const i=Xn(e,t)<0?-1:1;Jn.reduceRight(((r,s)=>{if(ma(t[s]))return r;if(r){const a=t[r]*i,n=e[s][r],o=Math.floor(a/n);t[s]+=o*i,t[r]-=o*n*i}return s}),null),Jn.reduce(((i,r)=>{if(ma(t[r]))return i;if(i){const s=t[i]%1;t[i]-=s,t[r]+=s*e[i][r]}return r}),null)}class to{constructor(e){const t="longterm"===e.conversionAccuracy||!1;let i=t?Yn:Wn;e.matrix&&(i=e.matrix),this.values=e.values,this.loc=e.loc||Bs.create(),this.conversionAccuracy=t?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=i,this.isLuxonDuration=!0}static fromMillis(e,t){return to.fromObject({milliseconds:e},t)}static fromObject(e,t={}){if(null==e||"object"!=typeof e)throw new zr("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new to({values:Ea(e,to.normalizeUnit),loc:Bs.fromObject(t),conversionAccuracy:t.conversionAccuracy,matrix:t.matrix})}static fromDurationLike(e){if(fa(e))return to.fromMillis(e);if(to.isDuration(e))return e;if("object"==typeof e)return to.fromObject(e);throw new zr(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,t){const[i]=function(e){return nn(e,[kn,xn])}(e);return i?to.fromObject(i,t):to.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,t){const[i]=function(e){return nn(e,[vn,In])}(e);return i?to.fromObject(i,t):to.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,t=null){if(!e)throw new zr("need to specify a reason the Duration is invalid");const i=e instanceof Ks?e:new Ks(e,t);if(Qs.throwOnInvalid)throw new Dr(i);return new to({invalid:i})}static normalizeUnit(e){const t={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e?e.toLowerCase():e];if(!t)throw new Ir(e);return t}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,t={}){const i={...t,floor:!1!==t.round&&!1!==t.floor};return this.isValid?tn.create(this.loc,i).formatDurationFromString(this,e):Pn}toHuman(e={}){if(!this.isValid)return Pn;const t=Jn.map((t=>{const i=this.values[t];return ma(i)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:t.slice(0,-1)}).format(i)})).filter((e=>e));return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(t)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return 0!==this.years&&(e+=this.years+"Y"),0===this.months&&0===this.quarters||(e+=this.months+3*this.quarters+"M"),0!==this.weeks&&(e+=this.weeks+"W"),0!==this.days&&(e+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(e+="T"),0!==this.hours&&(e+=this.hours+"H"),0!==this.minutes&&(e+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(e+=_a(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===e&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const t=this.toMillis();if(t<0||t>=864e5)return null;e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e,includeOffset:!1};return Ro.fromMillis(t,{zone:"UTC"}).toISOTime(e)}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?Xn(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const t=to.fromDurationLike(e),i={};for(const e of Jn)(wa(t.values,e)||wa(this.values,e))&&(i[e]=t.get(e)+this.get(e));return Kn(this,{values:i},!0)}minus(e){if(!this.isValid)return this;const t=to.fromDurationLike(e);return this.plus(t.negate())}mapUnits(e){if(!this.isValid)return this;const t={};for(const i of Object.keys(this.values))t[i]=Ga(e(this.values[i],i));return Kn(this,{values:t},!0)}get(e){return this[to.normalizeUnit(e)]}set(e){if(!this.isValid)return this;return Kn(this,{values:{...this.values,...Ea(e,to.normalizeUnit)}})}reconfigure({locale:e,numberingSystem:t,conversionAccuracy:i,matrix:r}={}){return Kn(this,{loc:this.loc.clone({locale:e,numberingSystem:t}),matrix:r,conversionAccuracy:i})}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return eo(this.matrix,e),Kn(this,{values:e},!0)}rescale(){if(!this.isValid)return this;return Kn(this,{values:function(e){const t={};for(const[i,r]of Object.entries(e))0!==r&&(t[i]=r);return t}(this.normalize().shiftToAll().toObject())},!0)}shiftTo(...e){if(!this.isValid)return this;if(0===e.length)return this;e=e.map((e=>to.normalizeUnit(e)));const t={},i={},r=this.toObject();let s;for(const a of Jn)if(e.indexOf(a)>=0){s=a;let e=0;for(const t in i)e+=this.matrix[t][a]*i[t],i[t]=0;fa(r[a])&&(e+=r[a]);const n=Math.trunc(e);t[a]=n,i[a]=(1e3*e-1e3*n)/1e3}else fa(r[a])&&(i[a]=r[a]);for(const e in i)0!==i[e]&&(t[s]+=e===s?i[e]:i[e]/this.matrix[s][e]);return eo(this.matrix,t),Kn(this,{values:t},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const t of Object.keys(this.values))e[t]=0===this.values[t]?0:-this.values[t];return Kn(this,{values:e},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(e){if(!this.isValid||!e.isValid)return!1;if(!this.loc.equals(e.loc))return!1;for(const r of Jn)if(t=this.values[r],i=e.values[r],!(void 0===t||0===t?void 0===i||0===i:t===i))return!1;var t,i;return!0}}const io="Invalid Interval";class ro{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,t=null){if(!e)throw new zr("need to specify a reason the Interval is invalid");const i=e instanceof Ks?e:new Ks(e,t);if(Qs.throwOnInvalid)throw new Er(i);return new ro({invalid:i})}static fromDateTimes(e,t){const i=Yo(e),r=Yo(t),s=function(e,t){return e&&e.isValid?t&&t.isValid?te}isBefore(e){return!!this.isValid&&this.e<=e}contains(e){return!!this.isValid&&(this.s<=e&&this.e>e)}set({start:e,end:t}={}){return this.isValid?ro.fromDateTimes(e||this.s,t||this.e):this}splitAt(...e){if(!this.isValid)return[];const t=e.map(Yo).filter((e=>this.contains(e))).sort(((e,t)=>e.toMillis()-t.toMillis())),i=[];let{s:r}=this,s=0;for(;r+this.e?this.e:e;i.push(ro.fromDateTimes(r,a)),r=a,s+=1}return i}splitBy(e){const t=to.fromDurationLike(e);if(!this.isValid||!t.isValid||0===t.as("milliseconds"))return[];let i,{s:r}=this,s=1;const a=[];for(;re*s)));i=+e>+this.e?this.e:e,a.push(ro.fromDateTimes(r,i)),r=i,s+=1}return a}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s=e.e)}equals(e){return!(!this.isValid||!e.isValid)&&(this.s.equals(e.s)&&this.e.equals(e.e))}intersection(e){if(!this.isValid)return this;const t=this.s>e.s?this.s:e.s,i=this.e=i?null:ro.fromDateTimes(t,i)}union(e){if(!this.isValid)return this;const t=this.se.e?this.e:e.e;return ro.fromDateTimes(t,i)}static merge(e){const[t,i]=e.sort(((e,t)=>e.s-t.s)).reduce((([e,t],i)=>t?t.overlaps(i)||t.abutsStart(i)?[e,t.union(i)]:[e.concat([t]),i]:[e,i]),[[],null]);return i&&t.push(i),t}static xor(e){let t=null,i=0;const r=[],s=e.map((e=>[{time:e.s,type:"s"},{time:e.e,type:"e"}])),a=Array.prototype.concat(...s).sort(((e,t)=>e.time-t.time));for(const e of a)i+="s"===e.type?1:-1,1===i?t=e.time:(t&&+t!=+e.time&&r.push(ro.fromDateTimes(t,e.time)),t=null);return ro.merge(r)}difference(...e){return ro.xor([this].concat(e)).map((e=>this.intersection(e))).filter((e=>e&&!e.isEmpty()))}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:io}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(e=Wr,t={}){return this.isValid?tn.create(this.s.loc.clone(t),e).formatInterval(this):io}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:io}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:io}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:io}toFormat(e,{separator:t=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${t}${this.e.toFormat(e)}`:io}toDuration(e,t){return this.isValid?this.e.diff(this.s,e,t):to.invalid(this.invalidReason)}mapEndpoints(e){return ro.fromDateTimes(e(this.s),e(this.e))}}class so{static hasDST(e=Qs.defaultZone){const t=Ro.now().setZone(e).set({month:12});return!e.isUniversal&&t.offset!==t.set({month:6}).offset}static isValidIANAZone(e){return vs.isValidZone(e)}static normalizeZone(e){return Es(e,Qs.defaultZone)}static getStartOfWeek({locale:e=null,locObj:t=null}={}){return(t||Bs.create(e)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:e=null,locObj:t=null}={}){return(t||Bs.create(e)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:e=null,locObj:t=null}={}){return(t||Bs.create(e)).getWeekendDays().slice()}static months(e="long",{locale:t=null,numberingSystem:i=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||Bs.create(t,i,s)).months(e)}static monthsFormat(e="long",{locale:t=null,numberingSystem:i=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||Bs.create(t,i,s)).months(e,!0)}static weekdays(e="long",{locale:t=null,numberingSystem:i=null,locObj:r=null}={}){return(r||Bs.create(t,i,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:t=null,numberingSystem:i=null,locObj:r=null}={}){return(r||Bs.create(t,i,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return Bs.create(e).meridiems()}static eras(e="short",{locale:t=null}={}){return Bs.create(t,null,"gregory").eras(e)}static features(){return{relative:ya(),localeWeek:ba()}}}function ao(e,t){const i=e=>e.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),r=i(t)-i(e);return Math.floor(to.fromMillis(r).as("days"))}function no(e,t,i,r){let[s,a,n,o]=function(e,t,i){const r=[["years",(e,t)=>t.year-e.year],["quarters",(e,t)=>t.quarter-e.quarter+4*(t.year-e.year)],["months",(e,t)=>t.month-e.month+12*(t.year-e.year)],["weeks",(e,t)=>{const i=ao(e,t);return(i-i%7)/7}],["days",ao]],s={},a=e;let n,o;for(const[l,c]of r)i.indexOf(l)>=0&&(n=l,s[l]=c(e,t),o=a.plus(s),o>t?(s[l]--,(e=a.plus(s))>t&&(o=e,s[l]--,e=a.plus(s))):e=o);return[e,s,o,n]}(e,t,i);const l=t-s,c=i.filter((e=>["hours","minutes","seconds","milliseconds"].indexOf(e)>=0));0===c.length&&(n0?to.fromMillis(l,r).shiftTo(...c).plus(d):d}function oo(e,t=(e=>e)){return{regex:e,deser:([e])=>t(function(e){let t=parseInt(e,10);if(isNaN(t)){t="";for(let i=0;i=i&&r<=s&&(t+=r-i)}}return parseInt(t,10)}return t}(e))}}const lo=`[ ${String.fromCharCode(160)}]`,co=new RegExp(lo,"g");function uo(e){return e.replace(/\./g,"\\.?").replace(co,lo)}function ho(e){return e.replace(/\./g,"").replace(co," ").toLowerCase()}function mo(e,t){return null===e?null:{regex:RegExp(e.map(uo).join("|")),deser:([i])=>e.findIndex((e=>ho(i)===ho(e)))+t}}function fo(e,t){return{regex:e,deser:([,e,t])=>Va(e,t),groups:t}}function po(e){return{regex:e,deser:([e])=>e}}const yo={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};let bo=null;function go(e,t){return Array.prototype.concat(...e.map((e=>function(e,t){if(e.literal)return e;const i=ko(tn.macroTokenToFormatOpts(e.val),t);return null==i||i.includes(void 0)?e:i}(e,t))))}class wo{constructor(e,t){if(this.locale=e,this.format=t,this.tokens=go(tn.parseFormat(t),e),this.units=this.tokens.map((t=>function(e,t){const i=Fs(t),r=Fs(t,"{2}"),s=Fs(t,"{3}"),a=Fs(t,"{4}"),n=Fs(t,"{6}"),o=Fs(t,"{1,2}"),l=Fs(t,"{1,3}"),c=Fs(t,"{1,6}"),d=Fs(t,"{1,9}"),u=Fs(t,"{2,4}"),h=Fs(t,"{4,6}"),m=e=>{return{regex:RegExp((t=e.val,t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([e])=>e,literal:!0};var t},f=(f=>{if(e.literal)return m(f);switch(f.val){case"G":return mo(t.eras("short"),0);case"GG":return mo(t.eras("long"),0);case"y":return oo(c);case"yy":case"kk":return oo(u,Ba);case"yyyy":case"kkkk":return oo(a);case"yyyyy":return oo(h);case"yyyyyy":return oo(n);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return oo(o);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return oo(r);case"MMM":return mo(t.months("short",!0),1);case"MMMM":return mo(t.months("long",!0),1);case"LLL":return mo(t.months("short",!1),1);case"LLLL":return mo(t.months("long",!1),1);case"o":case"S":return oo(l);case"ooo":case"SSS":return oo(s);case"u":return po(d);case"uu":return po(o);case"uuu":case"E":case"c":return oo(i);case"a":return mo(t.meridiems(),0);case"EEE":return mo(t.weekdays("short",!1),1);case"EEEE":return mo(t.weekdays("long",!1),1);case"ccc":return mo(t.weekdays("short",!0),1);case"cccc":return mo(t.weekdays("long",!0),1);case"Z":case"ZZ":return fo(new RegExp(`([+-]${o.source})(?::(${r.source}))?`),2);case"ZZZ":return fo(new RegExp(`([+-]${o.source})(${r.source})?`),2);case"z":return po(/[a-z_+-/]{1,256}?/i);case" ":return po(/[^\S\n\r]/);default:return m(f)}})(e)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"};return f.token=e,f}(t,e))),this.disqualifyingUnit=this.units.find((e=>e.invalidReason)),!this.disqualifyingUnit){const[e,t]=function(e){const t=e.map((e=>e.regex)).reduce(((e,t)=>`${e}(${t.source})`),"");return[`^${t}$`,e]}(this.units);this.regex=RegExp(e,"i"),this.handlers=t}}explainFromTokens(e){if(this.isValid){const[t,i]=function(e,t,i){const r=e.match(t);if(r){const e={};let t=1;for(const s in i)if(wa(i,s)){const a=i[s],n=a.groups?a.groups+1:1;!a.literal&&a.token&&(e[a.token.val[0]]=a.deser(r.slice(t,t+n))),t+=n}return[r,e]}return[r,{}]}(e,this.regex,this.handlers),[r,s,a]=i?function(e){let t,i=null;ma(e.z)||(i=vs.create(e.z)),ma(e.Z)||(i||(i=new Vs(e.Z)),t=e.Z),ma(e.q)||(e.M=3*(e.q-1)+1),ma(e.h)||(e.h<12&&1===e.a?e.h+=12:12===e.h&&0===e.a&&(e.h=0)),0===e.G&&e.y&&(e.y=-e.y),ma(e.u)||(e.S=Sa(e.u));const r=Object.keys(e).reduce(((t,i)=>{const r=(e=>{switch(e){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}})(i);return r&&(t[r]=e[i]),t}),{});return[r,i,t]}(i):[null,null,void 0];if(wa(i,"a")&&wa(i,"H"))throw new jr("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:this.tokens,regex:this.regex,rawMatches:t,matches:i,result:r,zone:s,specificOffset:a}}return{input:e,tokens:this.tokens,invalidReason:this.invalidReason}}get isValid(){return!this.disqualifyingUnit}get invalidReason(){return this.disqualifyingUnit?this.disqualifyingUnit.invalidReason:null}}function vo(e,t,i){return new wo(e,i).explainFromTokens(t)}function ko(e,t){if(!e)return null;const i=tn.create(t,e).dtFormatter((bo||(bo=Ro.fromMillis(1555555555555)),bo)),r=i.formatToParts(),s=i.resolvedOptions();return r.map((t=>function(e,t,i){const{type:r,value:s}=e;if("literal"===r){const e=/^\s+$/.test(s);return{literal:!e,val:e?" ":s}}const a=t[r];let n=r;"hour"===r&&(n=null!=t.hour12?t.hour12?"hour12":"hour24":null!=t.hourCycle?"h11"===t.hourCycle||"h12"===t.hourCycle?"hour12":"hour24":i.hour12?"hour12":"hour24");let o=yo[n];if("object"==typeof o&&(o=o[a]),o)return{literal:!1,val:o}}(t,e,s)))}const xo="Invalid DateTime",To=864e13;function Mo(e){return new Ks("unsupported zone",`the zone "${e.name}" is not supported`)}function So(e){return null===e.weekData&&(e.weekData=na(e.c)),e.weekData}function _o(e){return null===e.localWeekData&&(e.localWeekData=na(e.c,e.loc.getMinDaysInFirstWeek(),e.loc.getStartOfWeek())),e.localWeekData}function No(e,t){const i={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new Ro({...i,...t,old:i})}function Oo(e,t,i){let r=e-60*t*1e3;const s=i.offset(r);if(t===s)return[r,t];r-=60*(s-t)*1e3;const a=i.offset(r);return s===a?[r,s]:[e-60*Math.min(s,a)*1e3,Math.max(s,a)]}function Ao(e,t){const i=new Date(e+=60*t*1e3);return{year:i.getUTCFullYear(),month:i.getUTCMonth()+1,day:i.getUTCDate(),hour:i.getUTCHours(),minute:i.getUTCMinutes(),second:i.getUTCSeconds(),millisecond:i.getUTCMilliseconds()}}function $o(e,t,i){return Oo($a(e),t,i)}function Zo(e,t){const i=e.o,r=e.c.year+Math.trunc(t.years),s=e.c.month+Math.trunc(t.months)+3*Math.trunc(t.quarters),a={...e.c,year:r,month:s,day:Math.min(e.c.day,Aa(r,s))+Math.trunc(t.days)+7*Math.trunc(t.weeks)},n=to.fromObject({years:t.years-Math.trunc(t.years),quarters:t.quarters-Math.trunc(t.quarters),months:t.months-Math.trunc(t.months),weeks:t.weeks-Math.trunc(t.weeks),days:t.days-Math.trunc(t.days),hours:t.hours,minutes:t.minutes,seconds:t.seconds,milliseconds:t.milliseconds}).as("milliseconds"),o=$a(a);let[l,c]=Oo(o,i,e.zone);return 0!==n&&(l+=n,c=e.zone.offset(l)),{ts:l,o:c}}function Co(e,t,i,r,s,a){const{setZone:n,zone:o}=i;if(e&&0!==Object.keys(e).length||t){const r=t||o,s=Ro.fromObject(e,{...i,zone:r,specificOffset:a});return n?s:s.setZone(o)}return Ro.invalid(new Ks("unparsable",`the input "${s}" can't be parsed as ${r}`))}function Bo(e,t,i=!0){return e.isValid?tn.create(Bs.create("en-US"),{allowZ:i,forceSimple:!0}).formatDateTimeFromString(e,t):null}function Uo(e,t){const i=e.c.year>9999||e.c.year<0;let r="";return i&&e.c.year>=0&&(r+="+"),r+=xa(e.c.year,i?6:4),t?(r+="-",r+=xa(e.c.month),r+="-",r+=xa(e.c.day)):(r+=xa(e.c.month),r+=xa(e.c.day)),r}function Vo(e,t,i,r,s,a){let n=xa(e.c.hour);return t?(n+=":",n+=xa(e.c.minute),0===e.c.millisecond&&0===e.c.second&&i||(n+=":")):n+=xa(e.c.minute),0===e.c.millisecond&&0===e.c.second&&i||(n+=xa(e.c.second),0===e.c.millisecond&&r||(n+=".",n+=xa(e.c.millisecond,3))),s&&(e.isOffsetFixed&&0===e.offset&&!a?n+="Z":e.o<0?(n+="-",n+=xa(Math.trunc(-e.o/60)),n+=":",n+=xa(Math.trunc(-e.o%60))):(n+="+",n+=xa(Math.trunc(e.o/60)),n+=":",n+=xa(Math.trunc(e.o%60)))),a&&(n+="["+e.zone.ianaName+"]"),n}const Go={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Eo={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Do={ordinal:1,hour:0,minute:0,second:0,millisecond:0},jo=["year","month","day","hour","minute","second","millisecond"],Io=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],zo=["year","ordinal","hour","minute","second","millisecond"];function Fo(e){switch(e.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return function(e){const t={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[e.toLowerCase()];if(!t)throw new Ir(e);return t}(e)}}function Lo(e,t){const i=Es(t.zone,Qs.defaultZone);if(!i.isValid)return Ro.invalid(Mo(i));const r=Bs.fromObject(t);let s,a;if(ma(e.year))s=Qs.now();else{for(const t of jo)ma(e[t])&&(e[t]=Go[t]);const t=ua(e)||ha(e);if(t)return Ro.invalid(t);const r=function(e){return qo[e]||(void 0===Wo&&(Wo=Qs.now()),qo[e]=e.offset(Wo)),qo[e]}(i);[s,a]=$o(e,r,i)}return new Ro({ts:s,zone:i,loc:r,o:a})}function Po(e,t,i){const r=!!ma(i.round)||i.round,s=(e,s)=>{e=_a(e,r||i.calendary?0:2,!0);return t.loc.clone(i).relFormatter(i).format(e,s)},a=r=>i.calendary?t.hasSame(e,r)?0:t.startOf(r).diff(e.startOf(r),r).get(r):t.diff(e,r).get(r);if(i.unit)return s(a(i.unit),i.unit);for(const e of i.units){const t=a(e);if(Math.abs(t)>=1)return s(t,e)}return s(e>t?-0:0,i.units[i.units.length-1])}function Ho(e){let t,i={};return e.length>0&&"object"==typeof e[e.length-1]?(i=e[e.length-1],t=Array.from(e).slice(0,e.length-1)):t=Array.from(e),[i,t]}let Wo,qo={};class Ro{constructor(e){const t=e.zone||Qs.defaultZone;let i=e.invalid||(Number.isNaN(e.ts)?new Ks("invalid input"):null)||(t.isValid?null:Mo(t));this.ts=ma(e.ts)?Qs.now():e.ts;let r=null,s=null;if(!i){if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(t))[r,s]=[e.old.c,e.old.o];else{const a=fa(e.o)&&!e.old?e.o:t.offset(this.ts);r=Ao(this.ts,a),i=Number.isNaN(r.year)?new Ks("invalid input"):null,r=i?null:r,s=i?null:a}}this._zone=t,this.loc=e.loc||Bs.create(),this.invalid=i,this.weekData=null,this.localWeekData=null,this.c=r,this.o=s,this.isLuxonDateTime=!0}static now(){return new Ro({})}static local(){const[e,t]=Ho(arguments),[i,r,s,a,n,o,l]=t;return Lo({year:i,month:r,day:s,hour:a,minute:n,second:o,millisecond:l},e)}static utc(){const[e,t]=Ho(arguments),[i,r,s,a,n,o,l]=t;return e.zone=Vs.utcInstance,Lo({year:i,month:r,day:s,hour:a,minute:n,second:o,millisecond:l},e)}static fromJSDate(e,t={}){const i=function(e){return"[object Date]"===Object.prototype.toString.call(e)}(e)?e.valueOf():NaN;if(Number.isNaN(i))return Ro.invalid("invalid input");const r=Es(t.zone,Qs.defaultZone);return r.isValid?new Ro({ts:i,zone:r,loc:Bs.fromObject(t)}):Ro.invalid(Mo(r))}static fromMillis(e,t={}){if(fa(e))return e<-To||e>To?Ro.invalid("Timestamp out of range"):new Ro({ts:e,zone:Es(t.zone,Qs.defaultZone),loc:Bs.fromObject(t)});throw new zr(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,t={}){if(fa(e))return new Ro({ts:1e3*e,zone:Es(t.zone,Qs.defaultZone),loc:Bs.fromObject(t)});throw new zr("fromSeconds requires a numerical input")}static fromObject(e,t={}){e=e||{};const i=Es(t.zone,Qs.defaultZone);if(!i.isValid)return Ro.invalid(Mo(i));const r=Bs.fromObject(t),s=Ea(e,Fo),{minDaysInFirstWeek:a,startOfWeek:n}=da(s,r),o=Qs.now(),l=ma(t.specificOffset)?i.offset(o):t.specificOffset,c=!ma(s.ordinal),d=!ma(s.year),u=!ma(s.month)||!ma(s.day),h=d||u,m=s.weekYear||s.weekNumber;if((h||c)&&m)throw new jr("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(u&&c)throw new jr("Can't mix ordinal dates with month/day");const f=m||s.weekday&&!h;let p,y,b=Ao(o,l);f?(p=Io,y=Eo,b=na(b,a,n)):c?(p=zo,y=Do,b=la(b)):(p=jo,y=Go);let g=!1;for(const e of p){ma(s[e])?s[e]=g?y[e]:b[e]:g=!0}const w=f?function(e,t=4,i=1){const r=pa(e.weekYear),s=ka(e.weekNumber,1,Ca(e.weekYear,t,i)),a=ka(e.weekday,1,7);return r?s?!a&&ta("weekday",e.weekday):ta("week",e.weekNumber):ta("weekYear",e.weekYear)}(s,a,n):c?function(e){const t=pa(e.year),i=ka(e.ordinal,1,Oa(e.year));return t?!i&&ta("ordinal",e.ordinal):ta("year",e.year)}(s):ua(s),v=w||ha(s);if(v)return Ro.invalid(v);const k=f?oa(s,a,n):c?ca(s):s,[x,T]=$o(k,l,i),M=new Ro({ts:x,zone:i,o:T,loc:r});return s.weekday&&h&&e.weekday!==M.weekday?Ro.invalid("mismatched weekday",`you can't specify both a weekday of ${s.weekday} and a date of ${M.toISO()}`):M.isValid?M:Ro.invalid(M.invalid)}static fromISO(e,t={}){const[i,r]=function(e){return nn(e,[Cn,Gn],[Bn,En],[Un,Dn],[Vn,jn])}(e);return Co(i,r,t,"ISO 8601",e)}static fromRFC2822(e,t={}){const[i,r]=function(e){return nn(function(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(e),[Sn,_n])}(e);return Co(i,r,t,"RFC 2822",e)}static fromHTTP(e,t={}){const[i,r]=function(e){return nn(e,[Nn,$n],[On,$n],[An,Zn])}(e);return Co(i,r,t,"HTTP",t)}static fromFormat(e,t,i={}){if(ma(e)||ma(t))throw new zr("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:s=null}=i,a=Bs.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),[n,o,l,c]=function(e,t,i){const{result:r,zone:s,specificOffset:a,invalidReason:n}=vo(e,t,i);return[r,s,a,n]}(a,e,t);return c?Ro.invalid(c):Co(n,o,i,`format ${t}`,e,l)}static fromString(e,t,i={}){return Ro.fromFormat(e,t,i)}static fromSQL(e,t={}){const[i,r]=function(e){return nn(e,[zn,Gn],[Fn,Ln])}(e);return Co(i,r,t,"SQL",e)}static invalid(e,t=null){if(!e)throw new zr("need to specify a reason the DateTime is invalid");const i=e instanceof Ks?e:new Ks(e,t);if(Qs.throwOnInvalid)throw new Gr(i);return new Ro({invalid:i})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,t={}){const i=ko(e,Bs.fromObject(t));return i?i.map((e=>e?e.val:null)).join(""):null}static expandFormat(e,t={}){return go(tn.parseFormat(e),Bs.fromObject(t)).map((e=>e.val)).join("")}static resetCache(){Wo=void 0,qo={}}get(e){return this[e]}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?So(this).weekYear:NaN}get weekNumber(){return this.isValid?So(this).weekNumber:NaN}get weekday(){return this.isValid?So(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?_o(this).weekday:NaN}get localWeekNumber(){return this.isValid?_o(this).weekNumber:NaN}get localWeekYear(){return this.isValid?_o(this).weekYear:NaN}get ordinal(){return this.isValid?la(this.c).ordinal:NaN}get monthShort(){return this.isValid?so.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?so.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?so.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?so.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return!this.isOffsetFixed&&(this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset)}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const e=864e5,t=6e4,i=$a(this.c),r=this.zone.offset(i-e),s=this.zone.offset(i+e),a=this.zone.offset(i-r*t),n=this.zone.offset(i-s*t);if(a===n)return[this];const o=i-a*t,l=i-n*t,c=Ao(o,a),d=Ao(l,n);return c.hour===d.hour&&c.minute===d.minute&&c.second===d.second&&c.millisecond===d.millisecond?[No(this,{ts:o}),No(this,{ts:l})]:[this]}get isInLeapYear(){return Na(this.year)}get daysInMonth(){return Aa(this.year,this.month)}get daysInYear(){return this.isValid?Oa(this.year):NaN}get weeksInWeekYear(){return this.isValid?Ca(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?Ca(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(e={}){const{locale:t,numberingSystem:i,calendar:r}=tn.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:t,numberingSystem:i,outputCalendar:r}}toUTC(e=0,t={}){return this.setZone(Vs.instance(e),t)}toLocal(){return this.setZone(Qs.defaultZone)}setZone(e,{keepLocalTime:t=!1,keepCalendarTime:i=!1}={}){if((e=Es(e,Qs.defaultZone)).equals(this.zone))return this;if(e.isValid){let r=this.ts;if(t||i){const t=e.offset(this.ts),i=this.toObject();[r]=$o(i,t,e)}return No(this,{ts:r,zone:e})}return Ro.invalid(Mo(e))}reconfigure({locale:e,numberingSystem:t,outputCalendar:i}={}){return No(this,{loc:this.loc.clone({locale:e,numberingSystem:t,outputCalendar:i})})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const t=Ea(e,Fo),{minDaysInFirstWeek:i,startOfWeek:r}=da(t,this.loc),s=!ma(t.weekYear)||!ma(t.weekNumber)||!ma(t.weekday),a=!ma(t.ordinal),n=!ma(t.year),o=!ma(t.month)||!ma(t.day),l=n||o,c=t.weekYear||t.weekNumber;if((l||a)&&c)throw new jr("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(o&&a)throw new jr("Can't mix ordinal dates with month/day");let d;s?d=oa({...na(this.c,i,r),...t},i,r):ma(t.ordinal)?(d={...this.toObject(),...t},ma(t.day)&&(d.day=Math.min(Aa(d.year,d.month),d.day))):d=ca({...la(this.c),...t});const[u,h]=$o(d,this.o,this.zone);return No(this,{ts:u,o:h})}plus(e){if(!this.isValid)return this;return No(this,Zo(this,to.fromDurationLike(e)))}minus(e){if(!this.isValid)return this;return No(this,Zo(this,to.fromDurationLike(e).negate()))}startOf(e,{useLocaleWeeks:t=!1}={}){if(!this.isValid)return this;const i={},r=to.normalizeUnit(e);switch(r){case"years":i.month=1;case"quarters":case"months":i.day=1;case"weeks":case"days":i.hour=0;case"hours":i.minute=0;case"minutes":i.second=0;case"seconds":i.millisecond=0}if("weeks"===r)if(t){const e=this.loc.getStartOfWeek(),{weekday:t}=this;tthis.valueOf(),n=no(a?this:e,a?e:this,s,r);var o;return a?n.negate():n}diffNow(e="milliseconds",t={}){return this.diff(Ro.now(),e,t)}until(e){return this.isValid?ro.fromDateTimes(this,e):this}hasSame(e,t,i){if(!this.isValid)return!1;const r=e.valueOf(),s=this.setZone(e.zone,{keepLocalTime:!0});return s.startOf(t,i)<=r&&r<=s.endOf(t,i)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const t=e.base||Ro.fromObject({},{zone:this.zone}),i=e.padding?thise.valueOf()),Math.min)}static max(...e){if(!e.every(Ro.isDateTime))throw new zr("max requires all arguments be DateTimes");return ga(e,(e=>e.valueOf()),Math.max)}static fromFormatExplain(e,t,i={}){const{locale:r=null,numberingSystem:s=null}=i;return vo(Bs.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),e,t)}static fromStringExplain(e,t,i={}){return Ro.fromFormatExplain(e,t,i)}static buildFormatParser(e,t={}){const{locale:i=null,numberingSystem:r=null}=t,s=Bs.fromOpts({locale:i,numberingSystem:r,defaultToEN:!0});return new wo(s,e)}static fromFormatParser(e,t,i={}){if(ma(e)||ma(t))throw new zr("fromFormatParser requires an input string and a format parser");const{locale:r=null,numberingSystem:s=null}=i,a=Bs.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0});if(!a.equals(t.locale))throw new zr(`fromFormatParser called with a locale of ${a}, but the format parser was created for ${t.locale}`);const{result:n,zone:o,specificOffset:l,invalidReason:c}=t.explainFromTokens(e);return c?Ro.invalid(c):Co(n,o,i,`format ${t.format}`,e,l)}static get DATE_SHORT(){return Wr}static get DATE_MED(){return qr}static get DATE_MED_WITH_WEEKDAY(){return Rr}static get DATE_FULL(){return Yr}static get DATE_HUGE(){return Jr}static get TIME_SIMPLE(){return Qr}static get TIME_WITH_SECONDS(){return Kr}static get TIME_WITH_SHORT_OFFSET(){return Xr}static get TIME_WITH_LONG_OFFSET(){return es}static get TIME_24_SIMPLE(){return ts}static get TIME_24_WITH_SECONDS(){return is}static get TIME_24_WITH_SHORT_OFFSET(){return rs}static get TIME_24_WITH_LONG_OFFSET(){return ss}static get DATETIME_SHORT(){return as}static get DATETIME_SHORT_WITH_SECONDS(){return ns}static get DATETIME_MED(){return os}static get DATETIME_MED_WITH_SECONDS(){return ls}static get DATETIME_MED_WITH_WEEKDAY(){return cs}static get DATETIME_FULL(){return ds}static get DATETIME_FULL_WITH_SECONDS(){return us}static get DATETIME_HUGE(){return hs}static get DATETIME_HUGE_WITH_SECONDS(){return ms}}function Yo(e){if(Ro.isDateTime(e))return e;if(e&&e.valueOf&&fa(e.valueOf()))return Ro.fromJSDate(e);if(e&&"object"==typeof e)return Ro.fromObject(e);throw new zr(`Unknown datetime argument: ${e}, of type ${typeof e}`)}console.info("%c CLOCK-WEATHER-CARD \n%c Version: 2.8.4","color: orange; font-weight: bold; background: black","color: white; font-weight: bold; background: dimgray"),window.customCards=window.customCards||[],window.customCards.push({type:"clock-weather-card",name:"Clock Weather Card",description:"Shows the current date/time in combination with the current weather and an iOS insipired weather forecast."});const Jo=(new Map).set(-20,new ge(0,60,98)).set(-10,new ge(120,162,204)).set(0,new ge(164,195,210)).set(10,new ge(121,210,179)).set(20,new ge(252,245,112)).set(30,new ge(255,150,79)).set(40,new ge(255,192,159));let Qo=class extends se{constructor(){super(),this.forecastSubscriberLock=!1,this.currentDate=Ro.now();const e=1e3-this.currentDate.millisecond;setTimeout((()=>setInterval((()=>{this.currentDate=Ro.now()}),1e3)),e),setTimeout((()=>{this.currentDate=Ro.now()}),e)}static getStubConfig(e,t,i){const r=t.find((e=>{var t;return null!==(t=e.startsWith("weather."))&&void 0!==t?t:i.find((()=>!0))}));return r?{entity:r}:{}}getCardSize(){return 3+gr(this.config.forecast_rows/2)}setConfig(e){if(!e)throw this.createError("Invalid configuration.");if(!e.entity)throw this.createError('Attribute "entity" must be present.');if(e.forecast_rows&&e.forecast_rows<1)throw this.createError('Attribute "forecast_rows" must be greater than 0.');if(e.time_format&&"24"!==e.time_format.toString()&&"12"!==e.time_format.toString())throw this.createError('Attribute "time_format" must either be "12" or "24".');if(e.hide_today_section&&e.hide_forecast_section)throw this.createError('Attributes "hide_today_section" and "hide_forecast_section" must not enabled at the same time.');this.config=this.mergeConfig(e)}shouldUpdate(e){if(!this.config)return!1;if(e.has("forecasts"))return!0;const t=e.get("hass");if(t){if(t.states[this.config.sun_entity]!==this.hass.states[this.config.sun_entity])return!0}return function(e,t,i){if(t.has("config")||i)return!0;if(e.config.entity){var r=t.get("hass");return!r||r.states[e.config.entity]!==e.hass.states[e.config.entity]}return!1}(this,e,!1)}updated(e){super.updated(e),e.has("config")&&this.subscribeForecastEvents()}render(){if(this.error)return this.error;const e=!this.config.hide_today_section,t=!this.config.hide_forecast_section;return D` {this.handleAction(e)}} .actionHandler=${Me({hasHold:be(this.config.hold_action),hasDoubleClick:be(this.config.double_tap_action)})} @@ -218,7 +218,7 @@ const ne=(e,t)=>"method"===t.kind&&t.descriptor&&!("value"in t.descriptor)?{...t ${this.config.hide_date?"":this.date()} - `}renderForecast(){const e=this.getWeather(),t=wr(this.getCurrentTemperature()),i=this.config.forecast_rows,r=this.config.hourly_forecast,s=e.attributes.temperature_unit,a=this.mergeForecasts(i,r),n=a.map((e=>e.templow)),o=a.map((e=>e.temperature));null!==t&&(n.push(t),o.push(t));const l=Math.round(yr(n)),c=Math.round(pr(o)),d=this.gradientRange(l,c,s),u=a.map((e=>e.datetime)).map((e=>r?this.time(e):this.localize(`day.${e.weekday}`))),h=u.length?pr(u.map((e=>e.length))):0;return a.map(((e,i)=>Ur((()=>this.renderForecastItem(e,d,l,c,t,r,u[i],h)))))}renderForecastItem(e,t,i,r,s,a,n,o){const l="pouring"===e.condition?"raindrops":"rainy"===e.condition?"raindrop":e.condition,c=this.toIcon(l,"fill",!0,"static"),d=this.getWeather().attributes.temperature_unit,u=a?Ho.now().hour===e.datetime.hour:Ho.now().day===e.datetime.day,h=Math.round(u&&null!==s?Math.min(s,e.templow):e.templow),m=Math.round(u&&null!==s?Math.max(s,e.temperature):e.temperature);return D` + `}renderForecast(){const e=this.getWeather(),t=wr(this.getCurrentTemperature()),i=this.config.forecast_rows,r=this.config.hourly_forecast,s=e.attributes.temperature_unit,a=this.mergeForecasts(i,r),n=a.map((e=>e.templow)),o=a.map((e=>e.temperature));null!==t&&(n.push(t),o.push(t));const l=Math.round(yr(n)),c=Math.round(pr(o)),d=this.gradientRange(l,c,s),u=a.map((e=>e.datetime)).map((e=>r?this.time(e):this.localize(`day.${e.weekday}`))),h=u.length?pr(u.map((e=>e.length))):0;return a.map(((e,i)=>Ur((()=>this.renderForecastItem(e,d,l,c,t,r,u[i],h)))))}renderForecastItem(e,t,i,r,s,a,n,o){const l="pouring"===e.condition?"raindrops":"rainy"===e.condition?"raindrop":e.condition,c=this.toIcon(l,"fill",!0,"static"),d=this.getWeather().attributes.temperature_unit,u=a?Ro.now().hour===e.datetime.hour:Ro.now().day===e.datetime.day,h=Math.round(u&&null!==s?Math.min(s,e.templow):e.templow),m=Math.round(u&&null!==s?Math.max(s,e.temperature):e.temperature);return D` ${this.renderText(n)} ${this.renderIcon(c)} @@ -248,4 +248,4 @@ const ne=(e,t)=>"method"===t.kind&&t.descriptor&&!("value"in t.descriptor)?{...t - `}static get styles(){return we}gradientRange(e,t,i){const r=this.toCelsius(i,e),s=this.toCelsius(i,t),a=Math.max(function(e,t=0){return t<=0?Math.floor(e):Math.floor(e/t)*t}(r,10),yr([...qo.keys()])),n=Math.min(gr(s,10),pr([...qo.keys()]));return Array.from(qo.keys()).filter((e=>e>=a&&e<=n)).map((e=>qo.get(e)))}gradient(e,t,i){var r;if(e.length<=1){const t=null!==(r=e[0])&&void 0!==r?r:new ge(255,255,255);return[t,t].map((e=>e.toRgbString())).join(",")}const[s,a]=this.calculateRgb(e,t,"left"),[n,o]=this.calculateRgb(e,i,"right");return[s,...e.slice(a+1,o),n].map((e=>e.toRgbString())).join(",")}calculateRgb(e,t,i){function r(e,t,i){const r=Math.abs(e-t)/100*i;return br(e>t?e-r:e+r)}const s=100/(e.length-1),a=t/s,n=Math.round(a),o=100/s*(t-n*s),l=0===o?n:o<0?n-1:n+1,c=function(e,t,i,s){const a=s[e],n=s[t],o=i<0?100+i:i,l=i<0?n:a,c=i<0?a:n,d=r(l.r,c.r,o),u=r(l.g,c.g,o),h=r(l.b,c.b,o);return new ge(d,u,h)}(n,l,o,e);return[c,"left"===i?Math.min(n,l):Math.max(n,l)]}handleAction(e){this.hass&&this.config&&e.detail.action&&function(e,t,i,r){var s;"double_tap"===r&&i.double_tap_action?s=i.double_tap_action:"hold"===r&&i.hold_action?s=i.hold_action:"tap"===r&&i.tap_action&&(s=i.tap_action),ye(e,t,i,s)}(this,this.hass,this.config,e.detail.action)}mergeConfig(e){var t,i,r,s,a,n,o,l,c,d,u,h,m,f,p,y,b,g;return Object.assign(Object.assign({},e),{sun_entity:null!==(t=e.sun_entity)&&void 0!==t?t:"sun.sun",temperature_sensor:e.temperature_sensor,humidity_sensor:e.humidity_sensor,weather_icon_type:null!==(i=e.weather_icon_type)&&void 0!==i?i:"line",forecast_rows:null!==(r=e.forecast_rows)&&void 0!==r?r:5,hourly_forecast:null!==(s=e.hourly_forecast)&&void 0!==s&&s,animated_icon:null===(a=e.animated_icon)||void 0===a||a,time_format:null===(n=e.time_format)||void 0===n?void 0:n.toString(),time_pattern:null!==(o=e.time_pattern)&&void 0!==o?o:void 0,show_humidity:null!==(l=e.show_humidity)&&void 0!==l&&l,hide_forecast_section:null!==(c=e.hide_forecast_section)&&void 0!==c&&c,hide_today_section:null!==(d=e.hide_today_section)&&void 0!==d&&d,hide_clock:null!==(u=e.hide_clock)&&void 0!==u&&u,hide_date:null!==(h=e.hide_date)&&void 0!==h&&h,date_pattern:null!==(m=e.date_pattern)&&void 0!==m?m:"D",use_browser_time:null!==(f=e.use_browser_time)&&void 0!==f&&f,time_zone:null!==(p=e.time_zone)&&void 0!==p?p:void 0,show_decimal:null!==(y=e.show_decimal)&&void 0!==y&&y,apparent_sensor:null!==(b=e.apparent_sensor)&&void 0!==b?b:void 0,aqi_sensor:null!==(g=e.aqi_sensor)&&void 0!==g?g:void 0})}toIcon(e,t,i,r){var s;const a=i?"day":"below_horizon"===(null===(s=this.getSun())||void 0===s?void 0:s.state)?"night":"day",n=("animated"===r?Cr:Br)[t][e];return(null==n?void 0:n[a])||n}getWeather(){const e=this.hass.states[this.config.entity];if(!e)throw this.createError(`Weather entity "${this.config.entity}" could not be found.`);return e}getCurrentTemperature(){var e,t;if(this.config.temperature_sensor){const t=this.hass.states[this.config.temperature_sensor],i=(null==t?void 0:t.state)?parseFloat(t.state):void 0,r=null!==(e=null==t?void 0:t.attributes.unit_of_measurement)&&void 0!==e?e:this.getConfiguredTemperatureUnit();if(void 0!==i&&!isNaN(i))return this.toConfiguredTempWithoutUnit(r,i)}return null!==(t=this.getWeather().attributes.temperature)&&void 0!==t?t:null}getCurrentHumidity(){var e;if(this.config.humidity_sensor){const e=this.hass.states[this.config.humidity_sensor],t=(null==e?void 0:e.state)?parseFloat(e.state):void 0;if(void 0!==t&&!isNaN(t))return t}return null!==(e=this.getWeather().attributes.humidity)&&void 0!==e?e:null}getApparentTemperature(){var e;if(this.config.apparent_sensor){const t=this.hass.states[this.config.apparent_sensor],i=(null==t?void 0:t.state)?parseFloat(t.state):void 0,r=null!==(e=null==t?void 0:t.attributes.unit_of_measurement)&&void 0!==e?e:this.getConfiguredTemperatureUnit();if(void 0!==i&&!isNaN(i))return this.toConfiguredTempWithoutUnit(r,i)}return null}getAqi(){if(this.config.aqi_sensor){const e=this.hass.states[this.config.aqi_sensor],t=(null==e?void 0:e.state)?parseInt(e.state):void 0;if(void 0!==t&&!isNaN(t))return t}return null}getAqiColor(e){return null==e?null:e<=50?"green":e<=100?"yellowgreen":e<=150?"orange":e<=200?"red":e<=300?"purple":"maroon"}getSun(){return this.hass.states[this.config.sun_entity]}getLocale(){var e,t;return null!==(t=null!==(e=this.config.locale)&&void 0!==e?e:this.hass.locale.language)&&void 0!==t?t:"en-GB"}date(){return this.toZonedDate(this.currentDate).toFormat(this.config.date_pattern)}time(e=this.currentDate){return this.config.time_pattern?this.toZonedDate(e).toFormat(this.config.time_pattern):this.config.time_format?this.toZonedDate(e).toFormat("24"===this.config.time_format?"HH:mm":"h:mm a"):this.hass.locale.time_format===he.am_pm?this.toZonedDate(e).toFormat("h:mm a"):this.hass.locale.time_format===he.twenty_four?this.toZonedDate(e).toFormat("HH:mm"):this.toZonedDate(e).toFormat("t")}getIconAnimationKind(){return this.config.animated_icon?"animated":"static"}toCelsius(e,t){return"°C"===e?t:Math.round(5/9*(t-32))}toFahrenheit(e,t){return"°F"===e?t:Math.round(9*t/5+32)}getConfiguredTemperatureUnit(){return this.hass.config.unit_system.temperature}toConfiguredTempWithUnit(e,t){return this.toConfiguredTempWithoutUnit(e,t)+this.getConfiguredTemperatureUnit()}toConfiguredTempWithoutUnit(e,t){return this.getConfiguredTemperatureUnit()===e?t:"°C"===e?this.toFahrenheit(e,t):this.toCelsius(e,t)}calculateBarRangePercents(e,t,i,r){if(t===e)return{startPercent:0,endPercent:100};const s=100/(t-e)*(i-e),a=100/(t-e)*(r-e);return{startPercent:Math.max(0,s),endPercent:Math.min(100,a)}}localize(e){return function(e,t){let i;const r=t.replace(/['"]+/g,"").replace("-","_").replace("_","").toLowerCase();try{i=e.split(".").reduce(((e,t)=>e[t]),fr[r])}catch(t){i=e.split(".").reduce(((e,t)=>e[t]),fr.en)}return void 0===i&&(i=e.split(".").reduce(((e,t)=>e[t]),fr.en)),i}(e,this.getLocale())}mergeForecasts(e,t){var i,r;const s=(this.isLegacyWeather()?null!==(i=this.getWeather().attributes.forecast)&&void 0!==i?i:[]:null!==(r=this.forecasts)&&void 0!==r?r:[]).reduce(((e,i)=>{const r=new Date(i.datetime),s=t?`${r.getMonth()}-${r.getDate()}-${+r.getHours()}`:r.getDate();return e[s]=e[s]||[],e[s].push(i),e}),{});return Object.values(s).reduce(((e,t)=>{if(0===t.length)return e;const i=this.calculateAverageForecast(t);return e.push(i),e}),[]).sort(((e,t)=>e.datetime.toMillis()-t.datetime.toMillis())).slice(0,e)}toZonedDate(e){var t,i,r;const s=e.setLocale(this.getLocale());if(this.config.use_browser_time)return s;const a=null!==(t=this.config.time_zone)&&void 0!==t?t:null===(r=null===(i=this.hass)||void 0===i?void 0:i.config)||void 0===r?void 0:r.time_zone,n=s.setZone(a);return n.isValid?n:(console.error(`clock-weather-card - Time Zone [${a}] not supported. Falling back to browser time.`),s)}calculateAverageForecast(e){const t=e.map((e=>{var t,i,r;return null!==(r=null!==(i=null!==(t=e.templow)&&void 0!==t?t:e.temperature)&&void 0!==i?i:this.getCurrentTemperature())&&void 0!==r?r:0})),i=yr(t),r=e.map((e=>{var t,i;return null!==(i=null!==(t=e.temperature)&&void 0!==t?t:this.getCurrentTemperature())&&void 0!==i?i:0})),s=pr(r),a=e.map((e=>{var t;return null!==(t=e.precipitation_probability)&&void 0!==t?t:0})),n=pr(a),o=e.map((e=>{var t;return null!==(t=e.precipitation)&&void 0!==t?t:0})),l=pr(o),c=e.map((e=>e.condition)),d=function(e){var t,i,r;const s=new Map;let a=e[0],n=1;for(let o=0;on&&(a=l,n=null!==(r=s.get(l))&&void 0!==r?r:0)}}return a}(c);return{temperature:s,templow:i,datetime:this.parseDateTime(e[0].datetime),condition:d,precipitation_probability:n,precipitation:l}}subscribeForecastEvents(){return t(this,void 0,void 0,(function*(){if(this.forecastSubscriberLock)return;if(this.forecastSubscriberLock=!0,yield this.unsubscribeForecastEvents(),this.isLegacyWeather())return this.forecastSubscriber=()=>t(this,void 0,void 0,(function*(){})),void(this.forecastSubscriberLock=!1);if(!this.isConnected||!this.config||!this.hass)return void(this.forecastSubscriberLock=!1);const e=this.determineForecastType();if("hourly_not_supported"===e)throw this.forecastSubscriber=()=>t(this,void 0,void 0,(function*(){})),this.forecastSubscriberLock=!1,this.createError(`Weather entity [${this.config.entity}] does not support hourly forecast.`);try{const t=e=>{this.forecasts=e.forecast},i={resubscribe:!1},r={type:"weather/subscribe_forecast",forecast_type:e,entity_id:this.config.entity};this.forecastSubscriber=yield this.hass.connection.subscribeMessage(t,r,i)}catch(e){console.error("clock-weather-card - Error when subscribing to weather forecast",e)}finally{this.forecastSubscriberLock=!1}}))}unsubscribeForecastEvents(){return t(this,void 0,void 0,(function*(){if(this.forecastSubscriber)try{yield this.forecastSubscriber()}catch(e){}finally{this.forecastSubscriber=void 0}}))}isLegacyWeather(){return!this.supportsFeature(1)&&!this.supportsFeature(2)}supportsFeature(e){try{return!!(this.getWeather().attributes.supported_features&e)}catch(e){return!1}}createError(e){const t=new Error(e),i=document.createElement("hui-error-card");return i.setConfig({type:"error",error:t,origConfig:this.config}),this.error=D`${i}`,t}determineForecastType(){const e=this.supportsFeature(1),t=this.supportsFeature(2),i=this.config.hourly_forecast;return e&&t?i?"hourly":"daily":i&&t?"hourly":!i&&e?"daily":i&&!t?"hourly_not_supported":(console.warn(`clock-weather-card - Weather entity [${this.config.entity}] does not support daily forecast. Falling back to hourly forecast.`),"hourly")}parseDateTime(e){const t=Ho.fromISO(e);return t.isValid?t:Ho.fromJSDate(new Date(e))}};e([le({attribute:!1})],Ro.prototype,"hass",void 0),e([ce()],Ro.prototype,"config",void 0),e([ce()],Ro.prototype,"currentDate",void 0),e([ce()],Ro.prototype,"forecasts",void 0),e([ce()],Ro.prototype,"error",void 0),Ro=e([(e=>t=>"function"==typeof t?((e,t)=>(customElements.define(e,t),t))(e,t):((e,t)=>{const{kind:i,elements:r}=t;return{kind:i,elements:r,finisher(t){customElements.define(e,t)}}})(e,t))("clock-weather-card")],Ro);export{Ro as ClockWeatherCard}; + `}static get styles(){return we}gradientRange(e,t,i){const r=this.toCelsius(i,e),s=this.toCelsius(i,t),a=Math.max(function(e,t=0){return t<=0?Math.floor(e):Math.floor(e/t)*t}(r,10),yr([...Jo.keys()])),n=Math.min(gr(s,10),pr([...Jo.keys()]));return Array.from(Jo.keys()).filter((e=>e>=a&&e<=n)).map((e=>Jo.get(e)))}gradient(e,t,i){var r;if(e.length<=1){const t=null!==(r=e[0])&&void 0!==r?r:new ge(255,255,255);return[t,t].map((e=>e.toRgbString())).join(",")}const[s,a]=this.calculateRgb(e,t,"left"),[n,o]=this.calculateRgb(e,i,"right");return[s,...e.slice(a+1,o),n].map((e=>e.toRgbString())).join(",")}calculateRgb(e,t,i){function r(e,t,i){const r=Math.abs(e-t)/100*i;return br(e>t?e-r:e+r)}const s=100/(e.length-1),a=t/s,n=Math.round(a),o=100/s*(t-n*s),l=0===o?n:o<0?n-1:n+1,c=function(e,t,i,s){const a=s[e],n=s[t],o=i<0?100+i:i,l=i<0?n:a,c=i<0?a:n,d=r(l.r,c.r,o),u=r(l.g,c.g,o),h=r(l.b,c.b,o);return new ge(d,u,h)}(n,l,o,e);return[c,"left"===i?Math.min(n,l):Math.max(n,l)]}handleAction(e){this.hass&&this.config&&e.detail.action&&function(e,t,i,r){var s;"double_tap"===r&&i.double_tap_action?s=i.double_tap_action:"hold"===r&&i.hold_action?s=i.hold_action:"tap"===r&&i.tap_action&&(s=i.tap_action),ye(e,t,i,s)}(this,this.hass,this.config,e.detail.action)}mergeConfig(e){var t,i,r,s,a,n,o,l,c,d,u,h,m,f,p,y,b,g;return Object.assign(Object.assign({},e),{sun_entity:null!==(t=e.sun_entity)&&void 0!==t?t:"sun.sun",temperature_sensor:e.temperature_sensor,humidity_sensor:e.humidity_sensor,weather_icon_type:null!==(i=e.weather_icon_type)&&void 0!==i?i:"line",forecast_rows:null!==(r=e.forecast_rows)&&void 0!==r?r:5,hourly_forecast:null!==(s=e.hourly_forecast)&&void 0!==s&&s,animated_icon:null===(a=e.animated_icon)||void 0===a||a,time_format:null===(n=e.time_format)||void 0===n?void 0:n.toString(),time_pattern:null!==(o=e.time_pattern)&&void 0!==o?o:void 0,show_humidity:null!==(l=e.show_humidity)&&void 0!==l&&l,hide_forecast_section:null!==(c=e.hide_forecast_section)&&void 0!==c&&c,hide_today_section:null!==(d=e.hide_today_section)&&void 0!==d&&d,hide_clock:null!==(u=e.hide_clock)&&void 0!==u&&u,hide_date:null!==(h=e.hide_date)&&void 0!==h&&h,date_pattern:null!==(m=e.date_pattern)&&void 0!==m?m:"D",use_browser_time:null!==(f=e.use_browser_time)&&void 0!==f&&f,time_zone:null!==(p=e.time_zone)&&void 0!==p?p:void 0,show_decimal:null!==(y=e.show_decimal)&&void 0!==y&&y,apparent_sensor:null!==(b=e.apparent_sensor)&&void 0!==b?b:void 0,aqi_sensor:null!==(g=e.aqi_sensor)&&void 0!==g?g:void 0})}toIcon(e,t,i,r){var s;const a=i?"day":"below_horizon"===(null===(s=this.getSun())||void 0===s?void 0:s.state)?"night":"day",n=("animated"===r?Cr:Br)[t][e];return(null==n?void 0:n[a])||n}getWeather(){const e=this.hass.states[this.config.entity];if(!e)throw this.createError(`Weather entity "${this.config.entity}" could not be found.`);return e}getCurrentTemperature(){var e,t;if(this.config.temperature_sensor){const t=this.hass.states[this.config.temperature_sensor],i=(null==t?void 0:t.state)?parseFloat(t.state):void 0,r=null!==(e=null==t?void 0:t.attributes.unit_of_measurement)&&void 0!==e?e:this.getConfiguredTemperatureUnit();if(void 0!==i&&!isNaN(i))return this.toConfiguredTempWithoutUnit(r,i)}return null!==(t=this.getWeather().attributes.temperature)&&void 0!==t?t:null}getCurrentHumidity(){var e;if(this.config.humidity_sensor){const e=this.hass.states[this.config.humidity_sensor],t=(null==e?void 0:e.state)?parseFloat(e.state):void 0;if(void 0!==t&&!isNaN(t))return t}return null!==(e=this.getWeather().attributes.humidity)&&void 0!==e?e:null}getApparentTemperature(){var e;if(this.config.apparent_sensor){const t=this.hass.states[this.config.apparent_sensor],i=(null==t?void 0:t.state)?parseFloat(t.state):void 0,r=null!==(e=null==t?void 0:t.attributes.unit_of_measurement)&&void 0!==e?e:this.getConfiguredTemperatureUnit();if(void 0!==i&&!isNaN(i))return this.toConfiguredTempWithoutUnit(r,i)}return null}getAqi(){if(this.config.aqi_sensor){const e=this.hass.states[this.config.aqi_sensor],t=(null==e?void 0:e.state)?parseInt(e.state):void 0;if(void 0!==t&&!isNaN(t))return t}return null}getAqiColor(e){return null==e?null:e<=50?"green":e<=100?"yellowgreen":e<=150?"orange":e<=200?"red":e<=300?"purple":"maroon"}getSun(){return this.hass.states[this.config.sun_entity]}getLocale(){var e,t;return null!==(t=null!==(e=this.config.locale)&&void 0!==e?e:this.hass.locale.language)&&void 0!==t?t:"en-GB"}date(){return this.toZonedDate(this.currentDate).toFormat(this.config.date_pattern)}time(e=this.currentDate){return this.config.time_pattern?this.toZonedDate(e).toFormat(this.config.time_pattern):this.config.time_format?this.toZonedDate(e).toFormat("24"===this.config.time_format?"HH:mm":"h:mm a"):this.hass.locale.time_format===he.am_pm?this.toZonedDate(e).toFormat("h:mm a"):this.hass.locale.time_format===he.twenty_four?this.toZonedDate(e).toFormat("HH:mm"):this.toZonedDate(e).toFormat("t")}getIconAnimationKind(){return this.config.animated_icon?"animated":"static"}toCelsius(e,t){return"°C"===e?t:Math.round(5/9*(t-32))}toFahrenheit(e,t){return"°F"===e?t:Math.round(9*t/5+32)}getConfiguredTemperatureUnit(){return this.hass.config.unit_system.temperature}toConfiguredTempWithUnit(e,t){return this.toConfiguredTempWithoutUnit(e,t)+this.getConfiguredTemperatureUnit()}toConfiguredTempWithoutUnit(e,t){return this.getConfiguredTemperatureUnit()===e?t:"°C"===e?this.toFahrenheit(e,t):this.toCelsius(e,t)}calculateBarRangePercents(e,t,i,r){if(t===e)return{startPercent:0,endPercent:100};const s=100/(t-e)*(i-e),a=100/(t-e)*(r-e);return{startPercent:Math.max(0,s),endPercent:Math.min(100,a)}}localize(e){return function(e,t){let i;const r=t.replace(/['"]+/g,"").replace("-","_").replace("_","").toLowerCase();try{i=e.split(".").reduce(((e,t)=>e[t]),fr[r])}catch(t){i=e.split(".").reduce(((e,t)=>e[t]),fr.en)}return void 0===i&&(i=e.split(".").reduce(((e,t)=>e[t]),fr.en)),i}(e,this.getLocale())}mergeForecasts(e,t){var i,r;const s=(this.isLegacyWeather()?null!==(i=this.getWeather().attributes.forecast)&&void 0!==i?i:[]:null!==(r=this.forecasts)&&void 0!==r?r:[]).reduce(((e,i)=>{const r=new Date(i.datetime),s=t?`${r.getMonth()}-${r.getDate()}-${+r.getHours()}`:r.getDate();return e[s]=e[s]||[],e[s].push(i),e}),{});return Object.values(s).reduce(((e,t)=>{if(0===t.length)return e;const i=this.calculateAverageForecast(t);return e.push(i),e}),[]).sort(((e,t)=>e.datetime.toMillis()-t.datetime.toMillis())).slice(0,e)}toZonedDate(e){var t,i,r;const s=e.setLocale(this.getLocale());if(this.config.use_browser_time)return s;const a=null!==(t=this.config.time_zone)&&void 0!==t?t:null===(r=null===(i=this.hass)||void 0===i?void 0:i.config)||void 0===r?void 0:r.time_zone,n=s.setZone(a);return n.isValid?n:(console.error(`clock-weather-card - Time Zone [${a}] not supported. Falling back to browser time.`),s)}calculateAverageForecast(e){const t=e.map((e=>{var t,i,r;return null!==(r=null!==(i=null!==(t=e.templow)&&void 0!==t?t:e.temperature)&&void 0!==i?i:this.getCurrentTemperature())&&void 0!==r?r:0})),i=yr(t),r=e.map((e=>{var t,i;return null!==(i=null!==(t=e.temperature)&&void 0!==t?t:this.getCurrentTemperature())&&void 0!==i?i:0})),s=pr(r),a=e.map((e=>{var t;return null!==(t=e.precipitation_probability)&&void 0!==t?t:0})),n=pr(a),o=e.map((e=>{var t;return null!==(t=e.precipitation)&&void 0!==t?t:0})),l=pr(o),c=e.map((e=>e.condition)),d=function(e){var t,i,r;const s=new Map;let a=e[0],n=1;for(let o=0;on&&(a=l,n=null!==(r=s.get(l))&&void 0!==r?r:0)}}return a}(c);return{temperature:s,templow:i,datetime:this.parseDateTime(e[0].datetime),condition:d,precipitation_probability:n,precipitation:l}}subscribeForecastEvents(){return t(this,void 0,void 0,(function*(){if(this.forecastSubscriberLock)return;if(this.forecastSubscriberLock=!0,yield this.unsubscribeForecastEvents(),this.isLegacyWeather())return this.forecastSubscriber=()=>t(this,void 0,void 0,(function*(){})),void(this.forecastSubscriberLock=!1);if(!this.isConnected||!this.config||!this.hass)return void(this.forecastSubscriberLock=!1);const e=this.determineForecastType();if("hourly_not_supported"===e)throw this.forecastSubscriber=()=>t(this,void 0,void 0,(function*(){})),this.forecastSubscriberLock=!1,this.createError(`Weather entity [${this.config.entity}] does not support hourly forecast.`);try{const t=e=>{this.forecasts=e.forecast},i={resubscribe:!1},r={type:"weather/subscribe_forecast",forecast_type:e,entity_id:this.config.entity};this.forecastSubscriber=yield this.hass.connection.subscribeMessage(t,r,i)}catch(e){console.error("clock-weather-card - Error when subscribing to weather forecast",e)}finally{this.forecastSubscriberLock=!1}}))}unsubscribeForecastEvents(){return t(this,void 0,void 0,(function*(){if(this.forecastSubscriber)try{yield this.forecastSubscriber()}catch(e){}finally{this.forecastSubscriber=void 0}}))}isLegacyWeather(){return!this.supportsFeature(1)&&!this.supportsFeature(2)}supportsFeature(e){try{return!!(this.getWeather().attributes.supported_features&e)}catch(e){return!1}}createError(e){const t=new Error(e),i=document.createElement("hui-error-card");return i.setConfig({type:"error",error:t,origConfig:this.config}),this.error=D`${i}`,t}determineForecastType(){const e=this.supportsFeature(1),t=this.supportsFeature(2),i=this.config.hourly_forecast;return e&&t?i?"hourly":"daily":i&&t?"hourly":!i&&e?"daily":i&&!t?"hourly_not_supported":(console.warn(`clock-weather-card - Weather entity [${this.config.entity}] does not support daily forecast. Falling back to hourly forecast.`),"hourly")}parseDateTime(e){const t=Ro.fromISO(e);return t.isValid?t:Ro.fromJSDate(new Date(e))}};e([le({attribute:!1})],Qo.prototype,"hass",void 0),e([ce()],Qo.prototype,"config",void 0),e([ce()],Qo.prototype,"currentDate",void 0),e([ce()],Qo.prototype,"forecasts",void 0),e([ce()],Qo.prototype,"error",void 0),Qo=e([(e=>t=>"function"==typeof t?((e,t)=>(customElements.define(e,t),t))(e,t):((e,t)=>{const{kind:i,elements:r}=t;return{kind:i,elements:r,finisher(t){customElements.define(e,t)}}})(e,t))("clock-weather-card")],Qo);export{Qo as ClockWeatherCard}; diff --git a/config/www/community/clock-weather-card/clock-weather-card.js.gz b/config/www/community/clock-weather-card/clock-weather-card.js.gz index ccc496a1a621a2518ca53b5515a510e33eccf647..923c1b4f42569f91dc25d1d1d4e3b76ff526d55a 100644 GIT binary patch delta 50624 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 delta 50330 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 F1OWC@s5Jlp diff --git a/config/www/community/lovelace-mushroom/mushroom.js b/config/www/community/lovelace-mushroom/mushroom.js index 9db368ef..8a5d7a7f 100644 --- a/config/www/community/lovelace-mushroom/mushroom.js +++ b/config/www/community/lovelace-mushroom/mushroom.js @@ -61,7 +61,7 @@ const pt=t=>e=>"function"==typeof e?((t,e)=>(customElements.define(t,e),e))(t,e) * @license * Copyright 2017 Google LLC * SPDX-License-Identifier: BSD-3-Clause - */,Ve=1,Be=3,Ue=4,He=t=>(...e)=>({_$litDirective$:t,values:e});let Ye=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};const We=(t,e)=>{const i=(()=>{const t=document.body;if(t.querySelector("action-handler"))return t.querySelector("action-handler");const e=document.createElement("action-handler");return t.appendChild(e),e})();i&&i.bind(t,e)},Xe=He(class extends Ye{update(t,[e]){return We(t.element,e),X}render(t){}}),Ke=async(t,e,i,o)=>{Lt(t,"hass-action",{config:i,action:o})};function Ge(t){return void 0!==t&&"none"!==t.action}const qe=Ce({user:Ee()}),Ze=Se([ye(),Ce({text:$e(Ee()),excemptions:$e(be(qe))})]),Je=Ce({action:we("url"),url_path:Ee(),confirmation:$e(Ze)}),Qe=Ce({action:xe(["call-service","perform-action"]),service:$e(Ee()),perform_action:$e(Ee()),service_data:$e(Ce()),data:$e(Ce()),target:$e(Ce({entity_id:$e(Se([Ee(),be(Ee())])),device_id:$e(Se([Ee(),be(Ee())])),area_id:$e(Se([Ee(),be(Ee())]))})),confirmation:$e(Ze)}),ti=Ce({action:we("navigate"),navigation_path:Ee(),confirmation:$e(Ze)}),ei=Ae({action:we("assist"),pipeline_id:$e(Ee()),start_listening:$e(ye())}),ii=Ae({action:we("fire-dom-event")}),oi=Ce({action:xe(["none","toggle","more-info","call-service","perform-action","url","navigate","assist"]),confirmation:$e(Ze)}),ni=_e((t=>{if(t&&"object"==typeof t&&"action"in t)switch(t.action){case"call-service":case"perform-action":return Qe;case"fire-dom-event":return ii;case"navigate":return ti;case"url":return Je;case"assist":return ei}return oi})),ri=h` + */,Ve=1,Be=3,Ue=4,He=t=>(...e)=>({_$litDirective$:t,values:e});let Ye=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};const We=(t,e)=>{const i=(()=>{const t=document.body;if(t.querySelector("action-handler"))return t.querySelector("action-handler");const e=document.createElement("action-handler");return t.appendChild(e),e})();i&&i.bind(t,e)},Xe=He(class extends Ye{update(t,[e]){return We(t.element,e),X}render(t){}}),Ke=async(t,e,i,o)=>{Lt(t,"hass-action",{config:i,action:o})};function Ge(t){return void 0!==t&&"none"!==t.action}const qe=Ce({user:Ee()}),Ze=Se([ye(),Ce({text:$e(Ee()),excemptions:$e(be(qe))})]),Je=Ce({action:we("url"),url_path:Ee(),confirmation:$e(Ze)}),Qe=Ce({action:xe(["call-service","perform-action"]),service:$e(Ee()),perform_action:$e(Ee()),service_data:$e(Ce()),data:$e(Ce()),target:$e(Ce({entity_id:$e(Se([Ee(),be(Ee())])),device_id:$e(Se([Ee(),be(Ee())])),area_id:$e(Se([Ee(),be(Ee())])),floor_id:$e(Se([Ee(),be(Ee())])),label_id:$e(Se([Ee(),be(Ee())]))})),confirmation:$e(Ze)}),ti=Ce({action:we("navigate"),navigation_path:Ee(),confirmation:$e(Ze)}),ei=Ae({action:we("assist"),pipeline_id:$e(Ee()),start_listening:$e(ye())}),ii=Ae({action:we("fire-dom-event")}),oi=Ce({action:xe(["none","toggle","more-info","call-service","perform-action","url","navigate","assist"]),confirmation:$e(Ze)}),ni=_e((t=>{if(t&&"object"==typeof t&&"action"in t)switch(t.action){case"call-service":case"perform-action":return Qe;case"fire-dom-event":return ii;case"navigate":return ti;case"url":return Je;case"assist":return ei}return oi})),ri=h` #sortable a:nth-of-type(2n) paper-icon-item { animation-name: keyframes1; animation-iteration-count: infinite; @@ -167,7 +167,7 @@ const pt=t=>e=>"function"==typeof e?((t,e)=>(customElements.define(t,e),e))(t,e) color: var(--secondary-text-color); cursor: pointer; } -`,ai=(t,e,i,o)=>{const[n,r,a]=t.split(".",3);return Number(n)>e||Number(n)===e&&Number(r)>=i||void 0!==o};var si={form:{color_picker:{values:{default:"اللون الإفتراضي"}},info_picker:{values:{default:"المعلومات الافتراضية",name:"الإسم",state:"الحالة","last-changed":"آخر تغيير","last-updated":"آخر تحديث",none:"لا شئ"}},icon_type_picker:{values:{default:"النوع افتراضي",icon:"أيقونة","entity-picture":"صورة الكيان",none:"لا شئ"}},layout_picker:{values:{default:"تخطيط افتراضي",vertical:"تخطيط رأسي",horizontal:"تخطيط أفقي"}},alignment_picker:{values:{default:"المحاذاة الافتراضية",start:"بداية",end:"نهاية",center:"توسيط",justify:"مساواة"}}},card:{generic:{icon_color:"لون الأيقونة",layout:"التخطيط",fill_container:"ملئ الحاوية",primary_info:"المعلومات الأساسية",secondary_info:"المعلومات الفرعية",icon_type:"نوع الأيقونة",content_info:"المحتوى",use_entity_picture:"استخدم صورة الكيان؟",collapsible_controls:"تصغير عناصر التحكم عند الإيقاف",icon_animation:"تحريك الرمز عندما يكون نشطًا؟"},light:{show_brightness_control:"التحكم في السطوع؟",use_light_color:"استخدم لون فاتح",show_color_temp_control:"التحكم في حرارة اللون؟",show_color_control:"التحكم في اللون؟",incompatible_controls:"قد لا يتم عرض بعض عناصر التحكم إذا كان الضوء الخاص بك لا يدعم الميزة."},fan:{show_percentage_control:"التحكم في النسبة المئوية؟",show_oscillate_control:"التحكم في التذبذب؟"},cover:{show_buttons_control:"أزرار التحكم؟",show_position_control:"التحكم في الموقع؟"},template:{primary:"المعلومات الأساسية",secondary:"المعلومات الثانوية",multiline_secondary:"متعدد الأسطر الثانوية؟",entity_extra:"تستخدم في القوالب والإجراءات",content:"المحتوى",badge_icon:"أيقونة الشارة",badge_color:"لون الشارة",picture:"صورة (ستحل محل الأيقونة)"},title:{title:"العنوان",subtitle:"العنوان الفرعي"},chips:{alignment:"محاذاة"},weather:{show_conditions:"الأحوال الجوية؟",show_temperature:"الطقس؟"},update:{show_buttons_control:"أزرار التحكم؟"},vacuum:{commands:"الاوامر"},"media-player":{use_media_info:"استخدم معلومات الوسائط",use_media_artwork:"استخدم صورة الوسائط",show_volume_level:"إظهار مستوى الصوت",media_controls:"التحكم في الوسائط",media_controls_list:{on_off:"تشغيل/إيقاف",shuffle:"خلط",previous:"السابق",play_pause_stop:"تشغيل/إيقاف مؤقت/إيقاف",next:"التالي",repeat:"وضع التكرار"},volume_controls:"التحكم في الصوت",volume_controls_list:{volume_buttons:"أزرار الصوت",volume_set:"مستوى الصوت",volume_mute:"كتم"}},lock:{lock:"مقفل",unlock:"إلغاء قفل",open:"مفتوح"},humidifier:{show_target_humidity_control:"التحكم في الرطوبة؟?"},climate:{show_temperature_control:"التحكم في درجة الحرارة؟",hvac_modes:"أوضاع HVAC"}},chip:{sub_element_editor:{title:"محرر الرقاقة"},conditional:{chip:"رقاقة"},"chip-picker":{chips:"رقاقات",add:"أضف رقاقة",edit:"تعديل",clear:"مسح",select:"اختر الرقاقة",types:{action:"إجراء","alarm-control-panel":"تنبيه",back:"رجوع",conditional:"مشروط",entity:"الكيان",light:"Light",menu:"القائمة",template:"قالب",weather:"الطقس"}}}},li={editor:si},ci={form:{color_picker:{values:{default:"Основен цвят"}},info_picker:{values:{default:"Основна информация",name:"Име",state:"Състояние","last-changed":"Последно Променен","last-updated":"Последно Актуализиран",none:"Липсва"}},icon_type_picker:{values:{default:"Основен тип",icon:"Икона","entity-picture":"Картина на обекта",none:"Липсва"}},layout_picker:{values:{default:"Основно оформление",vertical:"Вертикално оформление",horizontal:"Хоризонтално оформление"}},alignment_picker:{values:{default:"Основно подравняване",start:"Старт",end:"Край",center:"Център",justify:"Подравнен"}}},card:{generic:{icon_color:"Цвят на икона",layout:"Оформление",fill_container:"Изпълване на контейнера",primary_info:"Първостепенна информация",secondary_info:"Второстепенна информация",icon_type:"Тип на икона",content_info:"Съдържание",use_entity_picture:"Използвай снимката на обекта?",collapsible_controls:"Свий контролите при изключен",icon_animation:"Анимирай иконата при активен?"},light:{show_brightness_control:"Контрол на яркостта?",use_light_color:"Използвай цвета на светлината",show_color_temp_control:"Контрол на температурата?",show_color_control:"Контрол на цвета?",incompatible_controls:"Някои опции могат да бъдат скрити при условие че осветителното тяло не поддържа фунцията."},fan:{show_percentage_control:"Процентов контрол?",show_oscillate_control:"Контрол на трептенето?"},cover:{show_buttons_control:"Контролни бутони?",show_position_control:"Контрол на позицията?",show_tilt_position_control:"Контрол на наклона?"},template:{primary:"Първостепенна информация",secondary:"Второстепенна информация",multiline_secondary:"Много-редова второстепенна информация?",entity_extra:"Използван в шаблони и действия",content:"Съдържание",badge_icon:"Икона на значка",badge_color:"Цвят на значка",picture:"Картина (ще замени иконата)"},title:{title:"Заглавие",subtitle:"Подзаглавие"},chips:{alignment:"Подравняване"},weather:{show_conditions:"Условия?",show_temperature:"Температура?"},update:{show_buttons_control:"Контролни бутони?"},vacuum:{commands:"Конади",commands_list:{on_off:"Вкл./Изкл."}},"media-player":{use_media_info:"Използвай информация от медията",use_media_artwork:"Използвай визуалните детайли от медията",show_volume_level:"Покажи контрола за звук",media_controls:"Контрол на Медиата",media_controls_list:{on_off:"Вкл./Изкл.",shuffle:"Разбъркано",previous:"Предишен",play_pause_stop:"Пусни/пауза/стоп",next:"Следващ",repeat:"Повтаряне"},volume_controls:"Контрол на звука",volume_controls_list:{volume_buttons:"Бутони за звук",volume_set:"Ниво на звука",volume_mute:"Заглуши"}},lock:{lock:"Заключен",unlock:"Отключен",open:"Отворен"},humidifier:{show_target_humidity_control:"Контрол на влажността?"},climate:{show_temperature_control:"Контрол на температурата?",hvac_modes:"HVAC Режими"}},chip:{sub_element_editor:{title:"Чип редактор"},conditional:{chip:"Чип"},"chip-picker":{chips:"Чипове",add:"Добави чип",edit:"Редактирай",clear:"Изчисти",select:"Избери чип",types:{action:"Действия","alarm-control-panel":"Аларма",back:"Назад",conditional:"Условни",entity:"Обект",light:"Осветление",menu:"Меню",template:"Шаблон",weather:"Време"}}}},di={editor:ci},ui={form:{color_picker:{values:{default:"Color per defecte"}},info_picker:{values:{default:"Informació per defecte",name:"Nom",state:"Estat","last-changed":"Últim Canvi","last-updated":"Última Actualització",none:"Cap"}},icon_type_picker:{values:{default:"Tipus per defecte",icon:"Icona","entity-picture":"Entitat d'imatge",none:"Cap"}},layout_picker:{values:{default:"Distribució per defecte",vertical:"Distribució vertical",horizontal:"Distribució horitzontal"}},alignment_picker:{values:{default:"Alineació per defecte",start:"Inici",end:"Final",center:"Centre",justify:"Justifica"}}},card:{generic:{icon_color:"Color d'icona",layout:"Distribució",fill_container:"Emplena el contenidor",primary_info:"Informació primaria",secondary_info:"Informació secundaria",icon_type:"Tipus d'icona",content_info:"Contingut",use_entity_picture:"Fer servir la imatge de l'entitat?",collapsible_controls:"Amaga els controls en desactivar",icon_animation:"Animar icona en activar?"},light:{show_brightness_control:"Control de brillantor?",use_light_color:"Fes servir el color del llum",show_color_temp_control:"Control de la temperatura del color?",show_color_control:"Control de color?",incompatible_controls:"Alguns controls no es mostraran si l'entitat no suporta eixa funció."},fan:{show_percentage_control:"Control de percentatge?",show_oscillate_control:"Control d'oscil·lació?"},cover:{show_buttons_control:"Botons de control?",show_position_control:"Control de posició?",show_tilt_position_control:"Control d'inclinació?"},template:{primary:"Informació primaria",secondary:"Informació secundaria",multiline_secondary:"Secundaria en varies línies?",entity_extra:"Utilitzats en plantilles i accions",content:"Contingut",badge_icon:"Icona de la insígnia",badge_color:"Color de la insígnia",picture:"Imatge (reemplaçarà la icona)"},title:{title:"Títol",subtitle:"Subtítol",title_tap_action:"Acció en tocar el títol",subtitle_tap_action:"Acció en tocar el subtítol"},chips:{alignment:"Alineació"},weather:{show_conditions:"Condicions?",show_temperature:"Temperatura?"},update:{show_buttons_control:"Botons de control?"},vacuum:{commands:"Comandaments",commands_list:{on_off:"Engegar/Apagar"}},"media-player":{use_media_info:"Empra la informació multimèdia",use_media_artwork:"Fes servir l'art multimèdia",show_volume_level:"Mostra el nivell de volum",media_controls:"Controls multimèdia",media_controls_list:{on_off:"Engegar/Apagar",shuffle:"Mesclar",previous:"Pista anterior",play_pause_stop:"Reproduïr/Pausar/Detindre",next:"Pista següent",repeat:"Mode de repetició"},volume_controls:"Controls de volum",volume_controls_list:{volume_buttons:"Botons de volum",volume_set:"Nivell de volum",volume_mute:"Silenci"}},lock:{lock:"Bloqueja",unlock:"Desbloqueja",open:"Obri"},humidifier:{show_target_humidity_control:"Control d'humitat?"},climate:{show_temperature_control:"Control de temperatura?",hvac_modes:"Modes HVAC"},number:{display_mode:"Mode de visualització",display_mode_list:{default:"Per defecte (lliscant)",slider:"Lliscant",buttons:"Botons"}}},chip:{sub_element_editor:{title:"Editor de xips"},conditional:{chip:"Xip"},"chip-picker":{chips:"Xips",add:"Afegir xip",edit:"Editar",clear:"Buidar",select:"Seleccionar chip",types:{action:"Acció","alarm-control-panel":"Alarma",back:"Tornar",conditional:"Condicional",entity:"Entitat",light:"Llum",menu:"Menú",spacer:"Espai",template:"Plantilla",weather:"Oratge"}}}},hi={not_found:"No s'ha trobat l'entitat"},mi={editor:ui,card:hi},pi={form:{color_picker:{values:{default:"Výchozí barva"}},info_picker:{values:{default:"Výchozí informace",name:"Název",state:"Stav","last-changed":"Poslední změna","last-updated":"Poslední aktualizace",none:"Nic"}},icon_type_picker:{values:{default:"Výchozí typ",icon:"Ikona","entity-picture":"Ikona entity",none:"Nic"}},layout_picker:{values:{default:"Výchozí rozložení",vertical:"Svislé rozložení",horizontal:"Vodorovné rozložení"}},alignment_picker:{values:{default:"Výchozí zarovnání",start:"Na začátek",end:"Na konec",center:"Na střed",justify:"Do bloku"}}},card:{generic:{icon_color:"Barva ikony",layout:"Rozložení",fill_container:"Vyplnit prostor",primary_info:"Primární informace",secondary_info:"Sekundární informace",icon_type:"Typ ikony",content_info:"Obsah",use_entity_picture:"Použít ikonu entity?",collapsible_controls:"Pokud je vypnuto, skrýt ovládací prvky",icon_animation:"Pokud je aktivní, animovat ikonu?"},light:{show_brightness_control:"Ovládání jasu?",use_light_color:"Ikona podle barvy světla?",show_color_temp_control:"Ovládání teploty světla?",show_color_control:"Ovládání barvy světla?",incompatible_controls:"Některé ovládací prvky se nemusí zobrazit, pokud vaše světlo tuto funkci nepodporuje."},fan:{show_percentage_control:"Ovládání v procentech?",show_oscillate_control:"Ovládání oscilaceM"},cover:{show_buttons_control:"Zobrazit ovládací tlačítka?",show_position_control:"Zobrazit ovládání polohy?",show_tilt_position_control:"Zobrazit ovládání náklonu?"},template:{primary:"Primární informace",secondary:"Sekundární informace",multiline_secondary:"Víceřádková sekundární informace?",entity_extra:"Použito v šablonách a akcích",content:"Obsah",badge_icon:"Ikona odznaku",badge_color:"Barva odznaku",picture:"Obrázek (nahradí ikonu)"},title:{title:"Nadpis",subtitle:"Popis",title_tap_action:"Akce při klepnutí na nadpis",subtitle_tap_action:"Akce při klepnutí na popis"},chips:{alignment:"Zarovnání"},weather:{show_conditions:"Zobrazit podmínky?",show_temperature:"Zobrazit teplotu?"},update:{show_buttons_control:"Zobrazit ovládací tlačítka?"},vacuum:{commands:"Příkazy",commands_list:{on_off:"Zapnout/Vypnout"}},"media-player":{use_media_info:"Použít informace z média",use_media_artwork:"Použít artwork z média",show_volume_level:"Zobrazit úroveň hlasitosti",media_controls:"Ovládání médií",media_controls_list:{on_off:"Zapnout/Vypnout",shuffle:"Zamíchat",previous:"Předchozí stopa",play_pause_stop:"Přehrát/Pauza/Zastavit",next:"Další stopa",repeat:"Režim opakování"},volume_controls:"Ovládání hlasitosti",volume_controls_list:{volume_buttons:"Tlačítka hlasitosti",volume_set:"Úroveň hlasitosti",volume_mute:"Ztlumit"}},lock:{lock:"Zamčeno",unlock:"Odemčeno",open:"Otevřeno"},humidifier:{show_target_humidity_control:"Ovládání vlhkosti?"},climate:{show_temperature_control:"Ovládání teploty?",hvac_modes:"Režimy HVAC"},number:{display_mode:"Režim zobrazení",display_mode_list:{default:"Výchozí (posuvník)",slider:"Posuvník",buttons:"Tlačítka"}}},chip:{sub_element_editor:{title:"Editor tlačítek"},conditional:{chip:"Tlačítko"},"chip-picker":{chips:"Tlačítka",add:"Přidat tlačítko",edit:"Upravit",clear:"Vymazat",select:"Vybrat tlačítko",types:{action:"Akce","alarm-control-panel":"Alarm",back:"Zpět",conditional:"Podmínka",entity:"Entita",light:"Světlo",menu:"Menu",spacer:"Mezera",template:"Šablona",weather:"Počasí"}}}},fi={not_found:"Entita nebyla nalezena"},gi={editor:pi,card:fi},_i={form:{color_picker:{values:{default:"Standard farve"}},info_picker:{values:{default:"Standard information",name:"Navn",state:"Status","last-changed":"Sidst ændret","last-updated":"Sidst opdateret",none:"Ingen"}},icon_type_picker:{values:{default:"Standard type",icon:"Ikon","entity-picture":"Enheds billede",none:"Ingen"}},layout_picker:{values:{default:"Standard layout",vertical:"Vertikal layout",horizontal:"Horisontal layout"}},alignment_picker:{values:{default:"Standard justering",start:"Start",end:"Slut",center:"Centrer",justify:"Lige margener"}}},card:{generic:{icon_color:"Ikon farve",layout:"Layout",fill_container:"Fyld container",primary_info:"Primær information",secondary_info:"Sekundær information",icon_type:"Ikon type",content_info:"Indhold",use_entity_picture:"Brug enheds billede?",collapsible_controls:"Skjul kontroller når slukket",icon_animation:"Animér ikon når aktiv?"},light:{show_brightness_control:"Lysstyrkekontrol?",use_light_color:"Brug lysfarve",show_color_temp_control:"Temperatur farvekontrol?",show_color_control:"Farvekontrol?",incompatible_controls:"Nogle kontroller vises muligvis ikke, hvis dit lys ikke understøtter funktionen."},fan:{show_percentage_control:"Procentvis kontrol?",show_oscillate_control:"Oscillerende kontrol?"},cover:{show_buttons_control:"Betjeningsknapper?",show_position_control:"Positionskontrol?"},template:{primary:"Primær information",secondary:"Sekundær information",multiline_secondary:"Multi-linje skundær?",entity_extra:"Anvendes i skabelober og handlinger",content:"Indhold",badge_icon:"Badge ikon",badge_color:"Badge farve",picture:"Billede (erstatter ikonen)"},title:{title:"Titel",subtitle:"Undertitel"},chips:{alignment:"Justering"},weather:{show_conditions:"Forhold?",show_temperature:"Temperatur?"},update:{show_buttons_control:"Betjeningsknapper?"},vacuum:{commands:"Kommandoer"},"media-player":{use_media_info:"Brug medie info",use_media_artwork:"Brug mediebilleder",show_volume_level:"Vis volumen niveau",media_controls:"Medie kontrol",media_controls_list:{on_off:"Tænd/Sluk",shuffle:"Bland",previous:"Forrige nummer",play_pause_stop:"Afspil/Pause/Stop",next:"Næste nummer",repeat:"Gentagelsestilstand"},volume_controls:"Volumen kontrol",volume_controls_list:{volume_buttons:"Volumen knapper",volume_set:"Volumenniveau",volume_mute:"Lydløs"}},lock:{lock:"Lås",unlock:"Lås op",open:"Åben"},humidifier:{show_target_humidity_control:"Luftfugtigheds kontrol?"},climate:{show_temperature_control:"Temperatur kontrol?",hvac_modes:"HVAC-tilstande"}},chip:{sub_element_editor:{title:"Chip-editor"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Tilføj chip",edit:"Rediger",clear:"Nulstil",select:"Vælg chip",types:{action:"Handling","alarm-control-panel":"Alarm",back:"Tilbage",conditional:"Betinget",entity:"Enhed",light:"Lys",menu:"Menu",template:"Skabelon",weather:"Vejr"}}}},vi={editor:_i},bi={form:{color_picker:{values:{default:"Standardfarbe"}},info_picker:{values:{default:"Standard-Information",name:"Name",state:"Zustand","last-changed":"Letzte Änderung","last-updated":"Letzte Aktualisierung",none:"Keine"}},icon_type_picker:{values:{default:"Standard-Typ",icon:"Icon","entity-picture":"Entitätsbild",none:"Keines"}},layout_picker:{values:{default:"Standard-Layout",vertical:"Vertikales Layout",horizontal:"Horizontales Layout"}},alignment_picker:{values:{default:"Standard",start:"Anfang",end:"Ende",center:"Mitte",justify:"Ausrichten"}}},card:{generic:{icon_color:"Icon-Farbe",layout:"Layout",fill_container:"Container ausfüllen",primary_info:"Primäre Information",secondary_info:"Sekundäre Information",icon_type:"Icon-Typ",content_info:"Inhalt",use_entity_picture:"Entitätsbild verwenden?",collapsible_controls:"Schieberegler einklappen, wenn aus",icon_animation:"Icon animieren, wenn aktiv?"},light:{show_brightness_control:"Helligkeitsregelung?",use_light_color:"Farbsteuerung verwenden",show_color_temp_control:"Farbtemperatursteuerung?",show_color_control:"Farbsteuerung?",incompatible_controls:"Einige Steuerelemente werden möglicherweise nicht angezeigt, wenn Ihr Licht diese Funktion nicht unterstützt."},fan:{show_percentage_control:"Prozentuale Kontrolle?",show_oscillate_control:"Oszillationssteuerung?"},cover:{show_buttons_control:"Schaltflächensteuerung?",show_position_control:"Positionssteuerung?",show_tilt_position_control:"Winkelsteuerung?"},template:{primary:"Primäre Information",secondary:"Sekundäre Information",multiline_secondary:"Mehrzeilig sekundär?",entity_extra:"Wird in Vorlagen und Aktionen verwendet",content:"Inhalt",badge_icon:"Badge-Icon",badge_color:"Badge-Farbe",picture:"Bild (ersetzt das Icon)"},title:{title:"Titel",subtitle:"Untertitel",title_tap_action:"Titel Tipp-Aktion",subtitle_tap_action:"Untertitel Tipp-Aktion"},chips:{alignment:"Ausrichtung"},weather:{show_conditions:"Bedingungen?",show_temperature:"Temperatur?"},update:{show_buttons_control:"Schaltflächensteuerung?"},vacuum:{commands:"Befehle",commands_list:{on_off:"An/Ausschalten"}},"media-player":{use_media_info:"Medieninfos verwenden",use_media_artwork:"Mediengrafik verwenden",show_volume_level:"Lautstärke-Level anzeigen",media_controls:"Mediensteuerung",media_controls_list:{on_off:"Ein/Aus",shuffle:"Zufällige Wiedergabe",previous:"Vorheriger Titel",play_pause_stop:"Play/Pause/Stop",next:"Nächster Titel",repeat:"Wiederholen"},volume_controls:"Lautstärkesteuerung",volume_controls_list:{volume_buttons:"Lautstärke-Buttons",volume_set:"Lautstärke-Level",volume_mute:"Stumm"}},lock:{lock:"Verriegeln",unlock:"Entriegeln",open:"Öffnen"},humidifier:{show_target_humidity_control:"Luftfeuchtigkeitssteuerung?"},climate:{show_temperature_control:"Temperatursteuerung?",hvac_modes:"HVAC-Modi"},number:{display_mode:"Anzeigemodus",display_mode_list:{default:"Standard (Schieberegler)",slider:"Schieberegler",buttons:"Buttons"}}},chip:{sub_element_editor:{title:"Chip Editor"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Chip hinzufügen",edit:"Editieren",clear:"Löschen",select:"Chip auswählen",types:{action:"Aktion","alarm-control-panel":"Alarm",back:"Zurück",conditional:"Bedingung",entity:"Entität",light:"Licht",menu:"Menü",spacer:"Abstand",template:"Vorlage",weather:"Wetter"}}}},yi={not_found:"Entität nicht gefunden"},xi={editor:bi,card:yi},wi={form:{color_picker:{values:{default:"Προεπιλεγμένο χρώμα"}},info_picker:{values:{default:"Προεπιλεγμένες πληροφορίες",name:"Όνομα",state:"Κατάσταση","last-changed":"Τελευταία αλλαγή","last-updated":"Τελευταία ενημέρωση",none:"Τίποτα"}},layout_picker:{values:{default:"Προεπιλεγμένη διάταξη",vertical:"Κάθετη διάταξη",horizontal:"Οριζόντια διάταξη"}},alignment_picker:{values:{default:"Προεπιλεγμένη στοίχιση",start:"Στοίχιση αριστερά",end:"Στοίχιση δεξιά",center:"Στοίχιση στο κέντρο",justify:"Πλήρης στοίχιση"}}},card:{generic:{icon_color:"Χρώμα εικονιδίου",layout:"Διάταξη",primary_info:"Πρωτεύουσες πληροφορίες",secondary_info:"Δευτερεύουσες πληροφορίες",content_info:"Περιεχόμενο",use_entity_picture:"Χρήση εικόνας οντότητας;",icon_animation:"Κίνηση εικονιδίου όταν είναι ενεργό;"},light:{show_brightness_control:"Έλεγχος φωτεινότητας;",use_light_color:"Χρήση χρώματος φωτος",show_color_temp_control:"Έλεγχος χρώματος θερμοκρασίας;",show_color_control:"Έλεγχος χρώματος;",incompatible_controls:"Ορισμένα στοιχεία ελέγχου ενδέχεται να μην εμφανίζονται εάν το φωτιστικό σας δεν υποστηρίζει τη λειτουργία."},fan:{show_percentage_control:"Έλεγχος ποσοστού;",show_oscillate_control:"Έλεγχος ταλάντωσης;"},cover:{show_buttons_control:"Έλεγχος κουμπιών;",show_position_control:"Έλεγχος θέσης;"},template:{primary:"Πρωτεύουσες πληροφορίες",secondary:"Δευτερεύουσες πληροφορίες",multiline_secondary:"Δευτερεύουσες πολλαπλών γραμμών;",entity_extra:"Χρησιμοποιείται σε πρότυπα και ενέργειες",content:"Περιεχόμενο"},title:{title:"Τίτλος",subtitle:"Υπότιτλος"},chips:{alignment:"Ευθυγράμμιση"},weather:{show_conditions:"Συνθήκες;",show_temperature:"Θερμοκρασία;"},update:{show_buttons_control:"Έλεγχος κουμπιών;"},vacuum:{commands:"Εντολές"},"media-player":{use_media_info:"Χρήση πληροφοριών πολυμέσων",use_media_artwork:"Χρήση έργων τέχνης πολυμέσων",media_controls:"Έλεγχος πολυμέσων",media_controls_list:{on_off:"Ενεργοποίηση/απενεργοποίηση",shuffle:"Τυχαία σειρά",previous:"Προηγούμενο κομμάτι",play_pause_stop:"Αναπαραγωγή/παύση/διακοπή",next:"Επόμενο κομμάτι",repeat:"Λειτουργία επανάληψης"},volume_controls:"Χειριστήρια έντασης ήχου",volume_controls_list:{volume_buttons:"Κουμπιά έντασης ήχου",volume_set:"Επίπεδο έντασης ήχου",volume_mute:"Σίγαση"}}},chip:{sub_element_editor:{title:"Επεξεργαστής Chip"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Προσθήκη chip",edit:"Επεξεργασία",clear:"Καθαρισμός",select:"Επιλογή chip",types:{action:"Ενέργεια","alarm-control-panel":"Συναγερμός",back:"Πίσω",conditional:"Υπό προϋποθέσεις",entity:"Οντότητα",light:"Φως",menu:"Μενού",template:"Πρότυπο",weather:"Καιρός"}}}},ki={editor:wi},Ci={form:{color_picker:{values:{default:"Default color"}},info_picker:{values:{default:"Default information",name:"Name",state:"State","last-changed":"Last Changed","last-updated":"Last Updated",none:"None"}},icon_type_picker:{values:{default:"Default type",icon:"Icon","entity-picture":"Entity picture",none:"None"}},layout_picker:{values:{default:"Default layout",vertical:"Vertical layout",horizontal:"Horizontal layout"}},alignment_picker:{values:{default:"Default alignment",start:"Start",end:"End",center:"Center",justify:"Justify"}}},card:{generic:{color:"Color",icon_color:"Icon color",layout:"Layout",fill_container:"Fill container",primary_info:"Primary information",secondary_info:"Secondary information",icon_type:"Icon type",content_info:"Content",use_entity_picture:"Use entity picture?",collapsible_controls:"Collapse controls when off",icon_animation:"Animate icon when active?"},light:{show_brightness_control:"Brightness control?",use_light_color:"Use light color",show_color_temp_control:"Temperature color control?",show_color_control:"Color control?",incompatible_controls:"Some controls may not be displayed if your light does not support the feature."},fan:{show_percentage_control:"Percentage control?",show_oscillate_control:"Oscillate control?"},cover:{show_buttons_control:"Control buttons?",show_position_control:"Position control?",show_tilt_position_control:"Tilt control?"},template:{primary:"Primary information",secondary:"Secondary information",multiline_secondary:"Multiline secondary?",entity_extra:"Used in templates and actions",label:"Label",content:"Content",badge_icon:"Badge icon",badge_color:"Badge color",picture:"Picture (will replace the icon)"},title:{title:"Title",subtitle:"Subtitle",title_tap_action:"Title tap action",subtitle_tap_action:"Subtitle tap action"},chips:{alignment:"Alignment"},weather:{show_conditions:"Conditions?",show_temperature:"Temperature?"},update:{show_buttons_control:"Control buttons?"},vacuum:{commands:"Commands",commands_list:{on_off:"Turn on/off"}},"media-player":{use_media_info:"Use media info",use_media_artwork:"Use media artwork",show_volume_level:"Show volume level",media_controls:"Media controls",media_controls_list:{on_off:"Turn on/off",shuffle:"Shuffle",previous:"Previous track",play_pause_stop:"Play/pause/stop",next:"Next track",repeat:"Repeat mode"},volume_controls:"Volume controls",volume_controls_list:{volume_buttons:"Volume buttons",volume_set:"Volume level",volume_mute:"Mute"}},lock:{lock:"Lock",unlock:"Unlock",open:"Open"},humidifier:{show_target_humidity_control:"Humidity control?"},climate:{show_temperature_control:"Temperature control?",hvac_modes:"HVAC Modes"},number:{display_mode:"Display Mode",display_mode_list:{default:"Default (slider)",slider:"Slider",buttons:"Buttons"}}},chip:{sub_element_editor:{title:"Chip editor"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Add chip",edit:"Edit",clear:"Clear",select:"Select chip",types:{action:"Action","alarm-control-panel":"Alarm",back:"Back",conditional:"Conditional",entity:"Entity",light:"Light",menu:"Menu",spacer:"Spacer",template:"Template",weather:"Weather"}}}},$i={not_found:"Entity not found"},Ei={editor:Ci,card:$i},Ai={form:{color_picker:{values:{default:"Color predeterminado"}},info_picker:{values:{default:"Información predeterminada",name:"Nombre",state:"Estado","last-changed":"Último cambio","last-updated":"Última actualización",none:"Ninguno"}},icon_type_picker:{values:{default:"Por defecto",icon:"Icono","entity-picture":"Imagen de entidad",none:"Ninguno"}},layout_picker:{values:{default:"Diseño predeterminado",vertical:"Diseño vertical",horizontal:"Diseño horizontal"}},alignment_picker:{values:{default:"Alineación predeterminada",start:"Inicio",end:"Final",center:"Centrado",justify:"Justificado"}}},card:{generic:{icon_color:"Color de icono",layout:"Diseño",fill_container:"Rellenar",primary_info:"Información primaria",secondary_info:"Información secundaria",icon_type:"Icono",content_info:"Contenido",use_entity_picture:"¿Usar imagen de entidad?",collapsible_controls:"Contraer controles cuando está apagado",icon_animation:"¿Icono animado cuando está activo?"},light:{show_brightness_control:"¿Controlar brillo?",use_light_color:"Usar color de la luz",show_color_temp_control:"¿Controlar temperatura del color?",show_color_control:"¿Controlar color?",incompatible_controls:"Es posible que algunos controles no se muestren si la luz no es compatible con esta función."},fan:{show_percentage_control:"¿Controlar porcentaje?",show_oscillate_control:"¿Controlar oscilación?"},cover:{show_buttons_control:"¿Botones de control?",show_position_control:"¿Control de posición?",show_tilt_position_control:"¿Control de inclinación?"},template:{primary:"Información primaria",secondary:"Información secundaria",multiline_secondary:"¿Secundaria multilínea?",entity_extra:"Utilizado en plantillas y acciones.",content:"Contenido",badge_icon:"Icono del distintivo",badge_color:"Color del distintivo",picture:"Imagen (sustituirá al icono)"},title:{title:"Título",subtitle:"Subtítulo",title_tap_action:"Acción al tocar el título",subtitle_tap_action:"Acción al tocar el subtítulo"},chips:{alignment:"Alineación"},weather:{show_conditions:"¿Condiciones?",show_temperature:"¿Temperatura?"},update:{show_buttons_control:"¿Botones de control?"},vacuum:{commands:"Comandos",commands_list:{on_off:"Activar/desactivar"}},"media-player":{use_media_info:"Usar información multimedia",use_media_artwork:"Usar ilustraciones multimedia",show_volume_level:"Mostrar nivel de volumen",media_controls:"Controles multimedia",media_controls_list:{on_off:"Activar/desactivar",shuffle:"Aleatoria",previous:"Pista anterior",play_pause_stop:"Reproducir/pausa/parar",next:"Pista siguiente",repeat:"Modo de repetición"},volume_controls:"Controles de volumen",volume_controls_list:{volume_buttons:"Botones de volumen",volume_set:"Nivel de volumen",volume_mute:"Silenciar"}},lock:{lock:"Bloquear",unlock:"Desbloquear",open:"Abrir"},humidifier:{show_target_humidity_control:"¿Controlar humedad?"},climate:{show_temperature_control:"¿Control de temperatura?",hvac_modes:"Modos de climatización"}},chip:{sub_element_editor:{title:"Editor de chip"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Añadir chip",edit:"Editar",clear:"Limpiar",select:"Seleccionar chip",types:{action:"Acción","alarm-control-panel":"Alarma",back:"Volver",conditional:"Condicional",entity:"Entidad",light:"Luz",menu:"Menú",template:"Plantilla",weather:"Clima"}}}},Si={editor:Ai},Ii={form:{color_picker:{values:{default:"Oletusväri"}},info_picker:{values:{default:"Oletustiedot",name:"Nimi",state:"Tila","last-changed":"Viimeksi muuttunut","last-updated":"Viimeksi päivittynyt",none:"Ei mitään"}},icon_type_picker:{values:{default:"Oletustyyppi",icon:"Kuvake","entity-picture":"Kohteen kuva",none:"Ei mitään"}},layout_picker:{values:{default:"Oletusasettelu",vertical:"Pystysuuntainen",horizontal:"Vaakasuuntainen"}},alignment_picker:{values:{default:"Keskitys",start:"Alku",end:"Loppu",center:"Keskitä",justify:"Sovita"}}},card:{generic:{icon_color:"Ikonin väri",layout:"Asettelu",fill_container:"Täytä alue",primary_info:"Ensisijaiset tiedot",secondary_info:"Toissijaiset tiedot",icon_type:"Kuvakkeen tyyppi",content_info:"Sisältö",use_entity_picture:"Käytä kohteen kuvaa?",collapsible_controls:"Piilota toiminnot off-tilassa",icon_animation:"Animoi kuvake, kun aktiivinen?"},light:{show_brightness_control:"Kirkkauden säätö?",use_light_color:"Käytä valaisimen väriä",show_color_temp_control:"Värilämpötilan säätö?",show_color_control:"Värin säätö?",incompatible_controls:"Jotkin toiminnot eivät näy, jos valaisimesi ei tue niitä."},fan:{show_percentage_control:"Prosentuaalinen säätö?",show_oscillate_control:"Oskillaation säätö?"},cover:{show_buttons_control:"Toimintopainikkeet?",show_position_control:"Sijainnin hallinta?"},template:{primary:"Ensisijaiset tiedot",secondary:"Toissijaiset tiedot",multiline_secondary:"Monirivinen toissijainen tieto?",entity_extra:"Käytetään malleissa ja toiminnoissa",content:"Sisältö",badge_icon:"Merkin kuvake",badge_color:"Merkin väri",picture:"Kuva (korvaa kuvakkeen)"},title:{title:"Otsikko",subtitle:"Tekstitys"},chips:{alignment:"Asettelu"},weather:{show_conditions:"Ehdot?",show_temperature:"Lämpötila?"},update:{show_buttons_control:"Toimintopainikkeet?"},vacuum:{commands:"Komennot"},"media-player":{use_media_info:"Käytä median tietoja",use_media_artwork:"Käytä median kuvituksia",show_volume_level:"Näytä äänenvoimakkuuden hallinta",media_controls:"Toiminnot",media_controls_list:{on_off:"Päälle/pois",shuffle:"Sekoita",previous:"Edellinen kappale",play_pause_stop:"Toista/keskeytä/pysäytä",next:"Seuraava kappale",repeat:"Jatkuva toisto"},volume_controls:"Äänenvoimakkuuden hallinta",volume_controls_list:{volume_buttons:"Äänenvoimakkuuspainikkeet",volume_set:"Äänenvoimakkuus",volume_mute:"Mykistä"}},lock:{lock:"Lukitse",unlock:"Poista lukitus",open:"Avaa"},humidifier:{show_target_humidity_control:"Kosteudenhallinta?"}},chip:{sub_element_editor:{title:"Merkkieditori"},conditional:{chip:"Merkki"},"chip-picker":{chips:"Merkit",add:"Lisää merkki",edit:"Muokkaa",clear:"Tyhjennä",select:"Valitse merkki",types:{action:"Toiminto","alarm-control-panel":"Hälytys",back:"Takaisin",conditional:"Ehdollinen",entity:"Kohde",light:"Valaisin",menu:"Valikko",template:"Malli",weather:"Sää"}}}},Ti={editor:Ii},zi={form:{color_picker:{values:{default:"Couleur par défaut"}},info_picker:{values:{default:"Information par défaut",name:"Nom",state:"État","last-changed":"Dernière modification","last-updated":"Dernière mise à jour",none:"Aucune"}},icon_type_picker:{values:{default:"Type par défaut",icon:"Icône","entity-picture":"Image de l'entité",none:"Aucune"}},layout_picker:{values:{default:"Disposition par défault",vertical:"Disposition verticale",horizontal:"Disposition horizontale"}},alignment_picker:{values:{default:"Alignement par défaut",start:"Début",end:"Fin",center:"Centré",justify:"Justifié"}}},card:{generic:{icon_color:"Couleur de l'icône",layout:"Disposition",fill_container:"Remplir le conteneur",primary_info:"Information principale",secondary_info:"Information secondaire",icon_type:"Type d'icône",content_info:"Contenu",use_entity_picture:"Utiliser l'image de l'entité ?",collapsible_controls:"Reduire les contrôles quand éteint",icon_animation:"Animation de l'icône ?"},light:{show_brightness_control:"Contrôle de luminosité ?",use_light_color:"Utiliser la couleur de la lumière",show_color_temp_control:"Contrôle de la température ?",show_color_control:"Contrôle de la couleur ?",incompatible_controls:"Certains contrôles peuvent ne pas être affichés si votre lumière ne supporte pas la fonctionnalité."},fan:{show_percentage_control:"Contrôle de la vitesse ?",show_oscillate_control:"Contrôle de l'oscillation ?"},cover:{show_buttons_control:"Contrôle avec boutons ?",show_position_control:"Contrôle de la position ?"},template:{primary:"Information principale",secondary:"Information secondaire",multiline_secondary:"Information secondaire sur plusieurs lignes ?",entity_extra:"Utilisée pour les templates et les actions",content:"Contenu",badge_icon:"Icône du badge",badge_color:"Couleur du badge",picture:"Picture (remplacera l'icône)"},title:{title:"Titre",subtitle:"Sous-titre",title_tap_action:"Appui sur le titre",subtitle_tap_action:"Appui sur le sous-titre"},chips:{alignment:"Alignement"},weather:{show_conditons:"Conditions ?",show_temperature:"Température ?"},update:{show_buttons_control:"Contrôle avec boutons ?"},vacuum:{commands:"Commandes",commands_list:{on_off:"Allumer/Éteindre"}},"media-player":{use_media_info:"Utiliser les informations du media",use_media_artwork:"Utiliser l'illustration du media",show_volume_level:"Afficher le niveau de volume",media_controls:"Contrôles du media",media_controls_list:{on_off:"Allumer/Éteindre",shuffle:"Lecture aléatoire",previous:"Précédent",play_pause_stop:"Lecture/pause/stop",next:"Suivant",repeat:"Mode de répétition"},volume_controls:"Contrôles du volume",volume_controls_list:{volume_buttons:"Bouton de volume",volume_set:"Niveau de volume",volume_mute:"Muet"}},lock:{lock:"Verrouiller",unlock:"Déverrouiller",open:"Ouvrir"},humidifier:{show_target_humidity_control:"Contrôle d'humidité ?"},climate:{show_temperature_control:"Contrôle de la température?",hvac_modes:"Modes du thermostat"},number:{display_mode:"Mode d'affichage",display_mode_list:{default:"Par défaut (Curseur)",slider:"Curseur",buttons:"Boutons"}}},chip:{sub_element_editor:{title:'Éditeur de "chip"'},conditional:{chip:"Chip"},"chip-picker":{chips:'"Chips"',add:'Ajouter une "chip"',edit:"Modifier",clear:"Effacer",select:'Sélectionner une "chip"',types:{action:"Action","alarm-control-panel":"Alarme",back:"Retour",conditional:"Conditionnel",entity:"Entité",light:"Lumière",menu:"Menu",spacer:"Espacement",template:"Template",weather:"Météo"}}}},Oi={editor:zi},Mi={form:{color_picker:{values:{default:"צבע ברירת מחדל"}},info_picker:{values:{default:"מידע ברירת מחדל",name:"שם",state:"מצב","last-changed":"שונה לאחרונה","last-updated":"עודכן לאחרונה",none:"ריק"}},layout_picker:{values:{default:"סידור ברירת מחדל",vertical:"סידור מאונך",horizontal:"סידור מאוזן"}},alignment_picker:{values:{default:"יישור ברירת מחדל",start:"התחלה",end:"סוף",center:"אמצע",justify:"מוצדק"}}},card:{generic:{icon_color:"צבע אייקון",layout:"סידור",fill_container:"מלא גבולות",primary_info:"מידע ראשי",secondary_info:"מידע מישני",content_info:"תוכן",use_entity_picture:"השתמש בתמונת ישות",collapsible_controls:"הסתר שליטה כשאר מכובה",icon_animation:"הנפש אייקון"},light:{show_brightness_control:"שליטה בבהירות?",use_light_color:"השתמש בצבע האור",show_color_temp_control:"הצג פקד גוון תאורה?",show_color_control:"הצג פקד צבע",incompatible_controls:"יתכן וחלק מהכפתורים לא יופיעו אם התאורה אינה תומכת בתכונה."},fan:{show_percentage_control:"שליטה באחוז?",show_oscillate_control:"שליטה בהתנדנדות?"},cover:{show_buttons_control:"הצג כפתורי שליטה",show_position_control:"הצג פקדי מיקום"},template:{primary:"מידע ראשי",secondary:"מידע מישני",multiline_secondary:"מידע מישני רב קווי",entity_extra:"משמש בתבניות ופעולות",content:"תוכן"},title:{title:"כותרת",subtitle:"כתובית"},chips:{alignment:"יישור"},weather:{show_conditions:"הצג תנאים?",show_temperature:"הצג טמפרטורה?"},update:{show_buttons_control:"הצג כפתורי שליטה?"},vacuum:{commands:"פקודות",icon_animation:"הנפשת אייקון"},"media-player":{use_media_info:"השתמש במידע מדיה",use_media_artwork:"השתמש באומנות מדיה",show_volume_level:"הצג שליטת ווליום",media_controls:"שליטה במדיה",media_controls_list:{on_off:"הדלק/כבה",shuffle:"ערבב",previous:"רצועה קודמת",play_pause_stop:"נגן/השהה/הפסק",next:"רצועה הבאה",repeat:"חזרה"},volume_controls:"שליטה בווליום",volume_controls_list:{volume_buttons:"כפתורי ווליום",volume_set:"רמת ווליום",volume_mute:"השתק"}},lock:{lock:"נעל",unlock:"בטל נעילה",open:"פתח"},humidifier:{show_target_humidity_control:"הצג פקדי לחות"}},chip:{sub_element_editor:{title:"עורך שבב"},conditional:{chip:"שבב"},"chip-picker":{chips:"שבבים",add:"הוסף שבב",edit:"ערוך",clear:"נקה",select:"בחר שבב",types:{action:"פעולה","alarm-control-panel":"אזעקה",back:"חזור",conditional:"מותנה",entity:"ישות",light:"אור",menu:"תפריט",template:"תבנית",weather:"מזג אוויר"}}}},ji={editor:Mi},Di={form:{color_picker:{values:{default:"Alapértelmezett szín"}},info_picker:{values:{default:"Alepértelmezett információ",name:"Név",state:"Állapot","last-changed":"Utoljára módosítva","last-updated":"Utoljára frissítve",none:"Egyik sem"}},icon_type_picker:{values:{default:"Alapértelmezett típus",icon:"Ikon","entity-picture":"Entitás kép",none:"Egyik sem"}},layout_picker:{values:{default:"Alapértelmezet elrendezés",vertical:"Függőleges elrendezés",horizontal:"Vízszintes elrendezés"}},alignment_picker:{values:{default:"Alapértelmezett rendezés",start:"Kezdete",end:"Vége",center:"Közepe",justify:"Sorkizárt"}}},card:{generic:{icon_color:"Ikon szín",layout:"Elrendezés",fill_container:"Tároló kitöltése",primary_info:"Elsődleges információ",secondary_info:"Másodlagos információ",icon_type:"Ikon típus",content_info:"Tartalom",use_entity_picture:"Entitás kép használata",collapsible_controls:"Vezérlők összezárása kikapcsolt állapotban",icon_animation:"Ikon animálása aktív állapotban"},light:{show_brightness_control:"Fényerő vezérlő",use_light_color:"Fény szín használata",show_color_temp_control:"Színhőmérséklet vezérlő",show_color_control:"Szín vezérlő",incompatible_controls:"Azok a vezérlők nem lesznek megjelenítve, amelyeket a fényforrás nem támogat."},fan:{show_percentage_control:"Százalékos vezérlő",show_oscillate_control:"Oszcilláció vezérlő"},cover:{show_buttons_control:"Vezérlő gombok",show_position_control:"Pozíció vezérlő",show_tilt_position_control:"Dőlésszög szabályzó"},template:{primary:"Elsődleges információ",secondary:"Másodlagos információ",multiline_secondary:"Másodlagost több sorba?",entity_extra:"Műveletek és sablonok használatakor",content:"Tartalom",badge_icon:"Jelvény ikon",badge_color:"Jelvény szín",picture:"Kép (lecseréli az ikont)"},title:{title:"Fejléc",subtitle:"Alcím",title_tap_action:"Fejlécre koppintáskor",subtitle_tap_action:"Alcímre koppintáskor"},chips:{alignment:"Rendezés"},weather:{show_conditions:"Állapotok",show_temperature:"Hőmérséklet"},update:{show_buttons_control:"Vezérlő gombok"},vacuum:{commands:"Utasítások",commands_list:{on_off:"Ki/Bekapcsolás"}},"media-player":{use_media_info:"Média infó használata",use_media_artwork:"Média borító használata",show_volume_level:"Hangerő mutatása",media_controls:"Média vezérlők",media_controls_list:{on_off:"Ki/bekapcsolás",shuffle:"Véletlen lejátszás",previous:"Előző szám",play_pause_stop:"Lejátszás/szünet/állj",next:"Következő szám",repeat:"Ismétlés módja"},volume_controls:"Hangerő vezérlők",volume_controls_list:{volume_buttons:"Hangerő gombok",volume_set:"Hangerő szint",volume_mute:"Némítás"}},lock:{lock:"Zár",unlock:"Nyit",open:"Nyitva"},humidifier:{show_target_humidity_control:"Páratartalom vezérlő"},climate:{show_temperature_control:"Hőmérséklet vezérlő",hvac_modes:"HVAC mód"},number:{display_mode:"Megjelenítési mód",display_mode_list:{default:"Alepértelmezett (csúszka)",slider:"Csúszka",buttons:"Gombok"}}},chip:{sub_element_editor:{title:"Chip szerkesztő"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chip-ek",add:"Chip hozzáadása",edit:"Szerkesztés",clear:"Ürítés",select:"Chip kiválasztása",types:{action:"Művelet","alarm-control-panel":"Riasztó",back:"Vissza",conditional:"Feltételes",entity:"Entitás",light:"Fényforrás",menu:"Menü",spacer:"Térköz",template:"Sablon",weather:"Időjárás"}}}},Li={not_found:"Entitás nem található"},Pi={editor:Di,card:Li},Ni={form:{color_picker:{values:{default:"Warna bawaan"}},info_picker:{values:{default:"Informasi bawaan",name:"Nama",state:"Status","last-changed":"Terakhir Diubah","last-updated":"Terakhir Diperbarui",none:"Tidak ada"}},icon_type_picker:{values:{default:"Tipe bawaan",icon:"Ikon","entity-picture":"Gambar entitas",none:"Tidak ada"}},layout_picker:{values:{default:"Tata letak bawaan",vertical:"Tata letak vertikal",horizontal:"Tata letak horizontal"}},alignment_picker:{values:{default:"Perataan bawaan",start:"Awal",end:"Akhir",center:"Tengah",justify:"Rata kanan-kiri"}}},card:{generic:{icon_color:"Warna ikon",layout:"Tata letak",fill_container:"Isi kontainer",primary_info:"Informasi primer",secondary_info:"Informasi sekunder",icon_type:"Tipe ikon",content_info:"Konten",use_entity_picture:"Gunakan gambar entitas?",collapsible_controls:"Sembunyikan kontrol saat mati",icon_animation:"Animasikan ikon saat aktif?"},light:{show_brightness_control:"Kontrol kecerahan?",use_light_color:"Gunakan warna lampu",show_color_temp_control:"Kontrol suhu warna?",show_color_control:"Kontrol warna?",incompatible_controls:"Beberapa kontrol mungkin tidak ditampilkan jika lampu Anda tidak mendukung fitur tersebut."},fan:{show_percentage_control:"Kontrol persentase?",show_oscillate_control:"Kontrol osilasi?"},cover:{show_buttons_control:"Tombol kontrol?",show_position_control:"Kontrol posisi?",show_tilt_position_control:"Kontrol kemiringan?"},template:{primary:"Informasi primer",secondary:"Informasi sekunder",multiline_secondary:"Info sekunder multibaris?",entity_extra:"Digunakan dalam templat dan tindakan",content:"Konten",badge_icon:"Ikon lencana",badge_color:"Warna lencana",picture:"Gambar (akan menggantikan ikon)"},title:{title:"Judul",subtitle:"Subjudul",title_tap_action:"Tindakan ketuk judul",subtitle_tap_action:"Tindakan ketuk subjudul"},chips:{alignment:"Perataan"},weather:{show_conditions:"Kondisi?",show_temperature:"Suhu?"},update:{show_buttons_control:"Tombol kontrol?"},vacuum:{commands:"Perintah",commands_list:{on_off:"Nyalakan/Matikan"}},"media-player":{use_media_info:"Gunakan info media",use_media_artwork:"Gunakan gambar seni media",show_volume_level:"Tampilkan level volume",media_controls:"Kontrol media",media_controls_list:{on_off:"Nyalakan/Matikan",shuffle:"Acak",previous:"Lagu sebelumnya",play_pause_stop:"Putar/jeda/stop",next:"Lagu berikutnya",repeat:"Mode pengulangan"},volume_controls:"Kontrol volume",volume_controls_list:{volume_buttons:"Tombol volume",volume_set:"Level volume",volume_mute:"Bisukan"}},lock:{lock:"Kunci",unlock:"Buka kunci",open:"Buka"},humidifier:{show_target_humidity_control:"Kontrol kelembapan?"},climate:{show_temperature_control:"Kontrol suhu?",hvac_modes:"Mode HVAC"},number:{display_mode:"Mode Tampilan",display_mode_list:{default:"Bawaan (geser)",slider:"Geser",buttons:"Tombol"}}},chip:{sub_element_editor:{title:"Editor cip"},conditional:{chip:"Cip"},"chip-picker":{chips:"Cip",add:"Tambah cip",edit:"Edit",clear:"Hapus",select:"Pilih cip",types:{action:"Tindakan","alarm-control-panel":"Alarm",back:"Kembali",conditional:"Kondisional",entity:"Entitas",light:"Lampu",menu:"Menu",spacer:"Pemisah",template:"Templat",weather:"Cuaca"}}}},Ri={not_found:"Entitas tidak ditemukan"},Fi={editor:Ni,card:Ri},Vi={form:{color_picker:{values:{default:"Colore predefinito"}},info_picker:{values:{default:"Informazione predefinita",name:"Nome",state:"Stato","last-changed":"Ultimo cambiamento","last-updated":"Ultimo aggiornamento",none:"Nessuno"}},icon_type_picker:{values:{default:"Tipo predefinito",icon:"Icona","entity-picture":"Immagine dell'entità",none:"Nessuna"}},layout_picker:{values:{default:"Disposizione predefinita",vertical:"Disposizione verticale",horizontal:"Disposizione orizzontale"}},alignment_picker:{values:{default:"Allineamento predefinito",start:"Inizio",end:"Fine",center:"Centro",justify:"Giustificato"}}},card:{generic:{icon_color:"Colore dell'icona",layout:"Disposizione",fill_container:"Riempi il contenitore",primary_info:"Informazione primaria",secondary_info:"Informazione secondaria",icon_type:"Tipo icona",content_info:"Contenuto",use_entity_picture:"Usa l'immagine dell'entità",collapsible_controls:"Nascondi i controlli quando spento",icon_animation:"Anima l'icona quando attiva"},light:{use_light_color:"Usa il colore della luce",show_brightness_control:"Controllo luminosità",show_color_temp_control:"Controllo temperatura",show_color_control:"Controllo colore",incompatible_controls:"Alcuni controlli potrebbero non essere mostrati se la tua luce non li supporta."},fan:{show_percentage_control:"Controllo potenza",show_oscillate_control:"Controllo oscillazione"},cover:{show_buttons_control:"Pulsanti di controllo",show_position_control:"Controllo percentuale apertura",show_tilt_position_control:"Controllo percentuale inclinazione"},template:{primary:"Informazione primaria",secondary:"Informazione secondaria",multiline_secondary:"Abilita frasi multilinea",entity_extra:"Usato in templates ed azioni",content:"Contenuto",badge_icon:"Icona del badge",badge_color:"Colore del badge",picture:"Immagine (sostituirà l'icona)"},title:{title:"Titolo",subtitle:"Sottotitolo",title_tap_action:"Azione di tap sul titolo",subtitle_tap_action:"Azione di tap sul sottotitolo"},chips:{alignment:"Allineamento"},weather:{show_conditions:"Condizioni",show_temperature:"Temperatura"},update:{show_buttons_control:"Pulsanti di controllo"},vacuum:{commands:"Comandi",commands_list:{on_off:"Accendi/Spegni"}},"media-player":{use_media_info:"Mostra le informazioni della sorgente",use_media_artwork:"Usa la copertina della sorgente",show_volume_level:"Mostra volume",media_controls:"Controlli media",media_controls_list:{on_off:"Accendi/Spegni",shuffle:"Riproduzione casuale",previous:"Traccia precedente",play_pause_stop:"Play/Pausa/Stop",next:"Traccia successiva",repeat:"Ciclo continuo"},volume_controls:"Controlli del Volume",volume_controls_list:{volume_buttons:"Bottoni del volume",volume_set:"Livello del volume",volume_mute:"Silenzia"}},lock:{lock:"Blocca",unlock:"Sblocca",open:"Aperto"},humidifier:{show_target_humidity_control:"Controllo umidità"},climate:{show_temperature_control:"Controllo della temperatura?",hvac_modes:"Modalità del termostato"},number:{display_mode:"Modalità di visualizzazione",display_mode_list:{default:"Predefinito (cursore)",slider:"Cursore",buttons:"Pulsanti"}}},chip:{sub_element_editor:{title:"Editor di chip"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Aggiungi chip",edit:"Modifica",clear:"Rimuovi",select:"Seleziona chip",types:{action:"Azione","alarm-control-panel":"Allarme",back:"Pulsante indietro",conditional:"Condizione",entity:"Entità",light:"Luce",menu:"Menù",spacer:"Distanziere",template:"Modello",weather:"Meteo"}}}},Bi={not_found:"Entità non trovata"},Ui={editor:Vi,card:Bi},Hi={form:{color_picker:{values:{default:"기본 색"}},info_picker:{values:{default:"기본 정보",name:"이름",state:"상태","last-changed":"마지막 변경","last-updated":"마지막 업데이트",none:"없음"}},icon_type_picker:{values:{default:"기본 타입",icon:"아이콘","entity-picture":"엔티티 사진",none:"없음"}},layout_picker:{values:{default:"기본 레이아웃",vertical:"수직 레이아웃",horizontal:"수평 레이아웃"}},alignment_picker:{values:{default:"기본 정렬",start:"시작",end:"끝",center:"중앙",justify:"행 정렬"}}},card:{generic:{icon_color:"아이콘 색",layout:"레이아웃",fill_container:"콘테이너 채우기",primary_info:"기본 정보",secondary_info:"보조 정보",icon_type:"아이콘 타입",content_info:"내용 정보",use_entity_picture:"엔티티 사진 사용",collapsible_controls:"꺼져있을 때 컨트롤 접기",icon_animation:"활성화 시 아이콘 애니메이션 사용"},light:{show_brightness_control:"밝기 컨트롤 표시",use_light_color:"조명 색 사용",show_color_temp_control:"색 온도 컨트롤 표시",show_color_control:"색 컨트롤 표시",incompatible_controls:"조명이 기능을 지원하지 않는 경우 일부 컨트롤이 표시되지 않을 수 있습니다."},fan:{show_percentage_control:"퍼센트 컨트롤",show_oscillate_control:"오실레이트 컨트롤"},cover:{show_buttons_control:"컨트롤 버튼 표시",show_position_control:"위치 컨트롤 표시",show_tilt_position_control:"기울기 컨트롤 표시"},template:{primary:"기본 정보",secondary:"보조 정보",multiline_secondary:"Multiline secondary?",entity_extra:"템플릿 및 작업에 사용",content:"내용",badge_icon:"뱃지 아이콘",badge_color:"뱃지 색",picture:"그림 (아이콘 대체)"},title:{title:"제목",subtitle:"부제목",title_tap_action:"제목 탭 액션",subtitle_tap_action:"부제목 탭 액션"},chips:{alignment:"정렬"},weather:{show_conditions:"조건 표시",show_temperature:"온도 표시"},update:{show_buttons_control:"컨트롤 버튼 표시"},vacuum:{commands:"명령어",commands_list:{on_off:"켜기/끄기"}},"media-player":{use_media_info:"미디어 정보 사용",use_media_artwork:"미디어 아트워크 사용",show_volume_level:"볼륨 레벨 표시",media_controls:"미디어 컨트롤",media_controls_list:{on_off:"켜기/끄기",shuffle:"섞기",previous:"이전 트랙",play_pause_stop:"재생/일시 정지/정지",next:"다음 트랙",repeat:"반복 모드"},volume_controls:"볼륨 컨트롤",volume_controls_list:{volume_buttons:"볼륨 버튼",volume_set:"볼륨 레벨",volume_mute:"음소거"}},lock:{lock:"잠금",unlock:"잠금 해제",open:"열기"},humidifier:{show_target_humidity_control:"습도 조절 표시"},climate:{show_temperature_control:"온도 조절 표시",hvac_modes:"HVAC 모드"}},chip:{sub_element_editor:{title:"칩 에디터"},conditional:{chip:"칩"},"chip-picker":{chips:"칩",add:"칩 추가",edit:"수정",clear:"클리어",select:"칩 선택",types:{action:"액션","alarm-control-panel":"알람",back:"이전",conditional:"Conditional",entity:"엔티티",light:"조명",menu:"메뉴",template:"템플릿",weather:"날씨"}}}},Yi={editor:Hi},Wi={form:{color_picker:{values:{default:"Standard farge"}},info_picker:{values:{default:"Standard informasjon",name:"Navn",state:"Tilstand","last-changed":"Sist endret","last-updated":"Sist oppdatert",none:"Ingen"}},layout_picker:{values:{default:"Standardoppsett",vertical:"Vertikalt oppsett",horizontal:"Horisontalt oppsett"}},alignment_picker:{values:{default:"Standard justering",start:"Start",end:"Slutt",center:"Senter",justify:"Bekreft"}}},card:{generic:{icon_color:"Ikon farge",layout:"Oppsett",primary_info:"Primærinformasjon",secondary_info:"Sekundærinformasjon",content_info:"Innhold",use_entity_picture:"Bruk enhetsbilde?",icon_animation:"Animer ikon når aktivt?"},light:{show_brightness_control:"Lysstyrkekontroll?",use_light_color:"Bruk lys farge",show_color_temp_control:"Temperatur fargekontroll?",show_color_control:"Fargekontroll?",incompatible_controls:"Noen kontroller vises kanskje ikke hvis lyset ditt ikke støtter denne funksjonen."},fan:{show_percentage_control:"Prosentvis kontroll?",show_oscillate_control:"Oscillerende kontroll?"},cover:{show_buttons_control:"Kontollere med knapper?",show_position_control:"Posisjonskontroll?"},template:{primary:"Primærinformasjon",secondary:"Sekundærinformasjon",multiline_secondary:"Multiline sekundær?",entity_extra:"Brukes i maler og handlinger",content:"Inhold"},title:{title:"Tittel",subtitle:"Undertekst"},chips:{alignment:"Justering"},weather:{show_conditions:"Forhold?",show_temperature:"Temperatur?"},vacuum:{commands:"Kommandoer"}},chip:{sub_element_editor:{title:"Chip redaktør"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Legg til chip",edit:"Endre",clear:"Klare",select:"Velg chip",types:{action:"Handling","alarm-control-panel":"Alarm",back:"Tilbake",conditional:"Betinget",entity:"Entitet",light:"Lys",menu:"Meny",template:"Mal",weather:"Vær"}}}},Xi={editor:Wi},Ki={form:{color_picker:{values:{default:"Standaard kleur"}},info_picker:{values:{default:"Standaard informatie",name:"Naam",state:"Staat","last-changed":"Laatst gewijzigd","last-updated":"Laatst bijgewerkt",none:"Geen"}},icon_type_picker:{values:{default:"Standaard icoon type",icon:"Icoon","entity-picture":"Entiteit afbeelding",none:"Geen"}},layout_picker:{values:{default:"Standaard lay-out",vertical:"Verticale lay-out",horizontal:"Horizontale lay-out"}},alignment_picker:{values:{default:"Standaard uitlijning",start:"Begin",end:"Einde",center:"Midden",justify:"Uitlijnen "}}},card:{generic:{icon_color:"Icoon kleur",layout:"Lay-out",fill_container:"Vul container",primary_info:"Primaire informatie",secondary_info:"Secundaire informatie",icon_type:"Icoon type",content_info:"Inhoud",use_entity_picture:"Gebruik entiteit afbeelding",collapsible_controls:"Bedieningselementen verbergen wanneer uitgeschakeld",icon_animation:"Pictogram animeren indien actief"},light:{show_brightness_control:"Bediening helderheid",use_light_color:"Gebruik licht kleur",show_color_temp_control:"Bediening kleurtemperatuur",show_color_control:"Bediening kleur",incompatible_controls:"Sommige bedieningselementen worden mogelijk niet weergegeven als uw lamp deze functie niet ondersteunt."},fan:{show_percentage_control:"Bediening middels percentage",show_oscillate_control:"Bediening oscillatie"},cover:{show_buttons_control:"Toon knoppen",show_position_control:"Toon positie bediening",show_tilt_position_control:"Toon tilt control"},template:{primary:"Primaire informatie",secondary:"Secundaire informatie",multiline_secondary:"Secundaire informatie op meerdere lijnen weergeven",entity_extra:"Gebruikt in sjablonen en acties",content:"Inhoud",badge_icon:"Badge icoon",badge_color:"Badge kleur",picture:"Afbeelding (zal het icoon vervangen)"},title:{title:"Titel",subtitle:"Ondertitel",title_tap_action:"Titel tik actie",subtitle_tap_action:"Ondertitel tik actie"},chips:{alignment:"Uitlijning"},weather:{show_conditions:"Weerbeeld",show_temperature:"Temperatuur"},update:{show_buttons_control:"Bedieningsknoppen"},vacuum:{commands:"Commando's",commands_list:{on_off:"Zet aan/uit"}},"media-player":{use_media_info:"Gebruik media informatie",use_media_artwork:"Gebruik media omslag",show_volume_level:"Toon volumeniveau",media_controls:"Mediabediening",media_controls_list:{on_off:"zet aan/uit",shuffle:"Shuffle",previous:"Vorige nummer",play_pause_stop:"Speel/pauze/stop",next:"Volgende nummer",repeat:"Herhalen"},volume_controls:"Volumeregeling",volume_controls_list:{volume_buttons:"Volume knoppen",volume_set:"Volumeniveau",volume_mute:"Dempen"}},lock:{lock:"Vergrendel",unlock:"Ontgrendel",open:"Open"},humidifier:{show_target_humidity_control:"Vochtigheid controle?"},climate:{show_temperature_control:"Temperatuur controle",hvac_modes:"HVAC Modes"},number:{display_mode:"Weergave Modus",display_mode_list:{default:"Standaard (schuifbalk)",slider:"Schuifbalk",buttons:"Knoppen"}}},chip:{sub_element_editor:{title:"Chip editor"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Toevoegen chip",edit:"Bewerk",clear:"Maak leeg",select:"Selecteer chip",types:{action:"Actie","alarm-control-panel":"Alarm",back:"Terug",conditional:"Voorwaardelijk",entity:"Entiteit",light:"Licht",menu:"Menu",spacer:"Afstandhouder",template:"Sjabloon",weather:"Weer"}}}},Gi={not_found:"Entiteit niet gevonden"},qi={editor:Ki,card:Gi},Zi={form:{color_picker:{values:{default:"Domyślny kolor"}},info_picker:{values:{default:"Domyślne informacje",name:"Nazwa",state:"Stan","last-changed":"Ostatnia zmiana","last-updated":"Ostatnia aktualizacja",none:"Brak"}},icon_type_picker:{values:{default:"Domyślny typ",icon:"Ikona","entity-picture":"Obraz encji",none:"Brak"}},layout_picker:{values:{default:"Układ domyślny",vertical:"Układ pionowy",horizontal:"Układ poziomy"}},alignment_picker:{values:{default:"Wyrównanie domyślne",start:"Wyrównanie do lewej",end:"Wyrównanie do prawej",center:"Wyśrodkowanie",justify:"Justowanie"}}},card:{generic:{icon_color:"Kolor ikony",layout:"Układ",fill_container:"Wypełnij zawartością",primary_info:"Informacje główne",secondary_info:"Informacje drugorzędne",icon_type:"Typ ikony",content_info:"Zawartość",use_entity_picture:"Użyć obrazu encji?",collapsible_controls:"Zwiń sterowanie, jeśli wyłączone",icon_animation:"Animować, gdy aktywny?"},light:{show_brightness_control:"Sterowanie jasnością?",use_light_color:"Użyj koloru światła",show_color_temp_control:"Sterowanie temperaturą światła?",show_color_control:"Sterowanie kolorami?",incompatible_controls:"Niektóre funkcje są niewidoczne, jeśli światło ich nie obsługuje."},fan:{show_percentage_control:"Sterowanie procentowe?",show_oscillate_control:"Sterowanie oscylacją?"},cover:{show_buttons_control:"Przyciski sterujące?",show_position_control:"Sterowanie położeniem?",show_tilt_position_control:"Sterowanie poziomem otwarcia?"},template:{primary:"Informacje główne",secondary:"Informacje drugorzędne",multiline_secondary:"Drugorzędne wielowierszowe?",entity_extra:"Używane w szablonach i akcjach",content:"Zawartość",badge_icon:"Ikona odznaki",badge_color:"Kolor odznaki",picture:"Obraz (zamiast ikony)"},title:{title:"Tytuł",subtitle:"Podtytuł"},chips:{alignment:"Wyrównanie"},weather:{show_conditions:"Warunki?",show_temperature:"Temperatura?"},update:{show_buttons_control:"Przyciski sterujące?"},vacuum:{commands:"Polecenia"},"media-player":{use_media_info:"Użyj informacji o multimediach",use_media_artwork:"Użyj okładek multimediów",show_volume_level:"Wyświetl poziom głośności",media_controls:"Sterowanie multimediami",media_controls_list:{on_off:"Włącz/wyłącz",shuffle:"Losowo",previous:"Poprzednie nagranie",play_pause_stop:"Odtwórz/Pauza/Zatrzymaj",next:"Następne nagranie",repeat:"Powtarzanie"},volume_controls:"Sterowanie głośnością",volume_controls_list:{volume_buttons:"Przyciski głośności",volume_set:"Poziom głośności",volume_mute:"Wycisz"}},lock:{lock:"Zablokuj",unlock:"Odblokuj",open:"Otwórz"},humidifier:{show_target_humidity_control:"Sterowanie wilgotnością?"},climate:{show_temperature_control:"Sterowanie temperaturą?",hvac_modes:"Tryby urządzenia"}},chip:{sub_element_editor:{title:"Edytor czipów"},conditional:{chip:"Czip"},"chip-picker":{chips:"Czipy",add:"Dodaj czip",edit:"Edytuj",clear:"Wyczyść",select:"Wybierz czip",types:{action:"Akcja","alarm-control-panel":"Alarm",back:"Wstecz",conditional:"Warunkowy",entity:"Encja",light:"Światło",menu:"Menu",spacer:"Odstęp",template:"Szablon",weather:"Pogoda"}}}},Ji={editor:Zi},Qi={form:{color_picker:{values:{default:"Cor padrão"}},info_picker:{values:{default:"Informações padrão",name:"Nome",state:"Estado","last-changed":"Última alteração","last-updated":"Última atualização",none:"Nenhum"}},layout_picker:{values:{default:"Layout padrão",vertical:"Layout vertical",horizontal:"Layout horizontal"}},alignment_picker:{values:{default:"Padrão (inicio)",end:"Final",center:"Centro",justify:"Justificado"}}},card:{generic:{icon_color:"Cor do ícone?",layout:"Layout",primary_info:"Informações primárias",secondary_info:"Informações secundárias",use_entity_picture:"Usar imagem da entidade?",icon_animation:"Animar ícone quando ativo?"},light:{show_brightness_control:"Mostrar controle de brilho?",use_light_color:"Usar cor da luz?",show_color_temp_control:"Mostrar controle de temperatura?",show_color_control:"Mostrar controle de cor?",incompatible_controls:"Alguns controles podem não ser exibidos se sua luz não suportar o recurso."},fan:{show_percentage_control:"Mostrar controle de porcentagem?",show_oscillate_control:"Mostrar controle de oscilação?"},cover:{show_buttons_control:"Mostrar botões?",show_position_control:"Mostrar controle de posição?"},template:{primary:"Informações primárias",secondary:"Informações secundárias",multiline_secondary:"Multilinha secundária?",content:"Conteúdo"},title:{title:"Título",subtitle:"Subtítulo"},chips:{alignment:"Alinhamento"},weather:{show_conditions:"Condições?",show_temperature:"Temperatura?"}},chip:{sub_element_editor:{title:"Editor de fichas"},conditional:{chip:"Ficha"},"chip-picker":{chips:"Fichas",add:"Adicionar ficha",edit:"Editar",clear:"Limpar",select:"Selecionar ficha",types:{action:"Ação","alarm-control-panel":"Alarme",back:"Voltar",conditional:"Condicional",entity:"Entidade",light:"Iluminação",menu:"Menu",template:"Modelo",weather:"Clima"}}}},to={editor:Qi},eo={form:{color_picker:{values:{default:"Cor padrão"}},info_picker:{values:{default:"Informações padrão",name:"Nome",state:"Estado","last-changed":"Última alteração","last-updated":"Última atualização",none:"Nenhum"}},layout_picker:{values:{default:"Layout padrão",vertical:"Layout vertical",horizontal:"Layout horizontal"}},alignment_picker:{values:{default:"Padrão (inicio)",end:"Fim",center:"Centrado",justify:"Justificado"}}},card:{generic:{icon_color:"Cor do ícone?",layout:"Layout",primary_info:"Informações primárias",secondary_info:"Informações secundárias",use_entity_picture:"Usar imagem da entidade?",icon_animation:"Animar ícone quando ativo?"},light:{show_brightness_control:"Mostrar controle de brilho?",use_light_color:"Usar cor da luz?",show_color_temp_control:"Mostrar controle de temperatura?",show_color_control:"Mostrar controle de cor?",incompatible_controls:"Alguns controles podem não ser exibidos se a luz não suportar o recurso."},fan:{show_percentage_control:"Mostrar controle de porcentagem?",show_oscillate_control:"Mostrar controle de oscilação?"},cover:{show_buttons_control:"Mostrar botões?",show_position_control:"Mostrar controle de posição?"},template:{primary:"Informações primárias",secondary:"Informações secundárias",multiline_secondary:"Multilinha secundária?",content:"Conteúdo"},title:{title:"Título",subtitle:"Subtítulo"},chips:{alignment:"Alinhamento"},weather:{show_conditions:"Condições?",show_temperature:"Temperatura?"}},chip:{sub_element_editor:{title:"Editor de fichas"},conditional:{chip:"Ficha"},"chip-picker":{chips:"Fichas",add:"Adicionar ficha",edit:"Editar",clear:"Limpar",select:"Selecionar ficha",types:{action:"Ação","alarm-control-panel":"Alarme",back:"Voltar",conditional:"Condicional",entity:"Entidade",light:"Iluminação",menu:"Menu",template:"Modelo",weather:"Clima"}}}},io={editor:eo},oo={form:{color_picker:{values:{default:"Culoare implicită"}},info_picker:{values:{default:"Informație implicită",name:"Nume",state:"Stare","last-changed":"Ultima modificare","last-updated":"Ultima actulizare",none:"Niciuna"}},icon_type_picker:{values:{default:"Tip implicit",icon:"Pictogramă","entity-picture":"Imagine",none:"Niciuna"}},layout_picker:{values:{default:"Aranjare implicită",vertical:"Verticală",horizontal:"Orizontală"}},alignment_picker:{values:{default:"Aliniere implicită",start:"Stânga",end:"Dreapta",center:"Centrat",justify:"Umplere"}}},card:{generic:{icon_color:"Culoare pictogramă",layout:"Aranjare",fill_container:"Umplere container",primary_info:"Informație principală",secondary_info:"Informație secundară",icon_type:"Tip pictogramă",content_info:"Conținut",use_entity_picture:"Imagine?",collapsible_controls:"Restrângere la dezactivare"},light:{show_brightness_control:"Comandă pentru strălucire?",use_light_color:"Folosește culoarea luminii",show_color_temp_control:"Comandă pentru temperatură de culoare?",show_color_control:"Comandă pentru culoare?",incompatible_controls:"Unele comenzi ar putea să nu fie afișate dacă lumina nu suportă această caracteristică."},fan:{icon_animation:"Animare pictograma la activare?",show_percentage_control:"Comandă procent?",show_oscillate_control:"Comandă oscilație?"},cover:{show_buttons_control:"Comenzi pentru control?",show_position_control:"Comandă pentru poziție?",show_tilt_position_control:"Comandă pentru înclinare?"},template:{primary:"Informație principală",secondary:"Informație secundară",multiline_secondary:"Informație secundară pe mai multe linii?",entity_extra:"Folosită în șabloane și acțiuni",content:"Conținut",badge_icon:"Pictogramă insignă",badge_color:"Culoare insignă",picture:"Imagine (inlocuiește pictograma)"},title:{title:"Titlu",subtitle:"Subtitlu"},chips:{alignment:"Aliniere"},weather:{show_conditions:"Condiții?",show_temperature:"Temperatură?"},update:{show_buttons_control:"Comenzi control?"},vacuum:{commands:"Comenzi"},"media-player":{use_media_info:"Informații media",use_media_artwork:"Grafică media",show_volume_level:"Nivel volum",media_controls:"Comenzi media",media_controls_list:{on_off:"Pornit/Oprit",shuffle:"Amestecare",previous:"Pista anterioară",play_pause_stop:"Redare/Pauză/Stop",next:"Pista următoare",repeat:"Mod repetare"},volume_controls:"Comenzi volum",volume_controls_list:{volume_buttons:"Comenzi volum",volume_set:"Nivel volum",volume_mute:"Dezactivare sunet"}},lock:{lock:"Încuie",unlock:"Descuie",open:"Deschide"},humidifier:{show_target_humidity_control:"Comenzi umiditate?"},climate:{show_temperature_control:"Comenzi temperatură?",hvac_modes:"Moduri HVAC"}},chip:{sub_element_editor:{title:"Editor jeton"},conditional:{chip:"Jeton"},"chip-picker":{chips:"Jetoane",add:"Adaugă jeton",edit:"Modifică",clear:"Șterge",select:"Alege jeton",types:{action:"Acțiune","alarm-control-panel":"Alarmă",back:"Înapoi",conditional:"Condițional",entity:"Entitate",light:"Lumină",menu:"Meniu",template:"Șablon",weather:"Vreme"}}}},no={editor:oo},ro={form:{color_picker:{values:{default:"Цвет по умолчанию"}},info_picker:{values:{default:"По умолчанию",name:"Имя",state:"Статус","last-changed":"Последнее изменение","last-updated":"Последнее обновление",none:"Нет"}},icon_type_picker:{values:{default:"По умолчанию",icon:"Иконка","entity-picture":"Изображение",none:"Нет"}},layout_picker:{values:{default:"Расположение по умолчанию",vertical:"Вертикальное расположение",horizontal:"Горизонтальное расположение"}},alignment_picker:{values:{default:"Выравнивание по умолчанию",start:"К началу",end:"К концу",center:"По центру",justify:"На всю ширину"}}},card:{generic:{icon_color:"Цвет иконки",layout:"Расположение",fill_container:"Заполнение",primary_info:"Основная информация",secondary_info:"Второстепенная информация",icon_type:"Тип иконки",content_info:"Содержимое",use_entity_picture:"Использовать изображение объекта?",collapsible_controls:"Сворачивать элементы управления при выключении"},light:{show_brightness_control:"Управлять яркостью?",use_light_color:"Использовать текущий цвет света",show_color_temp_control:"Управлять цветовой температурой?",show_color_control:"Управлять цветом?",incompatible_controls:"Некоторые элементы управления могут не отображаться, если ваш светильник не поддерживает эти функции."},fan:{icon_animation:"Анимировать иконку когда включено?",show_percentage_control:"Управлять процентами?",show_oscillate_control:"Oscillate control?"},cover:{show_buttons_control:"Добавить кнопки управления?",show_position_control:"Управлять позицией?",show_tilt_position_control:"Управлять наклоном?"},template:{primary:"Основная информация",secondary:"Второстепенная информация",multiline_secondary:"Многострочная Второстепенная информация?",entity_extra:"Используется в шаблонах и действиях",content:"Содержимое",badge_icon:"Иконка значка",badge_color:"Цвет значка",picture:"Изображение (заменить иконку)"},title:{title:"Заголовок",subtitle:"Подзаголовок"},chips:{alignment:"Выравнивание"},weather:{show_conditions:"Условия?",show_temperature:"Температура?"},update:{show_buttons_control:"Кнопки управления?"},vacuum:{commands:"Команды"},"media-player":{use_media_info:"Использовать информацию с медиа-устройства",use_media_artwork:"Использовать обложку с медиа-устройства",show_volume_level:"Показать уровень громкости",media_controls:"Управление медиа-устройством",media_controls_list:{on_off:"Включение/выключение",shuffle:"Перемешивание",previous:"Предыдущий трек",play_pause_stop:"Воспроизведение/пауза/остановка",next:"Следующий трек",repeat:"Режим повтора"},volume_controls:"Регулятор громкости",volume_controls_list:{volume_buttons:"Кнопки громкости",volume_set:"Уровень громкости",volume_mute:"Без звука"}},lock:{lock:"Закрыто",unlock:"Разблокировано",open:"Открыто"},humidifier:{show_target_humidity_control:"Управлять целевым уровенем влажности?"},climate:{show_temperature_control:"Управлять целевой температурой?",hvac_modes:"Режимы работы"}},chip:{sub_element_editor:{title:"Редактор мини-карточек"},conditional:{chip:"Мини-карточка"},"chip-picker":{chips:"Мини-карточки",add:"Добавить мини-карточку",edit:"Изменить",clear:"Очистить",select:"Выбрать мини-карточку",types:{action:"Действие","alarm-control-panel":"Тревога",back:"Назад",conditional:"Условия",entity:"Объект",light:"Освещение",menu:"Меню",template:"Шаблон",weather:"Погода"}}}},ao={editor:ro},so={form:{color_picker:{values:{default:"Privzeta barva"}},info_picker:{values:{default:"Privzete informacije",name:"Naziv",state:"Stanje","last-changed":"Zadnja sprememba","last-updated":"Zadnja posodobitev",none:"Brez"}},icon_type_picker:{values:{default:"Privzeta vrsta",icon:"Ikona","entity-picture":"Slika entitete",none:"Brez"}},layout_picker:{values:{default:"Privzeta postavitev",vertical:"Vertikalna postavitev",horizontal:"Horizontalna postavitev"}},alignment_picker:{values:{default:"Privzeta poravnava",start:"Pričetek",end:"Konec",center:"Center",justify:"Poravnava"}}},card:{generic:{icon_color:"Barva ikone",layout:"Postavitev",fill_container:"Zapolnitev prostora",primary_info:"Primarna informacija",secondary_info:"Sekundarna informacija",icon_type:"Vrsta ikone",content_info:"Vsebina",use_entity_picture:"Uporabi sliko entitete?",collapsible_controls:"Strni kontrolnike, ko so izklopljeni",icon_animation:"Animacija ikone, ko je aktivna?"},light:{show_brightness_control:"Nadzor svetlosti?",use_light_color:"Uporabi svetlo barvo",show_color_temp_control:"Nadzor temperature barve?",show_color_control:"Nadzor barv?",incompatible_controls:"Nekateri kontrolniki morda ne bodo prikazani, če vaša luč ne podpira te funkcije."},fan:{show_percentage_control:"Kontrola v odstotkih?",show_oscillate_control:"Kontrola nihanja?"},cover:{show_buttons_control:"Gumbi za upravljanje?",show_position_control:"Nadzor položaja?",show_tilt_position_control:"Nadzor nagiba?"},template:{primary:"Primarna informacija",secondary:"Sekundarna informacija",multiline_secondary:"Večvrstični sekundarni?",entity_extra:"Uporablja se v predlogah in dejanjih",content:"Vsebina",badge_icon:"Ikona značke",badge_color:"Barva značke",picture:"Slika (nadomestila bo ikono)"},title:{title:"Naziv",subtitle:"Podnaslov",title_tap_action:"Dejanje dotika naslova",subtitle_tap_action:"Dejanje dotika podnapisov"},chips:{alignment:"Poravnava"},weather:{show_conditions:"Pogoji?",show_temperature:"Temperatura?"},update:{show_buttons_control:"Gumbi za upravljanje?"},vacuum:{commands:"Ukazi",commands_list:{on_off:"Vklop/izklop"}},"media-player":{use_media_info:"Uporabite informacije o medijih",use_media_artwork:"Uporabite medijsko umetniško delo",show_volume_level:"Pokaži raven glasnosti",media_controls:"Nadzor medijev",media_controls_list:{on_off:"Vklop/izklop",shuffle:"Naključno",previous:"Prejšnja skladba",play_pause_stop:"Predvajaj/pavza/ustavi",next:"Naslednja skladba",repeat:"Ponavljajoči način"},volume_controls:"Kontrole glasnosti",volume_controls_list:{volume_buttons:"Gumbi za glasnost",volume_set:"Raven glasnosti",volume_mute:"Tiho"}},lock:{lock:"Zaklepanje",unlock:"Odkleni",open:"Odprto"},humidifier:{show_target_humidity_control:"Nadzor vlažnosti?"},climate:{show_temperature_control:"Nadzor temperature?",hvac_modes:"HVAC načini"},number:{display_mode:"Način prikaza",display_mode_list:{default:"Privzeto (drsnik)",slider:"Drsnik",buttons:"Gumbi"}}},chip:{sub_element_editor:{title:"Urejevalnik čipov"},conditional:{chip:"Ćiš"},"chip-picker":{chips:"Čipi",add:"Dodaj čip",edit:"Uredi",clear:"Pobriši",select:"Izbira čipa",types:{action:"Dejanje","alarm-control-panel":"Alarm",back:"Nazaj",conditional:"Pogojno",entity:"Entiteta",light:"Svetloba",menu:"Meni",spacer:"Distančnik",template:"Predloga",weather:"Vreme"}}}},lo={not_found:"Entiteta ni najdena"},co={editor:so,card:lo},uo={form:{color_picker:{values:{default:"Predvolená farba"}},info_picker:{values:{default:"Predvolené informácie",name:"Názov",state:"Stav","last-changed":"Posledná zmena","last-updated":"Posledná aktualizácia",none:"Žiadna"}},icon_type_picker:{values:{default:"Predvolený typ",icon:"Ikona","entity-picture":"Obrázok entity",none:"Žiadny"}},layout_picker:{values:{default:"Predvolené rozloženie",vertical:"Zvislé rozloženie",horizontal:"Vodorovné rozloženie"}},alignment_picker:{values:{default:"Predvolené zarovnanie",start:"Začiatok",end:"Koniec",center:"Stred",justify:"Vyplniť"}}},card:{generic:{icon_color:"Farba ikony",layout:"Rozloženie",fill_container:"Vyplniť priestor",primary_info:"Základné info",secondary_info:"Doplnkové info",icon_type:"Typ ikony",content_info:"Obsah",use_entity_picture:"Použiť obrázok entity?",collapsible_controls:"Skryť ovládanie v stave VYP.",icon_animation:"Animovaná ikona v stave ZAP?"},light:{show_brightness_control:"Ovládanie jasu?",use_light_color:"Použiť farbu svetla",show_color_temp_control:"Ovládanie teploty?",show_color_control:"Ovládanie farby?",incompatible_controls:"Niektoré ovládacie prvky sa nemusia zobraziť, pokiaľ ich svetlo nepodporuje."},fan:{show_percentage_control:"Ovládanie rýchlosti v percentách?",show_oscillate_control:"Ovládanie oscilácie?"},cover:{show_buttons_control:"Zobraziť ovládacie tlačidlá?",show_position_control:"Ovládanie pozície?",show_tilt_position_control:"Ovládanie natočenia?"},template:{primary:"Základné info",secondary:"Doplnkové info",multiline_secondary:"Viacriadkové doplnkové info?",entity_extra:"Použitá v šablónach a akciách",content:"Obsah",badge_icon:"Ikona odznaku",badge_color:"Farba odznaku",picture:"Obrázok (nahrádza ikonu)"},title:{title:"Nadpis",subtitle:"Podnadpis",title_tap_action:"Akcia klepnutia na názov",subtitle_tap_action:"Akcia klepnutia na titulky"},chips:{alignment:"Zarovnanie"},weather:{show_conditions:"Zobraziť podmienky?",show_temperature:"Zobraziť teplotu?"},update:{show_buttons_control:"Zobraziť ovládacie tlačidlá?"},vacuum:{commands:"Príkazy",commands_list:{on_off:"Zapnúť/Vypnúť"}},"media-player":{use_media_info:"Použiť info o médiu",use_media_artwork:"Použiť obrázok z média",show_volume_level:"Zobraziť úroveň hlasitosti",media_controls:"Ovládanie média",media_controls_list:{on_off:"Zap / Vyp",shuffle:"Premiešať",previous:"Predchádzajúca",play_pause_stop:"Spustiť/pauza/stop",next:"Ďalšia",repeat:"Opakovať"},volume_controls:"Ovládanie hlasitosti",volume_controls_list:{volume_buttons:"Tlačidlá hlasitosti",volume_set:"Úroveň hlasitosti",volume_mute:"Stlmiť"}},lock:{lock:"Zamknuté",unlock:"Odomknuté",open:"Otvorené"},humidifier:{show_target_humidity_control:"Ovládanie vlhkosti?"},climate:{show_temperature_control:"Ovládanie teploty?",hvac_modes:"HVAC mód"},number:{display_mode:"Režim zobrazenia",display_mode_list:{default:"Predvolené (posúvač)",slider:"Posúvač",buttons:"Tlačidlá"}}},chip:{sub_element_editor:{title:"Editor štítkov"},conditional:{chip:"Štítok"},"chip-picker":{chips:"Štítky",add:"Pridať štítok",edit:"Editovať",clear:"Vymazať",select:"Vybrať štítok",types:{action:"Akcia","alarm-control-panel":"Alarm",back:"Späť",conditional:"Podmienené",entity:"Entita",light:"Svetlo",menu:"Menu",spacer:"Medzera",template:"Šablóna",weather:"Počasie"}}}},ho={not_found:"Entita nenájdená"},mo={editor:uo,card:ho},po={form:{color_picker:{values:{default:"Standardfärg"}},info_picker:{values:{default:"Förvald information",name:"Namn",state:"Status","last-changed":"Sist ändrad","last-updated":"Sist uppdaterad",none:"Ingen"}},layout_picker:{values:{default:"Standard",vertical:"Vertikal",horizontal:"Horisontell"}},alignment_picker:{values:{default:"Standard (början)",end:"Slutet",center:"Centrerad",justify:"Anpassa"}}},card:{generic:{icon_color:"Ikonens färg",layout:"Layout",primary_info:"Primär information",secondary_info:"Sekundär information",use_entity_picture:"Använd enheten bild?",icon_animation:"Animera ikonen när fläkten är på?"},light:{show_brightness_control:"Styr ljushet?",use_light_color:"Styr ljusets färg",show_color_temp_control:"Styr färgtemperatur?",show_color_control:"Styr färg?",incompatible_controls:"Kontroller som inte stöds av enheten kommer inte visas."},fan:{show_percentage_control:"Procentuell kontroll?",show_oscillate_control:"Kontroll för oscillera?"},cover:{show_buttons_control:"Visa kontrollknappar?",show_position_control:"Visa positionskontroll?"},template:{primary:"Primär information",secondary:"Sekundär information",multiline_secondary:"Sekundär med flera rader?",content:"Innehåll"},title:{title:"Rubrik",subtitle:"Underrubrik"},chips:{alignment:"Justering"},weather:{show_conditions:"Förhållanden?",show_temperature:"Temperatur?"}},chip:{sub_element_editor:{title:"Chipredigerare"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Lägg till chip",edit:"Redigera",clear:"Rensa",select:"Välj chip",types:{action:"Händelse","alarm-control-panel":"Alarm",back:"Bakåt",conditional:"Villkorad",entity:"Enhet",light:"Ljus",menu:"Meny",template:"Mall",weather:"Väder"}}}},fo={editor:po},go={form:{color_picker:{values:{default:"Varsayılan renk"}},info_picker:{values:{default:"Varsayılan bilgi",name:"İsim",state:"Durum","last-changed":"Son Değişim","last-updated":"Son Güncelleme",none:"None"}},layout_picker:{values:{default:"Varsayılan düzen",vertical:"Dikey düzen",horizontal:"Yatay düzen"}},alignment_picker:{values:{default:"Varsayılan hizalama",start:"Sola yasla",end:"Sağa yasla",center:"Ortala",justify:"İki yana yasla"}}},card:{generic:{icon_color:"Simge renki",layout:"Düzen",primary_info:"Birinci bilgi",secondary_info:"İkinci bilgi",content_info:"İçerik",use_entity_picture:"Varlık resmi kullanılsın",icon_animation:"Aktif olduğunda simgeyi hareket ettir"},light:{show_brightness_control:"Parlaklık kontrolü",use_light_color:"Işık rengini kullan",show_color_temp_control:"Renk ısısı kontrolü",show_color_control:"Renk kontrolü",incompatible_controls:"Kullandığınız lamba bu özellikleri desteklemiyorsa bazı kontroller görüntülenemeyebilir."},fan:{show_percentage_control:"Yüzde kontrolü",show_oscillate_control:"Salınım kontrolü"},cover:{show_buttons_control:"Düğme kontrolleri",show_position_control:"Pozisyon kontrolü"},template:{primary:"Birinci bilgi",secondary:"İkinci bilgi",multiline_secondary:"İkinci bilgi çok satır olsun",entity_extra:"Şablonlarda ve eylemlerde kullanılsın",content:"İçerik"},title:{title:"Başlık",subtitle:"Altbaşlık"},chips:{alignment:"Hizalama"},weather:{show_conditions:"Hava koşulu",show_temperature:"Sıcaklık"},update:{show_buttons_control:"Düğme kontrolü"},vacuum:{commands:"Komutlar"}},chip:{sub_element_editor:{title:"Chip düzenleyici"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Chip ekle",edit:"Düzenle",clear:"Temizle",select:"Chip seç",types:{action:"Eylem","alarm-control-panel":"Alarm",back:"Geri",conditional:"Koşullu",entity:"Varlık",light:"Işık",menu:"Menü",template:"Şablon",weather:"Hava Durumu"}}}},_o={editor:go},vo={form:{color_picker:{values:{default:"Колір за замовчуванням"}},info_picker:{values:{default:"Інформація за замовчуванням",name:"Назва",state:"Стан","last-changed":"Востаннє змінено","last-updated":"Востаннє оновлено",none:"Нічого"}},icon_type_picker:{values:{default:"За замовчуванням",icon:"Іконка","entity-picture":"Зображення сутності",none:"Нічого"}},layout_picker:{values:{default:"Розташування за замовчуванням",vertical:"Вертикальне розташування",horizontal:"Горизонтальне розташування"}},alignment_picker:{values:{default:"Вирівнювання за замовчуванням",start:"На початку",end:"В кінці",center:"По центру",justify:"Вирівняти"}}},card:{generic:{icon_color:"Колір іконки",layout:"Розташування",fill_container:"Заповнити контейнер",primary_info:"Головна інформація",secondary_info:"Додаткова інформація",icon_type:"Тип іконки",content_info:"Вміст",use_entity_picture:"Використовувати зображення сутності?",collapsible_controls:"Приховувати елементи керування коли вимкнено?",icon_animation:"Анімувати іконку при активації?"},light:{show_brightness_control:"Контроль яскравості?",use_light_color:"Використовувати колір світла",show_color_temp_control:"Керування температурою світла?",show_color_control:"Керування кольором світла?",incompatible_controls:"Деякі елементи керування можуть не відображатись якщо ваш пристрій не підтримує цю функцію."},fan:{show_percentage_control:"Керування швидкістю?",show_oscillate_control:"Керування повротом?"},cover:{show_buttons_control:"Кнопки керування?",show_position_control:"Керування позицією?",show_tilt_position_control:"Керування нахилом?"},template:{primary:"Головна інформація",secondary:"Додаткова інформаіця",multiline_secondary:"Багаторядкова додаткова інформація?",entity_extra:"Використовується в шаблонах та діях",content:"Вміст",badge_icon:"Іконка значка",badge_color:"Колір значка",picture:"Зображення (замінить іконку)"},title:{title:"Заголовок",subtitle:"Підзаголовок",title_tap_action:"Дія при дотику до заголовку",subtitle_tap_action:"Дія при дотику до підзаголовку"},chips:{alignment:"Вирівнювання"},weather:{show_conditions:"Умови?",show_temperature:"Температура?"},update:{show_buttons_control:"Кнопки керування?"},vacuum:{commands:"Команди",commands_list:{on_off:"Увімкнути/Вимкнути"}},"media-player":{use_media_info:"Використовувати інформацію медіа",use_media_artwork:"Використовувати зображення медіа",show_volume_level:"Показати рівень гучності",media_controls:"Керування медіа",media_controls_list:{on_off:"Увімкнути/Вимкнути",shuffle:"Перемішати",previous:"Попередній трек",play_pause_stop:"Відтворити/пауза/стоп",next:"Наступний трек",repeat:"Режим повторення"},volume_controls:"Елементи керування гучністю",volume_controls_list:{volume_buttons:"Кнопки гучності",volume_set:"Рівень гучності",volume_mute:"Вимк. звук"}},lock:{lock:"Зачинити",unlock:"Відчинити",open:"Відкрити"},humidifier:{show_target_humidity_control:"Керування вологістю?"},climate:{show_temperature_control:"Керування температурою?",hvac_modes:"Режими"},number:{display_mode:"Відображати режим",display_mode_list:{default:"За замовчуванням (повзунок)",slider:"Повзунок",buttons:"Кнопки"}}},chip:{sub_element_editor:{title:"Редактор міні-карток"},conditional:{chip:"Міні-картка"},"chip-picker":{chips:"Міні-картки",add:"Додати міні-картку",edit:"Редагувати",clear:"Очистити",select:"Обрати міні-картку",types:{action:"Дія","alarm-control-panel":"Сигналізація",back:"Назад",conditional:"Умовна",entity:"Сутність",light:"Світло",menu:"Меню",spacer:"Порожнє місце",template:"Вручну",weather:"Погода"}}}},bo={not_found:"Сутність не знайдено"},yo={editor:vo,card:bo},xo={form:{color_picker:{values:{default:"Màu mặc định"}},info_picker:{values:{default:"Thông tin mặc định",name:"Tên",state:"Trạng thái","last-changed":"Lần thay đổi cuối","last-updated":"Lần cập nhật cuối",none:"Không có"}},icon_type_picker:{values:{default:"Kiểu mặc định",icon:"Biểu tượng","entity-picture":"Ảnh thực thể",none:"Không có"}},layout_picker:{values:{default:"Bố cục mặc định",vertical:"Bố cục dọc",horizontal:"Bố cục ngang"}},alignment_picker:{values:{default:"Căn chỉnh mặc định",start:"Căn đầu",end:"Căn cuối",center:"Căn giữa",justify:"Căn hai bên"}}},card:{generic:{icon_color:"Màu biểu tượng",layout:"Bố cục",fill_container:"Làm đầy ô chứa",primary_info:"Thông tin chính",secondary_info:"Thông tin phụ",icon_type:"Kiểu biểu tượng",content_info:"Nội dung",use_entity_picture:"Dùng ảnh của thực thể?",collapsible_controls:"Thu nhỏ điều kiển khi tắt",icon_animation:"Biểu tượng chuyển động khi kích hoạt?"},light:{show_brightness_control:"Điều khiển độ sáng?",use_light_color:"Dùng màu đèn",show_color_temp_control:"Điều khiển nhiệt độ màu?",show_color_control:"Điều khiển màu sắc?",incompatible_controls:"Một số điều khiển sẽ không được hiển thị nếu đèn của bạn không hỗ trợ tính năng đó."},fan:{show_percentage_control:"Điều khiển dạng phần trăm?",show_oscillate_control:"Điều khiển xoay?"},cover:{show_buttons_control:"Điều khiển nút bấm?",show_position_control:"Điều khiển vị trí?",show_tilt_position_control:"Điều khiển độ nghiêng?"},template:{primary:"Thông tin chính",secondary:"Thông tin phụ",multiline_secondary:"Nhiều dòng thông tin phụ?",entity_extra:"Được sử dụng trong bản mẫu và hành động",content:"Nội dung",badge_icon:"Biểu tượng huy hiệu",badge_color:"Màu huy hiệu",picture:"Ảnh (thay cho biểu tượng)"},title:{title:"Tiêu đề",subtitle:"Phụ đề",title_tap_action:"Hành động khi nhấp tiêu đề",subtitle_tap_action:"Hành động khi nhấp phụ đề"},chips:{alignment:"Căn chỉnh"},weather:{show_conditions:"Điều kiện?",show_temperature:"Nhiệt độ?"},update:{show_buttons_control:"Điều khiển nút bấm?"},vacuum:{commands:"Mệnh lệnh",commands_list:{on_off:"Bật/tắt"}},"media-player":{use_media_info:"Dùng thông tin đa phương tiện",use_media_artwork:"Dùng ảnh đa phương tiện",show_volume_level:"Hiện mức âm lượng",media_controls:"Điều khiển đa phương tiện",media_controls_list:{on_off:"Bật/tắt",shuffle:"Xáo trộn",previous:"Bài trước",play_pause_stop:"Phát/tạm dừng/dừng",next:"Bài tiếp theo",repeat:"Chế độ lặp lại"},volume_controls:"Điều khiển âm lượng",volume_controls_list:{volume_buttons:"Nút âm lượng",volume_set:"Mức âm lượng",volume_mute:"Im lặng"}},lock:{lock:"Khóa",unlock:"Mở khóa",open:"Mở"},humidifier:{show_target_humidity_control:"Điều khiển độ ẩm?"},climate:{show_temperature_control:"Điều khiển nhiệt độ?",hvac_modes:"Chế độ điều hòa"},number:{display_mode:"Chế độ hiển thị",display_mode_list:{default:"Mặc định (thanh trượt)",slider:"Thanh trượt",buttons:"Nút"}}},chip:{sub_element_editor:{title:"Trình soạn phỉnh"},conditional:{chip:"Phỉnh"},"chip-picker":{chips:"Phỉnh",add:"Thêm phỉnh",edit:"Chỉnh sửa",clear:"Tẩy trống",select:"Chọn phỉnh",types:{action:"Hành động","alarm-control-panel":"Báo động",back:"Quay về",conditional:"Điều kiện",entity:"Thực thể",light:"Đèn",menu:"Trình đơn",spacer:"Ngăn cách",template:"Mẫu",weather:"Thời tiết"}}}},wo={not_found:"Không tìm thấy thực thể"},ko={editor:xo,card:wo},Co={form:{color_picker:{values:{default:"默认颜色"}},info_picker:{values:{default:"默认信息",name:"名称",state:"状态","last-changed":"变更时间","last-updated":"更新时间",none:"无"}},icon_type_picker:{values:{default:"默认类型",icon:"图标","entity-picture":"实体图片",none:"无"}},layout_picker:{values:{default:"默认布局",vertical:"垂直布局",horizontal:"水平布局"}},alignment_picker:{values:{default:"默认",start:"左对齐",end:"右对齐",center:"居中对齐",justify:"两端对齐"}}},card:{generic:{icon_color:"图标颜色",layout:"布局",fill_container:"填满容器",primary_info:"首要信息",secondary_info:"次要信息",icon_type:"图标类型",content_info:"内容",use_entity_picture:"使用实体图片?",collapsible_controls:"关闭时隐藏控制器",icon_animation:"激活时使用动态图标?"},light:{show_brightness_control:"亮度控制?",use_light_color:"使用灯光颜色",show_color_temp_control:"色温控制?",show_color_control:"颜色控制?",incompatible_controls:"设备不支持的控制器将不会显示。"},fan:{show_percentage_control:"百分比控制?",show_oscillate_control:"摆动控制?"},cover:{show_buttons_control:"按钮控制?",show_position_control:"位置控制?",show_tilt_position_control:"角度控制?"},template:{primary:"首要信息",secondary:"次要信息",multiline_secondary:"多行次要信息?",entity_extra:"用于模板和动作",content:"内容",badge_icon:"徽标图标",badge_color:"徽标颜色",picture:"图片 (将会替代图标)"},title:{title:"标题",subtitle:"子标题",title_tap_action:"标题点击动作",subtitle_tap_action:"子标题点击动作"},chips:{alignment:"对齐"},weather:{show_conditions:"条件?",show_temperature:"温度?"},update:{show_buttons_control:"控制按钮?"},vacuum:{commands:"命令",commands_list:{on_off:"开/关"}},"media-player":{use_media_info:"使用媒体信息",use_media_artwork:"使用媒体插图",show_volume_level:"显示音量大小",media_controls:"媒体控制",media_controls_list:{on_off:"开启/关闭",shuffle:"随机",previous:"上一曲",play_pause_stop:"播放/暂停/停止",next:"下一曲",repeat:"循环模式"},volume_controls:"音量控制",volume_controls_list:{volume_buttons:"音量按钮",volume_set:"音量等级",volume_mute:"静音"}},lock:{lock:"锁定",unlock:"解锁",open:"打开"},humidifier:{show_target_humidity_control:"湿度控制?"},climate:{show_temperature_control:"温度控制?",hvac_modes:"空调模式"},number:{display_mode:"显示模式",display_mode_list:{default:"默认 (滑块)",slider:"滑块",buttons:"按钮"}}},chip:{sub_element_editor:{title:"Chip 编辑"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"添加 chip",edit:"编辑",clear:"清除",select:"选择 chip",types:{action:"动作","alarm-control-panel":"警戒控制台",back:"返回",conditional:"条件显示",entity:"实体",light:"灯光",menu:"菜单",spacer:"占位符",template:"模板",weather:"天气"}}}},$o={not_found:"未找到实体"},Eo={editor:Co,card:$o},Ao={form:{color_picker:{values:{default:"預設顏色"}},info_picker:{values:{default:"預設訊息",name:"名稱",state:"狀態","last-changed":"最近變動時間","last-updated":"最近更新時間",none:"無"}},icon_type_picker:{values:{default:"預設樣式",icon:"圖示","entity-picture":"實體圖片",none:"無"}},layout_picker:{values:{default:"預設佈局",vertical:"垂直佈局",horizontal:"水平佈局"}},alignment_picker:{values:{default:"預設對齊",start:"居左對齊",end:"居右對齊",center:"居中對齊",justify:"兩端對齊"}}},card:{generic:{icon_color:"圖示顏色",layout:"佈局",fill_container:"填滿容器",primary_info:"主要訊息",secondary_info:"次要訊息",icon_type:"圖示樣式",content_info:"內容",use_entity_picture:"使用實體圖片?",collapsible_controls:"關閉時隱藏控制項",icon_animation:"啟動時使用動態圖示?"},light:{show_brightness_control:"亮度控制?",use_light_color:"使用燈光顏色",show_color_temp_control:"色溫控制?",show_color_control:"色彩控制?",incompatible_controls:"不會顯示裝置不支援的控制。"},fan:{show_percentage_control:"百分比控制?",show_oscillate_control:"擺頭控制?"},cover:{show_buttons_control:"按鈕控制?",show_position_control:"位置控制?",show_tilt_position_control:"角度控制?"},template:{primary:"主要訊息",secondary:"次要訊息",multiline_secondary:"多行次要訊息?",entity_extra:"用於模板與動作",content:"內容",badge_icon:"角標圖示",badge_color:"角標顏色",picture:"圖片 (將會取代圖示)"},title:{title:"標題",subtitle:"副標題",title_tap_action:"標題點擊動作",subtitle_tap_action:"副標題點擊動作"},chips:{alignment:"對齊"},weather:{show_conditions:"狀況?",show_temperature:"溫度?"},update:{show_buttons_control:"按鈕控制?"},vacuum:{commands:"指令",commands_list:{on_off:"開啟、關閉"}},"media-player":{use_media_info:"使用媒體資訊",use_media_artwork:"使用媒體插圖",show_volume_level:"顯示音量大小",media_controls:"媒體控制",media_controls_list:{on_off:"開啟、關閉",shuffle:"隨機播放",previous:"上一首",play_pause_stop:"播放、暫停、停止",next:"下一首",repeat:"重複播放"},volume_controls:"音量控制",volume_controls_list:{volume_buttons:"音量按鈕",volume_set:"音量等級",volume_mute:"靜音"}},lock:{lock:"上鎖",unlock:"解鎖",open:"打開"},humidifier:{show_target_humidity_control:"溼度控制?"},climate:{show_temperature_control:"溫度控制?",hvac_modes:"空調模式"},number:{display_mode:"顯示模式",display_mode_list:{default:"預設 (滑桿)",slider:"滑桿",buttons:"按鈕"}}},chip:{sub_element_editor:{title:"小卡片編輯器"},conditional:{chip:"小卡片"},"chip-picker":{chips:"小卡片",add:"新增小卡片",edit:"編輯",clear:"清除",select:"選擇小卡片",types:{action:"動作","alarm-control-panel":"警報器控制",back:"返回",conditional:"條件",entity:"實體",light:"燈光",menu:"選單",spacer:"佔位符",template:"模板",weather:"天氣"}}}},So={not_found:"未找到實體"},Io={editor:Ao,card:So};const To={ar:Object.freeze({__proto__:null,default:li,editor:si}),bg:Object.freeze({__proto__:null,default:di,editor:ci}),ca:Object.freeze({__proto__:null,card:hi,default:mi,editor:ui}),cs:Object.freeze({__proto__:null,card:fi,default:gi,editor:pi}),da:Object.freeze({__proto__:null,default:vi,editor:_i}),de:Object.freeze({__proto__:null,card:yi,default:xi,editor:bi}),el:Object.freeze({__proto__:null,default:ki,editor:wi}),en:Object.freeze({__proto__:null,card:$i,default:Ei,editor:Ci}),es:Object.freeze({__proto__:null,default:Si,editor:Ai}),fi:Object.freeze({__proto__:null,default:Ti,editor:Ii}),fr:Object.freeze({__proto__:null,default:Oi,editor:zi}),he:Object.freeze({__proto__:null,default:ji,editor:Mi}),hu:Object.freeze({__proto__:null,card:Li,default:Pi,editor:Di}),id:Object.freeze({__proto__:null,card:Ri,default:Fi,editor:Ni}),it:Object.freeze({__proto__:null,card:Bi,default:Ui,editor:Vi}),"ko-KR":Object.freeze({__proto__:null,default:Yi,editor:Hi}),nb:Object.freeze({__proto__:null,default:Xi,editor:Wi}),nl:Object.freeze({__proto__:null,card:Gi,default:qi,editor:Ki}),pl:Object.freeze({__proto__:null,default:Ji,editor:Zi}),"pt-BR":Object.freeze({__proto__:null,default:to,editor:Qi}),"pt-PT":Object.freeze({__proto__:null,default:io,editor:eo}),ro:Object.freeze({__proto__:null,default:no,editor:oo}),ru:Object.freeze({__proto__:null,default:ao,editor:ro}),sl:Object.freeze({__proto__:null,card:lo,default:co,editor:so}),sk:Object.freeze({__proto__:null,card:ho,default:mo,editor:uo}),sv:Object.freeze({__proto__:null,default:fo,editor:po}),tr:Object.freeze({__proto__:null,default:_o,editor:go}),uk:Object.freeze({__proto__:null,card:bo,default:yo,editor:vo}),vi:Object.freeze({__proto__:null,card:wo,default:ko,editor:xo}),"zh-Hans":Object.freeze({__proto__:null,card:$o,default:Eo,editor:Co}),"zh-Hant":Object.freeze({__proto__:null,card:So,default:Io,editor:Ao})};function zo(t,e){try{return t.split(".").reduce(((t,e)=>t[e]),To[e])}catch(t){return}}function Oo(t){return function(e){var i;let o=zo(e,null!==(i=null==t?void 0:t.locale.language)&&void 0!==i?i:"en");return o||(o=zo(e,"en")),null!=o?o:e}} +`,ai=(t,e,i,o)=>{const[n,r,a]=t.split(".",3);return Number(n)>e||Number(n)===e&&Number(r)>=i||void 0!==o};var si={form:{color_picker:{values:{default:"اللون الإفتراضي"}},info_picker:{values:{default:"المعلومات الافتراضية",name:"الإسم",state:"الحالة","last-changed":"آخر تغيير","last-updated":"آخر تحديث",none:"لا شئ"}},icon_type_picker:{values:{default:"النوع افتراضي",icon:"أيقونة","entity-picture":"صورة الكيان",none:"لا شئ"}},layout_picker:{values:{default:"تخطيط افتراضي",vertical:"تخطيط رأسي",horizontal:"تخطيط أفقي"}},alignment_picker:{values:{default:"المحاذاة الافتراضية",start:"بداية",end:"نهاية",center:"توسيط",justify:"مساواة"}}},card:{generic:{icon_color:"لون الأيقونة",layout:"التخطيط",fill_container:"ملئ الحاوية",primary_info:"المعلومات الأساسية",secondary_info:"المعلومات الفرعية",icon_type:"نوع الأيقونة",content_info:"المحتوى",use_entity_picture:"استخدم صورة الكيان؟",collapsible_controls:"تصغير عناصر التحكم عند الإيقاف",icon_animation:"تحريك الرمز عندما يكون نشطًا؟"},light:{show_brightness_control:"التحكم في السطوع؟",use_light_color:"استخدم لون فاتح",show_color_temp_control:"التحكم في حرارة اللون؟",show_color_control:"التحكم في اللون؟",incompatible_controls:"قد لا يتم عرض بعض عناصر التحكم إذا كان الضوء الخاص بك لا يدعم الميزة."},fan:{show_percentage_control:"التحكم في النسبة المئوية؟",show_oscillate_control:"التحكم في التذبذب؟"},cover:{show_buttons_control:"أزرار التحكم؟",show_position_control:"التحكم في الموقع؟"},template:{primary:"المعلومات الأساسية",secondary:"المعلومات الثانوية",multiline_secondary:"متعدد الأسطر الثانوية؟",entity_extra:"تستخدم في القوالب والإجراءات",content:"المحتوى",badge_icon:"أيقونة الشارة",badge_color:"لون الشارة",picture:"صورة (ستحل محل الأيقونة)"},title:{title:"العنوان",subtitle:"العنوان الفرعي"},chips:{alignment:"محاذاة"},weather:{show_conditions:"الأحوال الجوية؟",show_temperature:"الطقس؟"},update:{show_buttons_control:"أزرار التحكم؟"},vacuum:{commands:"الاوامر"},"media-player":{use_media_info:"استخدم معلومات الوسائط",use_media_artwork:"استخدم صورة الوسائط",show_volume_level:"إظهار مستوى الصوت",media_controls:"التحكم في الوسائط",media_controls_list:{on_off:"تشغيل/إيقاف",shuffle:"خلط",previous:"السابق",play_pause_stop:"تشغيل/إيقاف مؤقت/إيقاف",next:"التالي",repeat:"وضع التكرار"},volume_controls:"التحكم في الصوت",volume_controls_list:{volume_buttons:"أزرار الصوت",volume_set:"مستوى الصوت",volume_mute:"كتم"}},lock:{lock:"مقفل",unlock:"إلغاء قفل",open:"مفتوح"},humidifier:{show_target_humidity_control:"التحكم في الرطوبة؟?"},climate:{show_temperature_control:"التحكم في درجة الحرارة؟",hvac_modes:"أوضاع HVAC"}},chip:{sub_element_editor:{title:"محرر الرقاقة"},conditional:{chip:"رقاقة"},"chip-picker":{chips:"رقاقات",add:"أضف رقاقة",edit:"تعديل",clear:"مسح",select:"اختر الرقاقة",types:{action:"إجراء","alarm-control-panel":"تنبيه",back:"رجوع",conditional:"مشروط",entity:"الكيان",light:"Light",menu:"القائمة",template:"قالب",weather:"الطقس"}}}},li={editor:si},ci={form:{color_picker:{values:{default:"Основен цвят"}},info_picker:{values:{default:"Основна информация",name:"Име",state:"Състояние","last-changed":"Последно Променен","last-updated":"Последно Актуализиран",none:"Липсва"}},icon_type_picker:{values:{default:"Основен тип",icon:"Икона","entity-picture":"Картина на обекта",none:"Липсва"}},layout_picker:{values:{default:"Основно оформление",vertical:"Вертикално оформление",horizontal:"Хоризонтално оформление"}},alignment_picker:{values:{default:"Основно подравняване",start:"Старт",end:"Край",center:"Център",justify:"Подравнен"}}},card:{generic:{icon_color:"Цвят на икона",layout:"Оформление",fill_container:"Изпълване на контейнера",primary_info:"Първостепенна информация",secondary_info:"Второстепенна информация",icon_type:"Тип на икона",content_info:"Съдържание",use_entity_picture:"Използвай снимката на обекта?",collapsible_controls:"Свий контролите при изключен",icon_animation:"Анимирай иконата при активен?"},light:{show_brightness_control:"Контрол на яркостта?",use_light_color:"Използвай цвета на светлината",show_color_temp_control:"Контрол на температурата?",show_color_control:"Контрол на цвета?",incompatible_controls:"Някои опции могат да бъдат скрити при условие че осветителното тяло не поддържа фунцията."},fan:{show_percentage_control:"Процентов контрол?",show_oscillate_control:"Контрол на трептенето?"},cover:{show_buttons_control:"Контролни бутони?",show_position_control:"Контрол на позицията?",show_tilt_position_control:"Контрол на наклона?"},template:{primary:"Първостепенна информация",secondary:"Второстепенна информация",multiline_secondary:"Много-редова второстепенна информация?",entity_extra:"Използван в шаблони и действия",content:"Съдържание",badge_icon:"Икона на значка",badge_color:"Цвят на значка",picture:"Картина (ще замени иконата)"},title:{title:"Заглавие",subtitle:"Подзаглавие"},chips:{alignment:"Подравняване"},weather:{show_conditions:"Условия?",show_temperature:"Температура?"},update:{show_buttons_control:"Контролни бутони?"},vacuum:{commands:"Конади",commands_list:{on_off:"Вкл./Изкл."}},"media-player":{use_media_info:"Използвай информация от медията",use_media_artwork:"Използвай визуалните детайли от медията",show_volume_level:"Покажи контрола за звук",media_controls:"Контрол на Медиата",media_controls_list:{on_off:"Вкл./Изкл.",shuffle:"Разбъркано",previous:"Предишен",play_pause_stop:"Пусни/пауза/стоп",next:"Следващ",repeat:"Повтаряне"},volume_controls:"Контрол на звука",volume_controls_list:{volume_buttons:"Бутони за звук",volume_set:"Ниво на звука",volume_mute:"Заглуши"}},lock:{lock:"Заключен",unlock:"Отключен",open:"Отворен"},humidifier:{show_target_humidity_control:"Контрол на влажността?"},climate:{show_temperature_control:"Контрол на температурата?",hvac_modes:"HVAC Режими"}},chip:{sub_element_editor:{title:"Чип редактор"},conditional:{chip:"Чип"},"chip-picker":{chips:"Чипове",add:"Добави чип",edit:"Редактирай",clear:"Изчисти",select:"Избери чип",types:{action:"Действия","alarm-control-panel":"Аларма",back:"Назад",conditional:"Условни",entity:"Обект",light:"Осветление",menu:"Меню",template:"Шаблон",weather:"Време"}}}},di={editor:ci},ui={form:{color_picker:{values:{default:"Color per defecte"}},info_picker:{values:{default:"Informació per defecte",name:"Nom",state:"Estat","last-changed":"Últim Canvi","last-updated":"Última Actualització",none:"Cap"}},icon_type_picker:{values:{default:"Tipus per defecte",icon:"Icona","entity-picture":"Entitat d'imatge",none:"Cap"}},layout_picker:{values:{default:"Distribució per defecte",vertical:"Distribució vertical",horizontal:"Distribució horitzontal"}},alignment_picker:{values:{default:"Alineació per defecte",start:"Inici",end:"Final",center:"Centre",justify:"Justifica"}}},card:{generic:{icon_color:"Color d'icona",layout:"Distribució",fill_container:"Emplena el contenidor",primary_info:"Informació primaria",secondary_info:"Informació secundaria",icon_type:"Tipus d'icona",content_info:"Contingut",use_entity_picture:"Fer servir la imatge de l'entitat?",collapsible_controls:"Amaga els controls en desactivar",icon_animation:"Animar icona en activar?"},light:{show_brightness_control:"Control de brillantor?",use_light_color:"Fes servir el color del llum",show_color_temp_control:"Control de la temperatura del color?",show_color_control:"Control de color?",incompatible_controls:"Alguns controls no es mostraran si l'entitat no suporta eixa funció."},fan:{show_percentage_control:"Control de percentatge?",show_oscillate_control:"Control d'oscil·lació?"},cover:{show_buttons_control:"Botons de control?",show_position_control:"Control de posició?",show_tilt_position_control:"Control d'inclinació?"},template:{primary:"Informació primaria",secondary:"Informació secundaria",multiline_secondary:"Secundaria en varies línies?",entity_extra:"Utilitzats en plantilles i accions",content:"Contingut",badge_icon:"Icona de la insígnia",badge_color:"Color de la insígnia",picture:"Imatge (reemplaçarà la icona)"},title:{title:"Títol",subtitle:"Subtítol",title_tap_action:"Acció en tocar el títol",subtitle_tap_action:"Acció en tocar el subtítol"},chips:{alignment:"Alineació"},weather:{show_conditions:"Condicions?",show_temperature:"Temperatura?"},update:{show_buttons_control:"Botons de control?"},vacuum:{commands:"Comandaments",commands_list:{on_off:"Engegar/Apagar"}},"media-player":{use_media_info:"Empra la informació multimèdia",use_media_artwork:"Fes servir l'art multimèdia",show_volume_level:"Mostra el nivell de volum",media_controls:"Controls multimèdia",media_controls_list:{on_off:"Engegar/Apagar",shuffle:"Mesclar",previous:"Pista anterior",play_pause_stop:"Reproduïr/Pausar/Detindre",next:"Pista següent",repeat:"Mode de repetició"},volume_controls:"Controls de volum",volume_controls_list:{volume_buttons:"Botons de volum",volume_set:"Nivell de volum",volume_mute:"Silenci"}},lock:{lock:"Bloqueja",unlock:"Desbloqueja",open:"Obri"},humidifier:{show_target_humidity_control:"Control d'humitat?"},climate:{show_temperature_control:"Control de temperatura?",hvac_modes:"Modes HVAC"},number:{display_mode:"Mode de visualització",display_mode_list:{default:"Per defecte (lliscant)",slider:"Lliscant",buttons:"Botons"}}},chip:{sub_element_editor:{title:"Editor de xips"},conditional:{chip:"Xip"},"chip-picker":{chips:"Xips",add:"Afegir xip",edit:"Editar",clear:"Buidar",select:"Seleccionar chip",types:{action:"Acció","alarm-control-panel":"Alarma",back:"Tornar",conditional:"Condicional",entity:"Entitat",light:"Llum",menu:"Menú",spacer:"Espai",template:"Plantilla",weather:"Oratge"}}}},hi={not_found:"No s'ha trobat l'entitat"},mi={editor:ui,card:hi},pi={form:{color_picker:{values:{default:"Výchozí barva"}},info_picker:{values:{default:"Výchozí informace",name:"Název",state:"Stav","last-changed":"Poslední změna","last-updated":"Poslední aktualizace",none:"Nic"}},icon_type_picker:{values:{default:"Výchozí typ",icon:"Ikona","entity-picture":"Ikona entity",none:"Nic"}},layout_picker:{values:{default:"Výchozí rozložení",vertical:"Svislé rozložení",horizontal:"Vodorovné rozložení"}},alignment_picker:{values:{default:"Výchozí zarovnání",start:"Na začátek",end:"Na konec",center:"Na střed",justify:"Do bloku"}}},card:{generic:{icon_color:"Barva ikony",layout:"Rozložení",fill_container:"Vyplnit prostor",primary_info:"Primární informace",secondary_info:"Sekundární informace",icon_type:"Typ ikony",content_info:"Obsah",use_entity_picture:"Použít ikonu entity?",collapsible_controls:"Pokud je vypnuto, skrýt ovládací prvky",icon_animation:"Pokud je aktivní, animovat ikonu?"},light:{show_brightness_control:"Ovládání jasu?",use_light_color:"Ikona podle barvy světla?",show_color_temp_control:"Ovládání teploty světla?",show_color_control:"Ovládání barvy světla?",incompatible_controls:"Některé ovládací prvky se nemusí zobrazit, pokud vaše světlo tuto funkci nepodporuje."},fan:{show_percentage_control:"Ovládání v procentech?",show_oscillate_control:"Ovládání oscilaceM"},cover:{show_buttons_control:"Zobrazit ovládací tlačítka?",show_position_control:"Zobrazit ovládání polohy?",show_tilt_position_control:"Zobrazit ovládání náklonu?"},template:{primary:"Primární informace",secondary:"Sekundární informace",multiline_secondary:"Víceřádková sekundární informace?",entity_extra:"Použito v šablonách a akcích",content:"Obsah",badge_icon:"Ikona odznaku",badge_color:"Barva odznaku",picture:"Obrázek (nahradí ikonu)"},title:{title:"Nadpis",subtitle:"Popis",title_tap_action:"Akce při klepnutí na nadpis",subtitle_tap_action:"Akce při klepnutí na popis"},chips:{alignment:"Zarovnání"},weather:{show_conditions:"Zobrazit podmínky?",show_temperature:"Zobrazit teplotu?"},update:{show_buttons_control:"Zobrazit ovládací tlačítka?"},vacuum:{commands:"Příkazy",commands_list:{on_off:"Zapnout/Vypnout"}},"media-player":{use_media_info:"Použít informace z média",use_media_artwork:"Použít artwork z média",show_volume_level:"Zobrazit úroveň hlasitosti",media_controls:"Ovládání médií",media_controls_list:{on_off:"Zapnout/Vypnout",shuffle:"Zamíchat",previous:"Předchozí stopa",play_pause_stop:"Přehrát/Pauza/Zastavit",next:"Další stopa",repeat:"Režim opakování"},volume_controls:"Ovládání hlasitosti",volume_controls_list:{volume_buttons:"Tlačítka hlasitosti",volume_set:"Úroveň hlasitosti",volume_mute:"Ztlumit"}},lock:{lock:"Zamčeno",unlock:"Odemčeno",open:"Otevřeno"},humidifier:{show_target_humidity_control:"Ovládání vlhkosti?"},climate:{show_temperature_control:"Ovládání teploty?",hvac_modes:"Režimy HVAC"},number:{display_mode:"Režim zobrazení",display_mode_list:{default:"Výchozí (posuvník)",slider:"Posuvník",buttons:"Tlačítka"}}},chip:{sub_element_editor:{title:"Editor tlačítek"},conditional:{chip:"Tlačítko"},"chip-picker":{chips:"Tlačítka",add:"Přidat tlačítko",edit:"Upravit",clear:"Vymazat",select:"Vybrat tlačítko",types:{action:"Akce","alarm-control-panel":"Alarm",back:"Zpět",conditional:"Podmínka",entity:"Entita",light:"Světlo",menu:"Menu",spacer:"Mezera",template:"Šablona",weather:"Počasí"}}}},fi={not_found:"Entita nebyla nalezena"},gi={editor:pi,card:fi},_i={form:{color_picker:{values:{default:"Standardfarve"}},info_picker:{values:{default:"Standard information",name:"Navn",state:"Status","last-changed":"Sidst ændret","last-updated":"Sidst opdateret",none:"Ingen"}},icon_type_picker:{values:{default:"Standard type",icon:"Ikon","entity-picture":"Enhedsbillede",none:"Ingen"}},layout_picker:{values:{default:"Standard layout",vertical:"Vertikal layout",horizontal:"Horisontal layout"}},alignment_picker:{values:{default:"Standard justering",start:"Start",end:"Slut",center:"Centrer",justify:"Lige margener"}}},card:{generic:{color:"Farve",icon_color:"Ikon farve",layout:"Layout",fill_container:"Fyld container",primary_info:"Primær information",secondary_info:"Sekundær information",icon_type:"Ikon type",content_info:"Indhold",use_entity_picture:"Brug enhedsbillede?",collapsible_controls:"Skjul kontroller når slukket",icon_animation:"Animér ikon når aktiv?"},light:{show_brightness_control:"Lysstyrkekontrol?",use_light_color:"Brug lysfarve",show_color_temp_control:"Temperaturfarvekontrol?",show_color_control:"Farvekontrol?",incompatible_controls:"Nogle kontroller vises muligvis ikke, hvis dit lys ikke understøtter funktionen."},fan:{show_percentage_control:"Procentkontrol?",show_oscillate_control:"Oscillationskontrol?"},cover:{show_buttons_control:"Betjeningsknapper?",show_position_control:"Positionskontrol?",show_tilt_position_control:"Tiltkontrol?"},template:{primary:"Primær information",secondary:"Sekundær information",multiline_secondary:"Multi-linje sekundær?",entity_extra:"Anvendes i skabeloner og handlinger",label:"Label",content:"Indhold",badge_icon:"Badge ikon",badge_color:"Badge farve",picture:"Billede (erstatter ikonet)"},title:{title:"Titel",subtitle:"Undertitel",title_tap_action:"Title tryk handling",subtitle_tap_action:"Undertitel tryk handling"},chips:{alignment:"Justering"},weather:{show_conditions:"Vejrforhold?",show_temperature:"Temperatur?"},update:{show_buttons_control:"Betjeningsknapper?"},vacuum:{commands:"Kommandoer",commands_list:{on_off:"Slå til/fra"}},"media-player":{use_media_info:"Brug medieinformation",use_media_artwork:"Brug mediebilleder",show_volume_level:"Vis lydstyrke",media_controls:"Mediekontrol",media_controls_list:{on_off:"Tænd/Sluk",shuffle:"Bland",previous:"Forrige nummer",play_pause_stop:"Afspil/Pause/Stop",next:"Næste nummer",repeat:"Gentagelsestilstand"},volume_controls:"Lydstyrkekontrol",volume_controls_list:{volume_buttons:"Lydstyrkeknapper",volume_set:"Lydstyrke",volume_mute:"Lydløs"}},lock:{lock:"Lås",unlock:"Lås op",open:"Åben"},humidifier:{show_target_humidity_control:"Luftfugtighedskontrol?"},climate:{show_temperature_control:"Temperaturkontrol?",hvac_modes:"HVAC-tilstande"},number:{display_mode:"Visningstilstand",display_mode_list:{default:"Standard (slider)",slider:"Slider",buttons:"Knapper"}}},chip:{sub_element_editor:{title:"Chip-editor"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Tilføj chip",edit:"Rediger",clear:"Nulstil",select:"Vælg chip",types:{action:"Handling","alarm-control-panel":"Alarm",back:"Tilbage",conditional:"Betinget",entity:"Enhed",light:"Lys",menu:"Menu",spacer:"Afstand",template:"Skabelon",weather:"Vejr"}}}},vi={not_found:"Enhed ikke fundet"},bi={editor:_i,card:vi},yi={form:{color_picker:{values:{default:"Standardfarbe"}},info_picker:{values:{default:"Standard-Information",name:"Name",state:"Zustand","last-changed":"Letzte Änderung","last-updated":"Letzte Aktualisierung",none:"Keine"}},icon_type_picker:{values:{default:"Standard-Typ",icon:"Icon","entity-picture":"Entitätsbild",none:"Keines"}},layout_picker:{values:{default:"Standard-Layout",vertical:"Vertikales Layout",horizontal:"Horizontales Layout"}},alignment_picker:{values:{default:"Standard",start:"Anfang",end:"Ende",center:"Mitte",justify:"Ausrichten"}}},card:{generic:{icon_color:"Icon-Farbe",layout:"Layout",fill_container:"Container ausfüllen",primary_info:"Primäre Information",secondary_info:"Sekundäre Information",icon_type:"Icon-Typ",content_info:"Inhalt",use_entity_picture:"Entitätsbild verwenden?",collapsible_controls:"Schieberegler einklappen, wenn aus",icon_animation:"Icon animieren, wenn aktiv?"},light:{show_brightness_control:"Helligkeitsregelung?",use_light_color:"Farbsteuerung verwenden",show_color_temp_control:"Farbtemperatursteuerung?",show_color_control:"Farbsteuerung?",incompatible_controls:"Einige Steuerelemente werden möglicherweise nicht angezeigt, wenn Ihr Licht diese Funktion nicht unterstützt."},fan:{show_percentage_control:"Prozentuale Kontrolle?",show_oscillate_control:"Oszillationssteuerung?"},cover:{show_buttons_control:"Schaltflächensteuerung?",show_position_control:"Positionssteuerung?",show_tilt_position_control:"Winkelsteuerung?"},template:{primary:"Primäre Information",secondary:"Sekundäre Information",multiline_secondary:"Mehrzeilig sekundär?",entity_extra:"Wird in Vorlagen und Aktionen verwendet",content:"Inhalt",badge_icon:"Badge-Icon",badge_color:"Badge-Farbe",picture:"Bild (ersetzt das Icon)"},title:{title:"Titel",subtitle:"Untertitel",title_tap_action:"Titel Tipp-Aktion",subtitle_tap_action:"Untertitel Tipp-Aktion"},chips:{alignment:"Ausrichtung"},weather:{show_conditions:"Bedingungen?",show_temperature:"Temperatur?"},update:{show_buttons_control:"Schaltflächensteuerung?"},vacuum:{commands:"Befehle",commands_list:{on_off:"An/Ausschalten"}},"media-player":{use_media_info:"Medieninfos verwenden",use_media_artwork:"Mediengrafik verwenden",show_volume_level:"Lautstärke-Level anzeigen",media_controls:"Mediensteuerung",media_controls_list:{on_off:"Ein/Aus",shuffle:"Zufällige Wiedergabe",previous:"Vorheriger Titel",play_pause_stop:"Play/Pause/Stop",next:"Nächster Titel",repeat:"Wiederholen"},volume_controls:"Lautstärkesteuerung",volume_controls_list:{volume_buttons:"Lautstärke-Buttons",volume_set:"Lautstärke-Level",volume_mute:"Stumm"}},lock:{lock:"Verriegeln",unlock:"Entriegeln",open:"Öffnen"},humidifier:{show_target_humidity_control:"Luftfeuchtigkeitssteuerung?"},climate:{show_temperature_control:"Temperatursteuerung?",hvac_modes:"HVAC-Modi"},number:{display_mode:"Anzeigemodus",display_mode_list:{default:"Standard (Schieberegler)",slider:"Schieberegler",buttons:"Buttons"}}},chip:{sub_element_editor:{title:"Chip Editor"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Chip hinzufügen",edit:"Editieren",clear:"Löschen",select:"Chip auswählen",types:{action:"Aktion","alarm-control-panel":"Alarm",back:"Zurück",conditional:"Bedingung",entity:"Entität",light:"Licht",menu:"Menü",spacer:"Abstand",template:"Vorlage",weather:"Wetter"}}}},xi={not_found:"Entität nicht gefunden"},wi={editor:yi,card:xi},ki={form:{color_picker:{values:{default:"Προεπιλεγμένο χρώμα"}},info_picker:{values:{default:"Προεπιλεγμένες πληροφορίες",name:"Όνομα",state:"Κατάσταση","last-changed":"Τελευταία αλλαγή","last-updated":"Τελευταία ενημέρωση",none:"Τίποτα"}},layout_picker:{values:{default:"Προεπιλεγμένη διάταξη",vertical:"Κάθετη διάταξη",horizontal:"Οριζόντια διάταξη"}},alignment_picker:{values:{default:"Προεπιλεγμένη στοίχιση",start:"Στοίχιση αριστερά",end:"Στοίχιση δεξιά",center:"Στοίχιση στο κέντρο",justify:"Πλήρης στοίχιση"}}},card:{generic:{icon_color:"Χρώμα εικονιδίου",layout:"Διάταξη",primary_info:"Πρωτεύουσες πληροφορίες",secondary_info:"Δευτερεύουσες πληροφορίες",content_info:"Περιεχόμενο",use_entity_picture:"Χρήση εικόνας οντότητας;",icon_animation:"Κίνηση εικονιδίου όταν είναι ενεργό;"},light:{show_brightness_control:"Έλεγχος φωτεινότητας;",use_light_color:"Χρήση χρώματος φωτος",show_color_temp_control:"Έλεγχος χρώματος θερμοκρασίας;",show_color_control:"Έλεγχος χρώματος;",incompatible_controls:"Ορισμένα στοιχεία ελέγχου ενδέχεται να μην εμφανίζονται εάν το φωτιστικό σας δεν υποστηρίζει τη λειτουργία."},fan:{show_percentage_control:"Έλεγχος ποσοστού;",show_oscillate_control:"Έλεγχος ταλάντωσης;"},cover:{show_buttons_control:"Έλεγχος κουμπιών;",show_position_control:"Έλεγχος θέσης;"},template:{primary:"Πρωτεύουσες πληροφορίες",secondary:"Δευτερεύουσες πληροφορίες",multiline_secondary:"Δευτερεύουσες πολλαπλών γραμμών;",entity_extra:"Χρησιμοποιείται σε πρότυπα και ενέργειες",content:"Περιεχόμενο"},title:{title:"Τίτλος",subtitle:"Υπότιτλος"},chips:{alignment:"Ευθυγράμμιση"},weather:{show_conditions:"Συνθήκες;",show_temperature:"Θερμοκρασία;"},update:{show_buttons_control:"Έλεγχος κουμπιών;"},vacuum:{commands:"Εντολές"},"media-player":{use_media_info:"Χρήση πληροφοριών πολυμέσων",use_media_artwork:"Χρήση έργων τέχνης πολυμέσων",media_controls:"Έλεγχος πολυμέσων",media_controls_list:{on_off:"Ενεργοποίηση/απενεργοποίηση",shuffle:"Τυχαία σειρά",previous:"Προηγούμενο κομμάτι",play_pause_stop:"Αναπαραγωγή/παύση/διακοπή",next:"Επόμενο κομμάτι",repeat:"Λειτουργία επανάληψης"},volume_controls:"Χειριστήρια έντασης ήχου",volume_controls_list:{volume_buttons:"Κουμπιά έντασης ήχου",volume_set:"Επίπεδο έντασης ήχου",volume_mute:"Σίγαση"}}},chip:{sub_element_editor:{title:"Επεξεργαστής Chip"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Προσθήκη chip",edit:"Επεξεργασία",clear:"Καθαρισμός",select:"Επιλογή chip",types:{action:"Ενέργεια","alarm-control-panel":"Συναγερμός",back:"Πίσω",conditional:"Υπό προϋποθέσεις",entity:"Οντότητα",light:"Φως",menu:"Μενού",template:"Πρότυπο",weather:"Καιρός"}}}},Ci={editor:ki},$i={form:{color_picker:{values:{default:"Default color"}},info_picker:{values:{default:"Default information",name:"Name",state:"State","last-changed":"Last Changed","last-updated":"Last Updated",none:"None"}},icon_type_picker:{values:{default:"Default type",icon:"Icon","entity-picture":"Entity picture",none:"None"}},layout_picker:{values:{default:"Default layout",vertical:"Vertical layout",horizontal:"Horizontal layout"}},alignment_picker:{values:{default:"Default alignment",start:"Start",end:"End",center:"Center",justify:"Justify"}}},card:{generic:{color:"Color",icon_color:"Icon color",layout:"Layout",fill_container:"Fill container",primary_info:"Primary information",secondary_info:"Secondary information",icon_type:"Icon type",content_info:"Content",use_entity_picture:"Use entity picture?",collapsible_controls:"Collapse controls when off",icon_animation:"Animate icon when active?"},light:{show_brightness_control:"Brightness control?",use_light_color:"Use light color",show_color_temp_control:"Temperature color control?",show_color_control:"Color control?",incompatible_controls:"Some controls may not be displayed if your light does not support the feature."},fan:{show_percentage_control:"Percentage control?",show_oscillate_control:"Oscillate control?"},cover:{show_buttons_control:"Control buttons?",show_position_control:"Position control?",show_tilt_position_control:"Tilt control?"},template:{primary:"Primary information",secondary:"Secondary information",multiline_secondary:"Multiline secondary?",entity_extra:"Used in templates and actions",label:"Label",content:"Content",badge_icon:"Badge icon",badge_color:"Badge color",picture:"Picture (will replace the icon)"},title:{title:"Title",subtitle:"Subtitle",title_tap_action:"Title tap action",subtitle_tap_action:"Subtitle tap action"},chips:{alignment:"Alignment"},weather:{show_conditions:"Conditions?",show_temperature:"Temperature?"},update:{show_buttons_control:"Control buttons?"},vacuum:{commands:"Commands",commands_list:{on_off:"Turn on/off"}},"media-player":{use_media_info:"Use media info",use_media_artwork:"Use media artwork",show_volume_level:"Show volume level",media_controls:"Media controls",media_controls_list:{on_off:"Turn on/off",shuffle:"Shuffle",previous:"Previous track",play_pause_stop:"Play/pause/stop",next:"Next track",repeat:"Repeat mode"},volume_controls:"Volume controls",volume_controls_list:{volume_buttons:"Volume buttons",volume_set:"Volume level",volume_mute:"Mute"}},lock:{lock:"Lock",unlock:"Unlock",open:"Open"},humidifier:{show_target_humidity_control:"Humidity control?"},climate:{show_temperature_control:"Temperature control?",hvac_modes:"HVAC Modes"},number:{display_mode:"Display Mode",display_mode_list:{default:"Default (slider)",slider:"Slider",buttons:"Buttons"}}},chip:{sub_element_editor:{title:"Chip editor"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Add chip",edit:"Edit",clear:"Clear",select:"Select chip",types:{action:"Action","alarm-control-panel":"Alarm",back:"Back",conditional:"Conditional",entity:"Entity",light:"Light",menu:"Menu",spacer:"Spacer",template:"Template",weather:"Weather"}}}},Ei={not_found:"Entity not found"},Ai={editor:$i,card:Ei},Si={form:{color_picker:{values:{default:"Color predeterminado"}},info_picker:{values:{default:"Información predeterminada",name:"Nombre",state:"Estado","last-changed":"Último cambio","last-updated":"Última actualización",none:"Ninguno"}},icon_type_picker:{values:{default:"Por defecto",icon:"Icono","entity-picture":"Imagen de entidad",none:"Ninguno"}},layout_picker:{values:{default:"Diseño predeterminado",vertical:"Diseño vertical",horizontal:"Diseño horizontal"}},alignment_picker:{values:{default:"Alineación predeterminada",start:"Inicio",end:"Final",center:"Centrado",justify:"Justificado"}}},card:{generic:{icon_color:"Color de icono",layout:"Diseño",fill_container:"Rellenar",primary_info:"Información primaria",secondary_info:"Información secundaria",icon_type:"Icono",content_info:"Contenido",use_entity_picture:"¿Usar imagen de entidad?",collapsible_controls:"Contraer controles cuando está apagado",icon_animation:"¿Icono animado cuando está activo?"},light:{show_brightness_control:"¿Controlar brillo?",use_light_color:"Usar color de la luz",show_color_temp_control:"¿Controlar temperatura del color?",show_color_control:"¿Controlar color?",incompatible_controls:"Es posible que algunos controles no se muestren si la luz no es compatible con esta función."},fan:{show_percentage_control:"¿Controlar porcentaje?",show_oscillate_control:"¿Controlar oscilación?"},cover:{show_buttons_control:"¿Botones de control?",show_position_control:"¿Control de posición?",show_tilt_position_control:"¿Control de inclinación?"},template:{primary:"Información primaria",secondary:"Información secundaria",multiline_secondary:"¿Secundaria multilínea?",entity_extra:"Utilizado en plantillas y acciones.",content:"Contenido",badge_icon:"Icono del distintivo",badge_color:"Color del distintivo",picture:"Imagen (sustituirá al icono)"},title:{title:"Título",subtitle:"Subtítulo",title_tap_action:"Acción al tocar el título",subtitle_tap_action:"Acción al tocar el subtítulo"},chips:{alignment:"Alineación"},weather:{show_conditions:"¿Condiciones?",show_temperature:"¿Temperatura?"},update:{show_buttons_control:"¿Botones de control?"},vacuum:{commands:"Comandos",commands_list:{on_off:"Activar/desactivar"}},"media-player":{use_media_info:"Usar información multimedia",use_media_artwork:"Usar ilustraciones multimedia",show_volume_level:"Mostrar nivel de volumen",media_controls:"Controles multimedia",media_controls_list:{on_off:"Activar/desactivar",shuffle:"Aleatoria",previous:"Pista anterior",play_pause_stop:"Reproducir/pausa/parar",next:"Pista siguiente",repeat:"Modo de repetición"},volume_controls:"Controles de volumen",volume_controls_list:{volume_buttons:"Botones de volumen",volume_set:"Nivel de volumen",volume_mute:"Silenciar"}},lock:{lock:"Bloquear",unlock:"Desbloquear",open:"Abrir"},humidifier:{show_target_humidity_control:"¿Controlar humedad?"},climate:{show_temperature_control:"¿Control de temperatura?",hvac_modes:"Modos de climatización"}},chip:{sub_element_editor:{title:"Editor de chip"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Añadir chip",edit:"Editar",clear:"Limpiar",select:"Seleccionar chip",types:{action:"Acción","alarm-control-panel":"Alarma",back:"Volver",conditional:"Condicional",entity:"Entidad",light:"Luz",menu:"Menú",template:"Plantilla",weather:"Clima"}}}},Ii={editor:Si},Ti={form:{color_picker:{values:{default:"Oletusväri"}},info_picker:{values:{default:"Oletustiedot",name:"Nimi",state:"Tila","last-changed":"Viimeksi muuttunut","last-updated":"Viimeksi päivittynyt",none:"Ei mitään"}},icon_type_picker:{values:{default:"Oletustyyppi",icon:"Kuvake","entity-picture":"Kohteen kuva",none:"Ei mitään"}},layout_picker:{values:{default:"Oletusasettelu",vertical:"Pystysuuntainen",horizontal:"Vaakasuuntainen"}},alignment_picker:{values:{default:"Keskitys",start:"Alku",end:"Loppu",center:"Keskitä",justify:"Sovita"}}},card:{generic:{icon_color:"Ikonin väri",layout:"Asettelu",fill_container:"Täytä alue",primary_info:"Ensisijaiset tiedot",secondary_info:"Toissijaiset tiedot",icon_type:"Kuvakkeen tyyppi",content_info:"Sisältö",use_entity_picture:"Käytä kohteen kuvaa?",collapsible_controls:"Piilota toiminnot off-tilassa",icon_animation:"Animoi kuvake, kun aktiivinen?"},light:{show_brightness_control:"Kirkkauden säätö?",use_light_color:"Käytä valaisimen väriä",show_color_temp_control:"Värilämpötilan säätö?",show_color_control:"Värin säätö?",incompatible_controls:"Jotkin toiminnot eivät näy, jos valaisimesi ei tue niitä."},fan:{show_percentage_control:"Prosentuaalinen säätö?",show_oscillate_control:"Oskillaation säätö?"},cover:{show_buttons_control:"Toimintopainikkeet?",show_position_control:"Sijainnin hallinta?"},template:{primary:"Ensisijaiset tiedot",secondary:"Toissijaiset tiedot",multiline_secondary:"Monirivinen toissijainen tieto?",entity_extra:"Käytetään malleissa ja toiminnoissa",content:"Sisältö",badge_icon:"Merkin kuvake",badge_color:"Merkin väri",picture:"Kuva (korvaa kuvakkeen)"},title:{title:"Otsikko",subtitle:"Tekstitys"},chips:{alignment:"Asettelu"},weather:{show_conditions:"Ehdot?",show_temperature:"Lämpötila?"},update:{show_buttons_control:"Toimintopainikkeet?"},vacuum:{commands:"Komennot"},"media-player":{use_media_info:"Käytä median tietoja",use_media_artwork:"Käytä median kuvituksia",show_volume_level:"Näytä äänenvoimakkuuden hallinta",media_controls:"Toiminnot",media_controls_list:{on_off:"Päälle/pois",shuffle:"Sekoita",previous:"Edellinen kappale",play_pause_stop:"Toista/keskeytä/pysäytä",next:"Seuraava kappale",repeat:"Jatkuva toisto"},volume_controls:"Äänenvoimakkuuden hallinta",volume_controls_list:{volume_buttons:"Äänenvoimakkuuspainikkeet",volume_set:"Äänenvoimakkuus",volume_mute:"Mykistä"}},lock:{lock:"Lukitse",unlock:"Poista lukitus",open:"Avaa"},humidifier:{show_target_humidity_control:"Kosteudenhallinta?"}},chip:{sub_element_editor:{title:"Merkkieditori"},conditional:{chip:"Merkki"},"chip-picker":{chips:"Merkit",add:"Lisää merkki",edit:"Muokkaa",clear:"Tyhjennä",select:"Valitse merkki",types:{action:"Toiminto","alarm-control-panel":"Hälytys",back:"Takaisin",conditional:"Ehdollinen",entity:"Kohde",light:"Valaisin",menu:"Valikko",template:"Malli",weather:"Sää"}}}},zi={editor:Ti},Oi={form:{color_picker:{values:{default:"Couleur par défaut"}},info_picker:{values:{default:"Information par défaut",name:"Nom",state:"État","last-changed":"Dernière modification","last-updated":"Dernière mise à jour",none:"Aucune"}},icon_type_picker:{values:{default:"Type par défaut",icon:"Icône","entity-picture":"Image de l'entité",none:"Aucune"}},layout_picker:{values:{default:"Disposition par défault",vertical:"Disposition verticale",horizontal:"Disposition horizontale"}},alignment_picker:{values:{default:"Alignement par défaut",start:"Début",end:"Fin",center:"Centré",justify:"Justifié"}}},card:{generic:{icon_color:"Couleur de l'icône",layout:"Disposition",fill_container:"Remplir le conteneur",primary_info:"Information principale",secondary_info:"Information secondaire",icon_type:"Type d'icône",content_info:"Contenu",use_entity_picture:"Utiliser l'image de l'entité ?",collapsible_controls:"Reduire les contrôles quand éteint",icon_animation:"Animation de l'icône ?"},light:{show_brightness_control:"Contrôle de luminosité ?",use_light_color:"Utiliser la couleur de la lumière",show_color_temp_control:"Contrôle de la température ?",show_color_control:"Contrôle de la couleur ?",incompatible_controls:"Certains contrôles peuvent ne pas être affichés si votre lumière ne supporte pas la fonctionnalité."},fan:{show_percentage_control:"Contrôle de la vitesse ?",show_oscillate_control:"Contrôle de l'oscillation ?"},cover:{show_buttons_control:"Contrôle avec boutons ?",show_position_control:"Contrôle de la position ?"},template:{primary:"Information principale",secondary:"Information secondaire",multiline_secondary:"Information secondaire sur plusieurs lignes ?",entity_extra:"Utilisée pour les templates et les actions",content:"Contenu",badge_icon:"Icône du badge",badge_color:"Couleur du badge",picture:"Picture (remplacera l'icône)"},title:{title:"Titre",subtitle:"Sous-titre",title_tap_action:"Appui sur le titre",subtitle_tap_action:"Appui sur le sous-titre"},chips:{alignment:"Alignement"},weather:{show_conditons:"Conditions ?",show_temperature:"Température ?"},update:{show_buttons_control:"Contrôle avec boutons ?"},vacuum:{commands:"Commandes",commands_list:{on_off:"Allumer/Éteindre"}},"media-player":{use_media_info:"Utiliser les informations du media",use_media_artwork:"Utiliser l'illustration du media",show_volume_level:"Afficher le niveau de volume",media_controls:"Contrôles du media",media_controls_list:{on_off:"Allumer/Éteindre",shuffle:"Lecture aléatoire",previous:"Précédent",play_pause_stop:"Lecture/pause/stop",next:"Suivant",repeat:"Mode de répétition"},volume_controls:"Contrôles du volume",volume_controls_list:{volume_buttons:"Bouton de volume",volume_set:"Niveau de volume",volume_mute:"Muet"}},lock:{lock:"Verrouiller",unlock:"Déverrouiller",open:"Ouvrir"},humidifier:{show_target_humidity_control:"Contrôle d'humidité ?"},climate:{show_temperature_control:"Contrôle de la température?",hvac_modes:"Modes du thermostat"},number:{display_mode:"Mode d'affichage",display_mode_list:{default:"Par défaut (Curseur)",slider:"Curseur",buttons:"Boutons"}}},chip:{sub_element_editor:{title:'Éditeur de "chip"'},conditional:{chip:"Chip"},"chip-picker":{chips:'"Chips"',add:'Ajouter une "chip"',edit:"Modifier",clear:"Effacer",select:'Sélectionner une "chip"',types:{action:"Action","alarm-control-panel":"Alarme",back:"Retour",conditional:"Conditionnel",entity:"Entité",light:"Lumière",menu:"Menu",spacer:"Espacement",template:"Template",weather:"Météo"}}}},Mi={editor:Oi},ji={form:{color_picker:{values:{default:"צבע ברירת מחדל"}},info_picker:{values:{default:"מידע ברירת מחדל",name:"שם",state:"מצב","last-changed":"שונה לאחרונה","last-updated":"עודכן לאחרונה",none:"ריק"}},layout_picker:{values:{default:"סידור ברירת מחדל",vertical:"סידור מאונך",horizontal:"סידור מאוזן"}},alignment_picker:{values:{default:"יישור ברירת מחדל",start:"התחלה",end:"סוף",center:"אמצע",justify:"מוצדק"}}},card:{generic:{icon_color:"צבע אייקון",layout:"סידור",fill_container:"מלא גבולות",primary_info:"מידע ראשי",secondary_info:"מידע מישני",content_info:"תוכן",use_entity_picture:"השתמש בתמונת ישות",collapsible_controls:"הסתר שליטה כשאר מכובה",icon_animation:"הנפש אייקון"},light:{show_brightness_control:"שליטה בבהירות?",use_light_color:"השתמש בצבע האור",show_color_temp_control:"הצג פקד גוון תאורה?",show_color_control:"הצג פקד צבע",incompatible_controls:"יתכן וחלק מהכפתורים לא יופיעו אם התאורה אינה תומכת בתכונה."},fan:{show_percentage_control:"שליטה באחוז?",show_oscillate_control:"שליטה בהתנדנדות?"},cover:{show_buttons_control:"הצג כפתורי שליטה",show_position_control:"הצג פקדי מיקום"},template:{primary:"מידע ראשי",secondary:"מידע מישני",multiline_secondary:"מידע מישני רב קווי",entity_extra:"משמש בתבניות ופעולות",content:"תוכן"},title:{title:"כותרת",subtitle:"כתובית"},chips:{alignment:"יישור"},weather:{show_conditions:"הצג תנאים?",show_temperature:"הצג טמפרטורה?"},update:{show_buttons_control:"הצג כפתורי שליטה?"},vacuum:{commands:"פקודות",icon_animation:"הנפשת אייקון"},"media-player":{use_media_info:"השתמש במידע מדיה",use_media_artwork:"השתמש באומנות מדיה",show_volume_level:"הצג שליטת ווליום",media_controls:"שליטה במדיה",media_controls_list:{on_off:"הדלק/כבה",shuffle:"ערבב",previous:"רצועה קודמת",play_pause_stop:"נגן/השהה/הפסק",next:"רצועה הבאה",repeat:"חזרה"},volume_controls:"שליטה בווליום",volume_controls_list:{volume_buttons:"כפתורי ווליום",volume_set:"רמת ווליום",volume_mute:"השתק"}},lock:{lock:"נעל",unlock:"בטל נעילה",open:"פתח"},humidifier:{show_target_humidity_control:"הצג פקדי לחות"}},chip:{sub_element_editor:{title:"עורך שבב"},conditional:{chip:"שבב"},"chip-picker":{chips:"שבבים",add:"הוסף שבב",edit:"ערוך",clear:"נקה",select:"בחר שבב",types:{action:"פעולה","alarm-control-panel":"אזעקה",back:"חזור",conditional:"מותנה",entity:"ישות",light:"אור",menu:"תפריט",template:"תבנית",weather:"מזג אוויר"}}}},Di={editor:ji},Li={form:{color_picker:{values:{default:"Alapértelmezett szín"}},info_picker:{values:{default:"Alepértelmezett információ",name:"Név",state:"Állapot","last-changed":"Utoljára módosítva","last-updated":"Utoljára frissítve",none:"Egyik sem"}},icon_type_picker:{values:{default:"Alapértelmezett típus",icon:"Ikon","entity-picture":"Entitás kép",none:"Egyik sem"}},layout_picker:{values:{default:"Alapértelmezet elrendezés",vertical:"Függőleges elrendezés",horizontal:"Vízszintes elrendezés"}},alignment_picker:{values:{default:"Alapértelmezett rendezés",start:"Kezdete",end:"Vége",center:"Közepe",justify:"Sorkizárt"}}},card:{generic:{icon_color:"Ikon szín",layout:"Elrendezés",fill_container:"Tároló kitöltése",primary_info:"Elsődleges információ",secondary_info:"Másodlagos információ",icon_type:"Ikon típus",content_info:"Tartalom",use_entity_picture:"Entitás kép használata",collapsible_controls:"Vezérlők összezárása kikapcsolt állapotban",icon_animation:"Ikon animálása aktív állapotban"},light:{show_brightness_control:"Fényerő vezérlő",use_light_color:"Fény szín használata",show_color_temp_control:"Színhőmérséklet vezérlő",show_color_control:"Szín vezérlő",incompatible_controls:"Azok a vezérlők nem lesznek megjelenítve, amelyeket a fényforrás nem támogat."},fan:{show_percentage_control:"Százalékos vezérlő",show_oscillate_control:"Oszcilláció vezérlő"},cover:{show_buttons_control:"Vezérlő gombok",show_position_control:"Pozíció vezérlő",show_tilt_position_control:"Dőlésszög szabályzó"},template:{primary:"Elsődleges információ",secondary:"Másodlagos információ",multiline_secondary:"Másodlagost több sorba?",entity_extra:"Műveletek és sablonok használatakor",content:"Tartalom",badge_icon:"Jelvény ikon",badge_color:"Jelvény szín",picture:"Kép (lecseréli az ikont)"},title:{title:"Fejléc",subtitle:"Alcím",title_tap_action:"Fejlécre koppintáskor",subtitle_tap_action:"Alcímre koppintáskor"},chips:{alignment:"Rendezés"},weather:{show_conditions:"Állapotok",show_temperature:"Hőmérséklet"},update:{show_buttons_control:"Vezérlő gombok"},vacuum:{commands:"Utasítások",commands_list:{on_off:"Ki/Bekapcsolás"}},"media-player":{use_media_info:"Média infó használata",use_media_artwork:"Média borító használata",show_volume_level:"Hangerő mutatása",media_controls:"Média vezérlők",media_controls_list:{on_off:"Ki/bekapcsolás",shuffle:"Véletlen lejátszás",previous:"Előző szám",play_pause_stop:"Lejátszás/szünet/állj",next:"Következő szám",repeat:"Ismétlés módja"},volume_controls:"Hangerő vezérlők",volume_controls_list:{volume_buttons:"Hangerő gombok",volume_set:"Hangerő szint",volume_mute:"Némítás"}},lock:{lock:"Zár",unlock:"Nyit",open:"Nyitva"},humidifier:{show_target_humidity_control:"Páratartalom vezérlő"},climate:{show_temperature_control:"Hőmérséklet vezérlő",hvac_modes:"HVAC mód"},number:{display_mode:"Megjelenítési mód",display_mode_list:{default:"Alepértelmezett (csúszka)",slider:"Csúszka",buttons:"Gombok"}}},chip:{sub_element_editor:{title:"Chip szerkesztő"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chip-ek",add:"Chip hozzáadása",edit:"Szerkesztés",clear:"Ürítés",select:"Chip kiválasztása",types:{action:"Művelet","alarm-control-panel":"Riasztó",back:"Vissza",conditional:"Feltételes",entity:"Entitás",light:"Fényforrás",menu:"Menü",spacer:"Térköz",template:"Sablon",weather:"Időjárás"}}}},Pi={not_found:"Entitás nem található"},Ni={editor:Li,card:Pi},Ri={form:{color_picker:{values:{default:"Warna bawaan"}},info_picker:{values:{default:"Informasi bawaan",name:"Nama",state:"Status","last-changed":"Terakhir Diubah","last-updated":"Terakhir Diperbarui",none:"Tidak ada"}},icon_type_picker:{values:{default:"Tipe bawaan",icon:"Ikon","entity-picture":"Gambar entitas",none:"Tidak ada"}},layout_picker:{values:{default:"Tata letak bawaan",vertical:"Tata letak vertikal",horizontal:"Tata letak horizontal"}},alignment_picker:{values:{default:"Perataan bawaan",start:"Awal",end:"Akhir",center:"Tengah",justify:"Rata kanan-kiri"}}},card:{generic:{icon_color:"Warna ikon",layout:"Tata letak",fill_container:"Isi kontainer",primary_info:"Informasi primer",secondary_info:"Informasi sekunder",icon_type:"Tipe ikon",content_info:"Konten",use_entity_picture:"Gunakan gambar entitas?",collapsible_controls:"Sembunyikan kontrol saat mati",icon_animation:"Animasikan ikon saat aktif?"},light:{show_brightness_control:"Kontrol kecerahan?",use_light_color:"Gunakan warna lampu",show_color_temp_control:"Kontrol suhu warna?",show_color_control:"Kontrol warna?",incompatible_controls:"Beberapa kontrol mungkin tidak ditampilkan jika lampu Anda tidak mendukung fitur tersebut."},fan:{show_percentage_control:"Kontrol persentase?",show_oscillate_control:"Kontrol osilasi?"},cover:{show_buttons_control:"Tombol kontrol?",show_position_control:"Kontrol posisi?",show_tilt_position_control:"Kontrol kemiringan?"},template:{primary:"Informasi primer",secondary:"Informasi sekunder",multiline_secondary:"Info sekunder multibaris?",entity_extra:"Digunakan dalam templat dan tindakan",content:"Konten",badge_icon:"Ikon lencana",badge_color:"Warna lencana",picture:"Gambar (akan menggantikan ikon)"},title:{title:"Judul",subtitle:"Subjudul",title_tap_action:"Tindakan ketuk judul",subtitle_tap_action:"Tindakan ketuk subjudul"},chips:{alignment:"Perataan"},weather:{show_conditions:"Kondisi?",show_temperature:"Suhu?"},update:{show_buttons_control:"Tombol kontrol?"},vacuum:{commands:"Perintah",commands_list:{on_off:"Nyalakan/Matikan"}},"media-player":{use_media_info:"Gunakan info media",use_media_artwork:"Gunakan gambar seni media",show_volume_level:"Tampilkan level volume",media_controls:"Kontrol media",media_controls_list:{on_off:"Nyalakan/Matikan",shuffle:"Acak",previous:"Lagu sebelumnya",play_pause_stop:"Putar/jeda/stop",next:"Lagu berikutnya",repeat:"Mode pengulangan"},volume_controls:"Kontrol volume",volume_controls_list:{volume_buttons:"Tombol volume",volume_set:"Level volume",volume_mute:"Bisukan"}},lock:{lock:"Kunci",unlock:"Buka kunci",open:"Buka"},humidifier:{show_target_humidity_control:"Kontrol kelembapan?"},climate:{show_temperature_control:"Kontrol suhu?",hvac_modes:"Mode HVAC"},number:{display_mode:"Mode Tampilan",display_mode_list:{default:"Bawaan (geser)",slider:"Geser",buttons:"Tombol"}}},chip:{sub_element_editor:{title:"Editor cip"},conditional:{chip:"Cip"},"chip-picker":{chips:"Cip",add:"Tambah cip",edit:"Edit",clear:"Hapus",select:"Pilih cip",types:{action:"Tindakan","alarm-control-panel":"Alarm",back:"Kembali",conditional:"Kondisional",entity:"Entitas",light:"Lampu",menu:"Menu",spacer:"Pemisah",template:"Templat",weather:"Cuaca"}}}},Fi={not_found:"Entitas tidak ditemukan"},Vi={editor:Ri,card:Fi},Bi={form:{color_picker:{values:{default:"Colore predefinito"}},info_picker:{values:{default:"Informazione predefinita",name:"Nome",state:"Stato","last-changed":"Ultimo cambiamento","last-updated":"Ultimo aggiornamento",none:"Nessuno"}},icon_type_picker:{values:{default:"Tipo predefinito",icon:"Icona","entity-picture":"Immagine dell'entità",none:"Nessuna"}},layout_picker:{values:{default:"Disposizione predefinita",vertical:"Disposizione verticale",horizontal:"Disposizione orizzontale"}},alignment_picker:{values:{default:"Allineamento predefinito",start:"Inizio",end:"Fine",center:"Centro",justify:"Giustificato"}}},card:{generic:{icon_color:"Colore dell'icona",layout:"Disposizione",fill_container:"Riempi il contenitore",primary_info:"Informazione primaria",secondary_info:"Informazione secondaria",icon_type:"Tipo icona",content_info:"Contenuto",use_entity_picture:"Usa l'immagine dell'entità",collapsible_controls:"Nascondi i controlli quando spento",icon_animation:"Anima l'icona quando attiva"},light:{use_light_color:"Usa il colore della luce",show_brightness_control:"Controllo luminosità",show_color_temp_control:"Controllo temperatura",show_color_control:"Controllo colore",incompatible_controls:"Alcuni controlli potrebbero non essere mostrati se la tua luce non li supporta."},fan:{show_percentage_control:"Controllo potenza",show_oscillate_control:"Controllo oscillazione"},cover:{show_buttons_control:"Pulsanti di controllo",show_position_control:"Controllo percentuale apertura",show_tilt_position_control:"Controllo percentuale inclinazione"},template:{primary:"Informazione primaria",secondary:"Informazione secondaria",multiline_secondary:"Abilita frasi multilinea",entity_extra:"Usato in templates ed azioni",content:"Contenuto",badge_icon:"Icona del badge",badge_color:"Colore del badge",picture:"Immagine (sostituirà l'icona)"},title:{title:"Titolo",subtitle:"Sottotitolo",title_tap_action:"Azione di tap sul titolo",subtitle_tap_action:"Azione di tap sul sottotitolo"},chips:{alignment:"Allineamento"},weather:{show_conditions:"Condizioni",show_temperature:"Temperatura"},update:{show_buttons_control:"Pulsanti di controllo"},vacuum:{commands:"Comandi",commands_list:{on_off:"Accendi/Spegni"}},"media-player":{use_media_info:"Mostra le informazioni della sorgente",use_media_artwork:"Usa la copertina della sorgente",show_volume_level:"Mostra volume",media_controls:"Controlli media",media_controls_list:{on_off:"Accendi/Spegni",shuffle:"Riproduzione casuale",previous:"Traccia precedente",play_pause_stop:"Play/Pausa/Stop",next:"Traccia successiva",repeat:"Ciclo continuo"},volume_controls:"Controlli del Volume",volume_controls_list:{volume_buttons:"Bottoni del volume",volume_set:"Livello del volume",volume_mute:"Silenzia"}},lock:{lock:"Blocca",unlock:"Sblocca",open:"Aperto"},humidifier:{show_target_humidity_control:"Controllo umidità"},climate:{show_temperature_control:"Controllo della temperatura?",hvac_modes:"Modalità del termostato"},number:{display_mode:"Modalità di visualizzazione",display_mode_list:{default:"Predefinito (cursore)",slider:"Cursore",buttons:"Pulsanti"}}},chip:{sub_element_editor:{title:"Editor di chip"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Aggiungi chip",edit:"Modifica",clear:"Rimuovi",select:"Seleziona chip",types:{action:"Azione","alarm-control-panel":"Allarme",back:"Pulsante indietro",conditional:"Condizione",entity:"Entità",light:"Luce",menu:"Menù",spacer:"Distanziere",template:"Modello",weather:"Meteo"}}}},Ui={not_found:"Entità non trovata"},Hi={editor:Bi,card:Ui},Yi={form:{color_picker:{values:{default:"기본 색"}},info_picker:{values:{default:"기본 정보",name:"이름",state:"상태","last-changed":"마지막 변경","last-updated":"마지막 업데이트",none:"없음"}},icon_type_picker:{values:{default:"기본 타입",icon:"아이콘","entity-picture":"엔티티 사진",none:"없음"}},layout_picker:{values:{default:"기본 레이아웃",vertical:"수직 레이아웃",horizontal:"수평 레이아웃"}},alignment_picker:{values:{default:"기본 정렬",start:"시작",end:"끝",center:"중앙",justify:"행 정렬"}}},card:{generic:{icon_color:"아이콘 색",layout:"레이아웃",fill_container:"콘테이너 채우기",primary_info:"기본 정보",secondary_info:"보조 정보",icon_type:"아이콘 타입",content_info:"내용 정보",use_entity_picture:"엔티티 사진 사용",collapsible_controls:"꺼져있을 때 컨트롤 접기",icon_animation:"활성화 시 아이콘 애니메이션 사용"},light:{show_brightness_control:"밝기 컨트롤 표시",use_light_color:"조명 색 사용",show_color_temp_control:"색 온도 컨트롤 표시",show_color_control:"색 컨트롤 표시",incompatible_controls:"조명이 기능을 지원하지 않는 경우 일부 컨트롤이 표시되지 않을 수 있습니다."},fan:{show_percentage_control:"퍼센트 컨트롤",show_oscillate_control:"오실레이트 컨트롤"},cover:{show_buttons_control:"컨트롤 버튼 표시",show_position_control:"위치 컨트롤 표시",show_tilt_position_control:"기울기 컨트롤 표시"},template:{primary:"기본 정보",secondary:"보조 정보",multiline_secondary:"Multiline secondary?",entity_extra:"템플릿 및 작업에 사용",content:"내용",badge_icon:"뱃지 아이콘",badge_color:"뱃지 색",picture:"그림 (아이콘 대체)"},title:{title:"제목",subtitle:"부제목",title_tap_action:"제목 탭 액션",subtitle_tap_action:"부제목 탭 액션"},chips:{alignment:"정렬"},weather:{show_conditions:"조건 표시",show_temperature:"온도 표시"},update:{show_buttons_control:"컨트롤 버튼 표시"},vacuum:{commands:"명령어",commands_list:{on_off:"켜기/끄기"}},"media-player":{use_media_info:"미디어 정보 사용",use_media_artwork:"미디어 아트워크 사용",show_volume_level:"볼륨 레벨 표시",media_controls:"미디어 컨트롤",media_controls_list:{on_off:"켜기/끄기",shuffle:"섞기",previous:"이전 트랙",play_pause_stop:"재생/일시 정지/정지",next:"다음 트랙",repeat:"반복 모드"},volume_controls:"볼륨 컨트롤",volume_controls_list:{volume_buttons:"볼륨 버튼",volume_set:"볼륨 레벨",volume_mute:"음소거"}},lock:{lock:"잠금",unlock:"잠금 해제",open:"열기"},humidifier:{show_target_humidity_control:"습도 조절 표시"},climate:{show_temperature_control:"온도 조절 표시",hvac_modes:"HVAC 모드"}},chip:{sub_element_editor:{title:"칩 에디터"},conditional:{chip:"칩"},"chip-picker":{chips:"칩",add:"칩 추가",edit:"수정",clear:"클리어",select:"칩 선택",types:{action:"액션","alarm-control-panel":"알람",back:"이전",conditional:"Conditional",entity:"엔티티",light:"조명",menu:"메뉴",template:"템플릿",weather:"날씨"}}}},Wi={editor:Yi},Xi={form:{color_picker:{values:{default:"Standard farge"}},info_picker:{values:{default:"Standard informasjon",name:"Navn",state:"Tilstand","last-changed":"Sist endret","last-updated":"Sist oppdatert",none:"Ingen"}},layout_picker:{values:{default:"Standardoppsett",vertical:"Vertikalt oppsett",horizontal:"Horisontalt oppsett"}},alignment_picker:{values:{default:"Standard justering",start:"Start",end:"Slutt",center:"Senter",justify:"Bekreft"}}},card:{generic:{icon_color:"Ikon farge",layout:"Oppsett",primary_info:"Primærinformasjon",secondary_info:"Sekundærinformasjon",content_info:"Innhold",use_entity_picture:"Bruk enhetsbilde?",icon_animation:"Animer ikon når aktivt?"},light:{show_brightness_control:"Lysstyrkekontroll?",use_light_color:"Bruk lys farge",show_color_temp_control:"Temperatur fargekontroll?",show_color_control:"Fargekontroll?",incompatible_controls:"Noen kontroller vises kanskje ikke hvis lyset ditt ikke støtter denne funksjonen."},fan:{show_percentage_control:"Prosentvis kontroll?",show_oscillate_control:"Oscillerende kontroll?"},cover:{show_buttons_control:"Kontollere med knapper?",show_position_control:"Posisjonskontroll?"},template:{primary:"Primærinformasjon",secondary:"Sekundærinformasjon",multiline_secondary:"Multiline sekundær?",entity_extra:"Brukes i maler og handlinger",content:"Inhold"},title:{title:"Tittel",subtitle:"Undertekst"},chips:{alignment:"Justering"},weather:{show_conditions:"Forhold?",show_temperature:"Temperatur?"},vacuum:{commands:"Kommandoer"}},chip:{sub_element_editor:{title:"Chip redaktør"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Legg til chip",edit:"Endre",clear:"Klare",select:"Velg chip",types:{action:"Handling","alarm-control-panel":"Alarm",back:"Tilbake",conditional:"Betinget",entity:"Entitet",light:"Lys",menu:"Meny",template:"Mal",weather:"Vær"}}}},Ki={editor:Xi},Gi={form:{color_picker:{values:{default:"Standaard kleur"}},info_picker:{values:{default:"Standaard informatie",name:"Naam",state:"Staat","last-changed":"Laatst gewijzigd","last-updated":"Laatst bijgewerkt",none:"Geen"}},icon_type_picker:{values:{default:"Standaard icoon type",icon:"Icoon","entity-picture":"Entiteit afbeelding",none:"Geen"}},layout_picker:{values:{default:"Standaard lay-out",vertical:"Verticale lay-out",horizontal:"Horizontale lay-out"}},alignment_picker:{values:{default:"Standaard uitlijning",start:"Begin",end:"Einde",center:"Midden",justify:"Uitlijnen "}}},card:{generic:{icon_color:"Icoon kleur",layout:"Lay-out",fill_container:"Vul container",primary_info:"Primaire informatie",secondary_info:"Secundaire informatie",icon_type:"Icoon type",content_info:"Inhoud",use_entity_picture:"Gebruik entiteit afbeelding",collapsible_controls:"Bedieningselementen verbergen wanneer uitgeschakeld",icon_animation:"Pictogram animeren indien actief"},light:{show_brightness_control:"Bediening helderheid",use_light_color:"Gebruik licht kleur",show_color_temp_control:"Bediening kleurtemperatuur",show_color_control:"Bediening kleur",incompatible_controls:"Sommige bedieningselementen worden mogelijk niet weergegeven als uw lamp deze functie niet ondersteunt."},fan:{show_percentage_control:"Bediening middels percentage",show_oscillate_control:"Bediening oscillatie"},cover:{show_buttons_control:"Toon knoppen",show_position_control:"Toon positie bediening",show_tilt_position_control:"Toon tilt control"},template:{primary:"Primaire informatie",secondary:"Secundaire informatie",multiline_secondary:"Secundaire informatie op meerdere lijnen weergeven",entity_extra:"Gebruikt in sjablonen en acties",content:"Inhoud",badge_icon:"Badge icoon",badge_color:"Badge kleur",picture:"Afbeelding (zal het icoon vervangen)"},title:{title:"Titel",subtitle:"Ondertitel",title_tap_action:"Titel tik actie",subtitle_tap_action:"Ondertitel tik actie"},chips:{alignment:"Uitlijning"},weather:{show_conditions:"Weerbeeld",show_temperature:"Temperatuur"},update:{show_buttons_control:"Bedieningsknoppen"},vacuum:{commands:"Commando's",commands_list:{on_off:"Zet aan/uit"}},"media-player":{use_media_info:"Gebruik media informatie",use_media_artwork:"Gebruik media omslag",show_volume_level:"Toon volumeniveau",media_controls:"Mediabediening",media_controls_list:{on_off:"zet aan/uit",shuffle:"Shuffle",previous:"Vorige nummer",play_pause_stop:"Speel/pauze/stop",next:"Volgende nummer",repeat:"Herhalen"},volume_controls:"Volumeregeling",volume_controls_list:{volume_buttons:"Volume knoppen",volume_set:"Volumeniveau",volume_mute:"Dempen"}},lock:{lock:"Vergrendel",unlock:"Ontgrendel",open:"Open"},humidifier:{show_target_humidity_control:"Vochtigheid controle?"},climate:{show_temperature_control:"Temperatuur controle",hvac_modes:"HVAC Modes"},number:{display_mode:"Weergave Modus",display_mode_list:{default:"Standaard (schuifbalk)",slider:"Schuifbalk",buttons:"Knoppen"}}},chip:{sub_element_editor:{title:"Chip editor"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Toevoegen chip",edit:"Bewerk",clear:"Maak leeg",select:"Selecteer chip",types:{action:"Actie","alarm-control-panel":"Alarm",back:"Terug",conditional:"Voorwaardelijk",entity:"Entiteit",light:"Licht",menu:"Menu",spacer:"Afstandhouder",template:"Sjabloon",weather:"Weer"}}}},qi={not_found:"Entiteit niet gevonden"},Zi={editor:Gi,card:qi},Ji={form:{color_picker:{values:{default:"Domyślny kolor"}},info_picker:{values:{default:"Domyślne informacje",name:"Nazwa",state:"Stan","last-changed":"Ostatnia zmiana","last-updated":"Ostatnia aktualizacja",none:"Brak"}},icon_type_picker:{values:{default:"Domyślny typ",icon:"Ikona","entity-picture":"Obraz encji",none:"Brak"}},layout_picker:{values:{default:"Układ domyślny",vertical:"Układ pionowy",horizontal:"Układ poziomy"}},alignment_picker:{values:{default:"Wyrównanie domyślne",start:"Wyrównanie do lewej",end:"Wyrównanie do prawej",center:"Wyśrodkowanie",justify:"Justowanie"}}},card:{generic:{icon_color:"Kolor ikony",layout:"Układ",fill_container:"Wypełnij zawartością",primary_info:"Informacje główne",secondary_info:"Informacje drugorzędne",icon_type:"Typ ikony",content_info:"Zawartość",use_entity_picture:"Użyć obrazu encji?",collapsible_controls:"Zwiń sterowanie, jeśli wyłączone",icon_animation:"Animować, gdy aktywny?"},light:{show_brightness_control:"Sterowanie jasnością?",use_light_color:"Użyj koloru światła",show_color_temp_control:"Sterowanie temperaturą światła?",show_color_control:"Sterowanie kolorami?",incompatible_controls:"Niektóre funkcje są niewidoczne, jeśli światło ich nie obsługuje."},fan:{show_percentage_control:"Sterowanie procentowe?",show_oscillate_control:"Sterowanie oscylacją?"},cover:{show_buttons_control:"Przyciski sterujące?",show_position_control:"Sterowanie położeniem?",show_tilt_position_control:"Sterowanie poziomem otwarcia?"},template:{primary:"Informacje główne",secondary:"Informacje drugorzędne",multiline_secondary:"Drugorzędne wielowierszowe?",entity_extra:"Używane w szablonach i akcjach",content:"Zawartość",badge_icon:"Ikona odznaki",badge_color:"Kolor odznaki",picture:"Obraz (zamiast ikony)"},title:{title:"Tytuł",subtitle:"Podtytuł"},chips:{alignment:"Wyrównanie"},weather:{show_conditions:"Warunki?",show_temperature:"Temperatura?"},update:{show_buttons_control:"Przyciski sterujące?"},vacuum:{commands:"Polecenia"},"media-player":{use_media_info:"Użyj informacji o multimediach",use_media_artwork:"Użyj okładek multimediów",show_volume_level:"Wyświetl poziom głośności",media_controls:"Sterowanie multimediami",media_controls_list:{on_off:"Włącz/wyłącz",shuffle:"Losowo",previous:"Poprzednie nagranie",play_pause_stop:"Odtwórz/Pauza/Zatrzymaj",next:"Następne nagranie",repeat:"Powtarzanie"},volume_controls:"Sterowanie głośnością",volume_controls_list:{volume_buttons:"Przyciski głośności",volume_set:"Poziom głośności",volume_mute:"Wycisz"}},lock:{lock:"Zablokuj",unlock:"Odblokuj",open:"Otwórz"},humidifier:{show_target_humidity_control:"Sterowanie wilgotnością?"},climate:{show_temperature_control:"Sterowanie temperaturą?",hvac_modes:"Tryby urządzenia"}},chip:{sub_element_editor:{title:"Edytor czipów"},conditional:{chip:"Czip"},"chip-picker":{chips:"Czipy",add:"Dodaj czip",edit:"Edytuj",clear:"Wyczyść",select:"Wybierz czip",types:{action:"Akcja","alarm-control-panel":"Alarm",back:"Wstecz",conditional:"Warunkowy",entity:"Encja",light:"Światło",menu:"Menu",spacer:"Odstęp",template:"Szablon",weather:"Pogoda"}}}},Qi={editor:Ji},to={form:{color_picker:{values:{default:"Cor padrão"}},info_picker:{values:{default:"Informações padrão",name:"Nome",state:"Estado","last-changed":"Última alteração","last-updated":"Última atualização",none:"Nenhum"}},layout_picker:{values:{default:"Layout padrão",vertical:"Layout vertical",horizontal:"Layout horizontal"}},alignment_picker:{values:{default:"Padrão (inicio)",end:"Final",center:"Centro",justify:"Justificado"}}},card:{generic:{icon_color:"Cor do ícone?",layout:"Layout",primary_info:"Informações primárias",secondary_info:"Informações secundárias",use_entity_picture:"Usar imagem da entidade?",icon_animation:"Animar ícone quando ativo?"},light:{show_brightness_control:"Mostrar controle de brilho?",use_light_color:"Usar cor da luz?",show_color_temp_control:"Mostrar controle de temperatura?",show_color_control:"Mostrar controle de cor?",incompatible_controls:"Alguns controles podem não ser exibidos se sua luz não suportar o recurso."},fan:{show_percentage_control:"Mostrar controle de porcentagem?",show_oscillate_control:"Mostrar controle de oscilação?"},cover:{show_buttons_control:"Mostrar botões?",show_position_control:"Mostrar controle de posição?"},template:{primary:"Informações primárias",secondary:"Informações secundárias",multiline_secondary:"Multilinha secundária?",content:"Conteúdo"},title:{title:"Título",subtitle:"Subtítulo"},chips:{alignment:"Alinhamento"},weather:{show_conditions:"Condições?",show_temperature:"Temperatura?"}},chip:{sub_element_editor:{title:"Editor de fichas"},conditional:{chip:"Ficha"},"chip-picker":{chips:"Fichas",add:"Adicionar ficha",edit:"Editar",clear:"Limpar",select:"Selecionar ficha",types:{action:"Ação","alarm-control-panel":"Alarme",back:"Voltar",conditional:"Condicional",entity:"Entidade",light:"Iluminação",menu:"Menu",template:"Modelo",weather:"Clima"}}}},eo={editor:to},io={form:{color_picker:{values:{default:"Cor padrão"}},info_picker:{values:{default:"Informações padrão",name:"Nome",state:"Estado","last-changed":"Última alteração","last-updated":"Última atualização",none:"Nenhum"}},layout_picker:{values:{default:"Layout padrão",vertical:"Layout vertical",horizontal:"Layout horizontal"}},alignment_picker:{values:{default:"Padrão (inicio)",end:"Fim",center:"Centrado",justify:"Justificado"}}},card:{generic:{icon_color:"Cor do ícone?",layout:"Layout",primary_info:"Informações primárias",secondary_info:"Informações secundárias",use_entity_picture:"Usar imagem da entidade?",icon_animation:"Animar ícone quando ativo?"},light:{show_brightness_control:"Mostrar controle de brilho?",use_light_color:"Usar cor da luz?",show_color_temp_control:"Mostrar controle de temperatura?",show_color_control:"Mostrar controle de cor?",incompatible_controls:"Alguns controles podem não ser exibidos se a luz não suportar o recurso."},fan:{show_percentage_control:"Mostrar controle de porcentagem?",show_oscillate_control:"Mostrar controle de oscilação?"},cover:{show_buttons_control:"Mostrar botões?",show_position_control:"Mostrar controle de posição?"},template:{primary:"Informações primárias",secondary:"Informações secundárias",multiline_secondary:"Multilinha secundária?",content:"Conteúdo"},title:{title:"Título",subtitle:"Subtítulo"},chips:{alignment:"Alinhamento"},weather:{show_conditions:"Condições?",show_temperature:"Temperatura?"}},chip:{sub_element_editor:{title:"Editor de fichas"},conditional:{chip:"Ficha"},"chip-picker":{chips:"Fichas",add:"Adicionar ficha",edit:"Editar",clear:"Limpar",select:"Selecionar ficha",types:{action:"Ação","alarm-control-panel":"Alarme",back:"Voltar",conditional:"Condicional",entity:"Entidade",light:"Iluminação",menu:"Menu",template:"Modelo",weather:"Clima"}}}},oo={editor:io},no={form:{color_picker:{values:{default:"Culoare implicită"}},info_picker:{values:{default:"Informație implicită",name:"Nume",state:"Stare","last-changed":"Ultima modificare","last-updated":"Ultima actulizare",none:"Niciuna"}},icon_type_picker:{values:{default:"Tip implicit",icon:"Pictogramă","entity-picture":"Imagine",none:"Niciuna"}},layout_picker:{values:{default:"Aranjare implicită",vertical:"Verticală",horizontal:"Orizontală"}},alignment_picker:{values:{default:"Aliniere implicită",start:"Stânga",end:"Dreapta",center:"Centrat",justify:"Umplere"}}},card:{generic:{icon_color:"Culoare pictogramă",layout:"Aranjare",fill_container:"Umplere container",primary_info:"Informație principală",secondary_info:"Informație secundară",icon_type:"Tip pictogramă",content_info:"Conținut",use_entity_picture:"Imagine?",collapsible_controls:"Restrângere la dezactivare"},light:{show_brightness_control:"Comandă pentru strălucire?",use_light_color:"Folosește culoarea luminii",show_color_temp_control:"Comandă pentru temperatură de culoare?",show_color_control:"Comandă pentru culoare?",incompatible_controls:"Unele comenzi ar putea să nu fie afișate dacă lumina nu suportă această caracteristică."},fan:{icon_animation:"Animare pictograma la activare?",show_percentage_control:"Comandă procent?",show_oscillate_control:"Comandă oscilație?"},cover:{show_buttons_control:"Comenzi pentru control?",show_position_control:"Comandă pentru poziție?",show_tilt_position_control:"Comandă pentru înclinare?"},template:{primary:"Informație principală",secondary:"Informație secundară",multiline_secondary:"Informație secundară pe mai multe linii?",entity_extra:"Folosită în șabloane și acțiuni",content:"Conținut",badge_icon:"Pictogramă insignă",badge_color:"Culoare insignă",picture:"Imagine (inlocuiește pictograma)"},title:{title:"Titlu",subtitle:"Subtitlu"},chips:{alignment:"Aliniere"},weather:{show_conditions:"Condiții?",show_temperature:"Temperatură?"},update:{show_buttons_control:"Comenzi control?"},vacuum:{commands:"Comenzi"},"media-player":{use_media_info:"Informații media",use_media_artwork:"Grafică media",show_volume_level:"Nivel volum",media_controls:"Comenzi media",media_controls_list:{on_off:"Pornit/Oprit",shuffle:"Amestecare",previous:"Pista anterioară",play_pause_stop:"Redare/Pauză/Stop",next:"Pista următoare",repeat:"Mod repetare"},volume_controls:"Comenzi volum",volume_controls_list:{volume_buttons:"Comenzi volum",volume_set:"Nivel volum",volume_mute:"Dezactivare sunet"}},lock:{lock:"Încuie",unlock:"Descuie",open:"Deschide"},humidifier:{show_target_humidity_control:"Comenzi umiditate?"},climate:{show_temperature_control:"Comenzi temperatură?",hvac_modes:"Moduri HVAC"}},chip:{sub_element_editor:{title:"Editor jeton"},conditional:{chip:"Jeton"},"chip-picker":{chips:"Jetoane",add:"Adaugă jeton",edit:"Modifică",clear:"Șterge",select:"Alege jeton",types:{action:"Acțiune","alarm-control-panel":"Alarmă",back:"Înapoi",conditional:"Condițional",entity:"Entitate",light:"Lumină",menu:"Meniu",template:"Șablon",weather:"Vreme"}}}},ro={editor:no},ao={form:{color_picker:{values:{default:"Цвет по умолчанию"}},info_picker:{values:{default:"По умолчанию",name:"Имя",state:"Статус","last-changed":"Последнее изменение","last-updated":"Последнее обновление",none:"Нет"}},icon_type_picker:{values:{default:"По умолчанию",icon:"Иконка","entity-picture":"Изображение",none:"Нет"}},layout_picker:{values:{default:"Расположение по умолчанию",vertical:"Вертикальное расположение",horizontal:"Горизонтальное расположение"}},alignment_picker:{values:{default:"Выравнивание по умолчанию",start:"К началу",end:"К концу",center:"По центру",justify:"На всю ширину"}}},card:{generic:{icon_color:"Цвет иконки",layout:"Расположение",fill_container:"Заполнение",primary_info:"Основная информация",secondary_info:"Второстепенная информация",icon_type:"Тип иконки",content_info:"Содержимое",use_entity_picture:"Использовать изображение объекта?",collapsible_controls:"Сворачивать элементы управления при выключении"},light:{show_brightness_control:"Управлять яркостью?",use_light_color:"Использовать текущий цвет света",show_color_temp_control:"Управлять цветовой температурой?",show_color_control:"Управлять цветом?",incompatible_controls:"Некоторые элементы управления могут не отображаться, если ваш светильник не поддерживает эти функции."},fan:{icon_animation:"Анимировать иконку когда включено?",show_percentage_control:"Управлять процентами?",show_oscillate_control:"Oscillate control?"},cover:{show_buttons_control:"Добавить кнопки управления?",show_position_control:"Управлять позицией?",show_tilt_position_control:"Управлять наклоном?"},template:{primary:"Основная информация",secondary:"Второстепенная информация",multiline_secondary:"Многострочная Второстепенная информация?",entity_extra:"Используется в шаблонах и действиях",content:"Содержимое",badge_icon:"Иконка значка",badge_color:"Цвет значка",picture:"Изображение (заменить иконку)"},title:{title:"Заголовок",subtitle:"Подзаголовок"},chips:{alignment:"Выравнивание"},weather:{show_conditions:"Условия?",show_temperature:"Температура?"},update:{show_buttons_control:"Кнопки управления?"},vacuum:{commands:"Команды"},"media-player":{use_media_info:"Использовать информацию с медиа-устройства",use_media_artwork:"Использовать обложку с медиа-устройства",show_volume_level:"Показать уровень громкости",media_controls:"Управление медиа-устройством",media_controls_list:{on_off:"Включение/выключение",shuffle:"Перемешивание",previous:"Предыдущий трек",play_pause_stop:"Воспроизведение/пауза/остановка",next:"Следующий трек",repeat:"Режим повтора"},volume_controls:"Регулятор громкости",volume_controls_list:{volume_buttons:"Кнопки громкости",volume_set:"Уровень громкости",volume_mute:"Без звука"}},lock:{lock:"Закрыто",unlock:"Разблокировано",open:"Открыто"},humidifier:{show_target_humidity_control:"Управлять целевым уровенем влажности?"},climate:{show_temperature_control:"Управлять целевой температурой?",hvac_modes:"Режимы работы"}},chip:{sub_element_editor:{title:"Редактор мини-карточек"},conditional:{chip:"Мини-карточка"},"chip-picker":{chips:"Мини-карточки",add:"Добавить мини-карточку",edit:"Изменить",clear:"Очистить",select:"Выбрать мини-карточку",types:{action:"Действие","alarm-control-panel":"Тревога",back:"Назад",conditional:"Условия",entity:"Объект",light:"Освещение",menu:"Меню",template:"Шаблон",weather:"Погода"}}}},so={editor:ao},lo={form:{color_picker:{values:{default:"Privzeta barva"}},info_picker:{values:{default:"Privzete informacije",name:"Naziv",state:"Stanje","last-changed":"Zadnja sprememba","last-updated":"Zadnja posodobitev",none:"Brez"}},icon_type_picker:{values:{default:"Privzeta vrsta",icon:"Ikona","entity-picture":"Slika entitete",none:"Brez"}},layout_picker:{values:{default:"Privzeta postavitev",vertical:"Vertikalna postavitev",horizontal:"Horizontalna postavitev"}},alignment_picker:{values:{default:"Privzeta poravnava",start:"Pričetek",end:"Konec",center:"Center",justify:"Poravnava"}}},card:{generic:{icon_color:"Barva ikone",layout:"Postavitev",fill_container:"Zapolnitev prostora",primary_info:"Primarna informacija",secondary_info:"Sekundarna informacija",icon_type:"Vrsta ikone",content_info:"Vsebina",use_entity_picture:"Uporabi sliko entitete?",collapsible_controls:"Strni kontrolnike, ko so izklopljeni",icon_animation:"Animacija ikone, ko je aktivna?"},light:{show_brightness_control:"Nadzor svetlosti?",use_light_color:"Uporabi svetlo barvo",show_color_temp_control:"Nadzor temperature barve?",show_color_control:"Nadzor barv?",incompatible_controls:"Nekateri kontrolniki morda ne bodo prikazani, če vaša luč ne podpira te funkcije."},fan:{show_percentage_control:"Kontrola v odstotkih?",show_oscillate_control:"Kontrola nihanja?"},cover:{show_buttons_control:"Gumbi za upravljanje?",show_position_control:"Nadzor položaja?",show_tilt_position_control:"Nadzor nagiba?"},template:{primary:"Primarna informacija",secondary:"Sekundarna informacija",multiline_secondary:"Večvrstični sekundarni?",entity_extra:"Uporablja se v predlogah in dejanjih",content:"Vsebina",badge_icon:"Ikona značke",badge_color:"Barva značke",picture:"Slika (nadomestila bo ikono)"},title:{title:"Naziv",subtitle:"Podnaslov",title_tap_action:"Dejanje dotika naslova",subtitle_tap_action:"Dejanje dotika podnapisov"},chips:{alignment:"Poravnava"},weather:{show_conditions:"Pogoji?",show_temperature:"Temperatura?"},update:{show_buttons_control:"Gumbi za upravljanje?"},vacuum:{commands:"Ukazi",commands_list:{on_off:"Vklop/izklop"}},"media-player":{use_media_info:"Uporabite informacije o medijih",use_media_artwork:"Uporabite medijsko umetniško delo",show_volume_level:"Pokaži raven glasnosti",media_controls:"Nadzor medijev",media_controls_list:{on_off:"Vklop/izklop",shuffle:"Naključno",previous:"Prejšnja skladba",play_pause_stop:"Predvajaj/pavza/ustavi",next:"Naslednja skladba",repeat:"Ponavljajoči način"},volume_controls:"Kontrole glasnosti",volume_controls_list:{volume_buttons:"Gumbi za glasnost",volume_set:"Raven glasnosti",volume_mute:"Tiho"}},lock:{lock:"Zaklepanje",unlock:"Odkleni",open:"Odprto"},humidifier:{show_target_humidity_control:"Nadzor vlažnosti?"},climate:{show_temperature_control:"Nadzor temperature?",hvac_modes:"HVAC načini"},number:{display_mode:"Način prikaza",display_mode_list:{default:"Privzeto (drsnik)",slider:"Drsnik",buttons:"Gumbi"}}},chip:{sub_element_editor:{title:"Urejevalnik čipov"},conditional:{chip:"Ćiš"},"chip-picker":{chips:"Čipi",add:"Dodaj čip",edit:"Uredi",clear:"Pobriši",select:"Izbira čipa",types:{action:"Dejanje","alarm-control-panel":"Alarm",back:"Nazaj",conditional:"Pogojno",entity:"Entiteta",light:"Svetloba",menu:"Meni",spacer:"Distančnik",template:"Predloga",weather:"Vreme"}}}},co={not_found:"Entiteta ni najdena"},uo={editor:lo,card:co},ho={form:{color_picker:{values:{default:"Predvolená farba"}},info_picker:{values:{default:"Predvolené informácie",name:"Názov",state:"Stav","last-changed":"Posledná zmena","last-updated":"Posledná aktualizácia",none:"Žiadna"}},icon_type_picker:{values:{default:"Predvolený typ",icon:"Ikona","entity-picture":"Obrázok entity",none:"Žiadny"}},layout_picker:{values:{default:"Predvolené rozloženie",vertical:"Zvislé rozloženie",horizontal:"Vodorovné rozloženie"}},alignment_picker:{values:{default:"Predvolené zarovnanie",start:"Začiatok",end:"Koniec",center:"Stred",justify:"Vyplniť"}}},card:{generic:{icon_color:"Farba ikony",layout:"Rozloženie",fill_container:"Vyplniť priestor",primary_info:"Základné info",secondary_info:"Doplnkové info",icon_type:"Typ ikony",content_info:"Obsah",use_entity_picture:"Použiť obrázok entity?",collapsible_controls:"Skryť ovládanie v stave VYP.",icon_animation:"Animovaná ikona v stave ZAP?"},light:{show_brightness_control:"Ovládanie jasu?",use_light_color:"Použiť farbu svetla",show_color_temp_control:"Ovládanie teploty?",show_color_control:"Ovládanie farby?",incompatible_controls:"Niektoré ovládacie prvky sa nemusia zobraziť, pokiaľ ich svetlo nepodporuje."},fan:{show_percentage_control:"Ovládanie rýchlosti v percentách?",show_oscillate_control:"Ovládanie oscilácie?"},cover:{show_buttons_control:"Zobraziť ovládacie tlačidlá?",show_position_control:"Ovládanie pozície?",show_tilt_position_control:"Ovládanie natočenia?"},template:{primary:"Základné info",secondary:"Doplnkové info",multiline_secondary:"Viacriadkové doplnkové info?",entity_extra:"Použitá v šablónach a akciách",content:"Obsah",badge_icon:"Ikona odznaku",badge_color:"Farba odznaku",picture:"Obrázok (nahrádza ikonu)"},title:{title:"Nadpis",subtitle:"Podnadpis",title_tap_action:"Akcia klepnutia na názov",subtitle_tap_action:"Akcia klepnutia na titulky"},chips:{alignment:"Zarovnanie"},weather:{show_conditions:"Zobraziť podmienky?",show_temperature:"Zobraziť teplotu?"},update:{show_buttons_control:"Zobraziť ovládacie tlačidlá?"},vacuum:{commands:"Príkazy",commands_list:{on_off:"Zapnúť/Vypnúť"}},"media-player":{use_media_info:"Použiť info o médiu",use_media_artwork:"Použiť obrázok z média",show_volume_level:"Zobraziť úroveň hlasitosti",media_controls:"Ovládanie média",media_controls_list:{on_off:"Zap / Vyp",shuffle:"Premiešať",previous:"Predchádzajúca",play_pause_stop:"Spustiť/pauza/stop",next:"Ďalšia",repeat:"Opakovať"},volume_controls:"Ovládanie hlasitosti",volume_controls_list:{volume_buttons:"Tlačidlá hlasitosti",volume_set:"Úroveň hlasitosti",volume_mute:"Stlmiť"}},lock:{lock:"Zamknuté",unlock:"Odomknuté",open:"Otvorené"},humidifier:{show_target_humidity_control:"Ovládanie vlhkosti?"},climate:{show_temperature_control:"Ovládanie teploty?",hvac_modes:"HVAC mód"},number:{display_mode:"Režim zobrazenia",display_mode_list:{default:"Predvolené (posúvač)",slider:"Posúvač",buttons:"Tlačidlá"}}},chip:{sub_element_editor:{title:"Editor štítkov"},conditional:{chip:"Štítok"},"chip-picker":{chips:"Štítky",add:"Pridať štítok",edit:"Editovať",clear:"Vymazať",select:"Vybrať štítok",types:{action:"Akcia","alarm-control-panel":"Alarm",back:"Späť",conditional:"Podmienené",entity:"Entita",light:"Svetlo",menu:"Menu",spacer:"Medzera",template:"Šablóna",weather:"Počasie"}}}},mo={not_found:"Entita nenájdená"},po={editor:ho,card:mo},fo={form:{color_picker:{values:{default:"Standardfärg"}},info_picker:{values:{default:"Förvald information",name:"Namn",state:"Status","last-changed":"Sist ändrad","last-updated":"Sist uppdaterad",none:"Ingen"}},layout_picker:{values:{default:"Standard",vertical:"Vertikal",horizontal:"Horisontell"}},alignment_picker:{values:{default:"Standard (början)",end:"Slutet",center:"Centrerad",justify:"Anpassa"}}},card:{generic:{color:"Färg",icon_color:"Ikonens färg",layout:"Layout",icon_type:"Ikontyp",primary_info:"Primär information",secondary_info:"Sekundär information",use_entity_picture:"Använd enhetens bild?",collapsible_controls:"Dölj kontroller när enehten är av",icon_animation:"Animera ikonen när enheten är på?"},light:{show_brightness_control:"Styr ljushet?",use_light_color:"Styr ljusets färg",show_color_temp_control:"Styr färgtemperatur?",show_color_control:"Styr färg?",incompatible_controls:"Kontroller som inte stöds av enheten kommer inte visas"},fan:{show_percentage_control:"Procentuell kontroll?",show_oscillate_control:"Kontroll för oscillera?"},cover:{show_buttons_control:"Visa kontrollknappar?",show_position_control:"Visa positionskontroll?",show_tilt_position_control:"Visa lutningskontroll?"},template:{primary:"Primär information",secondary:"Sekundär information",multiline_secondary:"Sekundär med flera rader?",content:"Innehåll",picture:"Bild (ersätter ikonen)"},title:{title:"Rubrik",subtitle:"Underrubrik"},chips:{alignment:"Justering"},weather:{show_conditions:"Förhållanden?",show_temperature:"Temperatur?"},update:{show_buttons_control:"Visa kontrollknappar?"},vacuum:{commands:"Kommandon"},climate:{show_temperature_control:"Temperaturkontroll?",hvac_modes:"HVAC-lägen"},"media-player":{use_media_artwork:"Visa mediaomslag",show_volume_level:"Volymkontroll",media_controls:"Mediakontroller",media_controls_list:{on_off:"Slå på/av",previous:"Föregående spår",play_pause_stop:"Spela/pausa/stoppa",next:"Nästa spår",repeat:"Upprepa"},volume_controls:"Volymkontroller",volume_controls_list:{volume_buttons:"Volymknappar",volume_set:"Volymnivå",volume_mute:"Ljud av"}},lock:{lock:"Lås",unlock:"Lås upp",open:"Öppna"}},chip:{sub_element_editor:{title:"Chipredigerare"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Lägg till chip",edit:"Redigera",clear:"Rensa",select:"Välj chip",types:{action:"Åtgärd","alarm-control-panel":"Alarm",back:"Bakåt",conditional:"Villkorad",entity:"Enhet",light:"Ljus",menu:"Meny",template:"Mall",weather:"Väder"}}}},go={editor:fo},_o={form:{color_picker:{values:{default:"Varsayılan renk"}},info_picker:{values:{default:"Varsayılan bilgi",name:"İsim",state:"Durum","last-changed":"Son Değişim","last-updated":"Son Güncelleme",none:"None"}},layout_picker:{values:{default:"Varsayılan düzen",vertical:"Dikey düzen",horizontal:"Yatay düzen"}},alignment_picker:{values:{default:"Varsayılan hizalama",start:"Sola yasla",end:"Sağa yasla",center:"Ortala",justify:"İki yana yasla"}}},card:{generic:{icon_color:"Simge renki",layout:"Düzen",primary_info:"Birinci bilgi",secondary_info:"İkinci bilgi",content_info:"İçerik",use_entity_picture:"Varlık resmi kullanılsın",icon_animation:"Aktif olduğunda simgeyi hareket ettir"},light:{show_brightness_control:"Parlaklık kontrolü",use_light_color:"Işık rengini kullan",show_color_temp_control:"Renk ısısı kontrolü",show_color_control:"Renk kontrolü",incompatible_controls:"Kullandığınız lamba bu özellikleri desteklemiyorsa bazı kontroller görüntülenemeyebilir."},fan:{show_percentage_control:"Yüzde kontrolü",show_oscillate_control:"Salınım kontrolü"},cover:{show_buttons_control:"Düğme kontrolleri",show_position_control:"Pozisyon kontrolü"},template:{primary:"Birinci bilgi",secondary:"İkinci bilgi",multiline_secondary:"İkinci bilgi çok satır olsun",entity_extra:"Şablonlarda ve eylemlerde kullanılsın",content:"İçerik"},title:{title:"Başlık",subtitle:"Altbaşlık"},chips:{alignment:"Hizalama"},weather:{show_conditions:"Hava koşulu",show_temperature:"Sıcaklık"},update:{show_buttons_control:"Düğme kontrolü"},vacuum:{commands:"Komutlar"}},chip:{sub_element_editor:{title:"Chip düzenleyici"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"Chip ekle",edit:"Düzenle",clear:"Temizle",select:"Chip seç",types:{action:"Eylem","alarm-control-panel":"Alarm",back:"Geri",conditional:"Koşullu",entity:"Varlık",light:"Işık",menu:"Menü",template:"Şablon",weather:"Hava Durumu"}}}},vo={editor:_o},bo={form:{color_picker:{values:{default:"Колір за замовчуванням"}},info_picker:{values:{default:"Інформація за замовчуванням",name:"Назва",state:"Стан","last-changed":"Востаннє змінено","last-updated":"Востаннє оновлено",none:"Нічого"}},icon_type_picker:{values:{default:"За замовчуванням",icon:"Іконка","entity-picture":"Зображення сутності",none:"Нічого"}},layout_picker:{values:{default:"Розташування за замовчуванням",vertical:"Вертикальне розташування",horizontal:"Горизонтальне розташування"}},alignment_picker:{values:{default:"Вирівнювання за замовчуванням",start:"На початку",end:"В кінці",center:"По центру",justify:"Вирівняти"}}},card:{generic:{icon_color:"Колір іконки",layout:"Розташування",fill_container:"Заповнити контейнер",primary_info:"Головна інформація",secondary_info:"Додаткова інформація",icon_type:"Тип іконки",content_info:"Вміст",use_entity_picture:"Використовувати зображення сутності?",collapsible_controls:"Приховувати елементи керування коли вимкнено?",icon_animation:"Анімувати іконку при активації?"},light:{show_brightness_control:"Контроль яскравості?",use_light_color:"Використовувати колір світла",show_color_temp_control:"Керування температурою світла?",show_color_control:"Керування кольором світла?",incompatible_controls:"Деякі елементи керування можуть не відображатись якщо ваш пристрій не підтримує цю функцію."},fan:{show_percentage_control:"Керування швидкістю?",show_oscillate_control:"Керування повротом?"},cover:{show_buttons_control:"Кнопки керування?",show_position_control:"Керування позицією?",show_tilt_position_control:"Керування нахилом?"},template:{primary:"Головна інформація",secondary:"Додаткова інформація",multiline_secondary:"Багаторядкова додаткова інформація?",entity_extra:"Використовується в шаблонах та діях",content:"Вміст",badge_icon:"Іконка значка",badge_color:"Колір значка",picture:"Зображення (замінить іконку)"},title:{title:"Заголовок",subtitle:"Підзаголовок",title_tap_action:"Дія при дотику до заголовку",subtitle_tap_action:"Дія при дотику до підзаголовку"},chips:{alignment:"Вирівнювання"},weather:{show_conditions:"Умови?",show_temperature:"Температура?"},update:{show_buttons_control:"Кнопки керування?"},vacuum:{commands:"Команди",commands_list:{on_off:"Увімкнути/Вимкнути"}},"media-player":{use_media_info:"Використовувати інформацію медіа",use_media_artwork:"Використовувати зображення медіа",show_volume_level:"Показати рівень гучності",media_controls:"Керування медіа",media_controls_list:{on_off:"Увімкнути/Вимкнути",shuffle:"Перемішати",previous:"Попередній трек",play_pause_stop:"Відтворити/пауза/стоп",next:"Наступний трек",repeat:"Режим повторення"},volume_controls:"Елементи керування гучністю",volume_controls_list:{volume_buttons:"Кнопки гучності",volume_set:"Рівень гучності",volume_mute:"Вимк. звук"}},lock:{lock:"Зачинити",unlock:"Відчинити",open:"Відкрити"},humidifier:{show_target_humidity_control:"Керування вологістю?"},climate:{show_temperature_control:"Керування температурою?",hvac_modes:"Режими"},number:{display_mode:"Відображати режим",display_mode_list:{default:"За замовчуванням (повзунок)",slider:"Повзунок",buttons:"Кнопки"}}},chip:{sub_element_editor:{title:"Редактор міні-карток"},conditional:{chip:"Міні-картка"},"chip-picker":{chips:"Міні-картки",add:"Додати міні-картку",edit:"Редагувати",clear:"Очистити",select:"Обрати міні-картку",types:{action:"Дія","alarm-control-panel":"Сигналізація",back:"Назад",conditional:"Умовна",entity:"Сутність",light:"Світло",menu:"Меню",spacer:"Порожнє місце",template:"Вручну",weather:"Погода"}}}},yo={not_found:"Сутність не знайдено"},xo={editor:bo,card:yo},wo={form:{color_picker:{values:{default:"Màu mặc định"}},info_picker:{values:{default:"Thông tin mặc định",name:"Tên",state:"Trạng thái","last-changed":"Lần thay đổi cuối","last-updated":"Lần cập nhật cuối",none:"Không có"}},icon_type_picker:{values:{default:"Kiểu mặc định",icon:"Biểu tượng","entity-picture":"Ảnh thực thể",none:"Không có"}},layout_picker:{values:{default:"Bố cục mặc định",vertical:"Bố cục dọc",horizontal:"Bố cục ngang"}},alignment_picker:{values:{default:"Căn chỉnh mặc định",start:"Căn đầu",end:"Căn cuối",center:"Căn giữa",justify:"Căn hai bên"}}},card:{generic:{icon_color:"Màu biểu tượng",layout:"Bố cục",fill_container:"Làm đầy ô chứa",primary_info:"Thông tin chính",secondary_info:"Thông tin phụ",icon_type:"Kiểu biểu tượng",content_info:"Nội dung",use_entity_picture:"Dùng ảnh của thực thể?",collapsible_controls:"Thu nhỏ điều kiển khi tắt",icon_animation:"Biểu tượng chuyển động khi kích hoạt?"},light:{show_brightness_control:"Điều khiển độ sáng?",use_light_color:"Dùng màu đèn",show_color_temp_control:"Điều khiển nhiệt độ màu?",show_color_control:"Điều khiển màu sắc?",incompatible_controls:"Một số điều khiển sẽ không được hiển thị nếu đèn của bạn không hỗ trợ tính năng đó."},fan:{show_percentage_control:"Điều khiển dạng phần trăm?",show_oscillate_control:"Điều khiển xoay?"},cover:{show_buttons_control:"Điều khiển nút bấm?",show_position_control:"Điều khiển vị trí?",show_tilt_position_control:"Điều khiển độ nghiêng?"},template:{primary:"Thông tin chính",secondary:"Thông tin phụ",multiline_secondary:"Nhiều dòng thông tin phụ?",entity_extra:"Được sử dụng trong bản mẫu và hành động",content:"Nội dung",badge_icon:"Biểu tượng huy hiệu",badge_color:"Màu huy hiệu",picture:"Ảnh (thay cho biểu tượng)"},title:{title:"Tiêu đề",subtitle:"Phụ đề",title_tap_action:"Hành động khi nhấp tiêu đề",subtitle_tap_action:"Hành động khi nhấp phụ đề"},chips:{alignment:"Căn chỉnh"},weather:{show_conditions:"Điều kiện?",show_temperature:"Nhiệt độ?"},update:{show_buttons_control:"Điều khiển nút bấm?"},vacuum:{commands:"Mệnh lệnh",commands_list:{on_off:"Bật/tắt"}},"media-player":{use_media_info:"Dùng thông tin đa phương tiện",use_media_artwork:"Dùng ảnh đa phương tiện",show_volume_level:"Hiện mức âm lượng",media_controls:"Điều khiển đa phương tiện",media_controls_list:{on_off:"Bật/tắt",shuffle:"Xáo trộn",previous:"Bài trước",play_pause_stop:"Phát/tạm dừng/dừng",next:"Bài tiếp theo",repeat:"Chế độ lặp lại"},volume_controls:"Điều khiển âm lượng",volume_controls_list:{volume_buttons:"Nút âm lượng",volume_set:"Mức âm lượng",volume_mute:"Im lặng"}},lock:{lock:"Khóa",unlock:"Mở khóa",open:"Mở"},humidifier:{show_target_humidity_control:"Điều khiển độ ẩm?"},climate:{show_temperature_control:"Điều khiển nhiệt độ?",hvac_modes:"Chế độ điều hòa"},number:{display_mode:"Chế độ hiển thị",display_mode_list:{default:"Mặc định (thanh trượt)",slider:"Thanh trượt",buttons:"Nút"}}},chip:{sub_element_editor:{title:"Trình soạn phỉnh"},conditional:{chip:"Phỉnh"},"chip-picker":{chips:"Phỉnh",add:"Thêm phỉnh",edit:"Chỉnh sửa",clear:"Tẩy trống",select:"Chọn phỉnh",types:{action:"Hành động","alarm-control-panel":"Báo động",back:"Quay về",conditional:"Điều kiện",entity:"Thực thể",light:"Đèn",menu:"Trình đơn",spacer:"Ngăn cách",template:"Mẫu",weather:"Thời tiết"}}}},ko={not_found:"Không tìm thấy thực thể"},Co={editor:wo,card:ko},$o={form:{color_picker:{values:{default:"默认颜色"}},info_picker:{values:{default:"默认信息",name:"名称",state:"状态","last-changed":"变更时间","last-updated":"更新时间",none:"无"}},icon_type_picker:{values:{default:"默认类型",icon:"图标","entity-picture":"实体图片",none:"无"}},layout_picker:{values:{default:"默认布局",vertical:"垂直布局",horizontal:"水平布局"}},alignment_picker:{values:{default:"默认",start:"左对齐",end:"右对齐",center:"居中对齐",justify:"两端对齐"}}},card:{generic:{icon_color:"图标颜色",layout:"布局",fill_container:"填满容器",primary_info:"首要信息",secondary_info:"次要信息",icon_type:"图标类型",content_info:"内容",use_entity_picture:"使用实体图片?",collapsible_controls:"关闭时隐藏控制器",icon_animation:"激活时使用动态图标?"},light:{show_brightness_control:"亮度控制?",use_light_color:"使用灯光颜色",show_color_temp_control:"色温控制?",show_color_control:"颜色控制?",incompatible_controls:"设备不支持的控制器将不会显示。"},fan:{show_percentage_control:"百分比控制?",show_oscillate_control:"摆动控制?"},cover:{show_buttons_control:"按钮控制?",show_position_control:"位置控制?",show_tilt_position_control:"角度控制?"},template:{primary:"首要信息",secondary:"次要信息",multiline_secondary:"多行次要信息?",entity_extra:"用于模板和动作",content:"内容",badge_icon:"徽标图标",badge_color:"徽标颜色",picture:"图片 (将会替代图标)"},title:{title:"标题",subtitle:"子标题",title_tap_action:"标题点击动作",subtitle_tap_action:"子标题点击动作"},chips:{alignment:"对齐"},weather:{show_conditions:"条件?",show_temperature:"温度?"},update:{show_buttons_control:"控制按钮?"},vacuum:{commands:"命令",commands_list:{on_off:"开/关"}},"media-player":{use_media_info:"使用媒体信息",use_media_artwork:"使用媒体插图",show_volume_level:"显示音量大小",media_controls:"媒体控制",media_controls_list:{on_off:"开启/关闭",shuffle:"随机",previous:"上一曲",play_pause_stop:"播放/暂停/停止",next:"下一曲",repeat:"循环模式"},volume_controls:"音量控制",volume_controls_list:{volume_buttons:"音量按钮",volume_set:"音量等级",volume_mute:"静音"}},lock:{lock:"锁定",unlock:"解锁",open:"打开"},humidifier:{show_target_humidity_control:"湿度控制?"},climate:{show_temperature_control:"温度控制?",hvac_modes:"空调模式"},number:{display_mode:"显示模式",display_mode_list:{default:"默认 (滑块)",slider:"滑块",buttons:"按钮"}}},chip:{sub_element_editor:{title:"Chip 编辑"},conditional:{chip:"Chip"},"chip-picker":{chips:"Chips",add:"添加 chip",edit:"编辑",clear:"清除",select:"选择 chip",types:{action:"动作","alarm-control-panel":"警戒控制台",back:"返回",conditional:"条件显示",entity:"实体",light:"灯光",menu:"菜单",spacer:"占位符",template:"模板",weather:"天气"}}}},Eo={not_found:"未找到实体"},Ao={editor:$o,card:Eo},So={form:{color_picker:{values:{default:"預設顏色"}},info_picker:{values:{default:"預設訊息",name:"名稱",state:"狀態","last-changed":"最近變動時間","last-updated":"最近更新時間",none:"無"}},icon_type_picker:{values:{default:"預設樣式",icon:"圖示","entity-picture":"實體圖片",none:"無"}},layout_picker:{values:{default:"預設佈局",vertical:"垂直佈局",horizontal:"水平佈局"}},alignment_picker:{values:{default:"預設對齊",start:"居左對齊",end:"居右對齊",center:"居中對齊",justify:"兩端對齊"}}},card:{generic:{icon_color:"圖示顏色",layout:"佈局",fill_container:"填滿容器",primary_info:"主要訊息",secondary_info:"次要訊息",icon_type:"圖示樣式",content_info:"內容",use_entity_picture:"使用實體圖片?",collapsible_controls:"關閉時隱藏控制項",icon_animation:"啟動時使用動態圖示?"},light:{show_brightness_control:"亮度控制?",use_light_color:"使用燈光顏色",show_color_temp_control:"色溫控制?",show_color_control:"色彩控制?",incompatible_controls:"不會顯示裝置不支援的控制。"},fan:{show_percentage_control:"百分比控制?",show_oscillate_control:"擺頭控制?"},cover:{show_buttons_control:"按鈕控制?",show_position_control:"位置控制?",show_tilt_position_control:"角度控制?"},template:{primary:"主要訊息",secondary:"次要訊息",multiline_secondary:"多行次要訊息?",entity_extra:"用於模板與動作",content:"內容",badge_icon:"角標圖示",badge_color:"角標顏色",picture:"圖片 (將會取代圖示)"},title:{title:"標題",subtitle:"副標題",title_tap_action:"標題點擊動作",subtitle_tap_action:"副標題點擊動作"},chips:{alignment:"對齊"},weather:{show_conditions:"狀況?",show_temperature:"溫度?"},update:{show_buttons_control:"按鈕控制?"},vacuum:{commands:"指令",commands_list:{on_off:"開啟、關閉"}},"media-player":{use_media_info:"使用媒體資訊",use_media_artwork:"使用媒體插圖",show_volume_level:"顯示音量大小",media_controls:"媒體控制",media_controls_list:{on_off:"開啟、關閉",shuffle:"隨機播放",previous:"上一首",play_pause_stop:"播放、暫停、停止",next:"下一首",repeat:"重複播放"},volume_controls:"音量控制",volume_controls_list:{volume_buttons:"音量按鈕",volume_set:"音量等級",volume_mute:"靜音"}},lock:{lock:"上鎖",unlock:"解鎖",open:"打開"},humidifier:{show_target_humidity_control:"溼度控制?"},climate:{show_temperature_control:"溫度控制?",hvac_modes:"空調模式"},number:{display_mode:"顯示模式",display_mode_list:{default:"預設 (滑桿)",slider:"滑桿",buttons:"按鈕"}}},chip:{sub_element_editor:{title:"小卡片編輯器"},conditional:{chip:"小卡片"},"chip-picker":{chips:"小卡片",add:"新增小卡片",edit:"編輯",clear:"清除",select:"選擇小卡片",types:{action:"動作","alarm-control-panel":"警報器控制",back:"返回",conditional:"條件",entity:"實體",light:"燈光",menu:"選單",spacer:"佔位符",template:"模板",weather:"天氣"}}}},Io={not_found:"未找到實體"},To={editor:So,card:Io};const zo={ar:Object.freeze({__proto__:null,default:li,editor:si}),bg:Object.freeze({__proto__:null,default:di,editor:ci}),ca:Object.freeze({__proto__:null,card:hi,default:mi,editor:ui}),cs:Object.freeze({__proto__:null,card:fi,default:gi,editor:pi}),da:Object.freeze({__proto__:null,card:vi,default:bi,editor:_i}),de:Object.freeze({__proto__:null,card:xi,default:wi,editor:yi}),el:Object.freeze({__proto__:null,default:Ci,editor:ki}),en:Object.freeze({__proto__:null,card:Ei,default:Ai,editor:$i}),es:Object.freeze({__proto__:null,default:Ii,editor:Si}),fi:Object.freeze({__proto__:null,default:zi,editor:Ti}),fr:Object.freeze({__proto__:null,default:Mi,editor:Oi}),he:Object.freeze({__proto__:null,default:Di,editor:ji}),hu:Object.freeze({__proto__:null,card:Pi,default:Ni,editor:Li}),id:Object.freeze({__proto__:null,card:Fi,default:Vi,editor:Ri}),it:Object.freeze({__proto__:null,card:Ui,default:Hi,editor:Bi}),"ko-KR":Object.freeze({__proto__:null,default:Wi,editor:Yi}),nb:Object.freeze({__proto__:null,default:Ki,editor:Xi}),nl:Object.freeze({__proto__:null,card:qi,default:Zi,editor:Gi}),pl:Object.freeze({__proto__:null,default:Qi,editor:Ji}),"pt-BR":Object.freeze({__proto__:null,default:eo,editor:to}),"pt-PT":Object.freeze({__proto__:null,default:oo,editor:io}),ro:Object.freeze({__proto__:null,default:ro,editor:no}),ru:Object.freeze({__proto__:null,default:so,editor:ao}),sl:Object.freeze({__proto__:null,card:co,default:uo,editor:lo}),sk:Object.freeze({__proto__:null,card:mo,default:po,editor:ho}),sv:Object.freeze({__proto__:null,default:go,editor:fo}),tr:Object.freeze({__proto__:null,default:vo,editor:_o}),uk:Object.freeze({__proto__:null,card:yo,default:xo,editor:bo}),vi:Object.freeze({__proto__:null,card:ko,default:Co,editor:wo}),"zh-Hans":Object.freeze({__proto__:null,card:Eo,default:Ao,editor:$o}),"zh-Hant":Object.freeze({__proto__:null,card:Io,default:To,editor:So})};function Oo(t,e){try{return t.split(".").reduce(((t,e)=>t[e]),zo[e])}catch(t){return}}function Mo(t){return function(e){var i;let o=Oo(e,null!==(i=null==t?void 0:t.locale.language)&&void 0!==i?i:"en");return o||(o=Oo(e,"en")),null!=o?o:e}} /** * @license * Copyright 2020 Google Inc. @@ -189,7 +189,7 @@ const pt=t=>e=>"function"==typeof e?((t,e)=>(customElements.define(t,e),e))(t,e) * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */var Mo="Unknown",jo="Backspace",Do="Enter",Lo="Spacebar",Po="PageUp",No="PageDown",Ro="End",Fo="Home",Vo="ArrowLeft",Bo="ArrowUp",Uo="ArrowRight",Ho="ArrowDown",Yo="Delete",Wo="Escape",Xo="Tab",Ko=new Set;Ko.add(jo),Ko.add(Do),Ko.add(Lo),Ko.add(Po),Ko.add(No),Ko.add(Ro),Ko.add(Fo),Ko.add(Vo),Ko.add(Bo),Ko.add(Uo),Ko.add(Ho),Ko.add(Yo),Ko.add(Wo),Ko.add(Xo);var Go=8,qo=13,Zo=32,Jo=33,Qo=34,tn=35,en=36,on=37,nn=38,rn=39,an=40,sn=46,ln=27,cn=9,dn=new Map;dn.set(Go,jo),dn.set(qo,Do),dn.set(Zo,Lo),dn.set(Jo,Po),dn.set(Qo,No),dn.set(tn,Ro),dn.set(en,Fo),dn.set(on,Vo),dn.set(nn,Bo),dn.set(rn,Uo),dn.set(an,Ho),dn.set(sn,Yo),dn.set(ln,Wo),dn.set(cn,Xo);var un=new Set;function hn(t){var e=t.key;if(Ko.has(e))return e;var i=dn.get(t.keyCode);return i||Mo} + */var jo="Unknown",Do="Backspace",Lo="Enter",Po="Spacebar",No="PageUp",Ro="PageDown",Fo="End",Vo="Home",Bo="ArrowLeft",Uo="ArrowUp",Ho="ArrowRight",Yo="ArrowDown",Wo="Delete",Xo="Escape",Ko="Tab",Go=new Set;Go.add(Do),Go.add(Lo),Go.add(Po),Go.add(No),Go.add(Ro),Go.add(Fo),Go.add(Vo),Go.add(Bo),Go.add(Uo),Go.add(Ho),Go.add(Yo),Go.add(Wo),Go.add(Xo),Go.add(Ko);var qo=8,Zo=13,Jo=32,Qo=33,tn=34,en=35,on=36,nn=37,rn=38,an=39,sn=40,ln=46,cn=27,dn=9,un=new Map;un.set(qo,Do),un.set(Zo,Lo),un.set(Jo,Po),un.set(Qo,No),un.set(tn,Ro),un.set(en,Fo),un.set(on,Vo),un.set(nn,Bo),un.set(rn,Uo),un.set(an,Ho),un.set(sn,Yo),un.set(ln,Wo),un.set(cn,Xo),un.set(dn,Ko);var hn=new Set;function mn(t){var e=t.key;if(Go.has(e))return e;var i=un.get(t.keyCode);return i||jo} /** * @license * Copyright 2020 Google Inc. @@ -211,7 +211,7 @@ const pt=t=>e=>"function"==typeof e?((t,e)=>(customElements.define(t,e),e))(t,e) * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */un.add(Po),un.add(No),un.add(Ro),un.add(Fo),un.add(Vo),un.add(Bo),un.add(Uo),un.add(Ho);var mn={UNKNOWN:"Unknown",BACKSPACE:"Backspace",ENTER:"Enter",SPACEBAR:"Spacebar",PAGE_UP:"PageUp",PAGE_DOWN:"PageDown",END:"End",HOME:"Home",ARROW_LEFT:"ArrowLeft",ARROW_UP:"ArrowUp",ARROW_RIGHT:"ArrowRight",ARROW_DOWN:"ArrowDown",DELETE:"Delete",ESCAPE:"Escape",TAB:"Tab"},pn=new Set;pn.add(mn.BACKSPACE),pn.add(mn.ENTER),pn.add(mn.SPACEBAR),pn.add(mn.PAGE_UP),pn.add(mn.PAGE_DOWN),pn.add(mn.END),pn.add(mn.HOME),pn.add(mn.ARROW_LEFT),pn.add(mn.ARROW_UP),pn.add(mn.ARROW_RIGHT),pn.add(mn.ARROW_DOWN),pn.add(mn.DELETE),pn.add(mn.ESCAPE),pn.add(mn.TAB);var fn=8,gn=13,_n=32,vn=33,bn=34,yn=35,xn=36,wn=37,kn=38,Cn=39,$n=40,En=46,An=27,Sn=9,In=new Map;In.set(fn,mn.BACKSPACE),In.set(gn,mn.ENTER),In.set(_n,mn.SPACEBAR),In.set(vn,mn.PAGE_UP),In.set(bn,mn.PAGE_DOWN),In.set(yn,mn.END),In.set(xn,mn.HOME),In.set(wn,mn.ARROW_LEFT),In.set(kn,mn.ARROW_UP),In.set(Cn,mn.ARROW_RIGHT),In.set($n,mn.ARROW_DOWN),In.set(En,mn.DELETE),In.set(An,mn.ESCAPE),In.set(Sn,mn.TAB);var Tn,zn,On=new Set;function Mn(t){var e=t.key;if(pn.has(e))return e;var i=In.get(t.keyCode);return i||mn.UNKNOWN} + */hn.add(No),hn.add(Ro),hn.add(Fo),hn.add(Vo),hn.add(Bo),hn.add(Uo),hn.add(Ho),hn.add(Yo);var pn={UNKNOWN:"Unknown",BACKSPACE:"Backspace",ENTER:"Enter",SPACEBAR:"Spacebar",PAGE_UP:"PageUp",PAGE_DOWN:"PageDown",END:"End",HOME:"Home",ARROW_LEFT:"ArrowLeft",ARROW_UP:"ArrowUp",ARROW_RIGHT:"ArrowRight",ARROW_DOWN:"ArrowDown",DELETE:"Delete",ESCAPE:"Escape",TAB:"Tab"},fn=new Set;fn.add(pn.BACKSPACE),fn.add(pn.ENTER),fn.add(pn.SPACEBAR),fn.add(pn.PAGE_UP),fn.add(pn.PAGE_DOWN),fn.add(pn.END),fn.add(pn.HOME),fn.add(pn.ARROW_LEFT),fn.add(pn.ARROW_UP),fn.add(pn.ARROW_RIGHT),fn.add(pn.ARROW_DOWN),fn.add(pn.DELETE),fn.add(pn.ESCAPE),fn.add(pn.TAB);var gn=8,_n=13,vn=32,bn=33,yn=34,xn=35,wn=36,kn=37,Cn=38,$n=39,En=40,An=46,Sn=27,In=9,Tn=new Map;Tn.set(gn,pn.BACKSPACE),Tn.set(_n,pn.ENTER),Tn.set(vn,pn.SPACEBAR),Tn.set(bn,pn.PAGE_UP),Tn.set(yn,pn.PAGE_DOWN),Tn.set(xn,pn.END),Tn.set(wn,pn.HOME),Tn.set(kn,pn.ARROW_LEFT),Tn.set(Cn,pn.ARROW_UP),Tn.set($n,pn.ARROW_RIGHT),Tn.set(En,pn.ARROW_DOWN),Tn.set(An,pn.DELETE),Tn.set(Sn,pn.ESCAPE),Tn.set(In,pn.TAB);var zn,On,Mn=new Set;function jn(t){var e=t.key;if(fn.has(e))return e;var i=Tn.get(t.keyCode);return i||pn.UNKNOWN} /** * @license * Copyright 2018 Google Inc. @@ -233,7 +233,7 @@ const pt=t=>e=>"function"==typeof e?((t,e)=>(customElements.define(t,e),e))(t,e) * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */On.add(mn.PAGE_UP),On.add(mn.PAGE_DOWN),On.add(mn.END),On.add(mn.HOME),On.add(mn.ARROW_LEFT),On.add(mn.ARROW_UP),On.add(mn.ARROW_RIGHT),On.add(mn.ARROW_DOWN);var jn="mdc-list-item--activated",Dn="mdc-list-item",Ln="mdc-list-item--disabled",Pn="mdc-list-item--selected",Nn="mdc-list-item__text",Rn="mdc-list-item__primary-text",Fn="mdc-list";(Tn={})[""+jn]="mdc-list-item--activated",Tn[""+Dn]="mdc-list-item",Tn[""+Ln]="mdc-list-item--disabled",Tn[""+Pn]="mdc-list-item--selected",Tn[""+Rn]="mdc-list-item__primary-text",Tn[""+Fn]="mdc-list";var Vn=((zn={})[""+jn]="mdc-deprecated-list-item--activated",zn[""+Dn]="mdc-deprecated-list-item",zn[""+Ln]="mdc-deprecated-list-item--disabled",zn[""+Pn]="mdc-deprecated-list-item--selected",zn[""+Nn]="mdc-deprecated-list-item__text",zn[""+Rn]="mdc-deprecated-list-item__primary-text",zn[""+Fn]="mdc-deprecated-list",zn);Vn[Dn],Vn[Dn],Vn[Dn],Vn[Dn],Vn[Dn],Vn[Dn];var Bn={UNSET_INDEX:-1,TYPEAHEAD_BUFFER_CLEAR_TIMEOUT_MS:300},Un=["input","button","textarea","select"],Hn=function(t){var e=t.target;if(e){var i=(""+e.tagName).toLowerCase();-1===Un.indexOf(i)&&t.preventDefault()}}; + */Mn.add(pn.PAGE_UP),Mn.add(pn.PAGE_DOWN),Mn.add(pn.END),Mn.add(pn.HOME),Mn.add(pn.ARROW_LEFT),Mn.add(pn.ARROW_UP),Mn.add(pn.ARROW_RIGHT),Mn.add(pn.ARROW_DOWN);var Dn="mdc-list-item--activated",Ln="mdc-list-item",Pn="mdc-list-item--disabled",Nn="mdc-list-item--selected",Rn="mdc-list-item__text",Fn="mdc-list-item__primary-text",Vn="mdc-list";(zn={})[""+Dn]="mdc-list-item--activated",zn[""+Ln]="mdc-list-item",zn[""+Pn]="mdc-list-item--disabled",zn[""+Nn]="mdc-list-item--selected",zn[""+Fn]="mdc-list-item__primary-text",zn[""+Vn]="mdc-list";var Bn=((On={})[""+Dn]="mdc-deprecated-list-item--activated",On[""+Ln]="mdc-deprecated-list-item",On[""+Pn]="mdc-deprecated-list-item--disabled",On[""+Nn]="mdc-deprecated-list-item--selected",On[""+Rn]="mdc-deprecated-list-item__text",On[""+Fn]="mdc-deprecated-list-item__primary-text",On[""+Vn]="mdc-deprecated-list",On);Bn[Ln],Bn[Ln],Bn[Ln],Bn[Ln],Bn[Ln],Bn[Ln];var Un={UNSET_INDEX:-1,TYPEAHEAD_BUFFER_CLEAR_TIMEOUT_MS:300},Hn=["input","button","textarea","select"],Yn=function(t){var e=t.target;if(e){var i=(""+e.tagName).toLowerCase();-1===Hn.indexOf(i)&&t.preventDefault()}}; /** * @license * Copyright 2020 Google Inc. @@ -255,24 +255,24 @@ const pt=t=>e=>"function"==typeof e?((t,e)=>(customElements.define(t,e),e))(t,e) * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */function Yn(t,e){for(var i=new Map,o=0;oe&&!i(r[s].index)){l=s;break}if(-1!==l)return o.sortedIndexCursor=l,r[o.sortedIndexCursor].index;return-1}(r,a,l,e):function(t,e,i){var o=i.typeaheadBuffer[0],n=t.get(o);if(!n)return-1;var r=n[i.sortedIndexCursor];if(0===r.text.lastIndexOf(i.typeaheadBuffer,0)&&!e(r.index))return r.index;var a=(i.sortedIndexCursor+1)%n.length,s=-1;for(;a!==i.sortedIndexCursor;){var l=n[a],c=0===l.text.lastIndexOf(i.typeaheadBuffer,0),d=!e(l.index);if(c&&d){s=a;break}a=(a+1)%n.length}if(-1!==s)return i.sortedIndexCursor=s,n[i.sortedIndexCursor].index;return-1}(r,l,e),-1===i||s||n(i),i}function Xn(t){return t.typeaheadBuffer.length>0}function Kn(t){return{addClass:e=>{t.classList.add(e)},removeClass:e=>{t.classList.remove(e)},hasClass:e=>t.classList.contains(e)}}const Gn=()=>{},qn={get passive(){return!1}};document.addEventListener("x",Gn,qn),document.removeEventListener("x",Gn); + */function Wn(t,e){for(var i=new Map,o=0;oe&&!i(r[s].index)){l=s;break}if(-1!==l)return o.sortedIndexCursor=l,r[o.sortedIndexCursor].index;return-1}(r,a,l,e):function(t,e,i){var o=i.typeaheadBuffer[0],n=t.get(o);if(!n)return-1;var r=n[i.sortedIndexCursor];if(0===r.text.lastIndexOf(i.typeaheadBuffer,0)&&!e(r.index))return r.index;var a=(i.sortedIndexCursor+1)%n.length,s=-1;for(;a!==i.sortedIndexCursor;){var l=n[a],c=0===l.text.lastIndexOf(i.typeaheadBuffer,0),d=!e(l.index);if(c&&d){s=a;break}a=(a+1)%n.length}if(-1!==s)return i.sortedIndexCursor=s,n[i.sortedIndexCursor].index;return-1}(r,l,e),-1===i||s||n(i),i}function Kn(t){return t.typeaheadBuffer.length>0}function Gn(t){return{addClass:e=>{t.classList.add(e)},removeClass:e=>{t.classList.remove(e)},hasClass:e=>t.classList.contains(e)}}const qn=()=>{},Zn={get passive(){return!1}};document.addEventListener("x",qn,Zn),document.removeEventListener("x",qn); /** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: Apache-2.0 */ -class Zn extends ht{click(){if(this.mdcRoot)return this.mdcRoot.focus(),void this.mdcRoot.click();super.click()}createFoundation(){void 0!==this.mdcFoundation&&this.mdcFoundation.destroy(),this.mdcFoundationClass&&(this.mdcFoundation=new this.mdcFoundationClass(this.createAdapter()),this.mdcFoundation.init())}firstUpdated(){this.createFoundation()}} +class Jn extends ht{click(){if(this.mdcRoot)return this.mdcRoot.focus(),void this.mdcRoot.click();super.click()}createFoundation(){void 0!==this.mdcFoundation&&this.mdcFoundation.destroy(),this.mdcFoundationClass&&(this.mdcFoundation=new this.mdcFoundationClass(this.createAdapter()),this.mdcFoundation.init())}firstUpdated(){this.createFoundation()}} /** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: Apache-2.0 - */var Jn,Qn;const tr=null!==(Qn=null===(Jn=window.ShadyDOM)||void 0===Jn?void 0:Jn.inUse)&&void 0!==Qn&&Qn;class er extends Zn{constructor(){super(...arguments),this.disabled=!1,this.containingForm=null,this.formDataListener=t=>{this.disabled||this.setFormData(t.formData)}}findFormElement(){if(!this.shadowRoot||tr)return null;const t=this.getRootNode().querySelectorAll("form");for(const e of Array.from(t))if(e.contains(this))return e;return null}connectedCallback(){var t;super.connectedCallback(),this.containingForm=this.findFormElement(),null===(t=this.containingForm)||void 0===t||t.addEventListener("formdata",this.formDataListener)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this.containingForm)||void 0===t||t.removeEventListener("formdata",this.formDataListener),this.containingForm=null}click(){this.formElement&&!this.disabled&&(this.formElement.focus(),this.formElement.click())}firstUpdated(){super.firstUpdated(),this.shadowRoot&&this.mdcRoot.addEventListener("change",(t=>{this.dispatchEvent(new Event("change",t))}))}}er.shadowRootOptions={mode:"open",delegatesFocus:!0},n([_t({type:Boolean})],er.prototype,"disabled",void 0); + */var Qn,tr;const er=null!==(tr=null===(Qn=window.ShadyDOM)||void 0===Qn?void 0:Qn.inUse)&&void 0!==tr&&tr;class ir extends Jn{constructor(){super(...arguments),this.disabled=!1,this.containingForm=null,this.formDataListener=t=>{this.disabled||this.setFormData(t.formData)}}findFormElement(){if(!this.shadowRoot||er)return null;const t=this.getRootNode().querySelectorAll("form");for(const e of Array.from(t))if(e.contains(this))return e;return null}connectedCallback(){var t;super.connectedCallback(),this.containingForm=this.findFormElement(),null===(t=this.containingForm)||void 0===t||t.addEventListener("formdata",this.formDataListener)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this.containingForm)||void 0===t||t.removeEventListener("formdata",this.formDataListener),this.containingForm=null}click(){this.formElement&&!this.disabled&&(this.formElement.focus(),this.formElement.click())}firstUpdated(){super.firstUpdated(),this.shadowRoot&&this.mdcRoot.addEventListener("change",(t=>{this.dispatchEvent(new Event("change",t))}))}}ir.shadowRootOptions={mode:"open",delegatesFocus:!0},n([_t({type:Boolean})],ir.prototype,"disabled",void 0); /** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: Apache-2.0 */ -const ir=t=>(e,i)=>{if(e.constructor._observers){if(!e.constructor.hasOwnProperty("_observers")){const t=e.constructor._observers;e.constructor._observers=new Map,t.forEach(((t,i)=>e.constructor._observers.set(i,t)))}}else{e.constructor._observers=new Map;const t=e.updated;e.updated=function(e){t.call(this,e),e.forEach(((t,e)=>{const i=this.constructor._observers.get(e);void 0!==i&&i.call(this,this[e],t)}))}}e.constructor._observers.set(i,t)} +const or=t=>(e,i)=>{if(e.constructor._observers){if(!e.constructor.hasOwnProperty("_observers")){const t=e.constructor._observers;e.constructor._observers=new Map,t.forEach(((t,i)=>e.constructor._observers.set(i,t)))}}else{e.constructor._observers=new Map;const t=e.updated;e.updated=function(e){t.call(this,e),e.forEach(((t,e)=>{const i=this.constructor._observers.get(e);void 0!==i&&i.call(this,this[e],t)}))}}e.constructor._observers.set(i,t)} /** * @license * Copyright 2016 Google Inc. @@ -294,7 +294,7 @@ const ir=t=>(e,i)=>{if(e.constructor._observers){if(!e.constructor.hasOwnPropert * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */;var or=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}(),nr={LABEL_FLOAT_ABOVE:"mdc-floating-label--float-above",LABEL_REQUIRED:"mdc-floating-label--required",LABEL_SHAKE:"mdc-floating-label--shake",ROOT:"mdc-floating-label"},rr=function(t){function e(i){var n=t.call(this,o(o({},e.defaultAdapter),i))||this;return n.shakeAnimationEndHandler=function(){n.handleShakeAnimationEnd()},n}return i(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return nr},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},getWidth:function(){return 0},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){this.adapter.registerInteractionHandler("animationend",this.shakeAnimationEndHandler)},e.prototype.destroy=function(){this.adapter.deregisterInteractionHandler("animationend",this.shakeAnimationEndHandler)},e.prototype.getWidth=function(){return this.adapter.getWidth()},e.prototype.shake=function(t){var i=e.cssClasses.LABEL_SHAKE;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.float=function(t){var i=e.cssClasses,o=i.LABEL_FLOAT_ABOVE,n=i.LABEL_SHAKE;t?this.adapter.addClass(o):(this.adapter.removeClass(o),this.adapter.removeClass(n))},e.prototype.setRequired=function(t){var i=e.cssClasses.LABEL_REQUIRED;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.handleShakeAnimationEnd=function(){var t=e.cssClasses.LABEL_SHAKE;this.adapter.removeClass(t)},e}(or); + */;var nr=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}(),rr={LABEL_FLOAT_ABOVE:"mdc-floating-label--float-above",LABEL_REQUIRED:"mdc-floating-label--required",LABEL_SHAKE:"mdc-floating-label--shake",ROOT:"mdc-floating-label"},ar=function(t){function e(i){var n=t.call(this,o(o({},e.defaultAdapter),i))||this;return n.shakeAnimationEndHandler=function(){n.handleShakeAnimationEnd()},n}return i(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return rr},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},getWidth:function(){return 0},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){this.adapter.registerInteractionHandler("animationend",this.shakeAnimationEndHandler)},e.prototype.destroy=function(){this.adapter.deregisterInteractionHandler("animationend",this.shakeAnimationEndHandler)},e.prototype.getWidth=function(){return this.adapter.getWidth()},e.prototype.shake=function(t){var i=e.cssClasses.LABEL_SHAKE;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.float=function(t){var i=e.cssClasses,o=i.LABEL_FLOAT_ABOVE,n=i.LABEL_SHAKE;t?this.adapter.addClass(o):(this.adapter.removeClass(o),this.adapter.removeClass(n))},e.prototype.setRequired=function(t){var i=e.cssClasses.LABEL_REQUIRED;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.handleShakeAnimationEnd=function(){var t=e.cssClasses.LABEL_SHAKE;this.adapter.removeClass(t)},e}(nr); /** * @license * Copyright 2016 Google Inc. @@ -316,7 +316,7 @@ const ir=t=>(e,i)=>{if(e.constructor._observers){if(!e.constructor.hasOwnPropert * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */const ar=He(class extends Ye{constructor(t){switch(super(t),this.foundation=null,this.previousPart=null,t.type){case Ve:case Be:break;default:throw new Error("FloatingLabel directive only support attribute and property parts")}}update(t,[e]){if(t!==this.previousPart){this.foundation&&this.foundation.destroy(),this.previousPart=t;const e=t.element;e.classList.add("mdc-floating-label");const i=(t=>({addClass:e=>t.classList.add(e),removeClass:e=>t.classList.remove(e),getWidth:()=>t.scrollWidth,registerInteractionHandler:(e,i)=>{t.addEventListener(e,i)},deregisterInteractionHandler:(e,i)=>{t.removeEventListener(e,i)}}))(e);this.foundation=new rr(i),this.foundation.init()}return this.render(e)}render(t){return this.foundation}}); + */const sr=He(class extends Ye{constructor(t){switch(super(t),this.foundation=null,this.previousPart=null,t.type){case Ve:case Be:break;default:throw new Error("FloatingLabel directive only support attribute and property parts")}}update(t,[e]){if(t!==this.previousPart){this.foundation&&this.foundation.destroy(),this.previousPart=t;const e=t.element;e.classList.add("mdc-floating-label");const i=(t=>({addClass:e=>t.classList.add(e),removeClass:e=>t.classList.remove(e),getWidth:()=>t.scrollWidth,registerInteractionHandler:(e,i)=>{t.addEventListener(e,i)},deregisterInteractionHandler:(e,i)=>{t.removeEventListener(e,i)}}))(e);this.foundation=new ar(i),this.foundation.init()}return this.render(e)}render(t){return this.foundation}}); /** * @license * Copyright 2016 Google Inc. @@ -338,7 +338,7 @@ const ir=t=>(e,i)=>{if(e.constructor._observers){if(!e.constructor.hasOwnPropert * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */var sr=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}(),lr={LINE_RIPPLE_ACTIVE:"mdc-line-ripple--active",LINE_RIPPLE_DEACTIVATING:"mdc-line-ripple--deactivating"},cr=function(t){function e(i){var n=t.call(this,o(o({},e.defaultAdapter),i))||this;return n.transitionEndHandler=function(t){n.handleTransitionEnd(t)},n}return i(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return lr},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},setStyle:function(){},registerEventHandler:function(){},deregisterEventHandler:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){this.adapter.registerEventHandler("transitionend",this.transitionEndHandler)},e.prototype.destroy=function(){this.adapter.deregisterEventHandler("transitionend",this.transitionEndHandler)},e.prototype.activate=function(){this.adapter.removeClass(lr.LINE_RIPPLE_DEACTIVATING),this.adapter.addClass(lr.LINE_RIPPLE_ACTIVE)},e.prototype.setRippleCenter=function(t){this.adapter.setStyle("transform-origin",t+"px center")},e.prototype.deactivate=function(){this.adapter.addClass(lr.LINE_RIPPLE_DEACTIVATING)},e.prototype.handleTransitionEnd=function(t){var e=this.adapter.hasClass(lr.LINE_RIPPLE_DEACTIVATING);"opacity"===t.propertyName&&e&&(this.adapter.removeClass(lr.LINE_RIPPLE_ACTIVE),this.adapter.removeClass(lr.LINE_RIPPLE_DEACTIVATING))},e}(sr); + */var lr=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}(),cr={LINE_RIPPLE_ACTIVE:"mdc-line-ripple--active",LINE_RIPPLE_DEACTIVATING:"mdc-line-ripple--deactivating"},dr=function(t){function e(i){var n=t.call(this,o(o({},e.defaultAdapter),i))||this;return n.transitionEndHandler=function(t){n.handleTransitionEnd(t)},n}return i(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return cr},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},setStyle:function(){},registerEventHandler:function(){},deregisterEventHandler:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){this.adapter.registerEventHandler("transitionend",this.transitionEndHandler)},e.prototype.destroy=function(){this.adapter.deregisterEventHandler("transitionend",this.transitionEndHandler)},e.prototype.activate=function(){this.adapter.removeClass(cr.LINE_RIPPLE_DEACTIVATING),this.adapter.addClass(cr.LINE_RIPPLE_ACTIVE)},e.prototype.setRippleCenter=function(t){this.adapter.setStyle("transform-origin",t+"px center")},e.prototype.deactivate=function(){this.adapter.addClass(cr.LINE_RIPPLE_DEACTIVATING)},e.prototype.handleTransitionEnd=function(t){var e=this.adapter.hasClass(cr.LINE_RIPPLE_DEACTIVATING);"opacity"===t.propertyName&&e&&(this.adapter.removeClass(cr.LINE_RIPPLE_ACTIVE),this.adapter.removeClass(cr.LINE_RIPPLE_DEACTIVATING))},e}(lr); /** * @license * Copyright 2018 Google Inc. @@ -360,7 +360,7 @@ const ir=t=>(e,i)=>{if(e.constructor._observers){if(!e.constructor.hasOwnPropert * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */const dr=He(class extends Ye{constructor(t){switch(super(t),this.previousPart=null,this.foundation=null,t.type){case Ve:case Be:return;default:throw new Error("LineRipple only support attribute and property parts.")}}update(t,e){if(this.previousPart!==t){this.foundation&&this.foundation.destroy(),this.previousPart=t;const e=t.element;e.classList.add("mdc-line-ripple");const i=(t=>({addClass:e=>t.classList.add(e),removeClass:e=>t.classList.remove(e),hasClass:e=>t.classList.contains(e),setStyle:(e,i)=>t.style.setProperty(e,i),registerEventHandler:(e,i)=>{t.addEventListener(e,i)},deregisterEventHandler:(e,i)=>{t.removeEventListener(e,i)}}))(e);this.foundation=new cr(i),this.foundation.init()}return this.render()}render(){return this.foundation}}); + */const ur=He(class extends Ye{constructor(t){switch(super(t),this.previousPart=null,this.foundation=null,t.type){case Ve:case Be:return;default:throw new Error("LineRipple only support attribute and property parts.")}}update(t,e){if(this.previousPart!==t){this.foundation&&this.foundation.destroy(),this.previousPart=t;const e=t.element;e.classList.add("mdc-line-ripple");const i=(t=>({addClass:e=>t.classList.add(e),removeClass:e=>t.classList.remove(e),hasClass:e=>t.classList.contains(e),setStyle:(e,i)=>t.style.setProperty(e,i),registerEventHandler:(e,i)=>{t.addEventListener(e,i)},deregisterEventHandler:(e,i)=>{t.removeEventListener(e,i)}}))(e);this.foundation=new dr(i),this.foundation.init()}return this.render()}render(){return this.foundation}}); /** * @license * Copyright 2016 Google Inc. @@ -382,7 +382,7 @@ const ir=t=>(e,i)=>{if(e.constructor._observers){if(!e.constructor.hasOwnPropert * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */var ur=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}(),hr="Unknown",mr="Backspace",pr="Enter",fr="Spacebar",gr="PageUp",_r="PageDown",vr="End",br="Home",yr="ArrowLeft",xr="ArrowUp",wr="ArrowRight",kr="ArrowDown",Cr="Delete",$r="Escape",Er="Tab",Ar=new Set; + */var hr=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}(),mr="Unknown",pr="Backspace",fr="Enter",gr="Spacebar",_r="PageUp",vr="PageDown",br="End",yr="Home",xr="ArrowLeft",wr="ArrowUp",kr="ArrowRight",Cr="ArrowDown",$r="Delete",Er="Escape",Ar="Tab",Sr=new Set; /** * @license * Copyright 2020 Google Inc. @@ -404,7 +404,7 @@ const ir=t=>(e,i)=>{if(e.constructor._observers){if(!e.constructor.hasOwnPropert * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */Ar.add(mr),Ar.add(pr),Ar.add(fr),Ar.add(gr),Ar.add(_r),Ar.add(vr),Ar.add(br),Ar.add(yr),Ar.add(xr),Ar.add(wr),Ar.add(kr),Ar.add(Cr),Ar.add($r),Ar.add(Er);var Sr=8,Ir=13,Tr=32,zr=33,Or=34,Mr=35,jr=36,Dr=37,Lr=38,Pr=39,Nr=40,Rr=46,Fr=27,Vr=9,Br=new Map;Br.set(Sr,mr),Br.set(Ir,pr),Br.set(Tr,fr),Br.set(zr,gr),Br.set(Or,_r),Br.set(Mr,vr),Br.set(jr,br),Br.set(Dr,yr),Br.set(Lr,xr),Br.set(Pr,wr),Br.set(Nr,kr),Br.set(Rr,Cr),Br.set(Fr,$r),Br.set(Vr,Er);var Ur,Hr,Yr=new Set;function Wr(t){var e=t.key;if(Ar.has(e))return e;var i=Br.get(t.keyCode);return i||hr} + */Sr.add(pr),Sr.add(fr),Sr.add(gr),Sr.add(_r),Sr.add(vr),Sr.add(br),Sr.add(yr),Sr.add(xr),Sr.add(wr),Sr.add(kr),Sr.add(Cr),Sr.add($r),Sr.add(Er),Sr.add(Ar);var Ir=8,Tr=13,zr=32,Or=33,Mr=34,jr=35,Dr=36,Lr=37,Pr=38,Nr=39,Rr=40,Fr=46,Vr=27,Br=9,Ur=new Map;Ur.set(Ir,pr),Ur.set(Tr,fr),Ur.set(zr,gr),Ur.set(Or,_r),Ur.set(Mr,vr),Ur.set(jr,br),Ur.set(Dr,yr),Ur.set(Lr,xr),Ur.set(Pr,wr),Ur.set(Nr,kr),Ur.set(Rr,Cr),Ur.set(Fr,$r),Ur.set(Vr,Er),Ur.set(Br,Ar);var Hr,Yr,Wr=new Set;function Xr(t){var e=t.key;if(Sr.has(e))return e;var i=Ur.get(t.keyCode);return i||mr} /** * @license * Copyright 2018 Google Inc. @@ -426,7 +426,7 @@ const ir=t=>(e,i)=>{if(e.constructor._observers){if(!e.constructor.hasOwnPropert * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */Yr.add(gr),Yr.add(_r),Yr.add(vr),Yr.add(br),Yr.add(yr),Yr.add(xr),Yr.add(wr),Yr.add(kr),function(t){t[t.BOTTOM=1]="BOTTOM",t[t.CENTER=2]="CENTER",t[t.RIGHT=4]="RIGHT",t[t.FLIP_RTL=8]="FLIP_RTL"}(Ur||(Ur={})),function(t){t[t.TOP_LEFT=0]="TOP_LEFT",t[t.TOP_RIGHT=4]="TOP_RIGHT",t[t.BOTTOM_LEFT=1]="BOTTOM_LEFT",t[t.BOTTOM_RIGHT=5]="BOTTOM_RIGHT",t[t.TOP_START=8]="TOP_START",t[t.TOP_END=12]="TOP_END",t[t.BOTTOM_START=9]="BOTTOM_START",t[t.BOTTOM_END=13]="BOTTOM_END"}(Hr||(Hr={})); + */Wr.add(_r),Wr.add(vr),Wr.add(br),Wr.add(yr),Wr.add(xr),Wr.add(wr),Wr.add(kr),Wr.add(Cr),function(t){t[t.BOTTOM=1]="BOTTOM",t[t.CENTER=2]="CENTER",t[t.RIGHT=4]="RIGHT",t[t.FLIP_RTL=8]="FLIP_RTL"}(Hr||(Hr={})),function(t){t[t.TOP_LEFT=0]="TOP_LEFT",t[t.TOP_RIGHT=4]="TOP_RIGHT",t[t.BOTTOM_LEFT=1]="BOTTOM_LEFT",t[t.BOTTOM_RIGHT=5]="BOTTOM_RIGHT",t[t.TOP_START=8]="TOP_START",t[t.TOP_END=12]="TOP_END",t[t.BOTTOM_START=9]="BOTTOM_START",t[t.BOTTOM_END=13]="BOTTOM_END"}(Yr||(Yr={})); /** * @license * Copyright 2016 Google Inc. @@ -449,25 +449,25 @@ const ir=t=>(e,i)=>{if(e.constructor._observers){if(!e.constructor.hasOwnPropert * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -var Xr={ACTIVATED:"mdc-select--activated",DISABLED:"mdc-select--disabled",FOCUSED:"mdc-select--focused",INVALID:"mdc-select--invalid",MENU_INVALID:"mdc-select__menu--invalid",OUTLINED:"mdc-select--outlined",REQUIRED:"mdc-select--required",ROOT:"mdc-select",WITH_LEADING_ICON:"mdc-select--with-leading-icon"},Kr={ARIA_CONTROLS:"aria-controls",ARIA_DESCRIBEDBY:"aria-describedby",ARIA_SELECTED_ATTR:"aria-selected",CHANGE_EVENT:"MDCSelect:change",HIDDEN_INPUT_SELECTOR:'input[type="hidden"]',LABEL_SELECTOR:".mdc-floating-label",LEADING_ICON_SELECTOR:".mdc-select__icon",LINE_RIPPLE_SELECTOR:".mdc-line-ripple",MENU_SELECTOR:".mdc-select__menu",OUTLINE_SELECTOR:".mdc-notched-outline",SELECTED_TEXT_SELECTOR:".mdc-select__selected-text",SELECT_ANCHOR_SELECTOR:".mdc-select__anchor",VALUE_ATTR:"data-value"},Gr={LABEL_SCALE:.75,UNSET_INDEX:-1,CLICK_DEBOUNCE_TIMEOUT_MS:330},qr=function(t){function e(i,n){void 0===n&&(n={});var r=t.call(this,o(o({},e.defaultAdapter),i))||this;return r.disabled=!1,r.isMenuOpen=!1,r.useDefaultValidation=!0,r.customValidity=!0,r.lastSelectedIndex=Gr.UNSET_INDEX,r.clickDebounceTimeout=0,r.recentlyClicked=!1,r.leadingIcon=n.leadingIcon,r.helperText=n.helperText,r}return i(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return Xr},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return Gr},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return Kr},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},activateBottomLine:function(){},deactivateBottomLine:function(){},getSelectedIndex:function(){return-1},setSelectedIndex:function(){},hasLabel:function(){return!1},floatLabel:function(){},getLabelWidth:function(){return 0},setLabelRequired:function(){},hasOutline:function(){return!1},notchOutline:function(){},closeOutline:function(){},setRippleCenter:function(){},notifyChange:function(){},setSelectedText:function(){},isSelectAnchorFocused:function(){return!1},getSelectAnchorAttr:function(){return""},setSelectAnchorAttr:function(){},removeSelectAnchorAttr:function(){},addMenuClass:function(){},removeMenuClass:function(){},openMenu:function(){},closeMenu:function(){},getAnchorElement:function(){return null},setMenuAnchorElement:function(){},setMenuAnchorCorner:function(){},setMenuWrapFocus:function(){},focusMenuItemAtIndex:function(){},getMenuItemCount:function(){return 0},getMenuItemValues:function(){return[]},getMenuItemTextAtIndex:function(){return""},isTypeaheadInProgress:function(){return!1},typeaheadMatchItem:function(){return-1}}},enumerable:!1,configurable:!0}),e.prototype.getSelectedIndex=function(){return this.adapter.getSelectedIndex()},e.prototype.setSelectedIndex=function(t,e,i){void 0===e&&(e=!1),void 0===i&&(i=!1),t>=this.adapter.getMenuItemCount()||(t===Gr.UNSET_INDEX?this.adapter.setSelectedText(""):this.adapter.setSelectedText(this.adapter.getMenuItemTextAtIndex(t).trim()),this.adapter.setSelectedIndex(t),e&&this.adapter.closeMenu(),i||this.lastSelectedIndex===t||this.handleChange(),this.lastSelectedIndex=t)},e.prototype.setValue=function(t,e){void 0===e&&(e=!1);var i=this.adapter.getMenuItemValues().indexOf(t);this.setSelectedIndex(i,!1,e)},e.prototype.getValue=function(){var t=this.adapter.getSelectedIndex(),e=this.adapter.getMenuItemValues();return t!==Gr.UNSET_INDEX?e[t]:""},e.prototype.getDisabled=function(){return this.disabled},e.prototype.setDisabled=function(t){this.disabled=t,this.disabled?(this.adapter.addClass(Xr.DISABLED),this.adapter.closeMenu()):this.adapter.removeClass(Xr.DISABLED),this.leadingIcon&&this.leadingIcon.setDisabled(this.disabled),this.disabled?this.adapter.removeSelectAnchorAttr("tabindex"):this.adapter.setSelectAnchorAttr("tabindex","0"),this.adapter.setSelectAnchorAttr("aria-disabled",this.disabled.toString())},e.prototype.openMenu=function(){this.adapter.addClass(Xr.ACTIVATED),this.adapter.openMenu(),this.isMenuOpen=!0,this.adapter.setSelectAnchorAttr("aria-expanded","true")},e.prototype.setHelperTextContent=function(t){this.helperText&&this.helperText.setContent(t)},e.prototype.layout=function(){if(this.adapter.hasLabel()){var t=this.getValue().length>0,e=this.adapter.hasClass(Xr.FOCUSED),i=t||e,o=this.adapter.hasClass(Xr.REQUIRED);this.notchOutline(i),this.adapter.floatLabel(i),this.adapter.setLabelRequired(o)}},e.prototype.layoutOptions=function(){var t=this.adapter.getMenuItemValues().indexOf(this.getValue());this.setSelectedIndex(t,!1,!0)},e.prototype.handleMenuOpened=function(){if(0!==this.adapter.getMenuItemValues().length){var t=this.getSelectedIndex(),e=t>=0?t:0;this.adapter.focusMenuItemAtIndex(e)}},e.prototype.handleMenuClosing=function(){this.adapter.setSelectAnchorAttr("aria-expanded","false")},e.prototype.handleMenuClosed=function(){this.adapter.removeClass(Xr.ACTIVATED),this.isMenuOpen=!1,this.adapter.isSelectAnchorFocused()||this.blur()},e.prototype.handleChange=function(){this.layout(),this.adapter.notifyChange(this.getValue()),this.adapter.hasClass(Xr.REQUIRED)&&this.useDefaultValidation&&this.setValid(this.isValid())},e.prototype.handleMenuItemAction=function(t){this.setSelectedIndex(t,!0)},e.prototype.handleFocus=function(){this.adapter.addClass(Xr.FOCUSED),this.layout(),this.adapter.activateBottomLine()},e.prototype.handleBlur=function(){this.isMenuOpen||this.blur()},e.prototype.handleClick=function(t){this.disabled||this.recentlyClicked||(this.setClickDebounceTimeout(),this.isMenuOpen?this.adapter.closeMenu():(this.adapter.setRippleCenter(t),this.openMenu()))},e.prototype.handleKeydown=function(t){if(!this.isMenuOpen&&this.adapter.hasClass(Xr.FOCUSED)){var e=Wr(t)===pr,i=Wr(t)===fr,o=Wr(t)===xr,n=Wr(t)===kr;if(!(t.ctrlKey||t.metaKey)&&(!i&&t.key&&1===t.key.length||i&&this.adapter.isTypeaheadInProgress())){var r=i?" ":t.key,a=this.adapter.typeaheadMatchItem(r,this.getSelectedIndex());return a>=0&&this.setSelectedIndex(a),void t.preventDefault()}(e||i||o||n)&&(this.openMenu(),t.preventDefault())}},e.prototype.notchOutline=function(t){if(this.adapter.hasOutline()){var e=this.adapter.hasClass(Xr.FOCUSED);if(t){var i=Gr.LABEL_SCALE,o=this.adapter.getLabelWidth()*i;this.adapter.notchOutline(o)}else e||this.adapter.closeOutline()}},e.prototype.setLeadingIconAriaLabel=function(t){this.leadingIcon&&this.leadingIcon.setAriaLabel(t)},e.prototype.setLeadingIconContent=function(t){this.leadingIcon&&this.leadingIcon.setContent(t)},e.prototype.getUseDefaultValidation=function(){return this.useDefaultValidation},e.prototype.setUseDefaultValidation=function(t){this.useDefaultValidation=t},e.prototype.setValid=function(t){this.useDefaultValidation||(this.customValidity=t),this.adapter.setSelectAnchorAttr("aria-invalid",(!t).toString()),t?(this.adapter.removeClass(Xr.INVALID),this.adapter.removeMenuClass(Xr.MENU_INVALID)):(this.adapter.addClass(Xr.INVALID),this.adapter.addMenuClass(Xr.MENU_INVALID)),this.syncHelperTextValidity(t)},e.prototype.isValid=function(){return this.useDefaultValidation&&this.adapter.hasClass(Xr.REQUIRED)&&!this.adapter.hasClass(Xr.DISABLED)?this.getSelectedIndex()!==Gr.UNSET_INDEX&&(0!==this.getSelectedIndex()||Boolean(this.getValue())):this.customValidity},e.prototype.setRequired=function(t){t?this.adapter.addClass(Xr.REQUIRED):this.adapter.removeClass(Xr.REQUIRED),this.adapter.setSelectAnchorAttr("aria-required",t.toString()),this.adapter.setLabelRequired(t)},e.prototype.getRequired=function(){return"true"===this.adapter.getSelectAnchorAttr("aria-required")},e.prototype.init=function(){var t=this.adapter.getAnchorElement();t&&(this.adapter.setMenuAnchorElement(t),this.adapter.setMenuAnchorCorner(Hr.BOTTOM_START)),this.adapter.setMenuWrapFocus(!1),this.setDisabled(this.adapter.hasClass(Xr.DISABLED)),this.syncHelperTextValidity(!this.adapter.hasClass(Xr.INVALID)),this.layout(),this.layoutOptions()},e.prototype.blur=function(){this.adapter.removeClass(Xr.FOCUSED),this.layout(),this.adapter.deactivateBottomLine(),this.adapter.hasClass(Xr.REQUIRED)&&this.useDefaultValidation&&this.setValid(this.isValid())},e.prototype.syncHelperTextValidity=function(t){if(this.helperText){this.helperText.setValidity(t);var e=this.helperText.isVisible(),i=this.helperText.getId();e&&i?this.adapter.setSelectAnchorAttr(Kr.ARIA_DESCRIBEDBY,i):this.adapter.removeSelectAnchorAttr(Kr.ARIA_DESCRIBEDBY)}},e.prototype.setClickDebounceTimeout=function(){var t=this;clearTimeout(this.clickDebounceTimeout),this.clickDebounceTimeout=setTimeout((function(){t.recentlyClicked=!1}),Gr.CLICK_DEBOUNCE_TIMEOUT_MS),this.recentlyClicked=!0},e}(ur); +var Kr={ACTIVATED:"mdc-select--activated",DISABLED:"mdc-select--disabled",FOCUSED:"mdc-select--focused",INVALID:"mdc-select--invalid",MENU_INVALID:"mdc-select__menu--invalid",OUTLINED:"mdc-select--outlined",REQUIRED:"mdc-select--required",ROOT:"mdc-select",WITH_LEADING_ICON:"mdc-select--with-leading-icon"},Gr={ARIA_CONTROLS:"aria-controls",ARIA_DESCRIBEDBY:"aria-describedby",ARIA_SELECTED_ATTR:"aria-selected",CHANGE_EVENT:"MDCSelect:change",HIDDEN_INPUT_SELECTOR:'input[type="hidden"]',LABEL_SELECTOR:".mdc-floating-label",LEADING_ICON_SELECTOR:".mdc-select__icon",LINE_RIPPLE_SELECTOR:".mdc-line-ripple",MENU_SELECTOR:".mdc-select__menu",OUTLINE_SELECTOR:".mdc-notched-outline",SELECTED_TEXT_SELECTOR:".mdc-select__selected-text",SELECT_ANCHOR_SELECTOR:".mdc-select__anchor",VALUE_ATTR:"data-value"},qr={LABEL_SCALE:.75,UNSET_INDEX:-1,CLICK_DEBOUNCE_TIMEOUT_MS:330},Zr=function(t){function e(i,n){void 0===n&&(n={});var r=t.call(this,o(o({},e.defaultAdapter),i))||this;return r.disabled=!1,r.isMenuOpen=!1,r.useDefaultValidation=!0,r.customValidity=!0,r.lastSelectedIndex=qr.UNSET_INDEX,r.clickDebounceTimeout=0,r.recentlyClicked=!1,r.leadingIcon=n.leadingIcon,r.helperText=n.helperText,r}return i(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return Kr},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return qr},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return Gr},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},activateBottomLine:function(){},deactivateBottomLine:function(){},getSelectedIndex:function(){return-1},setSelectedIndex:function(){},hasLabel:function(){return!1},floatLabel:function(){},getLabelWidth:function(){return 0},setLabelRequired:function(){},hasOutline:function(){return!1},notchOutline:function(){},closeOutline:function(){},setRippleCenter:function(){},notifyChange:function(){},setSelectedText:function(){},isSelectAnchorFocused:function(){return!1},getSelectAnchorAttr:function(){return""},setSelectAnchorAttr:function(){},removeSelectAnchorAttr:function(){},addMenuClass:function(){},removeMenuClass:function(){},openMenu:function(){},closeMenu:function(){},getAnchorElement:function(){return null},setMenuAnchorElement:function(){},setMenuAnchorCorner:function(){},setMenuWrapFocus:function(){},focusMenuItemAtIndex:function(){},getMenuItemCount:function(){return 0},getMenuItemValues:function(){return[]},getMenuItemTextAtIndex:function(){return""},isTypeaheadInProgress:function(){return!1},typeaheadMatchItem:function(){return-1}}},enumerable:!1,configurable:!0}),e.prototype.getSelectedIndex=function(){return this.adapter.getSelectedIndex()},e.prototype.setSelectedIndex=function(t,e,i){void 0===e&&(e=!1),void 0===i&&(i=!1),t>=this.adapter.getMenuItemCount()||(t===qr.UNSET_INDEX?this.adapter.setSelectedText(""):this.adapter.setSelectedText(this.adapter.getMenuItemTextAtIndex(t).trim()),this.adapter.setSelectedIndex(t),e&&this.adapter.closeMenu(),i||this.lastSelectedIndex===t||this.handleChange(),this.lastSelectedIndex=t)},e.prototype.setValue=function(t,e){void 0===e&&(e=!1);var i=this.adapter.getMenuItemValues().indexOf(t);this.setSelectedIndex(i,!1,e)},e.prototype.getValue=function(){var t=this.adapter.getSelectedIndex(),e=this.adapter.getMenuItemValues();return t!==qr.UNSET_INDEX?e[t]:""},e.prototype.getDisabled=function(){return this.disabled},e.prototype.setDisabled=function(t){this.disabled=t,this.disabled?(this.adapter.addClass(Kr.DISABLED),this.adapter.closeMenu()):this.adapter.removeClass(Kr.DISABLED),this.leadingIcon&&this.leadingIcon.setDisabled(this.disabled),this.disabled?this.adapter.removeSelectAnchorAttr("tabindex"):this.adapter.setSelectAnchorAttr("tabindex","0"),this.adapter.setSelectAnchorAttr("aria-disabled",this.disabled.toString())},e.prototype.openMenu=function(){this.adapter.addClass(Kr.ACTIVATED),this.adapter.openMenu(),this.isMenuOpen=!0,this.adapter.setSelectAnchorAttr("aria-expanded","true")},e.prototype.setHelperTextContent=function(t){this.helperText&&this.helperText.setContent(t)},e.prototype.layout=function(){if(this.adapter.hasLabel()){var t=this.getValue().length>0,e=this.adapter.hasClass(Kr.FOCUSED),i=t||e,o=this.adapter.hasClass(Kr.REQUIRED);this.notchOutline(i),this.adapter.floatLabel(i),this.adapter.setLabelRequired(o)}},e.prototype.layoutOptions=function(){var t=this.adapter.getMenuItemValues().indexOf(this.getValue());this.setSelectedIndex(t,!1,!0)},e.prototype.handleMenuOpened=function(){if(0!==this.adapter.getMenuItemValues().length){var t=this.getSelectedIndex(),e=t>=0?t:0;this.adapter.focusMenuItemAtIndex(e)}},e.prototype.handleMenuClosing=function(){this.adapter.setSelectAnchorAttr("aria-expanded","false")},e.prototype.handleMenuClosed=function(){this.adapter.removeClass(Kr.ACTIVATED),this.isMenuOpen=!1,this.adapter.isSelectAnchorFocused()||this.blur()},e.prototype.handleChange=function(){this.layout(),this.adapter.notifyChange(this.getValue()),this.adapter.hasClass(Kr.REQUIRED)&&this.useDefaultValidation&&this.setValid(this.isValid())},e.prototype.handleMenuItemAction=function(t){this.setSelectedIndex(t,!0)},e.prototype.handleFocus=function(){this.adapter.addClass(Kr.FOCUSED),this.layout(),this.adapter.activateBottomLine()},e.prototype.handleBlur=function(){this.isMenuOpen||this.blur()},e.prototype.handleClick=function(t){this.disabled||this.recentlyClicked||(this.setClickDebounceTimeout(),this.isMenuOpen?this.adapter.closeMenu():(this.adapter.setRippleCenter(t),this.openMenu()))},e.prototype.handleKeydown=function(t){if(!this.isMenuOpen&&this.adapter.hasClass(Kr.FOCUSED)){var e=Xr(t)===fr,i=Xr(t)===gr,o=Xr(t)===wr,n=Xr(t)===Cr;if(!(t.ctrlKey||t.metaKey)&&(!i&&t.key&&1===t.key.length||i&&this.adapter.isTypeaheadInProgress())){var r=i?" ":t.key,a=this.adapter.typeaheadMatchItem(r,this.getSelectedIndex());return a>=0&&this.setSelectedIndex(a),void t.preventDefault()}(e||i||o||n)&&(this.openMenu(),t.preventDefault())}},e.prototype.notchOutline=function(t){if(this.adapter.hasOutline()){var e=this.adapter.hasClass(Kr.FOCUSED);if(t){var i=qr.LABEL_SCALE,o=this.adapter.getLabelWidth()*i;this.adapter.notchOutline(o)}else e||this.adapter.closeOutline()}},e.prototype.setLeadingIconAriaLabel=function(t){this.leadingIcon&&this.leadingIcon.setAriaLabel(t)},e.prototype.setLeadingIconContent=function(t){this.leadingIcon&&this.leadingIcon.setContent(t)},e.prototype.getUseDefaultValidation=function(){return this.useDefaultValidation},e.prototype.setUseDefaultValidation=function(t){this.useDefaultValidation=t},e.prototype.setValid=function(t){this.useDefaultValidation||(this.customValidity=t),this.adapter.setSelectAnchorAttr("aria-invalid",(!t).toString()),t?(this.adapter.removeClass(Kr.INVALID),this.adapter.removeMenuClass(Kr.MENU_INVALID)):(this.adapter.addClass(Kr.INVALID),this.adapter.addMenuClass(Kr.MENU_INVALID)),this.syncHelperTextValidity(t)},e.prototype.isValid=function(){return this.useDefaultValidation&&this.adapter.hasClass(Kr.REQUIRED)&&!this.adapter.hasClass(Kr.DISABLED)?this.getSelectedIndex()!==qr.UNSET_INDEX&&(0!==this.getSelectedIndex()||Boolean(this.getValue())):this.customValidity},e.prototype.setRequired=function(t){t?this.adapter.addClass(Kr.REQUIRED):this.adapter.removeClass(Kr.REQUIRED),this.adapter.setSelectAnchorAttr("aria-required",t.toString()),this.adapter.setLabelRequired(t)},e.prototype.getRequired=function(){return"true"===this.adapter.getSelectAnchorAttr("aria-required")},e.prototype.init=function(){var t=this.adapter.getAnchorElement();t&&(this.adapter.setMenuAnchorElement(t),this.adapter.setMenuAnchorCorner(Yr.BOTTOM_START)),this.adapter.setMenuWrapFocus(!1),this.setDisabled(this.adapter.hasClass(Kr.DISABLED)),this.syncHelperTextValidity(!this.adapter.hasClass(Kr.INVALID)),this.layout(),this.layoutOptions()},e.prototype.blur=function(){this.adapter.removeClass(Kr.FOCUSED),this.layout(),this.adapter.deactivateBottomLine(),this.adapter.hasClass(Kr.REQUIRED)&&this.useDefaultValidation&&this.setValid(this.isValid())},e.prototype.syncHelperTextValidity=function(t){if(this.helperText){this.helperText.setValidity(t);var e=this.helperText.isVisible(),i=this.helperText.getId();e&&i?this.adapter.setSelectAnchorAttr(Gr.ARIA_DESCRIBEDBY,i):this.adapter.removeSelectAnchorAttr(Gr.ARIA_DESCRIBEDBY)}},e.prototype.setClickDebounceTimeout=function(){var t=this;clearTimeout(this.clickDebounceTimeout),this.clickDebounceTimeout=setTimeout((function(){t.recentlyClicked=!1}),qr.CLICK_DEBOUNCE_TIMEOUT_MS),this.recentlyClicked=!0},e}(hr); /** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ -const Zr=He(class extends Ye{constructor(t){var e;if(super(t),t.type!==Ve||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,o;if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.nt)||void 0===i?void 0:i.has(t))&&this.it.add(t);return this.render(e)}const n=t.element.classList;this.it.forEach((t=>{t in e||(n.remove(t),this.it.delete(t))}));for(const t in e){const i=!!e[t];i===this.it.has(t)||(null===(o=this.nt)||void 0===o?void 0:o.has(t))||(i?(n.add(t),this.it.add(t)):(n.remove(t),this.it.delete(t)))}return X}}),Jr=t=>null!=t?t:K +const Jr=He(class extends Ye{constructor(t){var e;if(super(t),t.type!==Ve||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,o;if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.nt)||void 0===i?void 0:i.has(t))&&this.it.add(t);return this.render(e)}const n=t.element.classList;this.it.forEach((t=>{t in e||(n.remove(t),this.it.delete(t))}));for(const t in e){const i=!!e[t];i===this.it.has(t)||(null===(o=this.nt)||void 0===o?void 0:o.has(t))||(i?(n.add(t),this.it.add(t)):(n.remove(t),this.it.delete(t)))}return X}}),Qr=t=>null!=t?t:K /** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 - */,Qr=(t={})=>{const e={};for(const i in t)e[i]=t[i];return Object.assign({badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:!0,valueMissing:!1},e)}; + */,ta=(t={})=>{const e={};for(const i in t)e[i]=t[i];return Object.assign({badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:!0,valueMissing:!1},e)}; /** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: BSD-3-Clause - */class ta extends er{constructor(){super(...arguments),this.mdcFoundationClass=qr,this.disabled=!1,this.outlined=!1,this.label="",this.outlineOpen=!1,this.outlineWidth=0,this.value="",this.name="",this.selectedText="",this.icon="",this.menuOpen=!1,this.helper="",this.validateOnInitialRender=!1,this.validationMessage="",this.required=!1,this.naturalMenuWidth=!1,this.isUiValid=!0,this.fixedMenuPosition=!1,this.typeaheadState={bufferClearTimeout:0,currentFirstChar:"",sortedIndexCursor:0,typeaheadBuffer:""},this.sortedIndexByFirstChar=new Map,this.menuElement_=null,this.listeners=[],this.onBodyClickBound=()=>{},this._menuUpdateComplete=null,this.valueSetDirectly=!1,this.validityTransform=null,this._validity=Qr()}get items(){return this.menuElement_||(this.menuElement_=this.menuElement),this.menuElement_?this.menuElement_.items:[]}get selected(){const t=this.menuElement;return t?t.selected:null}get index(){const t=this.menuElement;return t?t.index:-1}get shouldRenderHelperText(){return!!this.helper||!!this.validationMessage}get validity(){return this._checkValidity(this.value),this._validity}render(){const t={"mdc-select--disabled":this.disabled,"mdc-select--no-label":!this.label,"mdc-select--filled":!this.outlined,"mdc-select--outlined":this.outlined,"mdc-select--with-leading-icon":!!this.icon,"mdc-select--required":this.required,"mdc-select--invalid":!this.isUiValid},e=this.label?"label":void 0,i=this.shouldRenderHelperText?"helper-text":void 0;return Y` + */class ea extends ir{constructor(){super(...arguments),this.mdcFoundationClass=Zr,this.disabled=!1,this.outlined=!1,this.label="",this.outlineOpen=!1,this.outlineWidth=0,this.value="",this.name="",this.selectedText="",this.icon="",this.menuOpen=!1,this.helper="",this.validateOnInitialRender=!1,this.validationMessage="",this.required=!1,this.naturalMenuWidth=!1,this.isUiValid=!0,this.fixedMenuPosition=!1,this.typeaheadState={bufferClearTimeout:0,currentFirstChar:"",sortedIndexCursor:0,typeaheadBuffer:""},this.sortedIndexByFirstChar=new Map,this.menuElement_=null,this.listeners=[],this.onBodyClickBound=()=>{},this._menuUpdateComplete=null,this.valueSetDirectly=!1,this.validityTransform=null,this._validity=ta()}get items(){return this.menuElement_||(this.menuElement_=this.menuElement),this.menuElement_?this.menuElement_.items:[]}get selected(){const t=this.menuElement;return t?t.selected:null}get index(){const t=this.menuElement;return t?t.index:-1}get shouldRenderHelperText(){return!!this.helper||!!this.validationMessage}get validity(){return this._checkValidity(this.value),this._validity}render(){const t={"mdc-select--disabled":this.disabled,"mdc-select--no-label":!this.label,"mdc-select--filled":!this.outlined,"mdc-select--outlined":this.outlined,"mdc-select--with-leading-icon":!!this.icon,"mdc-select--required":this.required,"mdc-select--invalid":!this.isUiValid},e=this.label?"label":void 0,i=this.shouldRenderHelperText?"helper-text":void 0;return Y`
+ class="mdc-select ${Jr(t)}"> `:K}renderLabel(){return this.label?Y` ${this.label} `:K}renderLeadingIcon(){return this.icon?Y`
${this.icon}
`:K}renderLineRipple(){return this.outlined?K:Y` - + `}renderHelperText(){if(!this.shouldRenderHelperText)return K;const t=this.validationMessage&&!this.isUiValid;return Y`

${t?this.validationMessage:this.helper}

`}createAdapter(){return Object.assign(Object.assign({},Kn(this.mdcRoot)),{activateBottomLine:()=>{this.lineRippleElement&&this.lineRippleElement.lineRippleFoundation.activate()},deactivateBottomLine:()=>{this.lineRippleElement&&this.lineRippleElement.lineRippleFoundation.deactivate()},hasLabel:()=>!!this.label,floatLabel:t=>{this.labelElement&&this.labelElement.floatingLabelFoundation.float(t)},getLabelWidth:()=>this.labelElement?this.labelElement.floatingLabelFoundation.getWidth():0,setLabelRequired:t=>{this.labelElement&&this.labelElement.floatingLabelFoundation.setRequired(t)},hasOutline:()=>this.outlined,notchOutline:t=>{this.outlineElement&&!this.outlineOpen&&(this.outlineWidth=t,this.outlineOpen=!0)},closeOutline:()=>{this.outlineElement&&(this.outlineOpen=!1)},setRippleCenter:t=>{if(this.lineRippleElement){this.lineRippleElement.lineRippleFoundation.setRippleCenter(t)}},notifyChange:async t=>{if(!this.valueSetDirectly&&t===this.value)return;this.valueSetDirectly=!1,this.value=t,await this.updateComplete;const e=new Event("change",{bubbles:!0});this.dispatchEvent(e)},setSelectedText:t=>this.selectedText=t,isSelectAnchorFocused:()=>{const t=this.anchorElement;if(!t)return!1;return t.getRootNode().activeElement===t},getSelectAnchorAttr:t=>{const e=this.anchorElement;return e?e.getAttribute(t):null},setSelectAnchorAttr:(t,e)=>{const i=this.anchorElement;i&&i.setAttribute(t,e)},removeSelectAnchorAttr:t=>{const e=this.anchorElement;e&&e.removeAttribute(t)},openMenu:()=>{this.menuOpen=!0},closeMenu:()=>{this.menuOpen=!1},addMenuClass:()=>{},removeMenuClass:()=>{},getAnchorElement:()=>this.anchorElement,setMenuAnchorElement:()=>{},setMenuAnchorCorner:()=>{const t=this.menuElement;t&&(t.corner="BOTTOM_START")},setMenuWrapFocus:t=>{const e=this.menuElement;e&&(e.wrapFocus=t)},focusMenuItemAtIndex:t=>{const e=this.menuElement;if(!e)return;const i=e.items[t];i&&i.focus()},getMenuItemCount:()=>{const t=this.menuElement;return t?t.items.length:0},getMenuItemValues:()=>{const t=this.menuElement;if(!t)return[];return t.items.map((t=>t.value))},getMenuItemTextAtIndex:t=>{const e=this.menuElement;if(!e)return"";const i=e.items[t];return i?i.text:""},getSelectedIndex:()=>this.index,setSelectedIndex:()=>{},isTypeaheadInProgress:()=>Xn(this.typeaheadState),typeaheadMatchItem:(t,e)=>{if(!this.menuElement)return-1;const i={focusItemAtIndex:t=>{this.menuElement.focusItemAtIndex(t)},focusedItemIndex:e||this.menuElement.getFocusedItemIndex(),nextChar:t,sortedIndexByFirstChar:this.sortedIndexByFirstChar,skipFocus:!1,isItemAtIndexDisabled:t=>this.items[t].disabled},o=Wn(i,this.typeaheadState);return-1!==o&&this.select(o),o}})}checkValidity(){const t=this._checkValidity(this.value);if(!t){const t=new Event("invalid",{bubbles:!1,cancelable:!0});this.dispatchEvent(t)}return t}reportValidity(){const t=this.checkValidity();return this.isUiValid=t,t}_checkValidity(t){const e=this.formElement.validity;let i=Qr(e);if(this.validityTransform){const e=this.validityTransform(t,i);i=Object.assign(Object.assign({},i),e)}return this._validity=i,this._validity.valid}setCustomValidity(t){this.validationMessage=t,this.formElement.setCustomValidity(t)}async getUpdateComplete(){await this._menuUpdateComplete;return await super.getUpdateComplete()}async firstUpdated(){const t=this.menuElement;if(t&&(this._menuUpdateComplete=t.updateComplete,await this._menuUpdateComplete),super.firstUpdated(),this.mdcFoundation.isValid=()=>!0,this.mdcFoundation.setValid=()=>{},this.mdcFoundation.setDisabled(this.disabled),this.validateOnInitialRender&&this.reportValidity(),!this.selected){!this.items.length&&this.slotElement&&this.slotElement.assignedNodes({flatten:!0}).length&&(await new Promise((t=>requestAnimationFrame(t))),await this.layout());const t=this.items.length&&""===this.items[0].value;if(!this.value&&t)return void this.select(0);this.selectByValue(this.value)}this.sortedIndexByFirstChar=Yn(this.items.length,(t=>this.items[t].text))}onItemsUpdated(){this.sortedIndexByFirstChar=Yn(this.items.length,(t=>this.items[t].text))}select(t){const e=this.menuElement;e&&e.select(t)}selectByValue(t){let e=-1;for(let i=0;i0,n=i&&this.index{this.menuElement.focusItemAtIndex(t)},focusedItemIndex:e,isTargetListItem:!!i&&i.hasAttribute("mwc-list-item"),sortedIndexByFirstChar:this.sortedIndexByFirstChar,isItemAtIndexDisabled:t=>this.items[t].disabled};!function(t,e){var i=t.event,o=t.isTargetListItem,n=t.focusedItemIndex,r=t.focusItemAtIndex,a=t.sortedIndexByFirstChar,s=t.isItemAtIndexDisabled,l="ArrowLeft"===Mn(i),c="ArrowUp"===Mn(i),d="ArrowRight"===Mn(i),u="ArrowDown"===Mn(i),h="Home"===Mn(i),m="End"===Mn(i),p="Enter"===Mn(i),f="Spacebar"===Mn(i);i.altKey||i.ctrlKey||i.metaKey||l||c||d||u||h||m||p||(f||1!==i.key.length?f&&(o&&Hn(i),o&&Xn(e)&&Wn({focusItemAtIndex:r,focusedItemIndex:n,nextChar:" ",sortedIndexByFirstChar:a,skipFocus:!1,isItemAtIndexDisabled:s},e)):(Hn(i),Wn({focusItemAtIndex:r,focusedItemIndex:n,nextChar:i.key.toLowerCase(),sortedIndexByFirstChar:a,skipFocus:!1,isItemAtIndexDisabled:s},e)))} + class="mdc-select-helper-text ${Jr({"mdc-select-helper-text--validation-msg":t})}" + id="helper-text">${t?this.validationMessage:this.helper}

`}createAdapter(){return Object.assign(Object.assign({},Gn(this.mdcRoot)),{activateBottomLine:()=>{this.lineRippleElement&&this.lineRippleElement.lineRippleFoundation.activate()},deactivateBottomLine:()=>{this.lineRippleElement&&this.lineRippleElement.lineRippleFoundation.deactivate()},hasLabel:()=>!!this.label,floatLabel:t=>{this.labelElement&&this.labelElement.floatingLabelFoundation.float(t)},getLabelWidth:()=>this.labelElement?this.labelElement.floatingLabelFoundation.getWidth():0,setLabelRequired:t=>{this.labelElement&&this.labelElement.floatingLabelFoundation.setRequired(t)},hasOutline:()=>this.outlined,notchOutline:t=>{this.outlineElement&&!this.outlineOpen&&(this.outlineWidth=t,this.outlineOpen=!0)},closeOutline:()=>{this.outlineElement&&(this.outlineOpen=!1)},setRippleCenter:t=>{if(this.lineRippleElement){this.lineRippleElement.lineRippleFoundation.setRippleCenter(t)}},notifyChange:async t=>{if(!this.valueSetDirectly&&t===this.value)return;this.valueSetDirectly=!1,this.value=t,await this.updateComplete;const e=new Event("change",{bubbles:!0});this.dispatchEvent(e)},setSelectedText:t=>this.selectedText=t,isSelectAnchorFocused:()=>{const t=this.anchorElement;if(!t)return!1;return t.getRootNode().activeElement===t},getSelectAnchorAttr:t=>{const e=this.anchorElement;return e?e.getAttribute(t):null},setSelectAnchorAttr:(t,e)=>{const i=this.anchorElement;i&&i.setAttribute(t,e)},removeSelectAnchorAttr:t=>{const e=this.anchorElement;e&&e.removeAttribute(t)},openMenu:()=>{this.menuOpen=!0},closeMenu:()=>{this.menuOpen=!1},addMenuClass:()=>{},removeMenuClass:()=>{},getAnchorElement:()=>this.anchorElement,setMenuAnchorElement:()=>{},setMenuAnchorCorner:()=>{const t=this.menuElement;t&&(t.corner="BOTTOM_START")},setMenuWrapFocus:t=>{const e=this.menuElement;e&&(e.wrapFocus=t)},focusMenuItemAtIndex:t=>{const e=this.menuElement;if(!e)return;const i=e.items[t];i&&i.focus()},getMenuItemCount:()=>{const t=this.menuElement;return t?t.items.length:0},getMenuItemValues:()=>{const t=this.menuElement;if(!t)return[];return t.items.map((t=>t.value))},getMenuItemTextAtIndex:t=>{const e=this.menuElement;if(!e)return"";const i=e.items[t];return i?i.text:""},getSelectedIndex:()=>this.index,setSelectedIndex:()=>{},isTypeaheadInProgress:()=>Kn(this.typeaheadState),typeaheadMatchItem:(t,e)=>{if(!this.menuElement)return-1;const i={focusItemAtIndex:t=>{this.menuElement.focusItemAtIndex(t)},focusedItemIndex:e||this.menuElement.getFocusedItemIndex(),nextChar:t,sortedIndexByFirstChar:this.sortedIndexByFirstChar,skipFocus:!1,isItemAtIndexDisabled:t=>this.items[t].disabled},o=Xn(i,this.typeaheadState);return-1!==o&&this.select(o),o}})}checkValidity(){const t=this._checkValidity(this.value);if(!t){const t=new Event("invalid",{bubbles:!1,cancelable:!0});this.dispatchEvent(t)}return t}reportValidity(){const t=this.checkValidity();return this.isUiValid=t,t}_checkValidity(t){const e=this.formElement.validity;let i=ta(e);if(this.validityTransform){const e=this.validityTransform(t,i);i=Object.assign(Object.assign({},i),e)}return this._validity=i,this._validity.valid}setCustomValidity(t){this.validationMessage=t,this.formElement.setCustomValidity(t)}async getUpdateComplete(){await this._menuUpdateComplete;return await super.getUpdateComplete()}async firstUpdated(){const t=this.menuElement;if(t&&(this._menuUpdateComplete=t.updateComplete,await this._menuUpdateComplete),super.firstUpdated(),this.mdcFoundation.isValid=()=>!0,this.mdcFoundation.setValid=()=>{},this.mdcFoundation.setDisabled(this.disabled),this.validateOnInitialRender&&this.reportValidity(),!this.selected){!this.items.length&&this.slotElement&&this.slotElement.assignedNodes({flatten:!0}).length&&(await new Promise((t=>requestAnimationFrame(t))),await this.layout());const t=this.items.length&&""===this.items[0].value;if(!this.value&&t)return void this.select(0);this.selectByValue(this.value)}this.sortedIndexByFirstChar=Wn(this.items.length,(t=>this.items[t].text))}onItemsUpdated(){this.sortedIndexByFirstChar=Wn(this.items.length,(t=>this.items[t].text))}select(t){const e=this.menuElement;e&&e.select(t)}selectByValue(t){let e=-1;for(let i=0;i0,n=i&&this.index{this.menuElement.focusItemAtIndex(t)},focusedItemIndex:e,isTargetListItem:!!i&&i.hasAttribute("mwc-list-item"),sortedIndexByFirstChar:this.sortedIndexByFirstChar,isItemAtIndexDisabled:t=>this.items[t].disabled};!function(t,e){var i=t.event,o=t.isTargetListItem,n=t.focusedItemIndex,r=t.focusItemAtIndex,a=t.sortedIndexByFirstChar,s=t.isItemAtIndexDisabled,l="ArrowLeft"===jn(i),c="ArrowUp"===jn(i),d="ArrowRight"===jn(i),u="ArrowDown"===jn(i),h="Home"===jn(i),m="End"===jn(i),p="Enter"===jn(i),f="Spacebar"===jn(i);i.altKey||i.ctrlKey||i.metaKey||l||c||d||u||h||m||p||(f||1!==i.key.length?f&&(o&&Yn(i),o&&Kn(e)&&Xn({focusItemAtIndex:r,focusedItemIndex:n,nextChar:" ",sortedIndexByFirstChar:a,skipFocus:!1,isItemAtIndexDisabled:s},e)):(Yn(i),Xn({focusItemAtIndex:r,focusedItemIndex:n,nextChar:i.key.toLowerCase(),sortedIndexByFirstChar:a,skipFocus:!1,isItemAtIndexDisabled:s},e)))} /** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: Apache-2.0 - */(o,this.typeaheadState)}async onSelected(t){this.mdcFoundation||await this.updateComplete,this.mdcFoundation.handleMenuItemAction(t.detail.index);const e=this.items[t.detail.index];e&&(this.value=e.value)}onOpened(){this.mdcFoundation&&(this.menuOpen=!0,this.mdcFoundation.handleMenuOpened())}onClosed(){this.mdcFoundation&&(this.menuOpen=!1,this.mdcFoundation.handleMenuClosed())}setFormData(t){this.name&&null!==this.selected&&t.append(this.name,this.value)}async layout(t=!0){this.mdcFoundation&&this.mdcFoundation.layout(),await this.updateComplete;const e=this.menuElement;e&&e.layout(t);const i=this.labelElement;if(!i)return void(this.outlineOpen=!1);const o=!!this.label&&!!this.value;if(i.floatingLabelFoundation.float(o),!this.outlined)return;this.outlineOpen=o,await this.updateComplete;const n=i.floatingLabelFoundation.getWidth();this.outlineOpen&&(this.outlineWidth=n)}async layoutOptions(){this.mdcFoundation&&this.mdcFoundation.layoutOptions()}}n([xt(".mdc-select")],ta.prototype,"mdcRoot",void 0),n([xt(".formElement")],ta.prototype,"formElement",void 0),n([xt("slot")],ta.prototype,"slotElement",void 0),n([xt("select")],ta.prototype,"nativeSelectElement",void 0),n([xt("input")],ta.prototype,"nativeInputElement",void 0),n([xt(".mdc-line-ripple")],ta.prototype,"lineRippleElement",void 0),n([xt(".mdc-floating-label")],ta.prototype,"labelElement",void 0),n([xt("mwc-notched-outline")],ta.prototype,"outlineElement",void 0),n([xt(".mdc-menu")],ta.prototype,"menuElement",void 0),n([xt(".mdc-select__anchor")],ta.prototype,"anchorElement",void 0),n([_t({type:Boolean,attribute:"disabled",reflect:!0}),ir((function(t){this.mdcFoundation&&this.mdcFoundation.setDisabled(t)}))],ta.prototype,"disabled",void 0),n([_t({type:Boolean}),ir((function(t,e){void 0!==e&&this.outlined!==e&&this.layout(!1)}))],ta.prototype,"outlined",void 0),n([_t({type:String}),ir((function(t,e){void 0!==e&&this.label!==e&&this.layout(!1)}))],ta.prototype,"label",void 0),n([vt()],ta.prototype,"outlineOpen",void 0),n([vt()],ta.prototype,"outlineWidth",void 0),n([_t({type:String}),ir((function(t){if(this.mdcFoundation){const e=null===this.selected&&!!t,i=this.selected&&this.selected.value!==t;(e||i)&&this.selectByValue(t),this.reportValidity()}}))],ta.prototype,"value",void 0),n([_t()],ta.prototype,"name",void 0),n([vt()],ta.prototype,"selectedText",void 0),n([_t({type:String})],ta.prototype,"icon",void 0),n([vt()],ta.prototype,"menuOpen",void 0),n([_t({type:String})],ta.prototype,"helper",void 0),n([_t({type:Boolean})],ta.prototype,"validateOnInitialRender",void 0),n([_t({type:String})],ta.prototype,"validationMessage",void 0),n([_t({type:Boolean})],ta.prototype,"required",void 0),n([_t({type:Boolean})],ta.prototype,"naturalMenuWidth",void 0),n([vt()],ta.prototype,"isUiValid",void 0),n([_t({type:Boolean})],ta.prototype,"fixedMenuPosition",void 0),n([yt({capture:!0})],ta.prototype,"handleTypeahead",null); + */(o,this.typeaheadState)}async onSelected(t){this.mdcFoundation||await this.updateComplete,this.mdcFoundation.handleMenuItemAction(t.detail.index);const e=this.items[t.detail.index];e&&(this.value=e.value)}onOpened(){this.mdcFoundation&&(this.menuOpen=!0,this.mdcFoundation.handleMenuOpened())}onClosed(){this.mdcFoundation&&(this.menuOpen=!1,this.mdcFoundation.handleMenuClosed())}setFormData(t){this.name&&null!==this.selected&&t.append(this.name,this.value)}async layout(t=!0){this.mdcFoundation&&this.mdcFoundation.layout(),await this.updateComplete;const e=this.menuElement;e&&e.layout(t);const i=this.labelElement;if(!i)return void(this.outlineOpen=!1);const o=!!this.label&&!!this.value;if(i.floatingLabelFoundation.float(o),!this.outlined)return;this.outlineOpen=o,await this.updateComplete;const n=i.floatingLabelFoundation.getWidth();this.outlineOpen&&(this.outlineWidth=n)}async layoutOptions(){this.mdcFoundation&&this.mdcFoundation.layoutOptions()}}n([xt(".mdc-select")],ea.prototype,"mdcRoot",void 0),n([xt(".formElement")],ea.prototype,"formElement",void 0),n([xt("slot")],ea.prototype,"slotElement",void 0),n([xt("select")],ea.prototype,"nativeSelectElement",void 0),n([xt("input")],ea.prototype,"nativeInputElement",void 0),n([xt(".mdc-line-ripple")],ea.prototype,"lineRippleElement",void 0),n([xt(".mdc-floating-label")],ea.prototype,"labelElement",void 0),n([xt("mwc-notched-outline")],ea.prototype,"outlineElement",void 0),n([xt(".mdc-menu")],ea.prototype,"menuElement",void 0),n([xt(".mdc-select__anchor")],ea.prototype,"anchorElement",void 0),n([_t({type:Boolean,attribute:"disabled",reflect:!0}),or((function(t){this.mdcFoundation&&this.mdcFoundation.setDisabled(t)}))],ea.prototype,"disabled",void 0),n([_t({type:Boolean}),or((function(t,e){void 0!==e&&this.outlined!==e&&this.layout(!1)}))],ea.prototype,"outlined",void 0),n([_t({type:String}),or((function(t,e){void 0!==e&&this.label!==e&&this.layout(!1)}))],ea.prototype,"label",void 0),n([vt()],ea.prototype,"outlineOpen",void 0),n([vt()],ea.prototype,"outlineWidth",void 0),n([_t({type:String}),or((function(t){if(this.mdcFoundation){const e=null===this.selected&&!!t,i=this.selected&&this.selected.value!==t;(e||i)&&this.selectByValue(t),this.reportValidity()}}))],ea.prototype,"value",void 0),n([_t()],ea.prototype,"name",void 0),n([vt()],ea.prototype,"selectedText",void 0),n([_t({type:String})],ea.prototype,"icon",void 0),n([vt()],ea.prototype,"menuOpen",void 0),n([_t({type:String})],ea.prototype,"helper",void 0),n([_t({type:Boolean})],ea.prototype,"validateOnInitialRender",void 0),n([_t({type:String})],ea.prototype,"validationMessage",void 0),n([_t({type:Boolean})],ea.prototype,"required",void 0),n([_t({type:Boolean})],ea.prototype,"naturalMenuWidth",void 0),n([vt()],ea.prototype,"isUiValid",void 0),n([_t({type:Boolean})],ea.prototype,"fixedMenuPosition",void 0),n([yt({capture:!0})],ea.prototype,"handleTypeahead",null); /** * @license * Copyright 2021 Google LLC * SPDX-LIcense-Identifier: Apache-2.0 */ -const ea=h`.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);position:absolute;left:0;-webkit-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required::after,.mdc-floating-label--required[dir=rtl]::after{margin-left:0;margin-right:1px}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::before{z-index:1}.mdc-line-ripple::after{transform:scaleX(0);border-bottom-width:2px;opacity:0;z-index:2}.mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid;flex-grow:1}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 12px * 2)}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(100% / 0.75)}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-select{display:inline-flex;position:relative}.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0, 0, 0, 0.87)}.mdc-select.mdc-select--disabled .mdc-select__selected-text{color:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(0, 0, 0, 0.6)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:rgba(98, 0, 238, 0.87)}.mdc-select.mdc-select--disabled .mdc-floating-label{color:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.54)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon{fill:#6200ee;fill:var(--mdc-theme-primary, #6200ee)}.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text{color:rgba(0, 0, 0, 0.6)}.mdc-select.mdc-select--disabled+.mdc-select-helper-text{color:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled) .mdc-select__icon{color:rgba(0, 0, 0, 0.54)}.mdc-select.mdc-select--disabled .mdc-select__icon{color:rgba(0, 0, 0, 0.38)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-select.mdc-select--disabled .mdc-select__selected-text{color:GrayText}.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{fill:red}.mdc-select.mdc-select--disabled .mdc-floating-label{color:GrayText}.mdc-select.mdc-select--disabled .mdc-line-ripple::before{border-bottom-color:GrayText}.mdc-select.mdc-select--disabled .mdc-notched-outline__leading,.mdc-select.mdc-select--disabled .mdc-notched-outline__notch,.mdc-select.mdc-select--disabled .mdc-notched-outline__trailing{border-color:GrayText}.mdc-select.mdc-select--disabled .mdc-select__icon{color:GrayText}.mdc-select.mdc-select--disabled+.mdc-select-helper-text{color:GrayText}}.mdc-select .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-select .mdc-select__anchor{padding-left:16px;padding-right:0}[dir=rtl] .mdc-select .mdc-select__anchor,.mdc-select .mdc-select__anchor[dir=rtl]{padding-left:0;padding-right:16px}.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor{padding-left:0;padding-right:0}[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor,.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir=rtl]{padding-left:0;padding-right:0}.mdc-select .mdc-select__icon{width:24px;height:24px;font-size:24px}.mdc-select .mdc-select__dropdown-icon{width:24px;height:24px}.mdc-select .mdc-select__menu .mdc-deprecated-list-item{padding-left:16px;padding-right:16px}[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item,.mdc-select .mdc-select__menu .mdc-deprecated-list-item[dir=rtl]{padding-left:16px;padding-right:16px}.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:12px}[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic,.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic[dir=rtl]{margin-left:12px;margin-right:0}.mdc-select__dropdown-icon{margin-left:12px;margin-right:12px;display:inline-flex;position:relative;align-self:center;align-items:center;justify-content:center;flex-shrink:0;pointer-events:none}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{position:absolute;top:0;left:0}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic{width:41.6666666667%;height:20.8333333333%}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{opacity:1;transition:opacity 75ms linear 75ms}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active{opacity:0;transition:opacity 75ms linear}[dir=rtl] .mdc-select__dropdown-icon,.mdc-select__dropdown-icon[dir=rtl]{margin-left:12px;margin-right:12px}.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{opacity:0;transition:opacity 49.5ms linear}.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active{opacity:1;transition:opacity 100.5ms linear 49.5ms}.mdc-select__anchor{width:200px;min-width:0;flex:1 1 auto;position:relative;box-sizing:border-box;overflow:hidden;outline:none;cursor:pointer}.mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-select__selected-text-container{display:flex;appearance:none;pointer-events:none;box-sizing:border-box;width:auto;min-width:0;flex-grow:1;height:28px;border:none;outline:none;padding:0;background-color:transparent;color:inherit}.mdc-select__selected-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height, 1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:100%;text-align:left}[dir=rtl] .mdc-select__selected-text,.mdc-select__selected-text[dir=rtl]{text-align:right}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid+.mdc-select-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon{fill:#b00020;fill:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon{fill:#b00020;fill:var(--mdc-theme-error, #b00020)}.mdc-select--disabled{cursor:default;pointer-events:none}.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item{padding-left:12px;padding-right:12px}[dir=rtl] .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item,.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item[dir=rtl]{padding-left:12px;padding-right:12px}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-select__menu::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}}@media screen and (forced-colors: active)and (forced-colors: active),screen and (-ms-high-contrast: active)and (forced-colors: active){.mdc-select__menu::before{border-color:CanvasText}}.mdc-select__menu .mdc-deprecated-list .mdc-select__icon,.mdc-select__menu .mdc-list .mdc-select__icon{margin-left:0;margin-right:0}[dir=rtl] .mdc-select__menu .mdc-deprecated-list .mdc-select__icon,[dir=rtl] .mdc-select__menu .mdc-list .mdc-select__icon,.mdc-select__menu .mdc-deprecated-list .mdc-select__icon[dir=rtl],.mdc-select__menu .mdc-list .mdc-select__icon[dir=rtl]{margin-left:0;margin-right:0}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-select__menu .mdc-list-item__start{display:inline-flex;align-items:center}.mdc-select__option{padding-left:16px;padding-right:16px}[dir=rtl] .mdc-select__option,.mdc-select__option[dir=rtl]{padding-left:16px;padding-right:16px}.mdc-select__one-line-option.mdc-list-item--with-one-line{height:48px}.mdc-select__two-line-option.mdc-list-item--with-two-lines{height:64px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__start{margin-top:20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:36px;content:"";vertical-align:0}.mdc-select__option-with-leading-content{padding-left:0;padding-right:12px}.mdc-select__option-with-leading-content.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-select__option-with-leading-content.mdc-list-item,.mdc-select__option-with-leading-content.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-select__option-with-leading-content .mdc-list-item__start{margin-left:12px;margin-right:0}[dir=rtl] .mdc-select__option-with-leading-content .mdc-list-item__start,.mdc-select__option-with-leading-content .mdc-list-item__start[dir=rtl]{margin-left:0;margin-right:12px}.mdc-select__option-with-leading-content .mdc-list-item__start{width:36px;height:24px}[dir=rtl] .mdc-select__option-with-leading-content,.mdc-select__option-with-leading-content[dir=rtl]{padding-left:12px;padding-right:0}.mdc-select__option-with-meta.mdc-list-item{padding-left:auto;padding-right:0}[dir=rtl] .mdc-select__option-with-meta.mdc-list-item,.mdc-select__option-with-meta.mdc-list-item[dir=rtl]{padding-left:0;padding-right:auto}.mdc-select__option-with-meta .mdc-list-item__end{margin-left:12px;margin-right:12px}[dir=rtl] .mdc-select__option-with-meta .mdc-list-item__end,.mdc-select__option-with-meta .mdc-list-item__end[dir=rtl]{margin-left:12px;margin-right:12px}.mdc-select--filled .mdc-select__anchor{height:56px;display:flex;align-items:baseline}.mdc-select--filled .mdc-select__anchor::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text::before{content:"​"}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text-container{height:100%;display:inline-flex;align-items:center}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor::before{display:none}.mdc-select--filled .mdc-select__anchor{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor{background-color:whitesmoke}.mdc-select--filled.mdc-select--disabled .mdc-select__anchor{background-color:#fafafa}.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42)}.mdc-select--filled:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87)}.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after{border-bottom-color:#6200ee;border-bottom-color:var(--mdc-theme-primary, #6200ee)}.mdc-select--filled.mdc-select--disabled .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.06)}.mdc-select--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-select--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-select--filled .mdc-menu-surface--is-open-below{border-top-left-radius:0px;border-top-right-radius:0px}.mdc-select--filled.mdc-select--focused.mdc-line-ripple::after{transform:scale(1, 2);opacity:1}.mdc-select--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-select--filled .mdc-floating-label,.mdc-select--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{left:48px;right:initial}[dir=rtl] .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label,.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 96px / 0.75)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::after{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined{border:none}.mdc-select--outlined .mdc-select__anchor{height:56px}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-56px 250ms 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-56px{0%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2)}}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-select--outlined .mdc-select__anchor{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-select--outlined .mdc-select__anchor,.mdc-select--outlined .mdc-select__anchor[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-select--outlined .mdc-select__anchor,.mdc-select--outlined .mdc-select__anchor[dir=rtl]{padding-right:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-select--outlined+.mdc-select-helper-text{margin-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text,.mdc-select--outlined+.mdc-select-helper-text[dir=rtl]{margin-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text,.mdc-select--outlined+.mdc-select-helper-text[dir=rtl]{margin-right:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor{background-color:transparent}.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor{background-color:transparent}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.38)}.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.87)}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#6200ee;border-color:var(--mdc-theme-primary, #6200ee)}.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.06)}.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-select--outlined .mdc-select__anchor{display:flex;align-items:baseline;overflow:visible}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined 250ms 1}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text::before{content:"​"}.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container{height:100%;display:inline-flex;align-items:center}.mdc-select--outlined .mdc-select__anchor::before{display:none}.mdc-select--outlined .mdc-select__selected-text-container{display:flex;border:none;z-index:1;background-color:transparent}.mdc-select--outlined .mdc-select__icon{z-index:2}.mdc-select--outlined .mdc-floating-label{line-height:1.15rem;left:4px;right:initial}[dir=rtl] .mdc-select--outlined .mdc-floating-label,.mdc-select--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-select--outlined.mdc-select--focused .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px{0%{transform:translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)}}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake,.mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl{0%{transform:translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)}}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 96px)}.mdc-select--outlined .mdc-menu-surface{margin-bottom:8px}.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface,.mdc-select--outlined .mdc-menu-surface--is-open-below{margin-bottom:0}.mdc-select__anchor{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-select__anchor .mdc-select__ripple::before,.mdc-select__anchor .mdc-select__ripple::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-select__anchor .mdc-select__ripple::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index, 1)}.mdc-select__anchor .mdc-select__ripple::after{z-index:0;z-index:var(--mdc-ripple-z-index, 0)}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation .mdc-select__ripple::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select__anchor .mdc-select__ripple::before,.mdc-select__anchor .mdc-select__ripple::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-select__anchor .mdc-select__ripple::before,.mdc-select__anchor .mdc-select__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))}.mdc-select__anchor:hover .mdc-select__ripple::before,.mdc-select__anchor.mdc-ripple-surface--hover .mdc-select__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-select__anchor.mdc-ripple-upgraded--background-focused .mdc-select__ripple::before,.mdc-select__anchor:not(.mdc-ripple-upgraded):focus .mdc-select__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-select__anchor .mdc-select__ripple{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after{transition:opacity 150ms linear}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after{transition:opacity 150ms linear}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select-helper-text{margin:0;margin-left:16px;margin-right:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.75rem;font-size:var(--mdc-typography-caption-font-size, 0.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:0.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing, 0.0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform, inherit);display:block;margin-top:0;line-height:normal}[dir=rtl] .mdc-select-helper-text,.mdc-select-helper-text[dir=rtl]{margin-left:16px;margin-right:16px}.mdc-select-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-select-helper-text--validation-msg{opacity:0;transition:opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-select--invalid+.mdc-select-helper-text--validation-msg,.mdc-select-helper-text--validation-msg-persistent{opacity:1}.mdc-select--with-leading-icon .mdc-select__icon{display:inline-block;box-sizing:border-box;border:none;text-decoration:none;cursor:pointer;user-select:none;flex-shrink:0;align-self:center;background-color:transparent;fill:currentColor}.mdc-select--with-leading-icon .mdc-select__icon{margin-left:12px;margin-right:12px}[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon,.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl]{margin-left:12px;margin-right:12px}.mdc-select__icon:not([tabindex]),.mdc-select__icon[tabindex="-1"]{cursor:default;pointer-events:none}.material-icons{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}:host{display:inline-block;vertical-align:top;outline:none}.mdc-select{width:100%}[hidden]{display:none}.mdc-select__icon{z-index:2}.mdc-select--with-leading-icon{--mdc-list-item-graphic-margin: calc( 48px - var(--mdc-list-item-graphic-size, 24px) - var(--mdc-list-side-padding, 16px) )}.mdc-select .mdc-select__anchor .mdc-select__selected-text{overflow:hidden}.mdc-select .mdc-select__anchor *{display:inline-flex}.mdc-select .mdc-select__anchor .mdc-floating-label{display:inline-block}mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-outlined-idle-border-color, rgba(0, 0, 0, 0.38) );--mdc-notched-outline-notch-offset: 1px}:host(:not([disabled]):hover) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-outlined-hover-border-color, rgba(0, 0, 0, 0.87) )}:host(:not([disabled])) .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-select-ink-color, rgba(0, 0, 0, 0.87))}:host(:not([disabled])) .mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42);border-bottom-color:var(--mdc-select-idle-line-color, rgba(0, 0, 0, 0.42))}:host(:not([disabled])) .mdc-select:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87);border-bottom-color:var(--mdc-select-hover-line-color, rgba(0, 0, 0, 0.87))}:host(:not([disabled])) .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled) .mdc-select__anchor{background-color:whitesmoke;background-color:var(--mdc-select-fill-color, whitesmoke)}:host(:not([disabled])) .mdc-select.mdc-select--invalid .mdc-select__dropdown-icon{fill:var(--mdc-select-error-dropdown-icon-color, var(--mdc-select-error-color, var(--mdc-theme-error, #b00020)))}:host(:not([disabled])) .mdc-select.mdc-select--invalid .mdc-floating-label,:host(:not([disabled])) .mdc-select.mdc-select--invalid .mdc-floating-label::after{color:var(--mdc-select-error-color, var(--mdc-theme-error, #b00020))}:host(:not([disabled])) .mdc-select.mdc-select--invalid mwc-notched-outline{--mdc-notched-outline-border-color: var(--mdc-select-error-color, var(--mdc-theme-error, #b00020))}.mdc-select__menu--invalid{--mdc-theme-primary: var(--mdc-select-error-color, var(--mdc-theme-error, #b00020))}:host(:not([disabled])) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label,:host(:not([disabled])) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label::after{color:rgba(0, 0, 0, 0.6);color:var(--mdc-select-label-ink-color, rgba(0, 0, 0, 0.6))}:host(:not([disabled])) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.54);fill:var(--mdc-select-dropdown-icon-color, rgba(0, 0, 0, 0.54))}:host(:not([disabled])) .mdc-select.mdc-select--focused mwc-notched-outline{--mdc-notched-outline-stroke-width: 2px;--mdc-notched-outline-notch-offset: 2px}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-focused-label-color, var(--mdc-theme-primary, rgba(98, 0, 238, 0.87)) )}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) .mdc-select__dropdown-icon{fill:rgba(98,0,238,.87);fill:var(--mdc-select-focused-dropdown-icon-color, var(--mdc-theme-primary, rgba(98, 0, 238, 0.87)))}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) .mdc-floating-label{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) .mdc-floating-label::after{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}:host(:not([disabled])) .mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg){color:var(--mdc-select-label-ink-color, rgba(0, 0, 0, 0.6))}:host([disabled]){pointer-events:none}:host([disabled]) .mdc-select:not(.mdc-select--outlined).mdc-select--disabled .mdc-select__anchor{background-color:#fafafa;background-color:var(--mdc-select-disabled-fill-color, #fafafa)}:host([disabled]) .mdc-select.mdc-select--outlined mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-outlined-disabled-border-color, rgba(0, 0, 0, 0.06) )}:host([disabled]) .mdc-select .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.38);fill:var(--mdc-select-disabled-dropdown-icon-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label,:host([disabled]) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label::after{color:rgba(0, 0, 0, 0.38);color:var(--mdc-select-disabled-ink-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-select-helper-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-select-disabled-ink-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-select__selected-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-select-disabled-ink-color, rgba(0, 0, 0, 0.38))}`;let ia=class extends ta{constructor(){super(...arguments),this._translationsUpdated=Te((async()=>{await Oe(),this.layoutOptions()}),500)}renderLeadingIcon(){return this.icon?Y`{await Oe(),this.layoutOptions()}),500)}renderLeadingIcon(){return this.icon?Y``:K}connectedCallback(){super.connectedCallback(),window.addEventListener("translations-updated",this._translationsUpdated)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("translations-updated",this._translationsUpdated)}};ia.styles=[ea,h` + >`:K}connectedCallback(){super.connectedCallback(),window.addEventListener("translations-updated",this._translationsUpdated)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("translations-updated",this._translationsUpdated)}};oa.styles=[ia,h` .mdc-select__anchor { height: var(--select-height, 56px) !important; } - `],n([_t({type:Boolean})],ia.prototype,"icon",void 0),ia=n([pt("mushroom-select")],ia);const oa=["default","start","center","end","justify"],na={default:"mdi:format-align-left",start:"mdi:format-align-left",center:"mdi:format-align-center",end:"mdi:format-align-right",justify:"mdi:format-align-justify"};let ra=class extends ht{constructor(){super(...arguments),this.label="",this.configValue=""}_selectChanged(t){const e=t.target.value;e&&this.dispatchEvent(new CustomEvent("value-changed",{detail:{value:"default"!==e?e:""}}))}render(){const t=Oo(this.hass),e=this.value||"default";return Y` + `],n([_t({type:Boolean})],oa.prototype,"icon",void 0),oa=n([pt("mushroom-select")],oa);const na=["default","start","center","end","justify"],ra={default:"mdi:format-align-left",start:"mdi:format-align-left",center:"mdi:format-align-center",end:"mdi:format-align-right",justify:"mdi:format-align-justify"};let aa=class extends ht{constructor(){super(...arguments),this.label="",this.configValue=""}_selectChanged(t){const e=t.target.value;e&&this.dispatchEvent(new CustomEvent("value-changed",{detail:{value:"default"!==e?e:""}}))}render(){const t=Mo(this.hass),e=this.value||"default";return Y` - - ${oa.map((e=>Y` + + ${na.map((e=>Y` ${t(`editor.form.alignment_picker.values.${e}`)} - + `))} @@ -591,24 +591,24 @@ const ea=h`.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-sm mushroom-select { width: 100%; } - `}};n([_t()],ra.prototype,"label",void 0),n([_t()],ra.prototype,"value",void 0),n([_t()],ra.prototype,"configValue",void 0),n([_t()],ra.prototype,"hass",void 0),ra=n([pt("mushroom-alignment-picker")],ra);let aa=class extends ht{render(){return Y` + `}};n([_t()],aa.prototype,"label",void 0),n([_t()],aa.prototype,"value",void 0),n([_t()],aa.prototype,"configValue",void 0),n([_t()],aa.prototype,"hass",void 0),aa=n([pt("mushroom-alignment-picker")],aa);let sa=class extends ht{render(){return Y` - `}_valueChanged(t){Lt(this,"value-changed",{value:t.detail.value||void 0})}};n([_t()],aa.prototype,"hass",void 0),n([_t()],aa.prototype,"selector",void 0),n([_t()],aa.prototype,"value",void 0),n([_t()],aa.prototype,"label",void 0),aa=n([pt("ha-selector-mush_alignment")],aa); + `}_valueChanged(t){Lt(this,"value-changed",{value:t.detail.value||void 0})}};n([_t()],sa.prototype,"hass",void 0),n([_t()],sa.prototype,"selector",void 0),n([_t()],sa.prototype,"value",void 0),n([_t()],sa.prototype,"label",void 0),sa=n([pt("ha-selector-mush_alignment")],sa); /** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ -const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(super(t),t.type!==Ve||"style"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,i)=>{const o=t[i];return null==o?e:e+`${i=i.includes("-")?i:i.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`}),"")}update(t,[e]){const{style:i}=t.element;if(void 0===this.ht){this.ht=new Set;for(const t in e)this.ht.add(t);return this.render(e)}this.ht.forEach((t=>{null==e[t]&&(this.ht.delete(t),t.includes("-")?i.removeProperty(t):i[t]="")}));for(const t in e){const o=e[t];if(null!=o){this.ht.add(t);const e="string"==typeof o&&o.endsWith(la);t.includes("-")||e?i.setProperty(t,e?o.slice(0,-11):o,e?sa:""):i[t]=o}}return X}});var da={exports:{}},ua={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},ha={exports:{}},ma=function(t){return!(!t||"string"==typeof t)&&(t instanceof Array||Array.isArray(t)||t.length>=0&&(t.splice instanceof Function||Object.getOwnPropertyDescriptor(t,t.length-1)&&"String"!==t.constructor.name))},pa=Array.prototype.concat,fa=Array.prototype.slice,ga=ha.exports=function(t){for(var e=[],i=0,o=t.length;i=4&&1!==t[3]&&(e=", "+t[3]),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+e+")"},ka.to.keyword=function(t){return xa[t.slice(0,3)]};var Ea=da.exports;const Aa=ua,Sa={};for(const t of Object.keys(Aa))Sa[Aa[t]]=t;const Ia={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};var Ta=Ia;for(const t of Object.keys(Ia)){if(!("channels"in Ia[t]))throw new Error("missing channels property: "+t);if(!("labels"in Ia[t]))throw new Error("missing channel labels property: "+t);if(Ia[t].labels.length!==Ia[t].channels)throw new Error("channel and label counts mismatch: "+t);const{channels:e,labels:i}=Ia[t];delete Ia[t].channels,delete Ia[t].labels,Object.defineProperty(Ia[t],"channels",{value:e}),Object.defineProperty(Ia[t],"labels",{value:i})}function za(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}Ia.rgb.hsl=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.min(e,i,o),r=Math.max(e,i,o),a=r-n;let s,l;r===n?s=0:e===r?s=(i-o)/a:i===r?s=2+(o-e)/a:o===r&&(s=4+(e-i)/a),s=Math.min(60*s,360),s<0&&(s+=360);const c=(n+r)/2;return l=r===n?0:c<=.5?a/(r+n):a/(2-r-n),[s,100*l,100*c]},Ia.rgb.hsv=function(t){let e,i,o,n,r;const a=t[0]/255,s=t[1]/255,l=t[2]/255,c=Math.max(a,s,l),d=c-Math.min(a,s,l),u=function(t){return(c-t)/6/d+.5};return 0===d?(n=0,r=0):(r=d/c,e=u(a),i=u(s),o=u(l),a===c?n=o-i:s===c?n=1/3+e-o:l===c&&(n=2/3+i-e),n<0?n+=1:n>1&&(n-=1)),[360*n,100*r,100*c]},Ia.rgb.hwb=function(t){const e=t[0],i=t[1];let o=t[2];const n=Ia.rgb.hsl(t)[0],r=1/255*Math.min(e,Math.min(i,o));return o=1-1/255*Math.max(e,Math.max(i,o)),[n,100*r,100*o]},Ia.rgb.cmyk=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.min(1-e,1-i,1-o);return[100*((1-e-n)/(1-n)||0),100*((1-i-n)/(1-n)||0),100*((1-o-n)/(1-n)||0),100*n]},Ia.rgb.keyword=function(t){const e=Sa[t];if(e)return e;let i,o=1/0;for(const e of Object.keys(Aa)){const n=za(t,Aa[e]);n.04045?((e+.055)/1.055)**2.4:e/12.92,i=i>.04045?((i+.055)/1.055)**2.4:i/12.92,o=o>.04045?((o+.055)/1.055)**2.4:o/12.92;return[100*(.4124*e+.3576*i+.1805*o),100*(.2126*e+.7152*i+.0722*o),100*(.0193*e+.1192*i+.9505*o)]},Ia.rgb.lab=function(t){const e=Ia.rgb.xyz(t);let i=e[0],o=e[1],n=e[2];i/=95.047,o/=100,n/=108.883,i=i>.008856?i**(1/3):7.787*i+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,n=n>.008856?n**(1/3):7.787*n+16/116;return[116*o-16,500*(i-o),200*(o-n)]},Ia.hsl.rgb=function(t){const e=t[0]/360,i=t[1]/100,o=t[2]/100;let n,r,a;if(0===i)return a=255*o,[a,a,a];n=o<.5?o*(1+i):o+i-o*i;const s=2*o-n,l=[0,0,0];for(let t=0;t<3;t++)r=e+1/3*-(t-1),r<0&&r++,r>1&&r--,a=6*r<1?s+6*(n-s)*r:2*r<1?n:3*r<2?s+(n-s)*(2/3-r)*6:s,l[t]=255*a;return l},Ia.hsl.hsv=function(t){const e=t[0];let i=t[1]/100,o=t[2]/100,n=i;const r=Math.max(o,.01);o*=2,i*=o<=1?o:2-o,n*=r<=1?r:2-r;return[e,100*(0===o?2*n/(r+n):2*i/(o+i)),100*((o+i)/2)]},Ia.hsv.rgb=function(t){const e=t[0]/60,i=t[1]/100;let o=t[2]/100;const n=Math.floor(e)%6,r=e-Math.floor(e),a=255*o*(1-i),s=255*o*(1-i*r),l=255*o*(1-i*(1-r));switch(o*=255,n){case 0:return[o,l,a];case 1:return[s,o,a];case 2:return[a,o,l];case 3:return[a,s,o];case 4:return[l,a,o];case 5:return[o,a,s]}},Ia.hsv.hsl=function(t){const e=t[0],i=t[1]/100,o=t[2]/100,n=Math.max(o,.01);let r,a;a=(2-i)*o;const s=(2-i)*n;return r=i*n,r/=s<=1?s:2-s,r=r||0,a/=2,[e,100*r,100*a]},Ia.hwb.rgb=function(t){const e=t[0]/360;let i=t[1]/100,o=t[2]/100;const n=i+o;let r;n>1&&(i/=n,o/=n);const a=Math.floor(6*e),s=1-o;r=6*e-a,0!=(1&a)&&(r=1-r);const l=i+r*(s-i);let c,d,u;switch(a){default:case 6:case 0:c=s,d=l,u=i;break;case 1:c=l,d=s,u=i;break;case 2:c=i,d=s,u=l;break;case 3:c=i,d=l,u=s;break;case 4:c=l,d=i,u=s;break;case 5:c=s,d=i,u=l}return[255*c,255*d,255*u]},Ia.cmyk.rgb=function(t){const e=t[0]/100,i=t[1]/100,o=t[2]/100,n=t[3]/100;return[255*(1-Math.min(1,e*(1-n)+n)),255*(1-Math.min(1,i*(1-n)+n)),255*(1-Math.min(1,o*(1-n)+n))]},Ia.xyz.rgb=function(t){const e=t[0]/100,i=t[1]/100,o=t[2]/100;let n,r,a;return n=3.2406*e+-1.5372*i+-.4986*o,r=-.9689*e+1.8758*i+.0415*o,a=.0557*e+-.204*i+1.057*o,n=n>.0031308?1.055*n**(1/2.4)-.055:12.92*n,r=r>.0031308?1.055*r**(1/2.4)-.055:12.92*r,a=a>.0031308?1.055*a**(1/2.4)-.055:12.92*a,n=Math.min(Math.max(0,n),1),r=Math.min(Math.max(0,r),1),a=Math.min(Math.max(0,a),1),[255*n,255*r,255*a]},Ia.xyz.lab=function(t){let e=t[0],i=t[1],o=t[2];e/=95.047,i/=100,o/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;return[116*i-16,500*(e-i),200*(i-o)]},Ia.lab.xyz=function(t){let e,i,o;i=(t[0]+16)/116,e=t[1]/500+i,o=i-t[2]/200;const n=i**3,r=e**3,a=o**3;return i=n>.008856?n:(i-16/116)/7.787,e=r>.008856?r:(e-16/116)/7.787,o=a>.008856?a:(o-16/116)/7.787,e*=95.047,i*=100,o*=108.883,[e,i,o]},Ia.lab.lch=function(t){const e=t[0],i=t[1],o=t[2];let n;n=360*Math.atan2(o,i)/2/Math.PI,n<0&&(n+=360);return[e,Math.sqrt(i*i+o*o),n]},Ia.lch.lab=function(t){const e=t[0],i=t[1],o=t[2]/360*2*Math.PI;return[e,i*Math.cos(o),i*Math.sin(o)]},Ia.rgb.ansi16=function(t,e=null){const[i,o,n]=t;let r=null===e?Ia.rgb.hsv(t)[2]:e;if(r=Math.round(r/50),0===r)return 30;let a=30+(Math.round(n/255)<<2|Math.round(o/255)<<1|Math.round(i/255));return 2===r&&(a+=60),a},Ia.hsv.ansi16=function(t){return Ia.rgb.ansi16(Ia.hsv.rgb(t),t[2])},Ia.rgb.ansi256=function(t){const e=t[0],i=t[1],o=t[2];if(e===i&&i===o)return e<8?16:e>248?231:Math.round((e-8)/247*24)+232;return 16+36*Math.round(e/255*5)+6*Math.round(i/255*5)+Math.round(o/255*5)},Ia.ansi16.rgb=function(t){let e=t%10;if(0===e||7===e)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];const i=.5*(1+~~(t>50));return[(1&e)*i*255,(e>>1&1)*i*255,(e>>2&1)*i*255]},Ia.ansi256.rgb=function(t){if(t>=232){const e=10*(t-232)+8;return[e,e,e]}let e;t-=16;return[Math.floor(t/36)/5*255,Math.floor((e=t%36)/6)/5*255,e%6/5*255]},Ia.rgb.hex=function(t){const e=(((255&Math.round(t[0]))<<16)+((255&Math.round(t[1]))<<8)+(255&Math.round(t[2]))).toString(16).toUpperCase();return"000000".substring(e.length)+e},Ia.hex.rgb=function(t){const e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];let i=e[0];3===e[0].length&&(i=i.split("").map((t=>t+t)).join(""));const o=parseInt(i,16);return[o>>16&255,o>>8&255,255&o]},Ia.rgb.hcg=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.max(Math.max(e,i),o),r=Math.min(Math.min(e,i),o),a=n-r;let s,l;return s=a<1?r/(1-a):0,l=a<=0?0:n===e?(i-o)/a%6:n===i?2+(o-e)/a:4+(e-i)/a,l/=6,l%=1,[360*l,100*a,100*s]},Ia.hsl.hcg=function(t){const e=t[1]/100,i=t[2]/100,o=i<.5?2*e*i:2*e*(1-i);let n=0;return o<1&&(n=(i-.5*o)/(1-o)),[t[0],100*o,100*n]},Ia.hsv.hcg=function(t){const e=t[1]/100,i=t[2]/100,o=e*i;let n=0;return o<1&&(n=(i-o)/(1-o)),[t[0],100*o,100*n]},Ia.hcg.rgb=function(t){const e=t[0]/360,i=t[1]/100,o=t[2]/100;if(0===i)return[255*o,255*o,255*o];const n=[0,0,0],r=e%1*6,a=r%1,s=1-a;let l=0;switch(Math.floor(r)){case 0:n[0]=1,n[1]=a,n[2]=0;break;case 1:n[0]=s,n[1]=1,n[2]=0;break;case 2:n[0]=0,n[1]=1,n[2]=a;break;case 3:n[0]=0,n[1]=s,n[2]=1;break;case 4:n[0]=a,n[1]=0,n[2]=1;break;default:n[0]=1,n[1]=0,n[2]=s}return l=(1-i)*o,[255*(i*n[0]+l),255*(i*n[1]+l),255*(i*n[2]+l)]},Ia.hcg.hsv=function(t){const e=t[1]/100,i=e+t[2]/100*(1-e);let o=0;return i>0&&(o=e/i),[t[0],100*o,100*i]},Ia.hcg.hsl=function(t){const e=t[1]/100,i=t[2]/100*(1-e)+.5*e;let o=0;return i>0&&i<.5?o=e/(2*i):i>=.5&&i<1&&(o=e/(2*(1-i))),[t[0],100*o,100*i]},Ia.hcg.hwb=function(t){const e=t[1]/100,i=e+t[2]/100*(1-e);return[t[0],100*(i-e),100*(1-i)]},Ia.hwb.hcg=function(t){const e=t[1]/100,i=1-t[2]/100,o=i-e;let n=0;return o<1&&(n=(i-o)/(1-o)),[t[0],100*o,100*n]},Ia.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]},Ia.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]},Ia.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]},Ia.gray.hsl=function(t){return[0,0,t[0]]},Ia.gray.hsv=Ia.gray.hsl,Ia.gray.hwb=function(t){return[0,100,t[0]]},Ia.gray.cmyk=function(t){return[0,0,0,t[0]]},Ia.gray.lab=function(t){return[t[0],0,0]},Ia.gray.hex=function(t){const e=255&Math.round(t[0]/100*255),i=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(i.length)+i},Ia.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]};const Oa=Ta;function Ma(t){const e=function(){const t={},e=Object.keys(Oa);for(let i=e.length,o=0;o{Na[t]={},Object.defineProperty(Na[t],"channels",{value:La[t].channels}),Object.defineProperty(Na[t],"labels",{value:La[t].labels});const e=Pa(t);Object.keys(e).forEach((i=>{const o=e[i];Na[t][i]=function(t){const e=function(...e){const i=e[0];if(null==i)return i;i.length>1&&(e=i);const o=t(e);if("object"==typeof o)for(let t=o.length,e=0;e1&&(e=i),t(e))};return"conversion"in t&&(e.conversion=t.conversion),e}(o)}))}));const Ra=Ea,Fa=Na,Va=["keyword","gray","hex"],Ba={};for(const t of Object.keys(Fa))Ba[[...Fa[t].labels].sort().join("")]=t;const Ua={};function Ha(t,e){if(!(this instanceof Ha))return new Ha(t,e);if(e&&e in Va&&(e=null),e&&!(e in Fa))throw new Error("Unknown model: "+e);let i,o;if(null==t)this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(t instanceof Ha)this.model=t.model,this.color=[...t.color],this.valpha=t.valpha;else if("string"==typeof t){const e=Ra.get(t);if(null===e)throw new Error("Unable to parse color from string: "+t);this.model=e.model,o=Fa[this.model].channels,this.color=e.value.slice(0,o),this.valpha="number"==typeof e.value[o]?e.value[o]:1}else if(t.length>0){this.model=e||"rgb",o=Fa[this.model].channels;const i=Array.prototype.slice.call(t,0,o);this.color=Ka(i,o),this.valpha="number"==typeof t[o]?t[o]:1}else if("number"==typeof t)this.model="rgb",this.color=[t>>16&255,t>>8&255,255&t],this.valpha=1;else{this.valpha=1;const e=Object.keys(t);"alpha"in t&&(e.splice(e.indexOf("alpha"),1),this.valpha="number"==typeof t.alpha?t.alpha:0);const o=e.sort().join("");if(!(o in Ba))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=Ba[o];const{labels:n}=Fa[this.model],r=[];for(i=0;i(t%360+360)%360)),saturationl:Wa("hsl",1,Xa(100)),lightness:Wa("hsl",2,Xa(100)),saturationv:Wa("hsv",1,Xa(100)),value:Wa("hsv",2,Xa(100)),chroma:Wa("hcg",1,Xa(100)),gray:Wa("hcg",2,Xa(100)),white:Wa("hwb",1,Xa(100)),wblack:Wa("hwb",2,Xa(100)),cyan:Wa("cmyk",0,Xa(100)),magenta:Wa("cmyk",1,Xa(100)),yellow:Wa("cmyk",2,Xa(100)),black:Wa("cmyk",3,Xa(100)),x:Wa("xyz",0,Xa(95.047)),y:Wa("xyz",1,Xa(100)),z:Wa("xyz",2,Xa(108.833)),l:Wa("lab",0,Xa(100)),a:Wa("lab",1),b:Wa("lab",2),keyword(t){return void 0!==t?new Ha(t):Fa[this.model].keyword(this.color)},hex(t){return void 0!==t?new Ha(t):Ra.to.hex(this.rgb().round().color)},hexa(t){if(void 0!==t)return new Ha(t);const e=this.rgb().round().color;let i=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===i.length&&(i="0"+i),Ra.to.hex(e)+i},rgbNumber(){const t=this.rgb().color;return(255&t[0])<<16|(255&t[1])<<8|255&t[2]},luminosity(){const t=this.rgb().color,e=[];for(const[i,o]of t.entries()){const t=o/255;e[i]=t<=.04045?t/12.92:((t+.055)/1.055)**2.4}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast(t){const e=this.luminosity(),i=t.luminosity();return e>i?(e+.05)/(i+.05):(i+.05)/(e+.05)},level(t){const e=this.contrast(t);return e>=7?"AAA":e>=4.5?"AA":""},isDark(){const t=this.rgb().color;return(2126*t[0]+7152*t[1]+722*t[2])/1e4<128},isLight(){return!this.isDark()},negate(){const t=this.rgb();for(let e=0;e<3;e++)t.color[e]=255-t.color[e];return t},lighten(t){const e=this.hsl();return e.color[2]+=e.color[2]*t,e},darken(t){const e=this.hsl();return e.color[2]-=e.color[2]*t,e},saturate(t){const e=this.hsl();return e.color[1]+=e.color[1]*t,e},desaturate(t){const e=this.hsl();return e.color[1]-=e.color[1]*t,e},whiten(t){const e=this.hwb();return e.color[1]+=e.color[1]*t,e},blacken(t){const e=this.hwb();return e.color[2]+=e.color[2]*t,e},grayscale(){const t=this.rgb().color,e=.3*t[0]+.59*t[1]+.11*t[2];return Ha.rgb(e,e,e)},fade(t){return this.alpha(this.valpha-this.valpha*t)},opaquer(t){return this.alpha(this.valpha+this.valpha*t)},rotate(t){const e=this.hsl();let i=e.color[0];return i=(i+t)%360,i=i<0?360+i:i,e.color[0]=i,e},mix(t,e){if(!t||!t.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof t);const i=t.rgb(),o=this.rgb(),n=void 0===e?.5:e,r=2*n-1,a=i.alpha()-o.alpha(),s=((r*a==-1?r:(r+a)/(1+r*a))+1)/2,l=1-s;return Ha.rgb(s*i.red()+l*o.red(),s*i.green()+l*o.green(),s*i.blue()+l*o.blue(),i.alpha()*n+o.alpha()*(1-n))}};for(const t of Object.keys(Fa)){if(Va.includes(t))continue;const{channels:e}=Fa[t];Ha.prototype[t]=function(...e){return this.model===t?new Ha(this):e.length>0?new Ha(e,t):new Ha([...(i=Fa[this.model][t].raw(this.color),Array.isArray(i)?i:[i]),this.valpha],t);var i},Ha[t]=function(...i){let o=i[0];return"number"==typeof o&&(o=Ka(i,e)),new Ha(o,t)}}function Ya(t){return function(e){return function(t,e){return Number(t.toFixed(e))}(e,t)}}function Wa(t,e,i){t=Array.isArray(t)?t:[t];for(const o of t)(Ua[o]||(Ua[o]=[]))[e]=i;return t=t[0],function(o){let n;return void 0!==o?(i&&(o=i(o)),n=this[t](),n.color[e]=o,n):(n=this[t]().color[e],i&&(n=i(n)),n)}}function Xa(t){return function(e){return Math.max(0,Math.min(t,e))}}function Ka(t,e){for(let i=0;i2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,i)=>{const o=t[i];return null==o?e:e+`${i=i.includes("-")?i:i.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`}),"")}update(t,[e]){const{style:i}=t.element;if(void 0===this.ht){this.ht=new Set;for(const t in e)this.ht.add(t);return this.render(e)}this.ht.forEach((t=>{null==e[t]&&(this.ht.delete(t),t.includes("-")?i.removeProperty(t):i[t]="")}));for(const t in e){const o=e[t];if(null!=o){this.ht.add(t);const e="string"==typeof o&&o.endsWith(ca);t.includes("-")||e?i.setProperty(t,e?o.slice(0,-11):o,e?la:""):i[t]=o}}return X}});var ua={exports:{}},ha={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},ma={exports:{}},pa=function(t){return!(!t||"string"==typeof t)&&(t instanceof Array||Array.isArray(t)||t.length>=0&&(t.splice instanceof Function||Object.getOwnPropertyDescriptor(t,t.length-1)&&"String"!==t.constructor.name))},fa=Array.prototype.concat,ga=Array.prototype.slice,_a=ma.exports=function(t){for(var e=[],i=0,o=t.length;i=4&&1!==t[3]&&(e=", "+t[3]),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+e+")"},Ca.to.keyword=function(t){return wa[t.slice(0,3)]};var Aa=ua.exports;const Sa=ha,Ia={};for(const t of Object.keys(Sa))Ia[Sa[t]]=t;const Ta={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};var za=Ta;for(const t of Object.keys(Ta)){if(!("channels"in Ta[t]))throw new Error("missing channels property: "+t);if(!("labels"in Ta[t]))throw new Error("missing channel labels property: "+t);if(Ta[t].labels.length!==Ta[t].channels)throw new Error("channel and label counts mismatch: "+t);const{channels:e,labels:i}=Ta[t];delete Ta[t].channels,delete Ta[t].labels,Object.defineProperty(Ta[t],"channels",{value:e}),Object.defineProperty(Ta[t],"labels",{value:i})}function Oa(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}Ta.rgb.hsl=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.min(e,i,o),r=Math.max(e,i,o),a=r-n;let s,l;r===n?s=0:e===r?s=(i-o)/a:i===r?s=2+(o-e)/a:o===r&&(s=4+(e-i)/a),s=Math.min(60*s,360),s<0&&(s+=360);const c=(n+r)/2;return l=r===n?0:c<=.5?a/(r+n):a/(2-r-n),[s,100*l,100*c]},Ta.rgb.hsv=function(t){let e,i,o,n,r;const a=t[0]/255,s=t[1]/255,l=t[2]/255,c=Math.max(a,s,l),d=c-Math.min(a,s,l),u=function(t){return(c-t)/6/d+.5};return 0===d?(n=0,r=0):(r=d/c,e=u(a),i=u(s),o=u(l),a===c?n=o-i:s===c?n=1/3+e-o:l===c&&(n=2/3+i-e),n<0?n+=1:n>1&&(n-=1)),[360*n,100*r,100*c]},Ta.rgb.hwb=function(t){const e=t[0],i=t[1];let o=t[2];const n=Ta.rgb.hsl(t)[0],r=1/255*Math.min(e,Math.min(i,o));return o=1-1/255*Math.max(e,Math.max(i,o)),[n,100*r,100*o]},Ta.rgb.cmyk=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.min(1-e,1-i,1-o);return[100*((1-e-n)/(1-n)||0),100*((1-i-n)/(1-n)||0),100*((1-o-n)/(1-n)||0),100*n]},Ta.rgb.keyword=function(t){const e=Ia[t];if(e)return e;let i,o=1/0;for(const e of Object.keys(Sa)){const n=Oa(t,Sa[e]);n.04045?((e+.055)/1.055)**2.4:e/12.92,i=i>.04045?((i+.055)/1.055)**2.4:i/12.92,o=o>.04045?((o+.055)/1.055)**2.4:o/12.92;return[100*(.4124*e+.3576*i+.1805*o),100*(.2126*e+.7152*i+.0722*o),100*(.0193*e+.1192*i+.9505*o)]},Ta.rgb.lab=function(t){const e=Ta.rgb.xyz(t);let i=e[0],o=e[1],n=e[2];i/=95.047,o/=100,n/=108.883,i=i>.008856?i**(1/3):7.787*i+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,n=n>.008856?n**(1/3):7.787*n+16/116;return[116*o-16,500*(i-o),200*(o-n)]},Ta.hsl.rgb=function(t){const e=t[0]/360,i=t[1]/100,o=t[2]/100;let n,r,a;if(0===i)return a=255*o,[a,a,a];n=o<.5?o*(1+i):o+i-o*i;const s=2*o-n,l=[0,0,0];for(let t=0;t<3;t++)r=e+1/3*-(t-1),r<0&&r++,r>1&&r--,a=6*r<1?s+6*(n-s)*r:2*r<1?n:3*r<2?s+(n-s)*(2/3-r)*6:s,l[t]=255*a;return l},Ta.hsl.hsv=function(t){const e=t[0];let i=t[1]/100,o=t[2]/100,n=i;const r=Math.max(o,.01);o*=2,i*=o<=1?o:2-o,n*=r<=1?r:2-r;return[e,100*(0===o?2*n/(r+n):2*i/(o+i)),100*((o+i)/2)]},Ta.hsv.rgb=function(t){const e=t[0]/60,i=t[1]/100;let o=t[2]/100;const n=Math.floor(e)%6,r=e-Math.floor(e),a=255*o*(1-i),s=255*o*(1-i*r),l=255*o*(1-i*(1-r));switch(o*=255,n){case 0:return[o,l,a];case 1:return[s,o,a];case 2:return[a,o,l];case 3:return[a,s,o];case 4:return[l,a,o];case 5:return[o,a,s]}},Ta.hsv.hsl=function(t){const e=t[0],i=t[1]/100,o=t[2]/100,n=Math.max(o,.01);let r,a;a=(2-i)*o;const s=(2-i)*n;return r=i*n,r/=s<=1?s:2-s,r=r||0,a/=2,[e,100*r,100*a]},Ta.hwb.rgb=function(t){const e=t[0]/360;let i=t[1]/100,o=t[2]/100;const n=i+o;let r;n>1&&(i/=n,o/=n);const a=Math.floor(6*e),s=1-o;r=6*e-a,0!=(1&a)&&(r=1-r);const l=i+r*(s-i);let c,d,u;switch(a){default:case 6:case 0:c=s,d=l,u=i;break;case 1:c=l,d=s,u=i;break;case 2:c=i,d=s,u=l;break;case 3:c=i,d=l,u=s;break;case 4:c=l,d=i,u=s;break;case 5:c=s,d=i,u=l}return[255*c,255*d,255*u]},Ta.cmyk.rgb=function(t){const e=t[0]/100,i=t[1]/100,o=t[2]/100,n=t[3]/100;return[255*(1-Math.min(1,e*(1-n)+n)),255*(1-Math.min(1,i*(1-n)+n)),255*(1-Math.min(1,o*(1-n)+n))]},Ta.xyz.rgb=function(t){const e=t[0]/100,i=t[1]/100,o=t[2]/100;let n,r,a;return n=3.2406*e+-1.5372*i+-.4986*o,r=-.9689*e+1.8758*i+.0415*o,a=.0557*e+-.204*i+1.057*o,n=n>.0031308?1.055*n**(1/2.4)-.055:12.92*n,r=r>.0031308?1.055*r**(1/2.4)-.055:12.92*r,a=a>.0031308?1.055*a**(1/2.4)-.055:12.92*a,n=Math.min(Math.max(0,n),1),r=Math.min(Math.max(0,r),1),a=Math.min(Math.max(0,a),1),[255*n,255*r,255*a]},Ta.xyz.lab=function(t){let e=t[0],i=t[1],o=t[2];e/=95.047,i/=100,o/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;return[116*i-16,500*(e-i),200*(i-o)]},Ta.lab.xyz=function(t){let e,i,o;i=(t[0]+16)/116,e=t[1]/500+i,o=i-t[2]/200;const n=i**3,r=e**3,a=o**3;return i=n>.008856?n:(i-16/116)/7.787,e=r>.008856?r:(e-16/116)/7.787,o=a>.008856?a:(o-16/116)/7.787,e*=95.047,i*=100,o*=108.883,[e,i,o]},Ta.lab.lch=function(t){const e=t[0],i=t[1],o=t[2];let n;n=360*Math.atan2(o,i)/2/Math.PI,n<0&&(n+=360);return[e,Math.sqrt(i*i+o*o),n]},Ta.lch.lab=function(t){const e=t[0],i=t[1],o=t[2]/360*2*Math.PI;return[e,i*Math.cos(o),i*Math.sin(o)]},Ta.rgb.ansi16=function(t,e=null){const[i,o,n]=t;let r=null===e?Ta.rgb.hsv(t)[2]:e;if(r=Math.round(r/50),0===r)return 30;let a=30+(Math.round(n/255)<<2|Math.round(o/255)<<1|Math.round(i/255));return 2===r&&(a+=60),a},Ta.hsv.ansi16=function(t){return Ta.rgb.ansi16(Ta.hsv.rgb(t),t[2])},Ta.rgb.ansi256=function(t){const e=t[0],i=t[1],o=t[2];if(e===i&&i===o)return e<8?16:e>248?231:Math.round((e-8)/247*24)+232;return 16+36*Math.round(e/255*5)+6*Math.round(i/255*5)+Math.round(o/255*5)},Ta.ansi16.rgb=function(t){let e=t%10;if(0===e||7===e)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];const i=.5*(1+~~(t>50));return[(1&e)*i*255,(e>>1&1)*i*255,(e>>2&1)*i*255]},Ta.ansi256.rgb=function(t){if(t>=232){const e=10*(t-232)+8;return[e,e,e]}let e;t-=16;return[Math.floor(t/36)/5*255,Math.floor((e=t%36)/6)/5*255,e%6/5*255]},Ta.rgb.hex=function(t){const e=(((255&Math.round(t[0]))<<16)+((255&Math.round(t[1]))<<8)+(255&Math.round(t[2]))).toString(16).toUpperCase();return"000000".substring(e.length)+e},Ta.hex.rgb=function(t){const e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];let i=e[0];3===e[0].length&&(i=i.split("").map((t=>t+t)).join(""));const o=parseInt(i,16);return[o>>16&255,o>>8&255,255&o]},Ta.rgb.hcg=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.max(Math.max(e,i),o),r=Math.min(Math.min(e,i),o),a=n-r;let s,l;return s=a<1?r/(1-a):0,l=a<=0?0:n===e?(i-o)/a%6:n===i?2+(o-e)/a:4+(e-i)/a,l/=6,l%=1,[360*l,100*a,100*s]},Ta.hsl.hcg=function(t){const e=t[1]/100,i=t[2]/100,o=i<.5?2*e*i:2*e*(1-i);let n=0;return o<1&&(n=(i-.5*o)/(1-o)),[t[0],100*o,100*n]},Ta.hsv.hcg=function(t){const e=t[1]/100,i=t[2]/100,o=e*i;let n=0;return o<1&&(n=(i-o)/(1-o)),[t[0],100*o,100*n]},Ta.hcg.rgb=function(t){const e=t[0]/360,i=t[1]/100,o=t[2]/100;if(0===i)return[255*o,255*o,255*o];const n=[0,0,0],r=e%1*6,a=r%1,s=1-a;let l=0;switch(Math.floor(r)){case 0:n[0]=1,n[1]=a,n[2]=0;break;case 1:n[0]=s,n[1]=1,n[2]=0;break;case 2:n[0]=0,n[1]=1,n[2]=a;break;case 3:n[0]=0,n[1]=s,n[2]=1;break;case 4:n[0]=a,n[1]=0,n[2]=1;break;default:n[0]=1,n[1]=0,n[2]=s}return l=(1-i)*o,[255*(i*n[0]+l),255*(i*n[1]+l),255*(i*n[2]+l)]},Ta.hcg.hsv=function(t){const e=t[1]/100,i=e+t[2]/100*(1-e);let o=0;return i>0&&(o=e/i),[t[0],100*o,100*i]},Ta.hcg.hsl=function(t){const e=t[1]/100,i=t[2]/100*(1-e)+.5*e;let o=0;return i>0&&i<.5?o=e/(2*i):i>=.5&&i<1&&(o=e/(2*(1-i))),[t[0],100*o,100*i]},Ta.hcg.hwb=function(t){const e=t[1]/100,i=e+t[2]/100*(1-e);return[t[0],100*(i-e),100*(1-i)]},Ta.hwb.hcg=function(t){const e=t[1]/100,i=1-t[2]/100,o=i-e;let n=0;return o<1&&(n=(i-o)/(1-o)),[t[0],100*o,100*n]},Ta.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]},Ta.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]},Ta.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]},Ta.gray.hsl=function(t){return[0,0,t[0]]},Ta.gray.hsv=Ta.gray.hsl,Ta.gray.hwb=function(t){return[0,100,t[0]]},Ta.gray.cmyk=function(t){return[0,0,0,t[0]]},Ta.gray.lab=function(t){return[t[0],0,0]},Ta.gray.hex=function(t){const e=255&Math.round(t[0]/100*255),i=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(i.length)+i},Ta.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]};const Ma=za;function ja(t){const e=function(){const t={},e=Object.keys(Ma);for(let i=e.length,o=0;o{Ra[t]={},Object.defineProperty(Ra[t],"channels",{value:Pa[t].channels}),Object.defineProperty(Ra[t],"labels",{value:Pa[t].labels});const e=Na(t);Object.keys(e).forEach((i=>{const o=e[i];Ra[t][i]=function(t){const e=function(...e){const i=e[0];if(null==i)return i;i.length>1&&(e=i);const o=t(e);if("object"==typeof o)for(let t=o.length,e=0;e1&&(e=i),t(e))};return"conversion"in t&&(e.conversion=t.conversion),e}(o)}))}));const Fa=Aa,Va=Ra,Ba=["keyword","gray","hex"],Ua={};for(const t of Object.keys(Va))Ua[[...Va[t].labels].sort().join("")]=t;const Ha={};function Ya(t,e){if(!(this instanceof Ya))return new Ya(t,e);if(e&&e in Ba&&(e=null),e&&!(e in Va))throw new Error("Unknown model: "+e);let i,o;if(null==t)this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(t instanceof Ya)this.model=t.model,this.color=[...t.color],this.valpha=t.valpha;else if("string"==typeof t){const e=Fa.get(t);if(null===e)throw new Error("Unable to parse color from string: "+t);this.model=e.model,o=Va[this.model].channels,this.color=e.value.slice(0,o),this.valpha="number"==typeof e.value[o]?e.value[o]:1}else if(t.length>0){this.model=e||"rgb",o=Va[this.model].channels;const i=Array.prototype.slice.call(t,0,o);this.color=Ga(i,o),this.valpha="number"==typeof t[o]?t[o]:1}else if("number"==typeof t)this.model="rgb",this.color=[t>>16&255,t>>8&255,255&t],this.valpha=1;else{this.valpha=1;const e=Object.keys(t);"alpha"in t&&(e.splice(e.indexOf("alpha"),1),this.valpha="number"==typeof t.alpha?t.alpha:0);const o=e.sort().join("");if(!(o in Ua))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=Ua[o];const{labels:n}=Va[this.model],r=[];for(i=0;i(t%360+360)%360)),saturationl:Xa("hsl",1,Ka(100)),lightness:Xa("hsl",2,Ka(100)),saturationv:Xa("hsv",1,Ka(100)),value:Xa("hsv",2,Ka(100)),chroma:Xa("hcg",1,Ka(100)),gray:Xa("hcg",2,Ka(100)),white:Xa("hwb",1,Ka(100)),wblack:Xa("hwb",2,Ka(100)),cyan:Xa("cmyk",0,Ka(100)),magenta:Xa("cmyk",1,Ka(100)),yellow:Xa("cmyk",2,Ka(100)),black:Xa("cmyk",3,Ka(100)),x:Xa("xyz",0,Ka(95.047)),y:Xa("xyz",1,Ka(100)),z:Xa("xyz",2,Ka(108.833)),l:Xa("lab",0,Ka(100)),a:Xa("lab",1),b:Xa("lab",2),keyword(t){return void 0!==t?new Ya(t):Va[this.model].keyword(this.color)},hex(t){return void 0!==t?new Ya(t):Fa.to.hex(this.rgb().round().color)},hexa(t){if(void 0!==t)return new Ya(t);const e=this.rgb().round().color;let i=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===i.length&&(i="0"+i),Fa.to.hex(e)+i},rgbNumber(){const t=this.rgb().color;return(255&t[0])<<16|(255&t[1])<<8|255&t[2]},luminosity(){const t=this.rgb().color,e=[];for(const[i,o]of t.entries()){const t=o/255;e[i]=t<=.04045?t/12.92:((t+.055)/1.055)**2.4}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast(t){const e=this.luminosity(),i=t.luminosity();return e>i?(e+.05)/(i+.05):(i+.05)/(e+.05)},level(t){const e=this.contrast(t);return e>=7?"AAA":e>=4.5?"AA":""},isDark(){const t=this.rgb().color;return(2126*t[0]+7152*t[1]+722*t[2])/1e4<128},isLight(){return!this.isDark()},negate(){const t=this.rgb();for(let e=0;e<3;e++)t.color[e]=255-t.color[e];return t},lighten(t){const e=this.hsl();return e.color[2]+=e.color[2]*t,e},darken(t){const e=this.hsl();return e.color[2]-=e.color[2]*t,e},saturate(t){const e=this.hsl();return e.color[1]+=e.color[1]*t,e},desaturate(t){const e=this.hsl();return e.color[1]-=e.color[1]*t,e},whiten(t){const e=this.hwb();return e.color[1]+=e.color[1]*t,e},blacken(t){const e=this.hwb();return e.color[2]+=e.color[2]*t,e},grayscale(){const t=this.rgb().color,e=.3*t[0]+.59*t[1]+.11*t[2];return Ya.rgb(e,e,e)},fade(t){return this.alpha(this.valpha-this.valpha*t)},opaquer(t){return this.alpha(this.valpha+this.valpha*t)},rotate(t){const e=this.hsl();let i=e.color[0];return i=(i+t)%360,i=i<0?360+i:i,e.color[0]=i,e},mix(t,e){if(!t||!t.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof t);const i=t.rgb(),o=this.rgb(),n=void 0===e?.5:e,r=2*n-1,a=i.alpha()-o.alpha(),s=((r*a==-1?r:(r+a)/(1+r*a))+1)/2,l=1-s;return Ya.rgb(s*i.red()+l*o.red(),s*i.green()+l*o.green(),s*i.blue()+l*o.blue(),i.alpha()*n+o.alpha()*(1-n))}};for(const t of Object.keys(Va)){if(Ba.includes(t))continue;const{channels:e}=Va[t];Ya.prototype[t]=function(...e){return this.model===t?new Ya(this):e.length>0?new Ya(e,t):new Ya([...(i=Va[this.model][t].raw(this.color),Array.isArray(i)?i:[i]),this.valpha],t);var i},Ya[t]=function(...i){let o=i[0];return"number"==typeof o&&(o=Ga(i,e)),new Ya(o,t)}}function Wa(t){return function(e){return function(t,e){return Number(t.toFixed(e))}(e,t)}}function Xa(t,e,i){t=Array.isArray(t)?t:[t];for(const o of t)(Ha[o]||(Ha[o]=[]))[e]=i;return t=t[0],function(o){let n;return void 0!==o?(i&&(o=i(o)),n=this[t](),n.color[e]=o,n):(n=this[t]().color[e],i&&(n=i(n)),n)}}function Ka(t){return function(e){return Math.max(0,Math.min(t,e))}}function Ga(t,e){for(let i=0;i ${t("editor.form.color_picker.values.default")} - ${qa.map((t=>Y` + ${Za.map((t=>Y` ${function(t){return t.split("-").map((t=>function(t){return t.charAt(0).toUpperCase()+t.slice(1)}(t))).join(" ")}(t)} `}static get styles(){return h` mushroom-select { @@ -673,14 +673,14 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s width: 20px; height: 20px; } - `}};n([_t()],ts.prototype,"label",void 0),n([_t()],ts.prototype,"value",void 0),n([_t()],ts.prototype,"configValue",void 0),n([_t()],ts.prototype,"hass",void 0),ts=n([pt("mushroom-color-picker")],ts);let es=class extends ht{render(){return Y` + `}};n([_t()],es.prototype,"label",void 0),n([_t()],es.prototype,"value",void 0),n([_t()],es.prototype,"configValue",void 0),n([_t()],es.prototype,"hass",void 0),es=n([pt("mushroom-color-picker")],es);let is=class extends ht{render(){return Y` - `}_valueChanged(t){Lt(this,"value-changed",{value:t.detail.value||void 0})}};n([_t()],es.prototype,"hass",void 0),n([_t()],es.prototype,"selector",void 0),n([_t()],es.prototype,"value",void 0),n([_t()],es.prototype,"label",void 0),es=n([pt("ha-selector-mush_color")],es);const is=["button","input_button","scene"],os=["name","state","last-changed","last-updated","none"],ns=["icon","entity-picture","none"];function rs(t,e,i,o,n){switch(t){case"name":return e;case"state":const t=o.entity_id.split(".")[0];return"timestamp"!==o.attributes.device_class&&!is.includes(t)||!Ut(o)||function(t){return t.state===Rt}(o)?i:Y` + `}_valueChanged(t){Lt(this,"value-changed",{value:t.detail.value||void 0})}};n([_t()],is.prototype,"hass",void 0),n([_t()],is.prototype,"selector",void 0),n([_t()],is.prototype,"value",void 0),n([_t()],is.prototype,"label",void 0),is=n([pt("ha-selector-mush_color")],is);const os=["button","input_button","scene"],ns=["name","state","last-changed","last-updated","none"],rs=["icon","entity-picture","none"];function as(t,e,i,o,n){switch(t){case"name":return e;case"state":const t=o.entity_id.split(".")[0];return"timestamp"!==o.attributes.device_class&&!os.includes(t)||!Ut(o)||function(t){return t.state===Rt}(o)?i:Y` - `;case"none":return}}function as(t,e){return"entity-picture"===e?Yt(t):void 0}let ss=class extends ht{constructor(){super(...arguments),this.label="",this.configValue=""}_selectChanged(t){const e=t.target.value;e&&this.dispatchEvent(new CustomEvent("value-changed",{detail:{value:"default"!==e?e:""}}))}render(){const t=Oo(this.hass);return Y` + `;case"none":return}}function ss(t,e){return"entity-picture"===e?Yt(t):void 0}let ls=class extends ht{constructor(){super(...arguments),this.label="",this.configValue=""}_selectChanged(t){const e=t.target.value;e&&this.dispatchEvent(new CustomEvent("value-changed",{detail:{value:"default"!==e?e:""}}))}render(){const t=Mo(this.hass);return Y` ${t("editor.form.icon_type_picker.values.default")} - ${ns.map((e=>Y` + ${rs.map((e=>Y` ${t(`editor.form.icon_type_picker.values.${e}`)||function(t){return t.charAt(0).toUpperCase()+t.slice(1)}(e)} @@ -721,14 +721,14 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-select { width: 100%; } - `}};n([_t()],ss.prototype,"label",void 0),n([_t()],ss.prototype,"value",void 0),n([_t()],ss.prototype,"configValue",void 0),n([_t()],ss.prototype,"hass",void 0),ss=n([pt("mushroom-icon-type-picker")],ss);let ls=class extends ht{render(){return Y` + `}};n([_t()],ls.prototype,"label",void 0),n([_t()],ls.prototype,"value",void 0),n([_t()],ls.prototype,"configValue",void 0),n([_t()],ls.prototype,"hass",void 0),ls=n([pt("mushroom-icon-type-picker")],ls);let cs=class extends ht{render(){return Y` - `}_valueChanged(t){Lt(this,"value-changed",{value:t.detail.value||void 0})}};n([_t()],ls.prototype,"hass",void 0),n([_t()],ls.prototype,"selector",void 0),n([_t()],ls.prototype,"value",void 0),n([_t()],ls.prototype,"label",void 0),ls=n([pt("ha-selector-mush_icon_type")],ls);let cs=class extends ht{constructor(){super(...arguments),this.label="",this.configValue=""}_selectChanged(t){const e=t.target.value;e&&this.dispatchEvent(new CustomEvent("value-changed",{detail:{value:"default"!==e?e:""}}))}render(){var t;const e=Oo(this.hass);return Y` + `}_valueChanged(t){Lt(this,"value-changed",{value:t.detail.value||void 0})}};n([_t()],cs.prototype,"hass",void 0),n([_t()],cs.prototype,"selector",void 0),n([_t()],cs.prototype,"value",void 0),n([_t()],cs.prototype,"label",void 0),cs=n([pt("ha-selector-mush_icon_type")],cs);let ds=class extends ht{constructor(){super(...arguments),this.label="",this.configValue=""}_selectChanged(t){const e=t.target.value;e&&this.dispatchEvent(new CustomEvent("value-changed",{detail:{value:"default"!==e?e:""}}))}render(){var t;const e=Mo(this.hass);return Y` ${e("editor.form.info_picker.values.default")} - ${(null!==(t=this.infos)&&void 0!==t?t:os).map((t=>Y` + ${(null!==(t=this.infos)&&void 0!==t?t:ns).map((t=>Y` ${e(`editor.form.info_picker.values.${t}`)||function(t){return t.charAt(0).toUpperCase()+t.slice(1)}(t)} @@ -751,7 +751,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-select { width: 100%; } - `}};n([_t()],cs.prototype,"label",void 0),n([_t()],cs.prototype,"value",void 0),n([_t()],cs.prototype,"configValue",void 0),n([_t()],cs.prototype,"infos",void 0),n([_t()],cs.prototype,"hass",void 0),cs=n([pt("mushroom-info-picker")],cs);let ds=class extends ht{render(){return Y` + `}};n([_t()],ds.prototype,"label",void 0),n([_t()],ds.prototype,"value",void 0),n([_t()],ds.prototype,"configValue",void 0),n([_t()],ds.prototype,"infos",void 0),n([_t()],ds.prototype,"hass",void 0),ds=n([pt("mushroom-info-picker")],ds);let us=class extends ht{render(){return Y` - `}_valueChanged(t){Lt(this,"value-changed",{value:t.detail.value||void 0})}};n([_t()],ds.prototype,"hass",void 0),n([_t()],ds.prototype,"selector",void 0),n([_t()],ds.prototype,"value",void 0),n([_t()],ds.prototype,"label",void 0),ds=n([pt("ha-selector-mush_info")],ds);const us=["default","horizontal","vertical"],hs={default:"mdi:card-text-outline",vertical:"mdi:focus-field-vertical",horizontal:"mdi:focus-field-horizontal"};let ms=class extends ht{constructor(){super(...arguments),this.label="",this.configValue=""}_selectChanged(t){const e=t.target.value;e&&this.dispatchEvent(new CustomEvent("value-changed",{detail:{value:"default"!==e?e:""}}))}render(){const t=Oo(this.hass),e=this.value||"default";return Y` + `}_valueChanged(t){Lt(this,"value-changed",{value:t.detail.value||void 0})}};n([_t()],us.prototype,"hass",void 0),n([_t()],us.prototype,"selector",void 0),n([_t()],us.prototype,"value",void 0),n([_t()],us.prototype,"label",void 0),us=n([pt("ha-selector-mush_info")],us);const hs=["default","horizontal","vertical"],ms={default:"mdi:card-text-outline",vertical:"mdi:focus-field-vertical",horizontal:"mdi:focus-field-horizontal"};let ps=class extends ht{constructor(){super(...arguments),this.label="",this.configValue=""}_selectChanged(t){const e=t.target.value;e&&this.dispatchEvent(new CustomEvent("value-changed",{detail:{value:"default"!==e?e:""}}))}render(){const t=Mo(this.hass),e=this.value||"default";return Y` - - ${us.map((e=>Y` + + ${hs.map((e=>Y` ${t(`editor.form.layout_picker.values.${e}`)} - + `))} @@ -782,14 +782,14 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-select { width: 100%; } - `}};n([_t()],ms.prototype,"label",void 0),n([_t()],ms.prototype,"value",void 0),n([_t()],ms.prototype,"configValue",void 0),n([_t()],ms.prototype,"hass",void 0),ms=n([pt("mushroom-layout-picker")],ms);let ps=class extends ht{render(){return Y` + `}};n([_t()],ps.prototype,"label",void 0),n([_t()],ps.prototype,"value",void 0),n([_t()],ps.prototype,"configValue",void 0),n([_t()],ps.prototype,"hass",void 0),ps=n([pt("mushroom-layout-picker")],ps);let fs=class extends ht{render(){return Y` - `}_valueChanged(t){Lt(this,"value-changed",{value:t.detail.value||void 0})}};n([_t()],ps.prototype,"hass",void 0),n([_t()],ps.prototype,"selector",void 0),n([_t()],ps.prototype,"value",void 0),n([_t()],ps.prototype,"label",void 0),ps=n([pt("ha-selector-mush_layout")],ps);Tt((t=>{const e={};for(const i of t)e[i.entity_id]=i;return e})),Tt((t=>{const e={};for(const i of t)e[i.id]=i;return e}));const fs={armed_home:{feature:1,service:"alarm_arm_home",icon:"mdi:home"},armed_away:{feature:2,service:"alarm_arm_away",icon:"mdi:lock"},armed_night:{feature:4,service:"alarm_arm_night",icon:"mdi:moon-waning-crescent"},armed_vacation:{feature:32,service:"alarm_arm_vacation",icon:"mdi:airplane"},armed_custom_bypass:{feature:16,service:"alarm_arm_custom_bypass",icon:"mdi:shield"},disarmed:{service:"alarm_disarm",icon:"mdi:shield-off"}};let gs=class extends ht{constructor(){super(...arguments),this.icon=""}render(){return Y` + `}_valueChanged(t){Lt(this,"value-changed",{value:t.detail.value||void 0})}};n([_t()],fs.prototype,"hass",void 0),n([_t()],fs.prototype,"selector",void 0),n([_t()],fs.prototype,"value",void 0),n([_t()],fs.prototype,"label",void 0),fs=n([pt("ha-selector-mush_layout")],fs);Tt((t=>{const e={};for(const i of t)e[i.entity_id]=i;return e})),Tt((t=>{const e={};for(const i of t)e[i.id]=i;return e}));const gs={armed_home:{feature:1,service:"alarm_arm_home",icon:"mdi:home"},armed_away:{feature:2,service:"alarm_arm_away",icon:"mdi:lock"},armed_night:{feature:4,service:"alarm_arm_night",icon:"mdi:moon-waning-crescent"},armed_vacation:{feature:32,service:"alarm_arm_vacation",icon:"mdi:airplane"},armed_custom_bypass:{feature:16,service:"alarm_arm_custom_bypass",icon:"mdi:shield"},disarmed:{service:"alarm_disarm",icon:"mdi:shield-off"}};let _s=class extends ht{constructor(){super(...arguments),this.icon=""}render(){return Y`
@@ -814,7 +814,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s --mdc-icon-size: var(--badge-icon-size); color: var(--icon-color); } - `}};n([_t()],gs.prototype,"icon",void 0),gs=n([pt("mushroom-badge-icon")],gs);let _s=class extends ht{constructor(){super(...arguments),this.title="",this.disabled=!1}render(){return Y` + `}};n([_t()],_s.prototype,"icon",void 0),_s=n([pt("mushroom-badge-icon")],_s);let vs=class extends ht{constructor(){super(...arguments),this.title="",this.disabled=!1}render(){return Y`
@@ -905,9 +905,9 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s .container.fill > ::slotted(mushroom-input-number) { flex-grow: 1; } - `}};n([_t()],vs.prototype,"fill",void 0),n([_t()],vs.prototype,"rtl",void 0),vs=n([pt("mushroom-button-group")],vs);let bs=class extends ht{render(){var t,e,i;return Y` + `}};n([_t()],bs.prototype,"fill",void 0),n([_t()],bs.prototype,"rtl",void 0),bs=n([pt("mushroom-button-group")],bs);let ys=class extends ht{render(){var t,e,i,o,n,r;return Y`
@@ -944,26 +944,34 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s .container > ::slotted(mushroom-state-item) { flex: 1; } - .container.no-info > ::slotted(mushroom-state-item) { + .container.horizontal.no-info > ::slotted(mushroom-state-item) { flex: none; } - `}};n([_t()],bs.prototype,"appearance",void 0),bs=n([pt("mushroom-card")],bs);const ys={pulse:"@keyframes pulse {\n 0% {\n opacity: 1;\n }\n 50% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n }",spin:"@keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }",cleaning:"@keyframes cleaning {\n 0% {\n transform: rotate(0) translate(0);\n }\n 5% {\n transform: rotate(0) translate(0, -3px);\n }\n 10% {\n transform: rotate(0) translate(0, 1px);\n }\n 15% {\n transform: rotate(0) translate(0);\n }\n\n 20% {\n transform: rotate(30deg) translate(0);\n }\n 25% {\n transform: rotate(30deg) translate(0, -3px);\n }\n 30% {\n transform: rotate(30deg) translate(0, 1px);\n }\n 35% {\n transform: rotate(30deg) translate(0);\n }\n 40% {\n transform: rotate(0) translate(0);\n }\n\n 45% {\n transform: rotate(-30deg) translate(0);\n }\n 50% {\n transform: rotate(-30deg) translate(0, -3px);\n }\n 55% {\n transform: rotate(-30deg) translate(0, 1px);\n }\n 60% {\n transform: rotate(-30deg) translate(0);\n }\n 70% {\n transform: rotate(0deg) translate(0);\n }\n 100% {\n transform: rotate(0deg);\n }\n }",returning:"@keyframes returning {\n 0% {\n transform: rotate(0);\n }\n 25% {\n transform: rotate(20deg);\n }\n 50% {\n transform: rotate(0);\n }\n 75% {\n transform: rotate(-20deg);\n }\n 100% {\n transform: rotate(0);\n }\n }"},xs=h` - ${u(ys.pulse)} - `,ws=(h` - ${u(ys.spin)} + .container.no-content > ::slotted(mushroom-state-item) { + display: none; + } + .container.no-content > ::slotted(.actions) { + --control-spacing: var(--spacing); + --control-height: var(--icon-size); + padding: var(--control-spacing) !important; + } + `}};n([_t()],ys.prototype,"appearance",void 0),ys=n([pt("mushroom-card")],ys);const xs={pulse:"@keyframes pulse {\n 0% {\n opacity: 1;\n }\n 50% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n }",spin:"@keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }",cleaning:"@keyframes cleaning {\n 0% {\n transform: rotate(0) translate(0);\n }\n 5% {\n transform: rotate(0) translate(0, -3px);\n }\n 10% {\n transform: rotate(0) translate(0, 1px);\n }\n 15% {\n transform: rotate(0) translate(0);\n }\n\n 20% {\n transform: rotate(30deg) translate(0);\n }\n 25% {\n transform: rotate(30deg) translate(0, -3px);\n }\n 30% {\n transform: rotate(30deg) translate(0, 1px);\n }\n 35% {\n transform: rotate(30deg) translate(0);\n }\n 40% {\n transform: rotate(0) translate(0);\n }\n\n 45% {\n transform: rotate(-30deg) translate(0);\n }\n 50% {\n transform: rotate(-30deg) translate(0, -3px);\n }\n 55% {\n transform: rotate(-30deg) translate(0, 1px);\n }\n 60% {\n transform: rotate(-30deg) translate(0);\n }\n 70% {\n transform: rotate(0deg) translate(0);\n }\n 100% {\n transform: rotate(0deg);\n }\n }",returning:"@keyframes returning {\n 0% {\n transform: rotate(0);\n }\n 25% {\n transform: rotate(20deg);\n }\n 50% {\n transform: rotate(0);\n }\n 75% {\n transform: rotate(-20deg);\n }\n 100% {\n transform: rotate(0);\n }\n }"},ws=h` + ${u(xs.pulse)} + `,ks=(h` + ${u(xs.spin)} `,h` - ${u(ys.cleaning)} + ${u(xs.cleaning)} `,h` - ${u(ys.returning)} + ${u(xs.returning)} `,h` - ${u(Object.values(ys).join("\n"))} -`);let ks=class extends ht{render(){return Y` + ${u(Object.values(xs).join("\n"))} +`);let Cs=class extends ht{render(){return Y`
- `}static get styles(){return[ws,h` + `}static get styles(){return[ks,h` :host { --icon-color: var(--primary-text-color); --icon-color-disabled: rgb(var(--rgb-disabled)); @@ -1007,7 +1015,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s .shape.disabled ::slotted(*) { color: var(--icon-color-disabled); } - `]}};n([_t({type:Boolean})],ks.prototype,"disabled",void 0),ks=n([pt("mushroom-shape-icon")],ks);let Cs=class extends ht{constructor(){super(...arguments),this.multiline_secondary=!1}render(){var t;return Y` + `]}};n([_t({type:Boolean})],Cs.prototype,"disabled",void 0),Cs=n([pt("mushroom-shape-icon")],Cs);let $s=class extends ht{constructor(){super(...arguments),this.multiline_secondary=!1}render(){var t;return Y`
${null!==(t=this.primary)&&void 0!==t?t:""} ${this.secondary?Y` ${"none"!==(null===(e=this.appearance)||void 0===e?void 0:e.icon_type)?Y`
@@ -1100,8 +1108,8 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s .container.vertical .info { text-align: center; } - `}};function Es(t){var e,i,o,n,r;return{layout:null!==(e=t.layout)&&void 0!==e?e:As(t),fill_container:null!==(i=t.fill_container)&&void 0!==i&&i,primary_info:null!==(o=t.primary_info)&&void 0!==o?o:Is(t),secondary_info:null!==(n=t.secondary_info)&&void 0!==n?n:Ts(t),icon_type:null!==(r=t.icon_type)&&void 0!==r?r:Ss(t)}}function As(t){return t.vertical?"vertical":"default"}function Ss(t){return t.hide_icon?"none":t.use_entity_picture||t.use_media_artwork?"entity-picture":"icon"}function Is(t){return t.hide_name?"none":"name"}function Ts(t){return t.hide_state?"none":"state"}n([_t()],$s.prototype,"appearance",void 0),$s=n([pt("mushroom-state-item")],$s);let zs=class extends ht{constructor(){super(...arguments),this.picture_url=""}render(){return Y` -
+ `}};function As(t){var e,i,o,n,r;return{layout:null!==(e=t.layout)&&void 0!==e?e:Ss(t),fill_container:null!==(i=t.fill_container)&&void 0!==i&&i,primary_info:null!==(o=t.primary_info)&&void 0!==o?o:Ts(t),secondary_info:null!==(n=t.secondary_info)&&void 0!==n?n:zs(t),icon_type:null!==(r=t.icon_type)&&void 0!==r?r:Is(t)}}function Ss(t){return t.vertical?"vertical":"default"}function Is(t){return t.hide_icon?"none":t.use_entity_picture||t.use_media_artwork?"entity-picture":"icon"}function Ts(t){return t.hide_name?"none":"name"}function zs(t){return t.hide_state?"none":"state"}n([_t()],Es.prototype,"appearance",void 0),Es=n([pt("mushroom-state-item")],Es);let Os=class extends ht{constructor(){super(...arguments),this.picture_url=""}render(){return Y` +
`}static get styles(){return h` @@ -1126,7 +1134,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s height: 100%; border-radius: var(--icon-border-radius); } - `}};n([_t()],zs.prototype,"picture_url",void 0),zs=n([pt("mushroom-shape-avatar")],zs);const Os=h` + `}};n([_t()],Os.prototype,"picture_url",void 0),Os=n([pt("mushroom-shape-avatar")],Os);const Ms=h` --spacing: var(--mush-spacing, 10px); /* Title */ @@ -1215,7 +1223,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s --icon-border-radius: var(--mush-icon-border-radius, 50%); --icon-size: var(--mush-icon-size, 36px); --icon-symbol-size: var(--mush-icon-symbol-size, 0.6em); -`,Ms=h` +`,js=h` /* RGB */ /* Standard colors */ --rgb-red: var(--mush-rgb-red, var(--default-red)); @@ -1344,16 +1352,16 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s --mush-rgb-state-climate-off, var(--rgb-disabled) ); -`;function js(t){return!!t&&t.themes.darkMode}class Ds extends ht{firstUpdated(t){this.toggleAttribute("pre-2024-8",!ai(this.hass.config.version,2024,8))}updated(t){if(super.updated(t),t.has("hass")&&this.hass){const e=js(t.get("hass")),i=js(this.hass);e!==i&&this.toggleAttribute("dark-mode",i)}}static get styles(){return[ws,h` +`;function Ds(t){return!!t&&t.themes.darkMode}class Ls extends ht{firstUpdated(t){this.toggleAttribute("pre-2024-8",!ai(this.hass.config.version,2024,8))}updated(t){if(super.updated(t),t.has("hass")&&this.hass){const e=Ds(t.get("hass")),i=Ds(this.hass);e!==i&&this.toggleAttribute("dark-mode",i)}}static get styles(){return[ks,h` :host { - ${Ja} - } - :host([dark-mode]) { ${Qa} } + :host([dark-mode]) { + ${ts} + } :host { + ${js} ${Ms} - ${Os} } :host([pre-2024-8]) { --spacing: var(--mush-spacing, 12px); @@ -1361,14 +1369,14 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s --control-spacing: var(--mush-spacing, 12px); --icon-size: var(--mush-icon-size, 40px); } - `]}}n([_t({attribute:!1})],Ds.prototype,"hass",void 0);class Ls extends Ds{get _stateObj(){if(!this._config||!this.hass||!this._config.entity)return;const t=this._config.entity;return this.hass.states[t]}get hasControls(){return!1}setConfig(t){this._config=Object.assign({tap_action:{action:"more-info"},hold_action:{action:"more-info"}},t)}getCardSize(){var t;let e=1;if(!this._config)return e;const i=Es(this._config);return"vertical"===i.layout&&(e+=1),"horizontal"===(null==i?void 0:i.layout)||!this.hasControls||"collapsible_controls"in this._config&&(null===(t=this._config)||void 0===t?void 0:t.collapsible_controls)||(e+=1),e}getLayoutOptions(){const t={grid_columns:2,grid_rows:1};if(!this._config)return t;const e=Es(this._config);return"vertical"===e.layout&&(t.grid_rows+=1),"horizontal"===e.layout&&(t.grid_columns=4),"horizontal"!==(null==e?void 0:e.layout)&&this.hasControls&&(t.grid_rows+=1),t}renderPicture(t){return Y` + `]}}n([_t({attribute:!1})],Ls.prototype,"hass",void 0);class Ps extends Ls{get _stateObj(){if(!this._config||!this.hass||!this._config.entity)return;const t=this._config.entity;return this.hass.states[t]}get hasControls(){return!1}setConfig(t){this._config=Object.assign({tap_action:{action:"more-info"},hold_action:{action:"more-info"}},t)}getCardSize(){var t;let e=1;if(!this._config)return e;const i=As(this._config);return"vertical"===i.layout&&(e+=1),"horizontal"===(null==i?void 0:i.layout)||!this.hasControls||"collapsible_controls"in this._config&&(null===(t=this._config)||void 0===t?void 0:t.collapsible_controls)||(e+=1),e}getLayoutOptions(){if(!this._config)return{grid_columns:2,grid_rows:1};const t={grid_columns:2,grid_rows:0},e=As(this._config),i="collapsible_controls"in this._config&&Boolean(this._config.collapsible_controls),o="none"!==e.primary_info||"none"!==e.secondary_info,n="none"!==e.icon_type,r=this._stateObj&&Bt(this._stateObj),a=this.hasControls&&(!i||r);return"vertical"===e.layout&&(n&&(t.grid_rows+=1),o&&(t.grid_rows+=1),a&&(t.grid_rows+=1)),"horizontal"===e.layout&&(t.grid_rows=1,t.grid_columns=4),"default"===e.layout&&((o||n)&&(t.grid_rows+=1),a&&(t.grid_rows+=1)),a||o||(t.grid_columns=1,t.grid_rows=1),t.grid_rows=Math.max(t.grid_rows,1),t}renderPicture(t){return Y` - `}renderNotFound(t){const e=Es(t),i=Ie(this.hass),o=Oo(this.hass);return Y` + `}renderNotFound(t){const e=As(t),i=Ie(this.hass),o=Mo(this.hass);return Y` @@ -1402,13 +1410,13 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s slot="badge" icon="mdi:help" > - `:K}renderStateInfo(t,e,i,o){const n=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities),r=null!=o?o:n,a=rs(e.primary_info,i,r,t,this.hass),s=rs(e.secondary_info,i,r,t,this.hass);return Y` + `:K}renderStateInfo(t,e,i,o){const n=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities),r=null!=o?o:n,a=as(e.primary_info,i,r,t,this.hass),s=as(e.secondary_info,i,r,t,this.hass);return Y` - `}}n([vt()],Ls.prototype,"_config",void 0),n([_t({reflect:!0,type:String})],Ls.prototype,"layout",void 0);const Ps=h` + `}}n([vt()],Ps.prototype,"_config",void 0),n([_t({reflect:!0,type:String})],Ps.prototype,"layout",void 0);const Ns=h` ha-card { box-sizing: border-box; display: flex; @@ -1451,9 +1459,9 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-state-item[disabled] { cursor: initial; } -`;function Ns(e){const i=window;i.customCards=i.customCards||[];const o=e.type.replace("-card","").replace("mushroom-","");i.customCards.push(Object.assign(Object.assign({},e),{preview:!0,documentationURL:`${t}/blob/main/docs/cards/${o}.md`}))}const Rs="mushroom",Fs=`${Rs}-alarm-control-panel-card`,Vs=`${Fs}-editor`,Bs=["alarm_control_panel"],Us={disarmed:"var(--rgb-state-alarm-disarmed)",armed:"var(--rgb-state-alarm-armed)",triggered:"var(--rgb-state-alarm-triggered)",unavailable:"var(--rgb-warning)"};function Hs(t){var e;return null!==(e=Us[t.split("_")[0]])&&void 0!==e?e:"var(--rgb-grey)"}function Ys(t){return["arming","triggered","pending",Nt].indexOf(t)>=0}Ns({type:Fs,name:"Mushroom Alarm Control Panel Card",description:"Card for alarm control panel"});let Ws=class extends Ls{static async getConfigElement(){return await Promise.resolve().then((function(){return Jd})),document.createElement(Vs)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Bs.includes(t.split(".")[0])));return{type:`custom:${Fs}`,entity:e[0],states:["armed_home","armed_away"]}}get hasControls(){var t,e;return Boolean(null===(e=null===(t=this._config)||void 0===t?void 0:t.states)||void 0===e?void 0:e.length)}_onTap(t,e){t.stopPropagation(),(async(t,e,i,o)=>{var n,r;const{service:a}=fs[o];let s;if("disarmed"!==o&&i.attributes.code_arm_required||"disarmed"===o&&i.attributes.code_format){const a=await((t,e)=>t.callWS({type:"config/entity_registry/get",entity_id:e}))(e,i.entity_id).catch((()=>{}));if(!(null===(r=null===(n=null==a?void 0:a.options)||void 0===n?void 0:n.alarm_control_panel)||void 0===r?void 0:r.default_code)){const n="disarmed"===o,r=await window.loadCardHelpers(),a=await r.showEnterCodeDialog(t,{codeFormat:i.attributes.code_format,title:e.localize("ui.card.alarm_control_panel."+(n?"disarm":"arm")),submitText:e.localize("ui.card.alarm_control_panel."+(n?"disarm":"arm"))});if(null==a)throw new Error("Code dialog closed");s=a}}await e.callService("alarm_control_panel",a,{entity_id:i.entity_id,code:s})})(this,this.hass,this._stateObj,e)}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this.hass||!this._config||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=Es(this._config),n=as(t,o.icon_type),r=this._config.states&&this._config.states.length>0?function(t){return"disarmed"===t.state}(t)?this._config.states.map((t=>({mode:t}))):[{mode:"disarmed"}]:[],a=function(t){return Nt!==t.state}(t),s=Ie(this.hass);return Y` +`;function Rs(e){const i=window;i.customCards=i.customCards||[];const o=e.type.replace("-card","").replace("mushroom-","");i.customCards.push(Object.assign(Object.assign({},e),{preview:!0,documentationURL:`${t}/blob/main/docs/cards/${o}.md`}))}const Fs="mushroom",Vs=`${Fs}-alarm-control-panel-card`,Bs=`${Vs}-editor`,Us=["alarm_control_panel"],Hs={disarmed:"var(--rgb-state-alarm-disarmed)",armed:"var(--rgb-state-alarm-armed)",triggered:"var(--rgb-state-alarm-triggered)",unavailable:"var(--rgb-warning)"};function Ys(t){var e;return null!==(e=Hs[t.split("_")[0]])&&void 0!==e?e:"var(--rgb-grey)"}function Ws(t){return["arming","triggered","pending",Nt].indexOf(t)>=0}Rs({type:Vs,name:"Mushroom Alarm Control Panel Card",description:"Card for alarm control panel"});let Xs=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return Qd})),document.createElement(Bs)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Us.includes(t.split(".")[0])));return{type:`custom:${Vs}`,entity:e[0],states:["armed_home","armed_away"]}}get hasControls(){var t,e;return Boolean(null===(e=null===(t=this._config)||void 0===t?void 0:t.states)||void 0===e?void 0:e.length)}_onTap(t,e){t.stopPropagation(),(async(t,e,i,o)=>{var n,r;const{service:a}=gs[o];let s;if("disarmed"!==o&&i.attributes.code_arm_required||"disarmed"===o&&i.attributes.code_format){const a=await((t,e)=>t.callWS({type:"config/entity_registry/get",entity_id:e}))(e,i.entity_id).catch((()=>{}));if(!(null===(r=null===(n=null==a?void 0:a.options)||void 0===n?void 0:n.alarm_control_panel)||void 0===r?void 0:r.default_code)){const n="disarmed"===o,r=await window.loadCardHelpers(),a=await r.showEnterCodeDialog(t,{codeFormat:i.attributes.code_format,title:e.localize("ui.card.alarm_control_panel."+(n?"disarm":"arm")),submitText:e.localize("ui.card.alarm_control_panel."+(n?"disarm":"arm"))});if(null==a)throw new Error("Code dialog closed");s=a}}await e.callService("alarm_control_panel",a,{entity_id:i.entity_id,code:s})})(this,this.hass,this._stateObj,e)}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this.hass||!this._config||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=As(this._config),n=ss(t,o.icon_type),r=this._config.states&&this._config.states.length>0?function(t){return"disarmed"===t.state}(t)?this._config.states.map((t=>({mode:t}))):[{mode:"disarmed"}]:[],a=function(t){return Nt!==t.state}(t),s=Ie(this.hass);return Y` this._onTap(e,t.mode)} .disabled=${!a} > - + `))} @@ -1486,11 +1494,11 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s `:K} - `}renderIcon(t,e){const i=Hs(t.state),o=Ys(t.state);return Y` + `}renderIcon(t,e){const i=Ys(t.state),o=Ws(t.state);return Y` - `}static get styles(){return[super.styles,Ps,h` + `}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } mushroom-shape-icon.pulse { --shape-animation: 1s ease 0s infinite normal none running pulse; } - `]}};Ws=n([pt(Fs)],Ws);let Xs=class extends ht{constructor(){super(...arguments),this.icon="",this.label="",this.avatar="",this.avatarOnly=!1}render(){return Y` + `]}};Xs=n([pt(Vs)],Xs);let Ks=class extends ht{constructor(){super(...arguments),this.icon="",this.label="",this.avatar="",this.avatarOnly=!1}render(){return Y` ${this.avatar?Y` `:K} ${this.avatarOnly?K:Y` @@ -1514,7 +1522,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s
`} - `}static get styles(){return[ws,h` + `}static get styles(){return[ks,h` :host { --icon-color: var(--primary-text-color); --text-color: var(--primary-text-color); @@ -1584,7 +1592,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s margin-right: initial; margin-left: 0.15em; } - `]}};n([_t()],Xs.prototype,"icon",void 0),n([_t()],Xs.prototype,"label",void 0),n([_t()],Xs.prototype,"avatar",void 0),n([_t()],Xs.prototype,"avatarOnly",void 0),Xs=n([pt("mushroom-chip")],Xs);const Ks=t=>{try{const e=Gs(t.type);if(customElements.get(e)){const i=document.createElement(e,t);return i.setConfig(t),i}const i=document.createElement(e);return customElements.whenDefined(e).then((()=>{try{customElements.upgrade(i),i.setConfig(t)}catch(t){}})),i}catch(t){return void console.error(t)}};function Gs(t){return`${Rs}-${t}-chip`}function qs(t){return`${Rs}-${t}-chip-editor`}let Zs=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return eu})),document.createElement(qs("entity"))}static async getStubConfig(t){return{type:"entity",entity:Object.keys(t.states)[0]}}setConfig(t){this._config=t}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){var t;if(!this.hass||!this._config||!this._config.entity)return K;const e=this._config.entity,i=this.hass.states[e];if(!i)return K;const o=this._config.name||i.attributes.friendly_name||"",n=this._config.icon,r=this._config.icon_color,a=this._config.use_entity_picture?Yt(i):void 0,s=this.hass.formatEntityState?this.hass.formatEntityState(i):ne(this.hass.localize,i,this.hass.locale,this.hass.config,this.hass.entities),l=Bt(i),c=rs(null!==(t=this._config.content_info)&&void 0!==t?t:"state",o,s,i,this.hass),d=Ie(this.hass);return Y` + `]}};n([_t()],Ks.prototype,"icon",void 0),n([_t()],Ks.prototype,"label",void 0),n([_t()],Ks.prototype,"avatar",void 0),n([_t()],Ks.prototype,"avatarOnly",void 0),Ks=n([pt("mushroom-chip")],Ks);const Gs=t=>{try{const e=qs(t.type);if(customElements.get(e)){const i=document.createElement(e,t);return i.setConfig(t),i}const i=document.createElement(e);return customElements.whenDefined(e).then((()=>{try{customElements.upgrade(i),i.setConfig(t)}catch(t){}})),i}catch(t){return void console.error(t)}};function qs(t){return`${Fs}-${t}-chip`}function Zs(t){return`${Fs}-${t}-chip-editor`}let Js=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return iu})),document.createElement(Zs("entity"))}static async getStubConfig(t){return{type:"entity",entity:Object.keys(t.states)[0]}}setConfig(t){this._config=t}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){var t;if(!this.hass||!this._config||!this._config.entity)return K;const e=this._config.entity,i=this.hass.states[e];if(!i)return K;const o=this._config.name||i.attributes.friendly_name||"",n=this._config.icon,r=this._config.icon_color,a=this._config.use_entity_picture?Yt(i):void 0,s=this.hass.formatEntityState?this.hass.formatEntityState(i):ne(this.hass.localize,i,this.hass.locale,this.hass.config,this.hass.entities),l=Bt(i),c=as(null!==(t=this._config.content_info)&&void 0!==t?t:"state",o,s,i,this.hass),d=Ie(this.hass);return Y` ${c}`:K} - `}renderIcon(t,e,i,o){const n={};if(i){const t=Za(i);n["--color"]=`rgb(${t})`}return Y` + `}renderIcon(t,e,i,o){const n={};if(i){const t=Ja(i);n["--color"]=`rgb(${t})`}return Y` `}static get styles(){return h` mushroom-chip { @@ -1610,7 +1618,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s ha-state-icon.active { color: var(--color); } - `}};n([_t({attribute:!1})],Zs.prototype,"hass",void 0),n([vt()],Zs.prototype,"_config",void 0),Zs=n([pt(Gs("entity"))],Zs);const Js=new Set(["partlycloudy","cloudy","fog","windy","windy-variant","hail","rainy","snowy","snowy-rainy","pouring","lightning","lightning-rainy"]),Qs=new Set(["hail","rainy","pouring"]),tl=new Set(["windy","windy-variant"]),el=new Set(["snowy","snowy-rainy"]),il=new Set(["lightning","lightning-rainy"]),ol=h` + `}};n([_t({attribute:!1})],Js.prototype,"hass",void 0),n([vt()],Js.prototype,"_config",void 0),Js=n([pt(qs("entity"))],Js);const Qs=new Set(["partlycloudy","cloudy","fog","windy","windy-variant","hail","rainy","snowy","snowy-rainy","pouring","lightning","lightning-rainy"]),tl=new Set(["hail","rainy","pouring"]),el=new Set(["windy","windy-variant"]),il=new Set(["snowy","snowy-rainy"]),ol=new Set(["lightning","lightning-rainy"]),nl=h` .rain { fill: var(--weather-icon-rain-color, #30b3ff); } @@ -1626,7 +1634,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s .cloud-front { fill: var(--weather-icon-cloud-front-color, #f9f9f9); } -`,nl=(t,e)=>W` +`,rl=(t,e)=>W` `:""} - ${Js.has(t)?W` + ${Qs.has(t)?W` `:""} - ${Qs.has(t)?W` + ${tl.has(t)?W` `:""} - ${tl.has(t)?W` + ${el.has(t)?W` `:""} - ${el.has(t)?W` + ${il.has(t)?W` `:""} - ${il.has(t)?W` + ${ol.has(t)?W` `:""} - `;let rl=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return su})),document.createElement(qs("weather"))}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>"weather"===t.split(".")[0]));return{type:"weather",entity:e[0]}}setConfig(t){this._config=t}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this.hass||!this._config||!this._config.entity)return K;const t=this._config.entity,e=this.hass.states[t];if(!e)return K;const i=nl(e.state,!0),o=[];if(this._config.show_conditions){const t=this.hass.formatEntityState?this.hass.formatEntityState(e):ne(this.hass.localize,e,this.hass.locale,this.hass.config,this.hass.entities);o.push(t)}if(this._config.show_temperature){const t=`${te(e.attributes.temperature,this.hass.locale)} ${this.hass.config.unit_system.temperature}`;o.push(t)}const n=Ie(this.hass);return Y` + `;let al=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return lu})),document.createElement(Zs("weather"))}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>"weather"===t.split(".")[0]));return{type:"weather",entity:e[0]}}setConfig(t){this._config=t}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this.hass||!this._config||!this._config.entity)return K;const t=this._config.entity,e=this.hass.states[t];if(!e)return K;const i=rl(e.state,!0),o=[];if(this._config.show_conditions){const t=this.hass.formatEntityState?this.hass.formatEntityState(e):ne(this.hass.localize,e,this.hass.locale,this.hass.config,this.hass.entities);o.push(t)}if(this._config.show_temperature){const t=`${te(e.attributes.temperature,this.hass.locale)} ${this.hass.config.unit_system.temperature}`;o.push(t)}const n=Ie(this.hass);return Y` 0?Y`${o.join(" / ")}`:K} - `}static get styles(){return[ol,h` + `}static get styles(){return[nl,h` mushroom-chip { cursor: pointer; } - `]}};n([_t({attribute:!1})],rl.prototype,"hass",void 0),n([vt()],rl.prototype,"_config",void 0),rl=n([pt(Gs("weather"))],rl);const al="mdi:arrow-left";let sl=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return du})),document.createElement(qs("back"))}static async getStubConfig(t){return{type:"back"}}setConfig(t){this._config=t}_handleAction(){window.history.back()}render(){if(!this.hass||!this._config)return K;const t=this._config.icon||al,e=Ie(this.hass);return Y` + `]}};n([_t({attribute:!1})],al.prototype,"hass",void 0),n([vt()],al.prototype,"_config",void 0),al=n([pt(qs("weather"))],al);const sl="mdi:arrow-left";let ll=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return uu})),document.createElement(Zs("back"))}static async getStubConfig(t){return{type:"back"}}setConfig(t){this._config=t}_handleAction(){window.history.back()}render(){if(!this.hass||!this._config)return K;const t=this._config.icon||sl,e=Ie(this.hass);return Y` `}static get styles(){return h` @@ -1766,7 +1774,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s ha-state-icon { color: var(--color); } - `}};n([_t({attribute:!1})],cl.prototype,"hass",void 0),n([vt()],cl.prototype,"_config",void 0),cl=n([pt(Gs("action"))],cl);const dl="mdi:menu";let ul=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return _u})),document.createElement(qs("menu"))}static async getStubConfig(t){return{type:"menu"}}setConfig(t){this._config=t}_handleAction(){Lt(this,"hass-toggle-menu")}render(){if(!this.hass||!this._config)return K;const t=this._config.icon||dl,e=Ie(this.hass);return Y` + `}};n([_t({attribute:!1})],dl.prototype,"hass",void 0),n([vt()],dl.prototype,"_config",void 0),dl=n([pt(qs("action"))],dl);const ul="mdi:menu";let hl=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return vu})),document.createElement(Zs("menu"))}static async getStubConfig(t){return{type:"menu"}}setConfig(t){this._config=t}_handleAction(){Lt(this,"hass-toggle-menu")}render(){if(!this.hass||!this._config)return K;const t=this._config.icon||ul,e=Ie(this.hass);return Y` {if(!t||!t.startsWith("weather-"))return;const e=t.replace("weather-","");return hl.has(e)?nl(e,!0):void 0},pl=["content","icon","icon_color","picture"];let fl=class extends ht{constructor(){super(...arguments),this._templateResults={},this._unsubRenderTemplates=new Map}static async getConfigElement(){return await Promise.resolve().then((function(){return $u})),document.createElement(qs("template"))}static async getStubConfig(t){return{type:"template"}}setConfig(t){pl.forEach((e=>{var i,o;(null===(i=this._config)||void 0===i?void 0:i[e])===t[e]&&(null===(o=this._config)||void 0===o?void 0:o.entity)==t.entity||this._tryDisconnectKey(e)})),this._config=Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)}connectedCallback(){super.connectedCallback(),this._tryConnect()}disconnectedCallback(){this._tryDisconnect()}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}isTemplate(t){var e;const i=null===(e=this._config)||void 0===e?void 0:e[t];return null==i?void 0:i.includes("{")}getValue(t){var e,i,o;return this.isTemplate(t)?null===(i=null===(e=this._templateResults[t])||void 0===e?void 0:e.result)||void 0===i?void 0:i.toString():null===(o=this._config)||void 0===o?void 0:o[t]}render(){if(!this.hass||!this._config)return K;const t=this.getValue("icon"),e=this.getValue("icon_color"),i=this.getValue("content"),o=this.getValue("picture"),n=Ie(this.hass),r=ml(t);return Y` + `}};n([_t({attribute:!1})],hl.prototype,"hass",void 0),n([vt()],hl.prototype,"_config",void 0),hl=n([pt(qs("menu"))],hl);const ml=new Set(["clear-night","cloudy","fog","lightning","lightning-rainy","partlycloudy","pouring","rainy","hail","snowy","snowy-rainy","sunny","windy","windy-variant"]),pl=t=>{if(!t||!t.startsWith("weather-"))return;const e=t.replace("weather-","");return ml.has(e)?rl(e,!0):void 0},fl=["content","icon","icon_color","picture"];let gl=class extends ht{constructor(){super(...arguments),this._templateResults={},this._unsubRenderTemplates=new Map}static async getConfigElement(){return await Promise.resolve().then((function(){return Eu})),document.createElement(Zs("template"))}static async getStubConfig(t){return{type:"template"}}setConfig(t){fl.forEach((e=>{var i,o;(null===(i=this._config)||void 0===i?void 0:i[e])===t[e]&&(null===(o=this._config)||void 0===o?void 0:o.entity)==t.entity||this._tryDisconnectKey(e)})),this._config=Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)}connectedCallback(){super.connectedCallback(),this._tryConnect()}disconnectedCallback(){this._tryDisconnect()}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}isTemplate(t){var e;const i=null===(e=this._config)||void 0===e?void 0:e[t];return null==i?void 0:i.includes("{")}getValue(t){var e,i,o;return this.isTemplate(t)?null===(i=null===(e=this._templateResults[t])||void 0===e?void 0:e.result)||void 0===i?void 0:i.toString():null===(o=this._config)||void 0===o?void 0:o[t]}render(){if(!this.hass||!this._config)return K;const t=this.getValue("icon"),e=this.getValue("icon_color"),i=this.getValue("content"),o=this.getValue("picture"),n=Ie(this.hass),r=pl(t);return Y` - `}renderIcon(t,e){const i={};if(e){const t=Za(e);i["--color"]=`rgb(${t})`}return Y``}renderContent(t){return Y`${t}`}updated(t){super.updated(t),this._config&&this.hass&&this._tryConnect()}async _tryConnect(){pl.forEach((t=>{this._tryConnectKey(t)}))}async _tryConnectKey(t){var e,i;if(void 0===this._unsubRenderTemplates.get(t)&&this.hass&&this._config&&this.isTemplate(t))try{const i=Fe(this.hass.connection,(e=>{this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:e})}),{template:null!==(e=this._config[t])&&void 0!==e?e:"",entity_ids:this._config.entity_id,variables:{config:this._config,user:this.hass.user.name,entity:this._config.entity},strict:!0});this._unsubRenderTemplates.set(t,i),await i}catch(e){const o={result:null!==(i=this._config[t])&&void 0!==i?i:"",listeners:{all:!1,domains:[],entities:[],time:!1}};this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:o}),this._unsubRenderTemplates.delete(t)}}async _tryDisconnect(){pl.forEach((t=>{this._tryDisconnectKey(t)}))}async _tryDisconnectKey(t){const e=this._unsubRenderTemplates.get(t);if(e)try{(await e)(),this._unsubRenderTemplates.delete(t)}catch(t){if("not_found"!==t.code&&"template_error"!==t.code)throw t}}static get styles(){return h` + style=${da(i)} + >`}renderContent(t){return Y`${t}`}updated(t){super.updated(t),this._config&&this.hass&&this._tryConnect()}async _tryConnect(){fl.forEach((t=>{this._tryConnectKey(t)}))}async _tryConnectKey(t){var e,i;if(void 0===this._unsubRenderTemplates.get(t)&&this.hass&&this._config&&this.isTemplate(t))try{const i=Fe(this.hass.connection,(e=>{this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:e})}),{template:null!==(e=this._config[t])&&void 0!==e?e:"",entity_ids:this._config.entity_id,variables:{config:this._config,user:this.hass.user.name,entity:this._config.entity},strict:!0});this._unsubRenderTemplates.set(t,i),await i}catch(e){const o={result:null!==(i=this._config[t])&&void 0!==i?i:"",listeners:{all:!1,domains:[],entities:[],time:!1}};this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:o}),this._unsubRenderTemplates.delete(t)}}async _tryDisconnect(){fl.forEach((t=>{this._tryDisconnectKey(t)}))}async _tryDisconnectKey(t){const e=this._unsubRenderTemplates.get(t);if(e)try{(await e)(),this._unsubRenderTemplates.delete(t)}catch(t){if("not_found"!==t.code&&"template_error"!==t.code)throw t}}static get styles(){return h` mushroom-chip { cursor: pointer; } ha-state-icon { color: var(--color); } - ${ol} - `}};n([_t({attribute:!1})],fl.prototype,"hass",void 0),n([vt()],fl.prototype,"_config",void 0),n([vt()],fl.prototype,"_templateResults",void 0),n([vt()],fl.prototype,"_unsubRenderTemplates",void 0),fl=n([pt(Gs("template"))],fl);const gl=()=>{var t,e,i;customElements.get("ha-form")||null===(t=customElements.get("hui-button-card"))||void 0===t||t.getConfigElement(),customElements.get("ha-entity-picker")||null===(e=customElements.get("hui-entities-card"))||void 0===e||e.getConfigElement(),customElements.get("ha-card-conditions-editor")||null===(i=customElements.get("hui-conditional-card"))||void 0===i||i.getConfigElement()},_l=Gs("conditional"),vl=async()=>{if(customElements.get(_l))return;if(!customElements.get("hui-conditional-base")){(await window.loadCardHelpers()).createCardElement({type:"conditional",card:{type:"button"},conditions:[]})}const t=await(async t=>{let e=customElements.get(t);return e||(await customElements.whenDefined(t),customElements.get(t))})("hui-conditional-base");class e extends t{static async getConfigElement(){return await Promise.resolve().then((function(){return Op})),document.createElement(qs("conditional"))}static async getStubConfig(){return{type:"conditional",conditions:[]}}setConfig(t){if(this.validateConfig(t),!t.chip)throw new Error("No chip configured");this._element=Ks(t.chip)}}customElements.get(_l)||customElements.define(_l,e)};function bl(t){return null!=t.attributes.brightness?Math.max(Math.round(100*t.attributes.brightness/255),1):void 0}function yl(t){return null!=t.attributes.rgb_color?t.attributes.rgb_color:void 0}function xl(t){return Ga.rgb(t).l()>96}function wl(t){return Ga.rgb(t).l()>97}function kl(t){return(t=>{var e;return(null===(e=t.attributes.supported_color_modes)||void 0===e?void 0:e.some((t=>De.includes(t))))||!1})(t)}function Cl(t){return(t=>{var e;return(null===(e=t.attributes.supported_color_modes)||void 0===e?void 0:e.some((t=>Le.includes(t))))||!1})(t)}let $l=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return Fp})),document.createElement(qs("light"))}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>"light"===t.split(".")[0]));return{type:"light",entity:e[0]}}setConfig(t){this._config=Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){var t,e;if(!this.hass||!this._config||!this._config.entity)return K;const i=this._config.entity,o=this.hass.states[i];if(!o)return K;const n=this._config.name||o.attributes.friendly_name||"",r=this._config.icon,a=this.hass.formatEntityState?this.hass.formatEntityState(o):ne(this.hass.localize,o,this.hass.locale,this.hass.config,this.hass.entities),s=Bt(o),l=yl(o),c={};if(l&&(null===(t=this._config)||void 0===t?void 0:t.use_light_color)){const t=l.join(",");c["--color"]=`rgb(${t})`,wl(l)&&(c["--color"]="rgba(var(--rgb-primary-text-color), 0.2)")}const d=rs(null!==(e=this._config.content_info)&&void 0!==e?e:"state",n,a,o,this.hass),u=Ie(this.hass);return Y` + ${nl} + `}};n([_t({attribute:!1})],gl.prototype,"hass",void 0),n([vt()],gl.prototype,"_config",void 0),n([vt()],gl.prototype,"_templateResults",void 0),n([vt()],gl.prototype,"_unsubRenderTemplates",void 0),gl=n([pt(qs("template"))],gl);const _l=()=>{var t,e,i;customElements.get("ha-form")||null===(t=customElements.get("hui-button-card"))||void 0===t||t.getConfigElement(),customElements.get("ha-entity-picker")||null===(e=customElements.get("hui-entities-card"))||void 0===e||e.getConfigElement(),customElements.get("ha-card-conditions-editor")||null===(i=customElements.get("hui-conditional-card"))||void 0===i||i.getConfigElement()},vl=qs("conditional"),bl=async()=>{if(customElements.get(vl))return;if(!customElements.get("hui-conditional-base")){(await window.loadCardHelpers()).createCardElement({type:"conditional",card:{type:"button"},conditions:[]})}const t=await(async t=>{let e=customElements.get(t);return e||(await customElements.whenDefined(t),customElements.get(t))})("hui-conditional-base");class e extends t{static async getConfigElement(){return await Promise.resolve().then((function(){return Mp})),document.createElement(Zs("conditional"))}static async getStubConfig(){return{type:"conditional",conditions:[]}}setConfig(t){if(this.validateConfig(t),!t.chip)throw new Error("No chip configured");this._element=Gs(t.chip)}}customElements.get(vl)||customElements.define(vl,e)};function yl(t){return null!=t.attributes.brightness?Math.max(Math.round(100*t.attributes.brightness/255),1):void 0}function xl(t){return null!=t.attributes.rgb_color?t.attributes.rgb_color:void 0}function wl(t){return qa.rgb(t).l()>96}function kl(t){return qa.rgb(t).l()>97}function Cl(t){return(t=>{var e;return(null===(e=t.attributes.supported_color_modes)||void 0===e?void 0:e.some((t=>De.includes(t))))||!1})(t)}function $l(t){return(t=>{var e;return(null===(e=t.attributes.supported_color_modes)||void 0===e?void 0:e.some((t=>Le.includes(t))))||!1})(t)}let El=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return Vp})),document.createElement(Zs("light"))}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>"light"===t.split(".")[0]));return{type:"light",entity:e[0]}}setConfig(t){this._config=Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){var t,e;if(!this.hass||!this._config||!this._config.entity)return K;const i=this._config.entity,o=this.hass.states[i];if(!o)return K;const n=this._config.name||o.attributes.friendly_name||"",r=this._config.icon,a=this.hass.formatEntityState?this.hass.formatEntityState(o):ne(this.hass.localize,o,this.hass.locale,this.hass.config,this.hass.entities),s=Bt(o),l=xl(o),c={};if(l&&(null===(t=this._config)||void 0===t?void 0:t.use_light_color)){const t=l.join(",");c["--color"]=`rgb(${t})`,kl(l)&&(c["--color"]="rgba(var(--rgb-primary-text-color), 0.2)")}const d=as(null!==(e=this._config.content_info)&&void 0!==e?e:"state",n,a,o,this.hass),u=Ie(this.hass);return Y` ${d?Y`${d}`:K} @@ -1826,7 +1834,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s ha-state-icon.active { color: var(--color); } - `}};n([_t({attribute:!1})],$l.prototype,"hass",void 0),n([vt()],$l.prototype,"_config",void 0),$l=n([pt(Gs("light"))],$l);let El=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return Hp})),document.createElement(qs("alarm-control-panel"))}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Bs.includes(t.split(".")[0])));return{type:"alarm-control-panel",entity:e[0]}}setConfig(t){this._config=t}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){var t;if(!this.hass||!this._config||!this._config.entity)return K;const e=this._config.entity,i=this.hass.states[e];if(!i)return K;const o=this._config.name||i.attributes.friendly_name||"",n=this._config.icon,r=Hs(i.state),a=Ys(i.state),s=this.hass.formatEntityState?this.hass.formatEntityState(i):ne(this.hass.localize,i,this.hass.locale,this.hass.config,this.hass.entities),l={};if(r){const t=Za(r);l["--color"]=`rgb(${t})`}const c=rs(null!==(t=this._config.content_info)&&void 0!==t?t:"state",o,s,i,this.hass),d=Ie(this.hass);return Y` + `}};n([_t({attribute:!1})],El.prototype,"hass",void 0),n([vt()],El.prototype,"_config",void 0),El=n([pt(qs("light"))],El);let Al=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return Yp})),document.createElement(Zs("alarm-control-panel"))}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Us.includes(t.split(".")[0])));return{type:"alarm-control-panel",entity:e[0]}}setConfig(t){this._config=t}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){var t;if(!this.hass||!this._config||!this._config.entity)return K;const e=this._config.entity,i=this.hass.states[e];if(!i)return K;const o=this._config.name||i.attributes.friendly_name||"",n=this._config.icon,r=Ys(i.state),a=Ws(i.state),s=this.hass.formatEntityState?this.hass.formatEntityState(i):ne(this.hass.localize,i,this.hass.locale,this.hass.config,this.hass.entities),l={};if(r){const t=Ja(r);l["--color"]=`rgb(${t})`}const c=as(null!==(t=this._config.content_info)&&void 0!==t?t:"state",o,s,i,this.hass),d=Ie(this.hass);return Y` ${c?Y`${c}`:K} @@ -1851,18 +1859,18 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s ha-state-icon.pulse { animation: 1s ease 0s infinite normal none running pulse; } - ${xs} - `}};n([_t({attribute:!1})],El.prototype,"hass",void 0),n([vt()],El.prototype,"_config",void 0),El=n([pt(Gs("alarm-control-panel"))],El);let Al=class extends ht{setConfig(){}static get styles(){return h` + ${ws} + `}};n([_t({attribute:!1})],Al.prototype,"hass",void 0),n([vt()],Al.prototype,"_config",void 0),Al=n([pt(qs("alarm-control-panel"))],Al);let Sl=class extends ht{setConfig(){}static get styles(){return h` :host { flex-grow: 1; } - `}};Al=n([pt(Gs("spacer"))],Al);const Sl=`${Rs}-chips-card`,Il=`${Sl}-editor`;Ns({type:Sl,name:"Mushroom Chips Card",description:"Card with chips to display informations"});let Tl=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return df})),document.createElement(Il)}static async getStubConfig(t){const e=await Promise.all([Zs.getStubConfig(t)]);return{type:`custom:${Sl}`,chips:e}}set hass(t){var e;const i=js(this._hass),o=js(t);i!==o&&this.toggleAttribute("dark-mode",o),this._hass=t,null===(e=this.shadowRoot)||void 0===e||e.querySelectorAll("div > *").forEach((e=>{e.hass=t}))}getCardSize(){return 1}setConfig(t){this._config=t}render(){if(!this._config||!this._hass)return K;let t="";this._config.alignment&&(t=`align-${this._config.alignment}`);const e=Ie(this._hass);return Y` + `}};Sl=n([pt(qs("spacer"))],Sl);const Il=`${Fs}-chips-card`,Tl=`${Il}-editor`;Rs({type:Il,name:"Mushroom Chips Card",description:"Card with chips to display informations"});let zl=class extends ht{static async getConfigElement(){return await Promise.resolve().then((function(){return uf})),document.createElement(Tl)}static async getStubConfig(t){const e=await Promise.all([Js.getStubConfig(t)]);return{type:`custom:${Il}`,chips:e}}set hass(t){var e;const i=Ds(this._hass),o=Ds(t);i!==o&&this.toggleAttribute("dark-mode",o),this._hass=t,null===(e=this.shadowRoot)||void 0===e||e.querySelectorAll("div > *").forEach((e=>{e.hass=t}))}getCardSize(){return 1}setConfig(t){this._config=t}render(){if(!this._config||!this._hass)return K;let t="";this._config.alignment&&(t=`align-${this._config.alignment}`);const e=Ie(this._hass);return Y`
${this._config.chips.map((t=>this.renderChip(t)))}
- `}renderChip(t){"conditional"===t.type&&vl();const e=Ks(t);return e?(this._hass&&(e.hass=this._hass),e.editMode=this.editMode||this.preview,e.preview=this.preview||this.editMode,Y`${e}`):K}static get styles(){return[Ds.styles,h` + `}renderChip(t){"conditional"===t.type&&bl();const e=Gs(t);return e?(this._hass&&(e.hass=this._hass),e.editMode=this.editMode||this.preview,e.preview=this.preview||this.editMode,Y`${e}`):K}static get styles(){return[Ls.styles,h` ha-card { background: none; box-shadow: none; @@ -1886,20 +1894,20 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s .chip-container.align-justify { justify-content: space-between; } - `]}};n([_t()],Tl.prototype,"preview",void 0),n([_t()],Tl.prototype,"editMode",void 0),n([vt()],Tl.prototype,"_config",void 0),Tl=n([pt(Sl)],Tl);const zl=`${Rs}-climate-card`,Ol=`${zl}-editor`,Ml=["climate"],jl={auto:"var(--rgb-state-climate-auto)",cool:"var(--rgb-state-climate-cool)",dry:"var(--rgb-state-climate-dry)",fan_only:"var(--rgb-state-climate-fan-only)",heat:"var(--rgb-state-climate-heat)",heat_cool:"var(--rgb-state-climate-heat-cool)",off:"var(--rgb-state-climate-off)"},Dl={cooling:"var(--rgb-state-climate-cool)",drying:"var(--rgb-state-climate-dry)",heating:"var(--rgb-state-climate-heat)",idle:"var(--rgb-state-climate-idle)",off:"var(--rgb-state-climate-off)"},Ll={auto:"mdi:calendar-sync",cool:"mdi:snowflake",dry:"mdi:water-percent",fan_only:"mdi:fan",heat:"mdi:fire",heat_cool:"mdi:autorenew",off:"mdi:power"},Pl={cooling:"mdi:snowflake",drying:"mdi:water-percent",heating:"mdi:fire",idle:"mdi:clock-outline",off:"mdi:power"};function Nl(t){var e;return null!==(e=jl[t])&&void 0!==e?e:jl.off}let Rl=class extends ht{constructor(){super(...arguments),this.fill=!1}callService(t){t.stopPropagation();const e=t.target.mode;this.hass.callService("climate","set_hvac_mode",{entity_id:this.entity.entity_id,hvac_mode:e})}render(){const t=Ie(this.hass),e=this.entity.attributes.hvac_modes.filter((t=>{var e;return(null!==(e=this.modes)&&void 0!==e?e:[]).includes(t)})).sort(je);return Y` + `]}};n([_t()],zl.prototype,"preview",void 0),n([_t()],zl.prototype,"editMode",void 0),n([vt()],zl.prototype,"_config",void 0),zl=n([pt(Il)],zl);const Ol=`${Fs}-climate-card`,Ml=`${Ol}-editor`,jl=["climate"],Dl={auto:"var(--rgb-state-climate-auto)",cool:"var(--rgb-state-climate-cool)",dry:"var(--rgb-state-climate-dry)",fan_only:"var(--rgb-state-climate-fan-only)",heat:"var(--rgb-state-climate-heat)",heat_cool:"var(--rgb-state-climate-heat-cool)",off:"var(--rgb-state-climate-off)"},Ll={cooling:"var(--rgb-state-climate-cool)",drying:"var(--rgb-state-climate-dry)",heating:"var(--rgb-state-climate-heat)",idle:"var(--rgb-state-climate-idle)",off:"var(--rgb-state-climate-off)"},Pl={auto:"mdi:calendar-sync",cool:"mdi:snowflake",dry:"mdi:water-percent",fan_only:"mdi:fan",heat:"mdi:fire",heat_cool:"mdi:autorenew",off:"mdi:power"},Nl={cooling:"mdi:snowflake",drying:"mdi:water-percent",heating:"mdi:fire",idle:"mdi:clock-outline",off:"mdi:power"};function Rl(t){var e;return null!==(e=Dl[t])&&void 0!==e?e:Dl.off}let Fl=class extends ht{constructor(){super(...arguments),this.fill=!1}callService(t){t.stopPropagation();const e=t.target.mode;this.hass.callService("climate","set_hvac_mode",{entity_id:this.entity.entity_id,hvac_mode:e})}render(){const t=Ie(this.hass),e=this.entity.attributes.hvac_modes.filter((t=>{var e;return(null!==(e=this.modes)&&void 0!==e?e:[]).includes(t)})).sort(je);return Y` ${e.map((t=>this.renderModeButton(t)))} - `}renderModeButton(t){const e={},i="off"===t?"var(--rgb-grey)":Nl(t);return t===this.entity.state&&(e["--icon-color"]=`rgb(${i})`,e["--bg-color"]=`rgba(${i}, 0.2)`),Y` + `}renderModeButton(t){const e={},i="off"===t?"var(--rgb-grey)":Rl(t);return t===this.entity.state&&(e["--icon-color"]=`rgb(${i})`,e["--bg-color"]=`rgba(${i}, 0.2)`),Y` - + - `}};n([_t({attribute:!1})],Rl.prototype,"hass",void 0),n([_t({attribute:!1})],Rl.prototype,"entity",void 0),n([_t({attribute:!1})],Rl.prototype,"modes",void 0),n([_t()],Rl.prototype,"fill",void 0),Rl=n([pt("mushroom-climate-hvac-modes-control")],Rl);let Fl=class extends ht{constructor(){super(...arguments),this.disabled=!1,this.formatOptions={},this.pending=!1,this.dispatchValue=t=>{this.pending=!1,this.dispatchEvent(new CustomEvent("change",{detail:{value:t}}))},this.debounceDispatchValue=this.dispatchValue}get _precision(){return Math.ceil(Math.log10(1/this._step))}get _step(){var t;return null!==(t=this.step)&&void 0!==t?t:1}_incrementValue(t){if(t.stopPropagation(),null==this.value)return;const e=Qt(this.value+this._step,this._precision);this._processNewValue(e)}_decrementValue(t){if(t.stopPropagation(),null==this.value)return;const e=Qt(this.value-this._step,this._precision);this._processNewValue(e)}firstUpdated(t){super.firstUpdated(t);const e=(t=>{const e=window.getComputedStyle(t).getPropertyValue("--input-number-debounce"),i=parseFloat(e);return isNaN(i)?2e3:i})(this.container);e&&(this.debounceDispatchValue=Te(this.dispatchValue,e))}_processNewValue(t){const e=((t,e,i)=>{let o;return o=e?Math.max(t,e):t,o=i?Math.min(o,i):o,o})(t,this.min,this.max);this.value!==e&&(this.value=e,this.pending=!0),this.debounceDispatchValue(e)}render(){const t=null!=this.value?te(this.value,this.locale,this.formatOptions):"-";return Y` + `}};n([_t({attribute:!1})],Fl.prototype,"hass",void 0),n([_t({attribute:!1})],Fl.prototype,"entity",void 0),n([_t({attribute:!1})],Fl.prototype,"modes",void 0),n([_t()],Fl.prototype,"fill",void 0),Fl=n([pt("mushroom-climate-hvac-modes-control")],Fl);let Vl=class extends ht{constructor(){super(...arguments),this.disabled=!1,this.formatOptions={},this.pending=!1,this.dispatchValue=t=>{this.pending=!1,this.dispatchEvent(new CustomEvent("change",{detail:{value:t}}))},this.debounceDispatchValue=this.dispatchValue}get _precision(){return Math.ceil(Math.log10(1/this._step))}get _step(){var t;return null!==(t=this.step)&&void 0!==t?t:1}_incrementValue(t){if(t.stopPropagation(),null==this.value)return;const e=Qt(this.value+this._step,this._precision);this._processNewValue(e)}_decrementValue(t){if(t.stopPropagation(),null==this.value)return;const e=Qt(this.value-this._step,this._precision);this._processNewValue(e)}firstUpdated(t){super.firstUpdated(t);const e=(t=>{const e=window.getComputedStyle(t).getPropertyValue("--input-number-debounce"),i=parseFloat(e);return isNaN(i)?2e3:i})(this.container);e&&(this.debounceDispatchValue=Te(this.dispatchValue,e))}_processNewValue(t){const e=((t,e,i)=>{let o;return o=e?Math.max(t,e):t,o=i?Math.min(o,i):o,o})(t,this.min,this.max);this.value!==e&&(this.value=e,this.pending=!0),this.debounceDispatchValue(e)}render(){const t=null!=this.value?te(this.value,this.locale,this.formatOptions):"-";return Y`
${t} @@ -1994,7 +2002,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s .value.pending { opacity: 0.5; } - `}};n([_t({attribute:!1})],Fl.prototype,"locale",void 0),n([_t({type:Boolean})],Fl.prototype,"disabled",void 0),n([_t({attribute:!1,type:Number,reflect:!0})],Fl.prototype,"value",void 0),n([_t({type:Number})],Fl.prototype,"step",void 0),n([_t({type:Number})],Fl.prototype,"min",void 0),n([_t({type:Number})],Fl.prototype,"max",void 0),n([_t({attribute:"false"})],Fl.prototype,"formatOptions",void 0),n([vt()],Fl.prototype,"pending",void 0),n([xt("#container")],Fl.prototype,"container",void 0),Fl=n([pt("mushroom-input-number")],Fl);let Vl=class extends ht{constructor(){super(...arguments),this.fill=!1}get _stepSize(){return this.entity.attributes.target_temp_step?this.entity.attributes.target_temp_step:"°F"===this.hass.config.unit_system.temperature?1:.5}onValueChange(t){const e=t.detail.value;this.hass.callService("climate","set_temperature",{entity_id:this.entity.entity_id,temperature:e})}onLowValueChange(t){const e=t.detail.value;this.hass.callService("climate","set_temperature",{entity_id:this.entity.entity_id,target_temp_low:e,target_temp_high:this.entity.attributes.target_temp_high})}onHighValueChange(t){const e=t.detail.value;this.hass.callService("climate","set_temperature",{entity_id:this.entity.entity_id,target_temp_low:this.entity.attributes.target_temp_low,target_temp_high:e})}render(){const t=Ie(this.hass),e=Ut(this.entity),i=1===this._stepSize?{maximumFractionDigits:0}:{minimumFractionDigits:1,maximumFractionDigits:1},o=t=>({"--bg-color":`rgba(var(--rgb-state-climate-${t}), 0.05)`,"--icon-color":`rgb(var(--rgb-state-climate-${t}))`,"--text-color":`rgb(var(--rgb-state-climate-${t}))`});return Y` + `}};n([_t({attribute:!1})],Vl.prototype,"locale",void 0),n([_t({type:Boolean})],Vl.prototype,"disabled",void 0),n([_t({attribute:!1,type:Number,reflect:!0})],Vl.prototype,"value",void 0),n([_t({type:Number})],Vl.prototype,"step",void 0),n([_t({type:Number})],Vl.prototype,"min",void 0),n([_t({type:Number})],Vl.prototype,"max",void 0),n([_t({attribute:"false"})],Vl.prototype,"formatOptions",void 0),n([vt()],Vl.prototype,"pending",void 0),n([xt("#container")],Vl.prototype,"container",void 0),Vl=n([pt("mushroom-input-number")],Vl);let Bl=class extends ht{constructor(){super(...arguments),this.fill=!1}get _stepSize(){return this.entity.attributes.target_temp_step?this.entity.attributes.target_temp_step:"°F"===this.hass.config.unit_system.temperature?1:.5}onValueChange(t){const e=t.detail.value;this.hass.callService("climate","set_temperature",{entity_id:this.entity.entity_id,temperature:e})}onLowValueChange(t){const e=t.detail.value;this.hass.callService("climate","set_temperature",{entity_id:this.entity.entity_id,target_temp_low:e,target_temp_high:this.entity.attributes.target_temp_high})}onHighValueChange(t){const e=t.detail.value;this.hass.callService("climate","set_temperature",{entity_id:this.entity.entity_id,target_temp_low:this.entity.attributes.target_temp_low,target_temp_high:e})}render(){const t=Ie(this.hass),e=Ut(this.entity),i=1===this._stepSize?{maximumFractionDigits:0}:{minimumFractionDigits:1,maximumFractionDigits:1},o=t=>({"--bg-color":`rgba(var(--rgb-state-climate-${t}), 0.05)`,"--icon-color":`rgb(var(--rgb-state-climate-${t}))`,"--text-color":`rgb(var(--rgb-state-climate-${t}))`});return Y` ${null!=this.entity.attributes.temperature?Y` `:K} - `}};n([_t({attribute:!1})],Vl.prototype,"hass",void 0),n([_t({attribute:!1})],Vl.prototype,"entity",void 0),n([_t()],Vl.prototype,"fill",void 0),Vl=n([pt("mushroom-climate-temperature-control")],Vl);const Bl={temperature_control:"mdi:thermometer",hvac_mode_control:"mdi:thermostat"};Ns({type:zl,name:"Mushroom Climate Card",description:"Card for climate entity"});let Ul=class extends Ls{static async getConfigElement(){return await Promise.resolve().then((function(){return gf})),document.createElement(Ol)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Ml.includes(t.split(".")[0])));return{type:`custom:${zl}`,entity:e[0]}}get _controls(){if(!this._config||!this._stateObj)return[];const t=this._stateObj,e=[];var i;return(null!=(i=t).attributes.temperature||null!=i.attributes.target_temp_low&&null!=i.attributes.target_temp_high)&&this._config.show_temperature_control&&e.push("temperature_control"),((t,e)=>(t.attributes.hvac_modes||[]).some((t=>(null!=e?e:[]).includes(t))))(t,this._config.hvac_modes)&&e.push("hvac_mode_control"),e}get hasControls(){return this._controls.length>0}_onControlTap(t,e){e.stopPropagation(),this._activeControl=t}setConfig(t){super.setConfig(Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)),this.updateActiveControl()}updated(t){super.updated(t),this.hass&&t.has("hass")&&this.updateActiveControl()}updateActiveControl(){const t=!!this._activeControl&&this._controls.includes(this._activeControl);this._activeControl=t?this._activeControl:this._controls[0]}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this.hass||!this._config||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=Es(this._config),n=as(t,o.icon_type);let r=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities);if(null!==t.attributes.current_temperature){r+=` - ${te(t.attributes.current_temperature,this.hass.locale)} ${this.hass.config.unit_system.temperature}`}const a=Ie(this.hass),s=(!this._config.collapsible_controls||Bt(t))&&this._controls.length;return Y` + `}};n([_t({attribute:!1})],Bl.prototype,"hass",void 0),n([_t({attribute:!1})],Bl.prototype,"entity",void 0),n([_t()],Bl.prototype,"fill",void 0),Bl=n([pt("mushroom-climate-temperature-control")],Bl);const Ul={temperature_control:"mdi:thermometer",hvac_mode_control:"mdi:thermostat"};Rs({type:Ol,name:"Mushroom Climate Card",description:"Card for climate entity"});let Hl=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return _f})),document.createElement(Ml)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>jl.includes(t.split(".")[0])));return{type:`custom:${Ol}`,entity:e[0]}}get _controls(){if(!this._config||!this._stateObj)return[];const t=this._stateObj,e=[];var i;return(null!=(i=t).attributes.temperature||null!=i.attributes.target_temp_low&&null!=i.attributes.target_temp_high)&&this._config.show_temperature_control&&e.push("temperature_control"),((t,e)=>(t.attributes.hvac_modes||[]).some((t=>(null!=e?e:[]).includes(t))))(t,this._config.hvac_modes)&&e.push("hvac_mode_control"),e}get hasControls(){return this._controls.length>0}_onControlTap(t,e){e.stopPropagation(),this._activeControl=t}setConfig(t){super.setConfig(Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)),this.updateActiveControl()}updated(t){super.updated(t),this.hass&&t.has("hass")&&this.updateActiveControl()}updateActiveControl(){const t=!!this._activeControl&&this._controls.includes(this._activeControl);this._activeControl=t?this._activeControl:this._controls[0]}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this.hass||!this._config||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=As(this._config),n=ss(t,o.icon_type);let r=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities);if(null!==t.attributes.current_temperature){r+=` - ${te(t.attributes.current_temperature,this.hass.locale)} ${this.hass.config.unit_system.temperature}`}const a=Ie(this.hass),s=(!this._config.collapsible_controls||Bt(t))&&this._controls.length;return Y` - `}renderIcon(t,e){const i=Ut(t),o=Nl(t.state),n={};return n["--icon-color"]=`rgb(${o})`,n["--shape-color"]=`rgba(${o}, 0.2)`,Y` + `}renderIcon(t,e){const i=Ut(t),o=Rl(t.state),n={};return n["--icon-color"]=`rgb(${o})`,n["--shape-color"]=`rgba(${o}, 0.2)`,Y` - `}renderBadge(t){return!Ut(t)?super.renderBadge(t):this.renderActionBadge(t)}renderActionBadge(t){const e=t.attributes.hvac_action;if(!e||"off"==e)return K;const i=function(t){var e;return null!==(e=Dl[t])&&void 0!==e?e:Dl.off}(e),o=function(t){var e;return null!==(e=Pl[t])&&void 0!==e?e:""}(e);return o?Y` + `}renderBadge(t){return!Ut(t)?super.renderBadge(t):this.renderActionBadge(t)}renderActionBadge(t){const e=t.attributes.hvac_action;if(!e||"off"==e)return K;const i=function(t){var e;return null!==(e=Ll[t])&&void 0!==e?e:Ll.off}(e),o=function(t){var e;return null!==(e=Nl[t])&&void 0!==e?e:""}(e);return o?Y` `:K}renderOtherControls(){const t=this._controls.filter((t=>t!=this._activeControl));return Y` ${t.map((t=>Y` this._onControlTap(t,e)}> - + `))} - `}renderActiveControl(t){var e;const i=null!==(e=this._config.hvac_modes)&&void 0!==e?e:[],o=Es(this._config);switch(this._activeControl){case"temperature_control":return Y` + `}renderActiveControl(t){var e;const i=null!==(e=this._config.hvac_modes)&&void 0!==e?e:[],o=As(this._config);switch(this._activeControl){case"temperature_control":return Y` - `;default:return K}}static get styles(){return[super.styles,Ps,h` + `;default:return K}}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -2101,7 +2109,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-climate-hvac-modes-control { flex: 1; } - `]}};n([vt()],Ul.prototype,"_activeControl",void 0),Ul=n([pt(zl)],Ul);const Hl=`${Rs}-cover-card`,Yl=`${Hl}-editor`,Wl=["cover"];let Xl=class extends ht{constructor(){super(...arguments),this.fill=!1}_onOpenTap(t){t.stopPropagation(),this.hass.callService("cover","open_cover",{entity_id:this.entity.entity_id})}_onCloseTap(t){t.stopPropagation(),this.hass.callService("cover","close_cover",{entity_id:this.entity.entity_id})}_onStopTap(t){t.stopPropagation(),this.hass.callService("cover","stop_cover",{entity_id:this.entity.entity_id})}get openDisabled(){const t=!0===this.entity.attributes.assumed_state;return((void 0!==(e=this.entity).attributes.current_position?100===e.attributes.current_position:"open"===e.state)||function(t){return"opening"===t.state}(this.entity))&&!t;var e}get closedDisabled(){const t=!0===this.entity.attributes.assumed_state;return((void 0!==(e=this.entity).attributes.current_position?0===e.attributes.current_position:"closed"===e.state)||function(t){return"closing"===t.state}(this.entity))&&!t;var e}render(){const t=Ie(this.hass);return Y` + `]}};n([vt()],Hl.prototype,"_activeControl",void 0),Hl=n([pt(Ol)],Hl);const Yl=`${Fs}-cover-card`,Wl=`${Yl}-editor`,Xl=["cover"];let Kl=class extends ht{constructor(){super(...arguments),this.fill=!1}_onOpenTap(t){t.stopPropagation(),this.hass.callService("cover","open_cover",{entity_id:this.entity.entity_id})}_onCloseTap(t){t.stopPropagation(),this.hass.callService("cover","close_cover",{entity_id:this.entity.entity_id})}_onStopTap(t){t.stopPropagation(),this.hass.callService("cover","stop_cover",{entity_id:this.entity.entity_id})}get openDisabled(){const t=!0===this.entity.attributes.assumed_state;return((void 0!==(e=this.entity).attributes.current_position?100===e.attributes.current_position:"open"===e.state)||function(t){return"opening"===t.state}(this.entity))&&!t;var e}get closedDisabled(){const t=!0===this.entity.attributes.assumed_state;return((void 0!==(e=this.entity).attributes.current_position?0===e.attributes.current_position:"closed"===e.state)||function(t){return"closing"===t.state}(this.entity))&&!t;var e}render(){const t=Ie(this.hass);return Y` ${Wt(this.entity,1)?Y` `:void 0} - `}};n([_t({attribute:!1})],Xl.prototype,"hass",void 0),n([_t({attribute:!1})],Xl.prototype,"entity",void 0),n([_t()],Xl.prototype,"fill",void 0),Xl=n([pt("mushroom-cover-buttons-control")],Xl);var Kl; + `}};n([_t({attribute:!1})],Kl.prototype,"hass",void 0),n([_t({attribute:!1})],Kl.prototype,"entity",void 0),n([_t()],Kl.prototype,"fill",void 0),Kl=n([pt("mushroom-cover-buttons-control")],Kl);var Gl; /*! Hammer.JS - v2.0.7 - 2016-04-22 * http://hammerjs.github.io/ * * Copyright (c) 2016 Jorik Tangelder; - * Licensed under the MIT license */Kl={exports:{}},function(t,e,i,o){var n,r=["","webkit","Moz","MS","ms","o"],a=e.createElement("div"),s="function",l=Math.round,c=Math.abs,d=Date.now;function u(t,e,i){return setTimeout(v(t,i),e)}function h(t,e,i){return!!Array.isArray(t)&&(m(t,i[e],i),!0)}function m(t,e,i){var n;if(t)if(t.forEach)t.forEach(e,i);else if(t.length!==o)for(n=0;n\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",r=t.console&&(t.console.warn||t.console.log);return r&&r.call(t.console,n,o),e.apply(this,arguments)}}n="function"!=typeof Object.assign?function(t){if(t===o||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),i=1;i-1}function $(t){return t.trim().split(/\s+/g)}function E(t,e,i){if(t.indexOf&&!i)return t.indexOf(e);for(var o=0;oi[e]})),o}function I(t,e){for(var i,n,a=e[0].toUpperCase()+e.slice(1),s=0;s1&&!i.firstMultiple?i.firstMultiple=Q(e):1===r&&(i.firstMultiple=!1);var a=i.firstInput,s=i.firstMultiple,l=s?s.center:a.center,u=e.center=tt(n);e.timeStamp=d(),e.deltaTime=e.timeStamp-a.timeStamp,e.angle=nt(l,u),e.distance=ot(l,u),function(t,e){var i=e.center,o=t.offsetDelta||{},n=t.prevDelta||{},r=t.prevInput||{};e.eventType!==N&&r.eventType!==R||(n=t.prevDelta={x:r.deltaX||0,y:r.deltaY||0},o=t.offsetDelta={x:i.x,y:i.y}),e.deltaX=n.x+(i.x-o.x),e.deltaY=n.y+(i.y-o.y)}(i,e),e.offsetDirection=it(e.deltaX,e.deltaY);var h,m,p=et(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=p.x,e.overallVelocityY=p.y,e.overallVelocity=c(p.x)>c(p.y)?p.x:p.y,e.scale=s?(h=s.pointers,ot((m=n)[0],m[1],q)/ot(h[0],h[1],q)):1,e.rotation=s?function(t,e){return nt(e[1],e[0],q)+nt(t[1],t[0],q)}(s.pointers,n):0,e.maxPointers=i.prevInput?e.pointers.length>i.prevInput.maxPointers?e.pointers.length:i.prevInput.maxPointers:e.pointers.length,function(t,e){var i,n,r,a,s=t.lastInterval||e,l=e.timeStamp-s.timeStamp;if(e.eventType!=F&&(l>P||s.velocity===o)){var d=e.deltaX-s.deltaX,u=e.deltaY-s.deltaY,h=et(l,d,u);n=h.x,r=h.y,i=c(h.x)>c(h.y)?h.x:h.y,a=it(d,u),t.lastInterval=e}else i=s.velocity,n=s.velocityX,r=s.velocityY,a=s.direction;e.velocity=i,e.velocityX=n,e.velocityY=r,e.direction=a}(i,e);var f=t.element;k(e.srcEvent.target,f)&&(f=e.srcEvent.target),e.target=f}(t,i),t.emit("hammer.input",i),t.recognize(i),t.session.prevInput=i}function Q(t){for(var e=[],i=0;i=c(e)?t<0?B:U:e<0?H:Y}function ot(t,e,i){i||(i=G);var o=e[i[0]]-t[i[0]],n=e[i[1]]-t[i[1]];return Math.sqrt(o*o+n*n)}function nt(t,e,i){i||(i=G);var o=e[i[0]]-t[i[0]],n=e[i[1]]-t[i[1]];return 180*Math.atan2(n,o)/Math.PI}Z.prototype={handler:function(){},init:function(){this.evEl&&x(this.element,this.evEl,this.domHandler),this.evTarget&&x(this.target,this.evTarget,this.domHandler),this.evWin&&x(z(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&w(this.element,this.evEl,this.domHandler),this.evTarget&&w(this.target,this.evTarget,this.domHandler),this.evWin&&w(z(this.element),this.evWin,this.domHandler)}};var rt={mousedown:N,mousemove:2,mouseup:R},at="mousedown",st="mousemove mouseup";function lt(){this.evEl=at,this.evWin=st,this.pressed=!1,Z.apply(this,arguments)}_(lt,Z,{handler:function(t){var e=rt[t.type];e&N&&0===t.button&&(this.pressed=!0),2&e&&1!==t.which&&(e=R),this.pressed&&(e&R&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:L,srcEvent:t}))}});var ct={pointerdown:N,pointermove:2,pointerup:R,pointercancel:F,pointerout:F},dt={2:D,3:"pen",4:L,5:"kinect"},ut="pointerdown",ht="pointermove pointerup pointercancel";function mt(){this.evEl=ut,this.evWin=ht,Z.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}t.MSPointerEvent&&!t.PointerEvent&&(ut="MSPointerDown",ht="MSPointerMove MSPointerUp MSPointerCancel"),_(mt,Z,{handler:function(t){var e=this.store,i=!1,o=t.type.toLowerCase().replace("ms",""),n=ct[o],r=dt[t.pointerType]||t.pointerType,a=r==D,s=E(e,t.pointerId,"pointerId");n&N&&(0===t.button||a)?s<0&&(e.push(t),s=e.length-1):n&(R|F)&&(i=!0),s<0||(e[s]=t,this.callback(this.manager,n,{pointers:e,changedPointers:[t],pointerType:r,srcEvent:t}),i&&e.splice(s,1))}});var pt={touchstart:N,touchmove:2,touchend:R,touchcancel:F};function ft(){this.evTarget="touchstart",this.evWin="touchstart touchmove touchend touchcancel",this.started=!1,Z.apply(this,arguments)}function gt(t,e){var i=A(t.touches),o=A(t.changedTouches);return e&(R|F)&&(i=S(i.concat(o),"identifier")),[i,o]}_(ft,Z,{handler:function(t){var e=pt[t.type];if(e===N&&(this.started=!0),this.started){var i=gt.call(this,t,e);e&(R|F)&&i[0].length-i[1].length==0&&(this.started=!1),this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:D,srcEvent:t})}}});var _t={touchstart:N,touchmove:2,touchend:R,touchcancel:F},vt="touchstart touchmove touchend touchcancel";function bt(){this.evTarget=vt,this.targetIds={},Z.apply(this,arguments)}function yt(t,e){var i=A(t.touches),o=this.targetIds;if(e&(2|N)&&1===i.length)return o[i[0].identifier]=!0,[i,i];var n,r,a=A(t.changedTouches),s=[],l=this.target;if(r=i.filter((function(t){return k(t.target,l)})),e===N)for(n=0;n-1&&o.splice(t,1)}),xt)}}function $t(t){for(var e=t.srcEvent.clientX,i=t.srcEvent.clientY,o=0;o-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){var e=this,i=this.state;function o(i){e.manager.emit(i,t)}i<8&&o(e.options.event+Rt(i)),o(e.options.event),t.additionalEvent&&o(t.additionalEvent),i>=8&&o(e.options.event+Rt(i))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=Pt},canEmit:function(){for(var t=0;te.threshold&&n&e.direction},attrTest:function(t){return Bt.prototype.attrTest.call(this,t)&&(2&this.state||!(2&this.state)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=Ft(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),_(Ht,Bt,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[zt]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||2&this.state)},emit:function(t){if(1!==t.scale){var e=t.scale<1?"in":"out";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),_(Yt,Nt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[It]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,o=t.distancee.time;if(this._input=t,!o||!i||t.eventType&(R|F)&&!n)this.reset();else if(t.eventType&N)this.reset(),this._timer=u((function(){this.state=8,this.tryEmit()}),e.time,this);else if(t.eventType&R)return 8;return Pt},reset:function(){clearTimeout(this._timer)},emit:function(t){8===this.state&&(t&&t.eventType&R?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=d(),this.manager.emit(this.options.event,this._input)))}}),_(Wt,Bt,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[zt]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||2&this.state)}}),_(Xt,Bt,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:W|X,pointers:1},getTouchAction:function(){return Ut.prototype.getTouchAction.call(this)},attrTest:function(t){var e,i=this.options.direction;return i&(W|X)?e=t.overallVelocity:i&W?e=t.overallVelocityX:i&X&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&i&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&c(e)>this.options.velocity&&t.eventType&R},emit:function(t){var e=Ft(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),_(Kt,Nt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Tt]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,o=t.distance{const e=t.center.x,i=t.target.getBoundingClientRect().left,o=t.target.clientWidth;return Math.max(Math.min(1,(e-i)/o),0)};let ql=class extends ht{constructor(){super(...arguments),this.disabled=!1,this.inactive=!1,this.step=1,this.min=0,this.max=100,this.controlled=!1}valueToPercentage(t){return(t-this.min)/(this.max-this.min)}percentageToValue(t){return(this.max-this.min)*t+this.min}firstUpdated(t){super.firstUpdated(t),this.setupListeners()}connectedCallback(){super.connectedCallback(),this.setupListeners()}disconnectedCallback(){super.disconnectedCallback(),this.destroyListeners()}setupListeners(){if(this.slider&&!this._mc){const t=(t=>{const e=window.getComputedStyle(t).getPropertyValue("--slider-threshold"),i=parseFloat(e);return isNaN(i)?10:i})(this.slider);let e;this._mc=new Hammer.Manager(this.slider,{touchAction:"pan-y"}),this._mc.add(new Hammer.Pan({threshold:t,direction:Hammer.DIRECTION_ALL,enable:!0})),this._mc.add(new Hammer.Tap({event:"singletap"})),this._mc.on("panstart",(()=>{this.disabled||(this.controlled=!0,e=this.value)})),this._mc.on("pancancel",(()=>{this.disabled||(this.controlled=!1,this.value=e)})),this._mc.on("panmove",(t=>{if(this.disabled)return;const e=Gl(t);this.value=this.percentageToValue(e),this.dispatchEvent(new CustomEvent("current-change",{detail:{value:Math.round(this.value/this.step)*this.step}}))})),this._mc.on("panend",(t=>{if(this.disabled)return;this.controlled=!1;const e=Gl(t);this.value=Math.round(this.percentageToValue(e)/this.step)*this.step,this.dispatchEvent(new CustomEvent("current-change",{detail:{value:void 0}})),this.dispatchEvent(new CustomEvent("change",{detail:{value:this.value}}))})),this._mc.on("singletap",(t=>{if(this.disabled)return;const e=Gl(t);this.value=Math.round(this.percentageToValue(e)/this.step)*this.step,this.dispatchEvent(new CustomEvent("change",{detail:{value:this.value}}))}))}}destroyListeners(){this._mc&&(this._mc.destroy(),this._mc=void 0)}render(){var t;return Y` + * Licensed under the MIT license */Gl={exports:{}},function(t,e,i,o){var n,r=["","webkit","Moz","MS","ms","o"],a=e.createElement("div"),s="function",l=Math.round,c=Math.abs,d=Date.now;function u(t,e,i){return setTimeout(v(t,i),e)}function h(t,e,i){return!!Array.isArray(t)&&(m(t,i[e],i),!0)}function m(t,e,i){var n;if(t)if(t.forEach)t.forEach(e,i);else if(t.length!==o)for(n=0;n\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",r=t.console&&(t.console.warn||t.console.log);return r&&r.call(t.console,n,o),e.apply(this,arguments)}}n="function"!=typeof Object.assign?function(t){if(t===o||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),i=1;i-1}function $(t){return t.trim().split(/\s+/g)}function E(t,e,i){if(t.indexOf&&!i)return t.indexOf(e);for(var o=0;oi[e]})),o}function I(t,e){for(var i,n,a=e[0].toUpperCase()+e.slice(1),s=0;s1&&!i.firstMultiple?i.firstMultiple=Q(e):1===r&&(i.firstMultiple=!1);var a=i.firstInput,s=i.firstMultiple,l=s?s.center:a.center,u=e.center=tt(n);e.timeStamp=d(),e.deltaTime=e.timeStamp-a.timeStamp,e.angle=nt(l,u),e.distance=ot(l,u),function(t,e){var i=e.center,o=t.offsetDelta||{},n=t.prevDelta||{},r=t.prevInput||{};e.eventType!==N&&r.eventType!==R||(n=t.prevDelta={x:r.deltaX||0,y:r.deltaY||0},o=t.offsetDelta={x:i.x,y:i.y}),e.deltaX=n.x+(i.x-o.x),e.deltaY=n.y+(i.y-o.y)}(i,e),e.offsetDirection=it(e.deltaX,e.deltaY);var h,m,p=et(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=p.x,e.overallVelocityY=p.y,e.overallVelocity=c(p.x)>c(p.y)?p.x:p.y,e.scale=s?(h=s.pointers,ot((m=n)[0],m[1],q)/ot(h[0],h[1],q)):1,e.rotation=s?function(t,e){return nt(e[1],e[0],q)+nt(t[1],t[0],q)}(s.pointers,n):0,e.maxPointers=i.prevInput?e.pointers.length>i.prevInput.maxPointers?e.pointers.length:i.prevInput.maxPointers:e.pointers.length,function(t,e){var i,n,r,a,s=t.lastInterval||e,l=e.timeStamp-s.timeStamp;if(e.eventType!=F&&(l>P||s.velocity===o)){var d=e.deltaX-s.deltaX,u=e.deltaY-s.deltaY,h=et(l,d,u);n=h.x,r=h.y,i=c(h.x)>c(h.y)?h.x:h.y,a=it(d,u),t.lastInterval=e}else i=s.velocity,n=s.velocityX,r=s.velocityY,a=s.direction;e.velocity=i,e.velocityX=n,e.velocityY=r,e.direction=a}(i,e);var f=t.element;k(e.srcEvent.target,f)&&(f=e.srcEvent.target),e.target=f}(t,i),t.emit("hammer.input",i),t.recognize(i),t.session.prevInput=i}function Q(t){for(var e=[],i=0;i=c(e)?t<0?B:U:e<0?H:Y}function ot(t,e,i){i||(i=G);var o=e[i[0]]-t[i[0]],n=e[i[1]]-t[i[1]];return Math.sqrt(o*o+n*n)}function nt(t,e,i){i||(i=G);var o=e[i[0]]-t[i[0]],n=e[i[1]]-t[i[1]];return 180*Math.atan2(n,o)/Math.PI}Z.prototype={handler:function(){},init:function(){this.evEl&&x(this.element,this.evEl,this.domHandler),this.evTarget&&x(this.target,this.evTarget,this.domHandler),this.evWin&&x(z(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&w(this.element,this.evEl,this.domHandler),this.evTarget&&w(this.target,this.evTarget,this.domHandler),this.evWin&&w(z(this.element),this.evWin,this.domHandler)}};var rt={mousedown:N,mousemove:2,mouseup:R},at="mousedown",st="mousemove mouseup";function lt(){this.evEl=at,this.evWin=st,this.pressed=!1,Z.apply(this,arguments)}_(lt,Z,{handler:function(t){var e=rt[t.type];e&N&&0===t.button&&(this.pressed=!0),2&e&&1!==t.which&&(e=R),this.pressed&&(e&R&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:L,srcEvent:t}))}});var ct={pointerdown:N,pointermove:2,pointerup:R,pointercancel:F,pointerout:F},dt={2:D,3:"pen",4:L,5:"kinect"},ut="pointerdown",ht="pointermove pointerup pointercancel";function mt(){this.evEl=ut,this.evWin=ht,Z.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}t.MSPointerEvent&&!t.PointerEvent&&(ut="MSPointerDown",ht="MSPointerMove MSPointerUp MSPointerCancel"),_(mt,Z,{handler:function(t){var e=this.store,i=!1,o=t.type.toLowerCase().replace("ms",""),n=ct[o],r=dt[t.pointerType]||t.pointerType,a=r==D,s=E(e,t.pointerId,"pointerId");n&N&&(0===t.button||a)?s<0&&(e.push(t),s=e.length-1):n&(R|F)&&(i=!0),s<0||(e[s]=t,this.callback(this.manager,n,{pointers:e,changedPointers:[t],pointerType:r,srcEvent:t}),i&&e.splice(s,1))}});var pt={touchstart:N,touchmove:2,touchend:R,touchcancel:F};function ft(){this.evTarget="touchstart",this.evWin="touchstart touchmove touchend touchcancel",this.started=!1,Z.apply(this,arguments)}function gt(t,e){var i=A(t.touches),o=A(t.changedTouches);return e&(R|F)&&(i=S(i.concat(o),"identifier")),[i,o]}_(ft,Z,{handler:function(t){var e=pt[t.type];if(e===N&&(this.started=!0),this.started){var i=gt.call(this,t,e);e&(R|F)&&i[0].length-i[1].length==0&&(this.started=!1),this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:D,srcEvent:t})}}});var _t={touchstart:N,touchmove:2,touchend:R,touchcancel:F},vt="touchstart touchmove touchend touchcancel";function bt(){this.evTarget=vt,this.targetIds={},Z.apply(this,arguments)}function yt(t,e){var i=A(t.touches),o=this.targetIds;if(e&(2|N)&&1===i.length)return o[i[0].identifier]=!0,[i,i];var n,r,a=A(t.changedTouches),s=[],l=this.target;if(r=i.filter((function(t){return k(t.target,l)})),e===N)for(n=0;n-1&&o.splice(t,1)}),xt)}}function $t(t){for(var e=t.srcEvent.clientX,i=t.srcEvent.clientY,o=0;o-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){var e=this,i=this.state;function o(i){e.manager.emit(i,t)}i<8&&o(e.options.event+Rt(i)),o(e.options.event),t.additionalEvent&&o(t.additionalEvent),i>=8&&o(e.options.event+Rt(i))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=Pt},canEmit:function(){for(var t=0;te.threshold&&n&e.direction},attrTest:function(t){return Bt.prototype.attrTest.call(this,t)&&(2&this.state||!(2&this.state)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=Ft(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),_(Ht,Bt,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[zt]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||2&this.state)},emit:function(t){if(1!==t.scale){var e=t.scale<1?"in":"out";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),_(Yt,Nt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[It]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,o=t.distancee.time;if(this._input=t,!o||!i||t.eventType&(R|F)&&!n)this.reset();else if(t.eventType&N)this.reset(),this._timer=u((function(){this.state=8,this.tryEmit()}),e.time,this);else if(t.eventType&R)return 8;return Pt},reset:function(){clearTimeout(this._timer)},emit:function(t){8===this.state&&(t&&t.eventType&R?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=d(),this.manager.emit(this.options.event,this._input)))}}),_(Wt,Bt,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[zt]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||2&this.state)}}),_(Xt,Bt,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:W|X,pointers:1},getTouchAction:function(){return Ut.prototype.getTouchAction.call(this)},attrTest:function(t){var e,i=this.options.direction;return i&(W|X)?e=t.overallVelocity:i&W?e=t.overallVelocityX:i&X&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&i&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&c(e)>this.options.velocity&&t.eventType&R},emit:function(t){var e=Ft(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),_(Kt,Nt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Tt]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,o=t.distance{const e=t.center.x,i=t.target.getBoundingClientRect().left,o=t.target.clientWidth;return Math.max(Math.min(1,(e-i)/o),0)};let Zl=class extends ht{constructor(){super(...arguments),this.disabled=!1,this.inactive=!1,this.step=1,this.min=0,this.max=100,this.controlled=!1}valueToPercentage(t){return(t-this.min)/(this.max-this.min)}percentageToValue(t){return(this.max-this.min)*t+this.min}firstUpdated(t){super.firstUpdated(t),this.setupListeners()}connectedCallback(){super.connectedCallback(),this.setupListeners()}disconnectedCallback(){super.disconnectedCallback(),this.destroyListeners()}setupListeners(){if(this.slider&&!this._mc){const t=(t=>{const e=window.getComputedStyle(t).getPropertyValue("--slider-threshold"),i=parseFloat(e);return isNaN(i)?10:i})(this.slider);let e;this._mc=new Hammer.Manager(this.slider,{touchAction:"pan-y"}),this._mc.add(new Hammer.Pan({threshold:t,direction:Hammer.DIRECTION_ALL,enable:!0})),this._mc.add(new Hammer.Tap({event:"singletap"})),this._mc.on("panstart",(()=>{this.disabled||(this.controlled=!0,e=this.value)})),this._mc.on("pancancel",(()=>{this.disabled||(this.controlled=!1,this.value=e)})),this._mc.on("panmove",(t=>{if(this.disabled)return;const e=ql(t);this.value=this.percentageToValue(e),this.dispatchEvent(new CustomEvent("current-change",{detail:{value:Math.round(this.value/this.step)*this.step}}))})),this._mc.on("panend",(t=>{if(this.disabled)return;this.controlled=!1;const e=ql(t);this.value=Math.round(this.percentageToValue(e)/this.step)*this.step,this.dispatchEvent(new CustomEvent("current-change",{detail:{value:void 0}})),this.dispatchEvent(new CustomEvent("change",{detail:{value:this.value}}))})),this._mc.on("singletap",(t=>{if(this.disabled)return;const e=ql(t);this.value=Math.round(this.percentageToValue(e)/this.step)*this.step,this.dispatchEvent(new CustomEvent("change",{detail:{value:this.value}}))}))}}destroyListeners(){this._mc&&(this._mc.destroy(),this._mc=void 0)}render(){var t;return Y`
${this.showActive?Y`
`:K} @@ -2233,7 +2241,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s .controlled .slider .slider-track-indicator { transition: none; } - `}};function Zl(t){return null!=t.attributes.current_position?Math.round(t.attributes.current_position):void 0}function Jl(t){const e=t.state;return"open"===e||"opening"===e?"var(--rgb-state-cover-open)":"closed"===e||"closing"===e?"var(--rgb-state-cover-closed)":"var(--rgb-disabled)"}n([_t({type:Boolean})],ql.prototype,"disabled",void 0),n([_t({type:Boolean})],ql.prototype,"inactive",void 0),n([_t({type:Boolean,attribute:"show-active"})],ql.prototype,"showActive",void 0),n([_t({type:Boolean,attribute:"show-indicator"})],ql.prototype,"showIndicator",void 0),n([_t({attribute:!1,type:Number,reflect:!0})],ql.prototype,"value",void 0),n([_t({type:Number})],ql.prototype,"step",void 0),n([_t({type:Number})],ql.prototype,"min",void 0),n([_t({type:Number})],ql.prototype,"max",void 0),n([vt()],ql.prototype,"controlled",void 0),n([xt("#slider")],ql.prototype,"slider",void 0),ql=n([pt("mushroom-slider")],ql);let Ql=class extends ht{onChange(t){const e=t.detail.value;this.hass.callService("cover","set_cover_position",{entity_id:this.entity.entity_id,position:e})}onCurrentChange(t){const e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}render(){const t=Zl(this.entity);return Y` + `}};function Jl(t){return null!=t.attributes.current_position?Math.round(t.attributes.current_position):void 0}function Ql(t){const e=t.state;return"open"===e||"opening"===e?"var(--rgb-state-cover-open)":"closed"===e||"closing"===e?"var(--rgb-state-cover-closed)":"var(--rgb-disabled)"}n([_t({type:Boolean})],Zl.prototype,"disabled",void 0),n([_t({type:Boolean})],Zl.prototype,"inactive",void 0),n([_t({type:Boolean,attribute:"show-active"})],Zl.prototype,"showActive",void 0),n([_t({type:Boolean,attribute:"show-indicator"})],Zl.prototype,"showIndicator",void 0),n([_t({attribute:!1,type:Number,reflect:!0})],Zl.prototype,"value",void 0),n([_t({type:Number})],Zl.prototype,"step",void 0),n([_t({type:Number})],Zl.prototype,"min",void 0),n([_t({type:Number})],Zl.prototype,"max",void 0),n([vt()],Zl.prototype,"controlled",void 0),n([xt("#slider")],Zl.prototype,"slider",void 0),Zl=n([pt("mushroom-slider")],Zl);let tc=class extends ht{onChange(t){const e=t.detail.value;this.hass.callService("cover","set_cover_position",{entity_id:this.entity.entity_id,position:e})}onCurrentChange(t){const e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}render(){const t=Jl(this.entity);return Y` - `}static get styles(){const t=tc.map((([t,e])=>`${e} ${100*t}%`)).join(", ");return h` + `}static get styles(){const t=ec.map((([t,e])=>`${e} ${100*t}%`)).join(", ");return h` mushroom-slider { --main-color: var(--slider-color); --bg-color: var(--slider-bg-color); --gradient: -webkit-linear-gradient(right, ${u(t)}); } - `}};n([_t({attribute:!1})],ec.prototype,"hass",void 0),n([_t({attribute:!1})],ec.prototype,"entity",void 0),ec=n([pt("mushroom-cover-tilt-position-control")],ec);const ic={buttons_control:"mdi:gesture-tap-button",position_control:"mdi:gesture-swipe-horizontal",tilt_position_control:"mdi:rotate-right"};Ns({type:Hl,name:"Mushroom Cover Card",description:"Card for cover entity"});let oc=class extends Ls{static async getConfigElement(){return await Promise.resolve().then((function(){return xf})),document.createElement(Yl)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Wl.includes(t.split(".")[0])));return{type:`custom:${Hl}`,entity:e[0]}}get hasControls(){return this._controls.length>0}get _nextControl(){var t;if(this._activeControl)return null!==(t=this._controls[this._controls.indexOf(this._activeControl)+1])&&void 0!==t?t:this._controls[0]}_onNextControlTap(t){t.stopPropagation(),this._activeControl=this._nextControl}getCardSize(){return 1}setConfig(t){super.setConfig(Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)),this.updateActiveControl(),this.updatePosition()}get _controls(){if(!this._config||!this._stateObj)return[];const t=[];return this._config.show_buttons_control&&t.push("buttons_control"),this._config.show_position_control&&t.push("position_control"),this._config.show_tilt_position_control&&t.push("tilt_position_control"),t}updateActiveControl(){const t=!!this._activeControl&&this._controls.includes(this._activeControl);this._activeControl=t?this._activeControl:this._controls[0]}updated(t){super.updated(t),this.hass&&t.has("hass")&&(this.updatePosition(),this.updateActiveControl())}updatePosition(){this.position=void 0;const t=this._stateObj;t&&(this.position=Zl(t))}onCurrentPositionChange(t){null!=t.detail.value&&(this.position=t.detail.value)}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this.hass||!this._config||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=Es(this._config),n=as(t,o.icon_type);let r=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities);this.position&&(r+=` - ${this.position}${oe(this.hass.locale)}%`);const a=Ie(this.hass);return Y` + `}};n([_t({attribute:!1})],ic.prototype,"hass",void 0),n([_t({attribute:!1})],ic.prototype,"entity",void 0),ic=n([pt("mushroom-cover-tilt-position-control")],ic);const oc={buttons_control:"mdi:gesture-tap-button",position_control:"mdi:gesture-swipe-horizontal",tilt_position_control:"mdi:rotate-right"};Rs({type:Yl,name:"Mushroom Cover Card",description:"Card for cover entity"});let nc=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return wf})),document.createElement(Wl)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Xl.includes(t.split(".")[0])));return{type:`custom:${Yl}`,entity:e[0]}}get hasControls(){return this._controls.length>0}get _nextControl(){var t;if(this._activeControl)return null!==(t=this._controls[this._controls.indexOf(this._activeControl)+1])&&void 0!==t?t:this._controls[0]}_onNextControlTap(t){t.stopPropagation(),this._activeControl=this._nextControl}getCardSize(){return 1}setConfig(t){super.setConfig(Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)),this.updateActiveControl(),this.updatePosition()}get _controls(){if(!this._config||!this._stateObj)return[];const t=[];return this._config.show_buttons_control&&t.push("buttons_control"),this._config.show_position_control&&t.push("position_control"),this._config.show_tilt_position_control&&t.push("tilt_position_control"),t}updateActiveControl(){const t=!!this._activeControl&&this._controls.includes(this._activeControl);this._activeControl=t?this._activeControl:this._controls[0]}updated(t){super.updated(t),this.hass&&t.has("hass")&&(this.updatePosition(),this.updateActiveControl())}updatePosition(){this.position=void 0;const t=this._stateObj;t&&(this.position=Jl(t))}onCurrentPositionChange(t){null!=t.detail.value&&(this.position=t.detail.value)}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this.hass||!this._config||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=As(this._config),n=ss(t,o.icon_type);let r=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities);this.position&&(r+=` - ${this.position}${oe(this.hass.locale)}%`);const a=Ie(this.hass);return Y` - `}renderIcon(t,e){const i={},o=Ut(t),n=Jl(t);return i["--icon-color"]=`rgb(${n})`,i["--shape-color"]=`rgba(${n}, 0.2)`,Y` + `}renderIcon(t,e){const i={},o=Ut(t),n=Ql(t);return i["--icon-color"]=`rgb(${n})`,i["--shape-color"]=`rgba(${n}, 0.2)`,Y` `}renderNextControlButton(){return this._nextControl&&this._nextControl!=this._activeControl?Y` - + `:K}renderActiveControl(t,e){switch(this._activeControl){case"buttons_control":return Y` - `;case"position_control":{const e=Jl(t),i={};return i["--slider-color"]=`rgb(${e})`,i["--slider-bg-color"]=`rgba(${e}, 0.2)`,Y` + `;case"position_control":{const e=Ql(t),i={};return i["--slider-color"]=`rgb(${e})`,i["--slider-bg-color"]=`rgba(${e}, 0.2)`,Y` - `}case"tilt_position_control":{const e=Jl(t),i={};return i["--slider-color"]=`rgb(${e})`,i["--slider-bg-color"]=`rgba(${e}, 0.2)`,Y` + `}case"tilt_position_control":{const e=Ql(t),i={};return i["--slider-color"]=`rgb(${e})`,i["--slider-bg-color"]=`rgba(${e}, 0.2)`,Y` - `}default:return K}}static get styles(){return[super.styles,Ps,h` + `}default:return K}}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -2333,9 +2341,9 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-cover-tilt-position-control { flex: 1; } - `]}};n([vt()],oc.prototype,"_activeControl",void 0),n([vt()],oc.prototype,"position",void 0),oc=n([pt(Hl)],oc);const nc=`${Rs}-entity-card`,rc=`${nc}-editor`;Ns({type:nc,name:"Mushroom Entity Card",description:"Card for all entities"});let ac=class extends Ls{static async getConfigElement(){return await Promise.resolve().then((function(){return $f})),document.createElement(rc)}static async getStubConfig(t){const e=Object.keys(t.states);return{type:`custom:${nc}`,entity:e[0]}}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=Es(this._config),n=as(t,o.icon_type),r=Ie(this.hass);return Y` + `]}};n([vt()],nc.prototype,"_activeControl",void 0),n([vt()],nc.prototype,"position",void 0),nc=n([pt(Yl)],nc);const rc=`${Fs}-entity-card`,ac=`${rc}-editor`;Rs({type:rc,name:"Mushroom Entity Card",description:"Card for all entities"});let sc=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return Ef})),document.createElement(ac)}static async getStubConfig(t){const e=Object.keys(t.states);return{type:`custom:${rc}`,entity:e[0]}}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=As(this._config),n=ss(t,o.icon_type),r=Ie(this.hass);return Y` - `}renderIcon(t,e){var i;const o=Bt(t),n={},r=null===(i=this._config)||void 0===i?void 0:i.icon_color;if(r){const t=Za(r);n["--icon-color"]=`rgb(${t})`,n["--shape-color"]=`rgba(${t}, 0.2)`}return Y` + `}renderIcon(t,e){var i;const o=Bt(t),n={},r=null===(i=this._config)||void 0===i?void 0:i.icon_color;if(r){const t=Ja(r);n["--icon-color"]=`rgb(${t})`,n["--shape-color"]=`rgba(${t}, 0.2)`}return Y` - `}static get styles(){return[super.styles,Ps,h` + `}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -2370,9 +2378,9 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s --icon-color: rgb(var(--rgb-state-entity)); --shape-color: rgba(var(--rgb-state-entity), 0.2); } - `]}};ac=n([pt(nc)],ac);const sc=`${Rs}-fan-card`,lc=`${sc}-editor`,cc=["fan"];function dc(t){return null!=t.attributes.percentage?Math.round(t.attributes.percentage):void 0}function uc(t){return null!=t.attributes.oscillating&&Boolean(t.attributes.oscillating)}let hc=class extends ht{_onTap(t){t.stopPropagation();const e=uc(this.entity);this.hass.callService("fan","oscillate",{entity_id:this.entity.entity_id,oscillating:!e})}render(){const t=uc(this.entity),e=Bt(this.entity);return Y` + `]}};sc=n([pt(rc)],sc);const lc=`${Fs}-fan-card`,cc=`${lc}-editor`,dc=["fan"];function uc(t){return null!=t.attributes.percentage?Math.round(t.attributes.percentage):void 0}function hc(t){return null!=t.attributes.oscillating&&Boolean(t.attributes.oscillating)}let mc=class extends ht{_onTap(t){t.stopPropagation();const e=hc(this.entity);this.hass.callService("fan","oscillate",{entity_id:this.entity.entity_id,oscillating:!e})}render(){const t=hc(this.entity),e=Bt(this.entity);return Y` @@ -2388,7 +2396,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s --icon-color: rgb(var(--rgb-state-fan)); --bg-color: rgba(var(--rgb-state-fan), 0.2); } - `}};n([_t({attribute:!1})],hc.prototype,"hass",void 0),n([_t({attribute:!1})],hc.prototype,"entity",void 0),hc=n([pt("mushroom-fan-oscillate-control")],hc);let mc=class extends ht{onChange(t){const e=t.detail.value;this.hass.callService("fan","set_percentage",{entity_id:this.entity.entity_id,percentage:e})}onCurrentChange(t){const e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}render(){const t=dc(this.entity);return Y` + `}};n([_t({attribute:!1})],mc.prototype,"hass",void 0),n([_t({attribute:!1})],mc.prototype,"entity",void 0),mc=n([pt("mushroom-fan-oscillate-control")],mc);let pc=class extends ht{onChange(t){const e=t.detail.value;this.hass.callService("fan","set_percentage",{entity_id:this.entity.entity_id,percentage:e})}onCurrentChange(t){const e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}render(){const t=uc(this.entity);return Y` cc.includes(t.split(".")[0])));return{type:`custom:${sc}`,entity:e[0]}}get hasControls(){var t,e;return Boolean(null===(t=this._config)||void 0===t?void 0:t.show_percentage_control)||Boolean(null===(e=this._config)||void 0===e?void 0:e.show_oscillate_control)}setConfig(t){super.setConfig(Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)),this.updatePercentage()}updated(t){super.updated(t),this.hass&&t.has("hass")&&this.updatePercentage()}updatePercentage(){this.percentage=void 0;const t=this._stateObj;this._config&&this.hass&&t&&(this.percentage=dc(t))}onCurrentPercentageChange(t){null!=t.detail.value&&(this.percentage=Math.round(t.detail.value))}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=Es(this._config),n=as(t,o.icon_type);let r=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities);null!=this.percentage&&"on"===t.state&&(r=`${this.percentage}${oe(this.hass.locale)}%`);const a=Ie(this.hass),s=(!this._config.collapsible_controls||Bt(t))&&(this._config.show_percentage_control||this._config.show_oscillate_control);return Y` + `}};n([_t({attribute:!1})],pc.prototype,"hass",void 0),n([_t({attribute:!1})],pc.prototype,"entity",void 0),pc=n([pt("mushroom-fan-percentage-control")],pc),Rs({type:lc,name:"Mushroom Fan Card",description:"Card for fan entity"});let fc=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return zf})),document.createElement(cc)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>dc.includes(t.split(".")[0])));return{type:`custom:${lc}`,entity:e[0]}}get hasControls(){var t,e;return Boolean(null===(t=this._config)||void 0===t?void 0:t.show_percentage_control)||Boolean(null===(e=this._config)||void 0===e?void 0:e.show_oscillate_control)}setConfig(t){super.setConfig(Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)),this.updatePercentage()}updated(t){super.updated(t),this.hass&&t.has("hass")&&this.updatePercentage()}updatePercentage(){this.percentage=void 0;const t=this._stateObj;this._config&&this.hass&&t&&(this.percentage=uc(t))}onCurrentPercentageChange(t){null!=t.detail.value&&(this.percentage=Math.round(t.detail.value))}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=As(this._config),n=ss(t,o.icon_type);let r=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities);null!=this.percentage&&"on"===t.state&&(r=`${this.percentage}${oe(this.hass.locale)}%`);const a=Ie(this.hass),s=(!this._config.collapsible_controls||Bt(t))&&(this._config.show_percentage_control||this._config.show_oscillate_control);return Y` - `}renderIcon(t,e){var i;let o={};const n=dc(t),r=Bt(t);if(r)if(n){const t=1.5*(n/100)**.5;o["--animation-duration"]=1/t+"s"}else o["--animation-duration"]="1s";return Y` + `}renderIcon(t,e){var i;let o={};const n=uc(t),r=Bt(t);if(r)if(n){const t=1.5*(n/100)**.5;o["--animation-duration"]=1/t+"s"}else o["--animation-duration"]="1s";return Y` - `}static get styles(){return[super.styles,Ps,h` + `}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -2464,7 +2472,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-fan-percentage-control { flex: 1; } - `]}};n([vt()],pc.prototype,"percentage",void 0),pc=n([pt(sc)],pc);const fc=`${Rs}-humidifier-card`,gc=`${fc}-editor`,_c=["humidifier"];let vc=class extends ht{onChange(t){const e=t.detail.value;this.hass.callService("humidifier","set_humidity",{entity_id:this.entity.entity_id,humidity:e})}onCurrentChange(t){const e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}render(){const t=this.entity.attributes.max_humidity||100,e=this.entity.attributes.min_humidity||0;return Y`_c.includes(t.split(".")[0])));return{type:`custom:${fc}`,entity:e[0]}}get hasControls(){var t;return Boolean(null===(t=this._config)||void 0===t?void 0:t.show_target_humidity_control)}setConfig(t){super.setConfig(Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t))}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}onCurrentHumidityChange(t){null!=t.detail.value&&(this.humidity=t.detail.value)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=Es(this._config),n=as(t,o.icon_type);let r=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities);this.humidity&&(r=`${this.humidity}${oe(this.hass.locale)}%`);const a=Ie(this.hass),s=(!this._config.collapsible_controls||Bt(t))&&this._config.show_target_humidity_control;return Y` + `}};n([_t({attribute:!1})],bc.prototype,"hass",void 0),n([_t({attribute:!1})],bc.prototype,"entity",void 0),n([_t({attribute:!1})],bc.prototype,"color",void 0),bc=n([pt("mushroom-humidifier-humidity-control")],bc),Rs({type:gc,name:"Mushroom Humidifier Card",description:"Card for humidifier entity"});let yc=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return Lf})),document.createElement(_c)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>vc.includes(t.split(".")[0])));return{type:`custom:${gc}`,entity:e[0]}}get hasControls(){var t;return Boolean(null===(t=this._config)||void 0===t?void 0:t.show_target_humidity_control)}setConfig(t){super.setConfig(Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t))}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}onCurrentHumidityChange(t){null!=t.detail.value&&(this.humidity=t.detail.value)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=As(this._config),n=ss(t,o.icon_type);let r=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities);this.humidity&&(r=`${this.humidity}${oe(this.hass.locale)}%`);const a=Ie(this.hass),s=(!this._config.collapsible_controls||Bt(t))&&this._config.show_target_humidity_control;return Y` - `}static get styles(){return[super.styles,Ps,h` + `}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -2515,7 +2523,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-humidifier-humidity-control { flex: 1; } - `]}};n([vt()],bc.prototype,"humidity",void 0),bc=n([pt(fc)],bc);const yc=`${Rs}-number-card`,xc=`${yc}-editor`,wc=["number","input_number"];let kc=class extends ht{onChange(t){const e=t.detail.value,i=this.entity.entity_id.split(".")[0];this.hass.callService(i,"set_value",{entity_id:this.entity.entity_id,value:e})}onCurrentChange(t){const e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}render(){var t;const e=Number(this.entity.state),i=null!==(t=ee(this.entity,this.hass.entities[this.entity.entity_id]))&&void 0!==t?t:ie(this.entity.state);return"buttons"===this.displayMode?Y` + `]}};n([vt()],yc.prototype,"humidity",void 0),yc=n([pt(gc)],yc);const xc=`${Fs}-number-card`,wc=`${xc}-editor`,kc=["number","input_number"];let Cc=class extends ht{onChange(t){const e=t.detail.value,i=this.entity.entity_id.split(".")[0];this.hass.callService(i,"set_value",{entity_id:this.entity.entity_id,value:e})}onCurrentChange(t){const e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}render(){var t;const e=Number(this.entity.state),i=null!==(t=ee(this.entity,this.hass.entities[this.entity.entity_id]))&&void 0!==t?t:ie(this.entity.state);return"buttons"===this.displayMode?Y` wc.includes(t.split(".")[0])));return{type:`custom:${yc}`,entity:e[0]}}get hasControls(){return!0}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}onCurrentValueChange(t){null!=t.detail.value&&(this.value=t.detail.value)}updated(t){super.updated(t),this.hass&&t.has("hass")&&this.updateValue()}updateValue(){this.value=void 0;const t=this._stateObj;t&&!Number.isNaN(t.state)&&(this.value=Number(t.state))}render(){var t,e,i;if(!this._config||!this.hass||!this._config.entity)return K;const o=this._stateObj;if(!o)return this.renderNotFound(this._config);const n=this._config.name||o.attributes.friendly_name||"",r=this._config.icon,a=Es(this._config),s=as(o,a.icon_type);let l=this.hass.formatEntityState?this.hass.formatEntityState(o):ne(this.hass.localize,o,this.hass.locale,this.hass.config,this.hass.entities);if(void 0!==this.value){l=`${te(this.value,this.hass.locale,null!==(t=ee(o,this.hass.entities[o.entity_id]))&&void 0!==t?t:ie(o.state))} ${null!==(e=o.attributes.unit_of_measurement)&&void 0!==e?e:""}`}const c=Ie(this.hass),d={},u=null===(i=this._config)||void 0===i?void 0:i.icon_color;if(u){const t=Za(u);d["--slider-color"]=`rgb(${t})`,d["--slider-bg-color"]=`rgba(${t}, 0.2)`}return Y` + `}};n([_t({attribute:!1})],Cc.prototype,"hass",void 0),n([_t({attribute:!1})],Cc.prototype,"entity",void 0),n([_t({attribute:!1})],Cc.prototype,"displayMode",void 0),Cc=n([pt("mushroom-number-value-control")],Cc),Rs({type:xc,name:"Mushroom Number Card",description:"Card for number and input number entity"});let $c=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return Bf})),document.createElement(wc)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>kc.includes(t.split(".")[0])));return{type:`custom:${xc}`,entity:e[0]}}get hasControls(){return!0}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}onCurrentValueChange(t){null!=t.detail.value&&(this.value=t.detail.value)}updated(t){super.updated(t),this.hass&&t.has("hass")&&this.updateValue()}updateValue(){this.value=void 0;const t=this._stateObj;t&&!Number.isNaN(t.state)&&(this.value=Number(t.state))}render(){var t,e,i;if(!this._config||!this.hass||!this._config.entity)return K;const o=this._stateObj;if(!o)return this.renderNotFound(this._config);const n=this._config.name||o.attributes.friendly_name||"",r=this._config.icon,a=As(this._config),s=ss(o,a.icon_type);let l=this.hass.formatEntityState?this.hass.formatEntityState(o):ne(this.hass.localize,o,this.hass.locale,this.hass.config,this.hass.entities);if(void 0!==this.value){l=`${te(this.value,this.hass.locale,null!==(t=ee(o,this.hass.entities[o.entity_id]))&&void 0!==t?t:ie(o.state))} ${null!==(e=o.attributes.unit_of_measurement)&&void 0!==e?e:""}`}const c=Ie(this.hass),d={},u=null===(i=this._config)||void 0===i?void 0:i.icon_color;if(u){const t=Ja(u);d["--slider-color"]=`rgb(${t})`,d["--slider-bg-color"]=`rgba(${t}, 0.2)`}return Y`
- `}renderIcon(t,e){var i;const o=Bt(t),n={},r=null===(i=this._config)||void 0===i?void 0:i.icon_color;if(r){const t=Za(r);n["--icon-color"]=`rgb(${t})`,n["--shape-color"]=`rgba(${t}, 0.2)`}return Y` + `}renderIcon(t,e){var i;const o=Bt(t),n={},r=null===(i=this._config)||void 0===i?void 0:i.icon_color;if(r){const t=Ja(r);n["--icon-color"]=`rgb(${t})`,n["--shape-color"]=`rgba(${t}, 0.2)`}return Y` - `}static get styles(){return[super.styles,Ps,h` + `}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -2598,7 +2606,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-number-value-control { flex: 1; } - `]}};n([vt()],Cc.prototype,"value",void 0),Cc=n([pt(yc)],Cc);const $c=`${Rs}-light-card`,Ec=`${$c}-editor`,Ac=["light"];let Sc=class extends ht{onChange(t){const e=t.detail.value;this.hass.callService("light","turn_on",{entity_id:this.entity.entity_id,brightness_pct:e})}onCurrentChange(t){const e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}render(){const t=bl(this.entity);return Y` + `]}};n([vt()],$c.prototype,"value",void 0),$c=n([pt(xc)],$c);const Ec=`${Fs}-light-card`,Ac=`${Ec}-editor`,Sc=["light"];let Ic=class extends ht{onChange(t){const e=t.detail.value;this.hass.callService("light","turn_on",{entity_id:this.entity.entity_id,brightness_pct:e})}onCurrentChange(t){const e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}render(){const t=yl(this.entity);return Y` - `}static get styles(){const t=Ic.map((([t,e])=>`${e} ${100*t}%`)).join(", ");return h` + `}static get styles(){const t=Tc.map((([t,e])=>`${e} ${100*t}%`)).join(", ");return h` mushroom-slider { --gradient: -webkit-linear-gradient(left, ${u(t)}); } - `}};n([_t({attribute:!1})],Tc.prototype,"hass",void 0),n([_t({attribute:!1})],Tc.prototype,"entity",void 0),Tc=n([pt("mushroom-light-color-control")],Tc);let zc=class extends ht{onChange(t){const e=t.detail.value;this.hass.callService("light","turn_on",{entity_id:this.entity.entity_id,color_temp:e})}render(){var t,e;const i=null!=(o=this.entity).attributes.color_temp?Math.round(o.attributes.color_temp):void 0;var o;return Y` + `}};n([_t({attribute:!1})],zc.prototype,"hass",void 0),n([_t({attribute:!1})],zc.prototype,"entity",void 0),zc=n([pt("mushroom-light-color-control")],zc);let Oc=class extends ht{onChange(t){const e=t.detail.value;this.hass.callService("light","turn_on",{entity_id:this.entity.entity_id,color_temp:e})}render(){var t,e;const i=null!=(o=this.entity).attributes.color_temp?Math.round(o.attributes.color_temp):void 0;var o;return Y` Ac.includes(t.split(".")[0])));return{type:`custom:${$c}`,entity:e[0]}}get _controls(){if(!this._config||!this._stateObj)return[];const t=this._stateObj,e=[];return this._config.show_brightness_control&&Cl(t)&&e.push("brightness_control"),this._config.show_color_temp_control&&function(t){var e,i;return null!==(i=null===(e=t.attributes.supported_color_modes)||void 0===e?void 0:e.some((t=>["color_temp"].includes(t))))&&void 0!==i&&i}(t)&&e.push("color_temp_control"),this._config.show_color_control&&kl(t)&&e.push("color_control"),e}get hasControls(){return this._controls.length>0}setConfig(t){super.setConfig(Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)),this.updateActiveControl(),this.updateBrightness()}_onControlTap(t,e){e.stopPropagation(),this._activeControl=t}updated(t){super.updated(t),this.hass&&t.has("hass")&&(this.updateActiveControl(),this.updateBrightness())}updateBrightness(){this.brightness=void 0;const t=this._stateObj;t&&(this.brightness=bl(t))}onCurrentBrightnessChange(t){null!=t.detail.value&&(this.brightness=t.detail.value)}updateActiveControl(){const t=!!this._activeControl&&this._controls.includes(this._activeControl);this._activeControl=t?this._activeControl:this._controls[0]}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=Es(this._config),n=as(t,o.icon_type);let r=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities);null!=this.brightness&&(r=`${this.brightness}${oe(this.hass.locale)}%`);const a=Ie(this.hass),s=(!this._config.collapsible_controls||Bt(t))&&this._controls.length;return Y` + `}};n([_t({attribute:!1})],Oc.prototype,"hass",void 0),n([_t({attribute:!1})],Oc.prototype,"entity",void 0),Oc=n([pt("mushroom-light-color-temp-control")],Oc);const Mc={brightness_control:"mdi:brightness-4",color_temp_control:"mdi:thermometer",color_control:"mdi:palette"};Rs({type:Ec,name:"Mushroom Light Card",description:"Card for light entity"});let jc=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return Np})),document.createElement(Ac)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Sc.includes(t.split(".")[0])));return{type:`custom:${Ec}`,entity:e[0]}}get _controls(){if(!this._config||!this._stateObj)return[];const t=this._stateObj,e=[];return this._config.show_brightness_control&&$l(t)&&e.push("brightness_control"),this._config.show_color_temp_control&&function(t){var e,i;return null!==(i=null===(e=t.attributes.supported_color_modes)||void 0===e?void 0:e.some((t=>["color_temp"].includes(t))))&&void 0!==i&&i}(t)&&e.push("color_temp_control"),this._config.show_color_control&&Cl(t)&&e.push("color_control"),e}get hasControls(){return this._controls.length>0}setConfig(t){super.setConfig(Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)),this.updateActiveControl(),this.updateBrightness()}_onControlTap(t,e){e.stopPropagation(),this._activeControl=t}updated(t){super.updated(t),this.hass&&t.has("hass")&&(this.updateActiveControl(),this.updateBrightness())}updateBrightness(){this.brightness=void 0;const t=this._stateObj;t&&(this.brightness=yl(t))}onCurrentBrightnessChange(t){null!=t.detail.value&&(this.brightness=t.detail.value)}updateActiveControl(){const t=!!this._activeControl&&this._controls.includes(this._activeControl);this._activeControl=t?this._activeControl:this._controls[0]}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=As(this._config),n=ss(t,o.icon_type);let r=this.hass.formatEntityState?this.hass.formatEntityState(t):ne(this.hass.localize,t,this.hass.locale,this.hass.config,this.hass.entities);null!=this.brightness&&(r=`${this.brightness}${oe(this.hass.locale)}%`);const a=Ie(this.hass),s=(!this._config.collapsible_controls||Bt(t))&&this._controls.length;return Y` - `}renderIcon(t,e){var i,o;const n=yl(t),r=Bt(t),a={},s=null===(i=this._config)||void 0===i?void 0:i.icon_color;if(n&&(null===(o=this._config)||void 0===o?void 0:o.use_light_color)){const t=n.join(",");a["--icon-color"]=`rgb(${t})`,a["--shape-color"]=`rgba(${t}, 0.25)`,xl(n)&&!this.hass.themes.darkMode&&(a["--shape-outline-color"]="rgba(var(--rgb-primary-text-color), 0.05)",wl(n)&&(a["--icon-color"]="rgba(var(--rgb-primary-text-color), 0.2)"))}else if(s){const t=Za(s);a["--icon-color"]=`rgb(${t})`,a["--shape-color"]=`rgba(${t}, 0.2)`}return Y` + `}renderIcon(t,e){var i,o;const n=xl(t),r=Bt(t),a={},s=null===(i=this._config)||void 0===i?void 0:i.icon_color;if(n&&(null===(o=this._config)||void 0===o?void 0:o.use_light_color)){const t=n.join(",");a["--icon-color"]=`rgb(${t})`,a["--shape-color"]=`rgba(${t}, 0.25)`,wl(n)&&!this.hass.themes.darkMode&&(a["--shape-outline-color"]="rgba(var(--rgb-primary-text-color), 0.05)",kl(n)&&(a["--icon-color"]="rgba(var(--rgb-primary-text-color), 0.2)"))}else if(s){const t=Ja(s);a["--icon-color"]=`rgb(${t})`,a["--shape-color"]=`rgba(${t}, 0.2)`}return Y` t!=this._activeControl));return Y` ${t.map((t=>Y` this._onControlTap(t,e)}> - + `))} - `}renderActiveControl(t){var e,i;switch(this._activeControl){case"brightness_control":const o=yl(t),n={},r=null===(e=this._config)||void 0===e?void 0:e.icon_color;if(o&&(null===(i=this._config)||void 0===i?void 0:i.use_light_color)){const t=o.join(",");n["--slider-color"]=`rgb(${t})`,n["--slider-bg-color"]=`rgba(${t}, 0.2)`,xl(o)&&!this.hass.themes.darkMode&&(n["--slider-bg-color"]="rgba(var(--rgb-primary-text-color), 0.05)",n["--slider-color"]="rgba(var(--rgb-primary-text-color), 0.15)")}else if(r){const t=Za(r);n["--slider-color"]=`rgb(${t})`,n["--slider-bg-color"]=`rgba(${t}, 0.2)`}return Y` + `}renderActiveControl(t){var e,i;switch(this._activeControl){case"brightness_control":const o=xl(t),n={},r=null===(e=this._config)||void 0===e?void 0:e.icon_color;if(o&&(null===(i=this._config)||void 0===i?void 0:i.use_light_color)){const t=o.join(",");n["--slider-color"]=`rgb(${t})`,n["--slider-bg-color"]=`rgba(${t}, 0.2)`,wl(o)&&!this.hass.themes.darkMode&&(n["--slider-bg-color"]="rgba(var(--rgb-primary-text-color), 0.05)",n["--slider-color"]="rgba(var(--rgb-primary-text-color), 0.15)")}else if(r){const t=Ja(r);n["--slider-color"]=`rgb(${t})`,n["--slider-bg-color"]=`rgba(${t}, 0.2)`}return Y` `;case"color_temp_control":return Y` @@ -2705,7 +2713,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s /> `;case"color_control":return Y` - `;default:return K}}static get styles(){return[super.styles,Ps,h` + `;default:return K}}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -2718,9 +2726,9 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-light-color-control { flex: 1; } - `]}};n([vt()],Mc.prototype,"_activeControl",void 0),n([vt()],Mc.prototype,"brightness",void 0),Mc=n([pt($c)],Mc);const jc=`${Rs}-lock-card`,Dc=`${jc}-editor`,Lc=["lock"];function Pc(t){return"unlocked"===t.state}function Nc(t){return"locked"===t.state}function Rc(t){switch(t.state){case"locking":case"unlocking":return!0;default:return!1}}const Fc=[{icon:"mdi:lock",title:"lock",serviceName:"lock",isVisible:t=>Pc(t),isDisabled:()=>!1},{icon:"mdi:lock-open",title:"unlock",serviceName:"unlock",isVisible:t=>Nc(t),isDisabled:()=>!1},{icon:"mdi:lock-clock",isVisible:t=>Rc(t),isDisabled:()=>!0},{icon:"mdi:door-open",title:"open",serviceName:"open",isVisible:t=>Wt(t,1)&&Pc(t),isDisabled:t=>Rc(t)}];let Vc=class extends ht{constructor(){super(...arguments),this.fill=!1}callService(t){t.stopPropagation();const e=t.target.entry;this.hass.callService("lock",e.serviceName,{entity_id:this.entity.entity_id})}render(){const t=Ie(this.hass),e=Oo(this.hass);return Y` + `]}};n([vt()],jc.prototype,"_activeControl",void 0),n([vt()],jc.prototype,"brightness",void 0),jc=n([pt(Ec)],jc);const Dc=`${Fs}-lock-card`,Lc=`${Dc}-editor`,Pc=["lock"];function Nc(t){return"unlocked"===t.state}function Rc(t){return"locked"===t.state}function Fc(t){switch(t.state){case"locking":case"unlocking":return!0;default:return!1}}const Vc=[{icon:"mdi:lock",title:"lock",serviceName:"lock",isVisible:t=>Nc(t),isDisabled:()=>!1},{icon:"mdi:lock-open",title:"unlock",serviceName:"unlock",isVisible:t=>Rc(t),isDisabled:()=>!1},{icon:"mdi:lock-clock",isVisible:t=>Fc(t),isDisabled:()=>!0},{icon:"mdi:door-open",title:"open",serviceName:"open",isVisible:t=>Wt(t,1)&&Nc(t),isDisabled:t=>Fc(t)}];let Bc=class extends ht{constructor(){super(...arguments),this.fill=!1}callService(t){t.stopPropagation();const e=t.target.entry;this.hass.callService("lock",e.serviceName,{entity_id:this.entity.entity_id})}render(){const t=Ie(this.hass),e=Mo(this.hass);return Y` ${Fc.filter((t=>t.isVisible(this.entity))).map((t=>Y` + >${Vc.filter((t=>t.isVisible(this.entity))).map((t=>Y` `))} - `}};n([_t({attribute:!1})],Vc.prototype,"hass",void 0),n([_t({attribute:!1})],Vc.prototype,"entity",void 0),n([_t({type:Boolean})],Vc.prototype,"fill",void 0),Vc=n([pt("mushroom-lock-buttons-control")],Vc),Ns({type:jc,name:"Mushroom Lock Card",description:"Card for all lock entities"});let Bc=class extends Ls{static async getConfigElement(){return await Promise.resolve().then((function(){return Yf})),document.createElement(Dc)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Lc.includes(t.split(".")[0])));return{type:`custom:${jc}`,entity:e[0]}}get hasControls(){return!0}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=Es(this._config),n=as(t,o.icon_type),r=Ie(this.hass);return Y` + `}};n([_t({attribute:!1})],Bc.prototype,"hass",void 0),n([_t({attribute:!1})],Bc.prototype,"entity",void 0),n([_t({type:Boolean})],Bc.prototype,"fill",void 0),Bc=n([pt("mushroom-lock-buttons-control")],Bc),Rs({type:Dc,name:"Mushroom Lock Card",description:"Card for all lock entities"});let Uc=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return Wf})),document.createElement(Lc)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Pc.includes(t.split(".")[0])));return{type:`custom:${Dc}`,entity:e[0]}}get hasControls(){return!0}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=As(this._config),n=ss(t,o.icon_type),r=Ie(this.hass);return Y` - `}renderIcon(t,e){const i=Ut(t),o={"--icon-color":"rgb(var(--rgb-state-lock))","--shape-color":"rgba(var(--rgb-state-lock), 0.2)"};return Nc(t)?(o["--icon-color"]="rgb(var(--rgb-state-lock-locked))",o["--shape-color"]="rgba(var(--rgb-state-lock-locked), 0.2)"):Pc(t)?(o["--icon-color"]="rgb(var(--rgb-state-lock-unlocked))",o["--shape-color"]="rgba(var(--rgb-state-lock-unlocked), 0.2)"):Rc(t)&&(o["--icon-color"]="rgb(var(--rgb-state-lock-pending))",o["--shape-color"]="rgba(var(--rgb-state-lock-pending), 0.2)"),Y` + `}renderIcon(t,e){const i=Ut(t),o={"--icon-color":"rgb(var(--rgb-state-lock))","--shape-color":"rgba(var(--rgb-state-lock), 0.2)"};return Rc(t)?(o["--icon-color"]="rgb(var(--rgb-state-lock-locked))",o["--shape-color"]="rgba(var(--rgb-state-lock-locked), 0.2)"):Nc(t)?(o["--icon-color"]="rgb(var(--rgb-state-lock-unlocked))",o["--shape-color"]="rgba(var(--rgb-state-lock-unlocked), 0.2)"):Fc(t)&&(o["--icon-color"]="rgb(var(--rgb-state-lock-pending))",o["--shape-color"]="rgba(var(--rgb-state-lock-pending), 0.2)"),Y` - `}static get styles(){return[super.styles,Ps,h` + `}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } mushroom-lock-buttons-control { flex: 1; } - `]}};Bc=n([pt(jc)],Bc);const Uc=`${Rs}-media-player-card`,Hc=`${Uc}-editor`,Yc=["media_player"];function Wc(t){return null!=t.attributes.volume_level?100*t.attributes.volume_level:void 0}const Xc=(t,e)=>{if(!t)return[];const i=t.state;if("off"===i)return Wt(t,128)&&e.includes("on_off")?[{icon:"mdi:power",action:"turn_on"}]:[];const o=[];Wt(t,256)&&e.includes("on_off")&&o.push({icon:"mdi:power",action:"turn_off"});const n=!0===t.attributes.assumed_state,r=t.attributes;return("playing"===i||"paused"===i||n)&&Wt(t,32768)&&e.includes("shuffle")&&o.push({icon:!0===r.shuffle?"mdi:shuffle":"mdi:shuffle-disabled",action:"shuffle_set"}),("playing"===i||"paused"===i||n)&&Wt(t,16)&&e.includes("previous")&&o.push({icon:"mdi:skip-previous",action:"media_previous_track"}),!n&&("playing"===i&&(Wt(t,1)||Wt(t,4096))||("paused"===i||"idle"===i)&&Wt(t,Pe)||"on"===i&&(Wt(t,Pe)||Wt(t,1)))&&e.includes("play_pause_stop")&&o.push({icon:"on"===i?"mdi:play-pause":"playing"!==i?"mdi:play":Wt(t,1)?"mdi:pause":"mdi:stop",action:"playing"!==i?"media_play":Wt(t,1)?"media_pause":"media_stop"}),n&&Wt(t,Pe)&&e.includes("play_pause_stop")&&o.push({icon:"mdi:play",action:"media_play"}),n&&Wt(t,1)&&e.includes("play_pause_stop")&&o.push({icon:"mdi:pause",action:"media_pause"}),n&&Wt(t,4096)&&e.includes("play_pause_stop")&&o.push({icon:"mdi:stop",action:"media_stop"}),("playing"===i||"paused"===i||n)&&Wt(t,32)&&e.includes("next")&&o.push({icon:"mdi:skip-next",action:"media_next_track"}),("playing"===i||"paused"===i||n)&&Wt(t,262144)&&e.includes("repeat")&&o.push({icon:"all"===r.repeat?"mdi:repeat":"one"===r.repeat?"mdi:repeat-once":"mdi:repeat-off",action:"repeat_set"}),o.length>0?o:[]},Kc=(t,e,i)=>{let o={};"shuffle_set"===i?o={shuffle:!e.attributes.shuffle}:"repeat_set"===i?o={repeat:"all"===e.attributes.repeat?"one":"off"===e.attributes.repeat?"all":"off"}:"volume_mute"===i&&(o={is_volume_muted:!e.attributes.is_volume_muted}),t.callService("media_player",i,Object.assign({entity_id:e.entity_id},o))};let Gc=class extends ht{constructor(){super(...arguments),this.fill=!1}_handleClick(t){t.stopPropagation();const e=t.target.action;Kc(this.hass,this.entity,e)}render(){const t=Ie(this.hass),e=Xc(this.entity,this.controls);return Y` + `]}};Uc=n([pt(Dc)],Uc);const Hc=`${Fs}-media-player-card`,Yc=`${Hc}-editor`,Wc=["media_player"];function Xc(t){return null!=t.attributes.volume_level?100*t.attributes.volume_level:void 0}const Kc=(t,e)=>{if(!t)return[];const i=t.state;if("off"===i)return Wt(t,128)&&e.includes("on_off")?[{icon:"mdi:power",action:"turn_on"}]:[];const o=[];Wt(t,256)&&e.includes("on_off")&&o.push({icon:"mdi:power",action:"turn_off"});const n=!0===t.attributes.assumed_state,r=t.attributes;return("playing"===i||"paused"===i||n)&&Wt(t,32768)&&e.includes("shuffle")&&o.push({icon:!0===r.shuffle?"mdi:shuffle":"mdi:shuffle-disabled",action:"shuffle_set"}),("playing"===i||"paused"===i||n)&&Wt(t,16)&&e.includes("previous")&&o.push({icon:"mdi:skip-previous",action:"media_previous_track"}),!n&&("playing"===i&&(Wt(t,1)||Wt(t,4096))||("paused"===i||"idle"===i)&&Wt(t,Pe)||"on"===i&&(Wt(t,Pe)||Wt(t,1)))&&e.includes("play_pause_stop")&&o.push({icon:"on"===i?"mdi:play-pause":"playing"!==i?"mdi:play":Wt(t,1)?"mdi:pause":"mdi:stop",action:"playing"!==i?"media_play":Wt(t,1)?"media_pause":"media_stop"}),n&&Wt(t,Pe)&&e.includes("play_pause_stop")&&o.push({icon:"mdi:play",action:"media_play"}),n&&Wt(t,1)&&e.includes("play_pause_stop")&&o.push({icon:"mdi:pause",action:"media_pause"}),n&&Wt(t,4096)&&e.includes("play_pause_stop")&&o.push({icon:"mdi:stop",action:"media_stop"}),("playing"===i||"paused"===i||n)&&Wt(t,32)&&e.includes("next")&&o.push({icon:"mdi:skip-next",action:"media_next_track"}),("playing"===i||"paused"===i||n)&&Wt(t,262144)&&e.includes("repeat")&&o.push({icon:"all"===r.repeat?"mdi:repeat":"one"===r.repeat?"mdi:repeat-once":"mdi:repeat-off",action:"repeat_set"}),o.length>0?o:[]},Gc=(t,e,i)=>{let o={};"shuffle_set"===i?o={shuffle:!e.attributes.shuffle}:"repeat_set"===i?o={repeat:"all"===e.attributes.repeat?"one":"off"===e.attributes.repeat?"all":"off"}:"volume_mute"===i&&(o={is_volume_muted:!e.attributes.is_volume_muted}),t.callService("media_player",i,Object.assign({entity_id:e.entity_id},o))};let qc=class extends ht{constructor(){super(...arguments),this.fill=!1}_handleClick(t){t.stopPropagation();const e=t.target.action;Gc(this.hass,this.entity,e)}render(){const t=Ie(this.hass),e=Kc(this.entity,this.controls);return Y` ${e.map((t=>Y` `))} - `}};n([_t({attribute:!1})],Gc.prototype,"hass",void 0),n([_t({attribute:!1})],Gc.prototype,"entity",void 0),n([_t({attribute:!1})],Gc.prototype,"controls",void 0),n([_t({type:Boolean})],Gc.prototype,"fill",void 0),Gc=n([pt("mushroom-media-player-media-control")],Gc);let qc=class extends ht{constructor(){super(...arguments),this.fill=!1}handleSliderChange(t){const e=t.detail.value;this.hass.callService("media_player","volume_set",{entity_id:this.entity.entity_id,volume_level:e/100})}handleSliderCurrentChange(t){let e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}handleClick(t){t.stopPropagation();const e=t.target.action;Kc(this.hass,this.entity,e)}render(){var t,e,i;if(!this.entity)return K;const o=Wc(this.entity),n=Ie(this.hass),r=(null===(t=this.controls)||void 0===t?void 0:t.includes("volume_set"))&&Wt(this.entity,4),a=(null===(e=this.controls)||void 0===e?void 0:e.includes("volume_mute"))&&Wt(this.entity,8),s=(null===(i=this.controls)||void 0===i?void 0:i.includes("volume_buttons"))&&Wt(this.entity,1024);return Y` + `}};n([_t({attribute:!1})],qc.prototype,"hass",void 0),n([_t({attribute:!1})],qc.prototype,"entity",void 0),n([_t({attribute:!1})],qc.prototype,"controls",void 0),n([_t({type:Boolean})],qc.prototype,"fill",void 0),qc=n([pt("mushroom-media-player-media-control")],qc);let Zc=class extends ht{constructor(){super(...arguments),this.fill=!1}handleSliderChange(t){const e=t.detail.value;this.hass.callService("media_player","volume_set",{entity_id:this.entity.entity_id,volume_level:e/100})}handleSliderCurrentChange(t){let e=t.detail.value;this.dispatchEvent(new CustomEvent("current-change",{detail:{value:e}}))}handleClick(t){t.stopPropagation();const e=t.target.action;Gc(this.hass,this.entity,e)}render(){var t,e,i;if(!this.entity)return K;const o=Xc(this.entity),n=Ie(this.hass),r=(null===(t=this.controls)||void 0===t?void 0:t.includes("volume_set"))&&Wt(this.entity,4),a=(null===(e=this.controls)||void 0===e?void 0:e.includes("volume_mute"))&&Wt(this.entity,8),s=(null===(i=this.controls)||void 0===i?void 0:i.includes("volume_buttons"))&&Wt(this.entity,1024);return Y` Yc.includes(t.split(".")[0])));return{type:`custom:${Uc}`,entity:e[0]}}get hasControls(){var t,e,i,o;return Boolean(null===(e=null===(t=this._config)||void 0===t?void 0:t.media_controls)||void 0===e?void 0:e.length)||Boolean(null===(o=null===(i=this._config)||void 0===i?void 0:i.volume_controls)||void 0===o?void 0:o.length)}get _controls(){if(!this._config||!this._stateObj)return[];const t=this._stateObj,e=[];return((t,e)=>Xc(t,null!=e?e:[]).length>0)(t,this._config.media_controls)&&e.push("media_control"),((t,e)=>(null==e?void 0:e.includes("volume_buttons"))&&Wt(t,1024)||(null==e?void 0:e.includes("volume_mute"))&&Wt(t,8)||(null==e?void 0:e.includes("volume_set"))&&Wt(t,4))(t,this._config.volume_controls)&&e.push("volume_control"),e}_onControlTap(t,e){e.stopPropagation(),this._activeControl=t}setConfig(t){super.setConfig(t),this.updateActiveControl(),this.updateVolume()}updated(t){super.updated(t),this.hass&&t.has("hass")&&(this.updateActiveControl(),this.updateVolume())}updateVolume(){this.volume=void 0;const t=this._stateObj;if(!t)return;const e=Wc(t);this.volume=null!=e?Math.round(e):e}onCurrentVolumeChange(t){null!=t.detail.value&&(this.volume=t.detail.value)}updateActiveControl(){const t=!!this._activeControl&&this._controls.includes(this._activeControl);this._activeControl=t?this._activeControl:this._controls[0]}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=function(t,e){var i,o=t.icon;if(![Nt,Rt,Ft].includes(e.state)&&t.use_media_info)switch(null===(i=e.attributes.app_name)||void 0===i?void 0:i.toLowerCase()){case"spotify":return"mdi:spotify";case"google podcasts":return"mdi:google-podcast";case"plex":return"mdi:plex";case"soundcloud":return"mdi:soundcloud";case"youtube":return"mdi:youtube";case"oto music":return"mdi:music-circle";case"netflix":return"mdi:netflix";default:return}return o}(this._config,t),i=function(t,e){let i=t.name||e.attributes.friendly_name||"";return![Nt,Rt,Ft].includes(e.state)&&t.use_media_info&&e.attributes.media_title&&(i=e.attributes.media_title),i}(this._config,t),o=function(t,e,i){let o=i.formatEntityState?i.formatEntityState(e):ne(i.localize,e,i.locale,i.config,i.entities);return![Nt,Rt,Ft].includes(e.state)&&t.use_media_info&&(t=>{let e;switch(t.attributes.media_content_type){case"music":case"image":e=t.attributes.media_artist;break;case"playlist":e=t.attributes.media_playlist;break;case"tvshow":e=t.attributes.media_series_title,t.attributes.media_season&&(e+=" S"+t.attributes.media_season,t.attributes.media_episode&&(e+="E"+t.attributes.media_episode));break;default:e=t.attributes.app_name||""}return e})(e)||o}(this._config,t,this.hass),n=Es(this._config),r=as(t,n.icon_type),a=null!=this.volume&&this._config.show_volume_level?`${o} - ${this.volume}${oe(this.hass.locale)}%`:o,s=Ie(this.hass),l=(!this._config.collapsible_controls||Bt(t))&&this._controls.length;return Y` + `}};n([_t({attribute:!1})],Zc.prototype,"hass",void 0),n([_t({attribute:!1})],Zc.prototype,"entity",void 0),n([_t({type:Boolean})],Zc.prototype,"fill",void 0),n([_t({attribute:!1})],Zc.prototype,"controls",void 0),Zc=n([pt("mushroom-media-player-volume-control")],Zc);const Jc={media_control:"mdi:play-pause",volume_control:"mdi:volume-high"};Rs({type:Hc,name:"Mushroom Media Card",description:"Card for media player entity"});let Qc=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return Qf})),document.createElement(Yc)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Wc.includes(t.split(".")[0])));return{type:`custom:${Hc}`,entity:e[0]}}get hasControls(){var t,e,i,o;return Boolean(null===(e=null===(t=this._config)||void 0===t?void 0:t.media_controls)||void 0===e?void 0:e.length)||Boolean(null===(o=null===(i=this._config)||void 0===i?void 0:i.volume_controls)||void 0===o?void 0:o.length)}get _controls(){if(!this._config||!this._stateObj)return[];const t=this._stateObj,e=[];return((t,e)=>Kc(t,null!=e?e:[]).length>0)(t,this._config.media_controls)&&e.push("media_control"),((t,e)=>(null==e?void 0:e.includes("volume_buttons"))&&Wt(t,1024)||(null==e?void 0:e.includes("volume_mute"))&&Wt(t,8)||(null==e?void 0:e.includes("volume_set"))&&Wt(t,4))(t,this._config.volume_controls)&&e.push("volume_control"),e}_onControlTap(t,e){e.stopPropagation(),this._activeControl=t}setConfig(t){super.setConfig(t),this.updateActiveControl(),this.updateVolume()}updated(t){super.updated(t),this.hass&&t.has("hass")&&(this.updateActiveControl(),this.updateVolume())}updateVolume(){this.volume=void 0;const t=this._stateObj;if(!t)return;const e=Xc(t);this.volume=null!=e?Math.round(e):e}onCurrentVolumeChange(t){null!=t.detail.value&&(this.volume=t.detail.value)}updateActiveControl(){const t=!!this._activeControl&&this._controls.includes(this._activeControl);this._activeControl=t?this._activeControl:this._controls[0]}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=function(t,e){var i,o=t.icon;if(![Nt,Rt,Ft].includes(e.state)&&t.use_media_info)switch(null===(i=e.attributes.app_name)||void 0===i?void 0:i.toLowerCase()){case"spotify":return"mdi:spotify";case"google podcasts":return"mdi:google-podcast";case"plex":return"mdi:plex";case"soundcloud":return"mdi:soundcloud";case"youtube":return"mdi:youtube";case"oto music":return"mdi:music-circle";case"netflix":return"mdi:netflix";default:return}return o}(this._config,t),i=function(t,e){let i=t.name||e.attributes.friendly_name||"";return![Nt,Rt,Ft].includes(e.state)&&t.use_media_info&&e.attributes.media_title&&(i=e.attributes.media_title),i}(this._config,t),o=function(t,e,i){let o=i.formatEntityState?i.formatEntityState(e):ne(i.localize,e,i.locale,i.config,i.entities);return![Nt,Rt,Ft].includes(e.state)&&t.use_media_info&&(t=>{let e;switch(t.attributes.media_content_type){case"music":case"image":e=t.attributes.media_artist;break;case"playlist":e=t.attributes.media_playlist;break;case"tvshow":e=t.attributes.media_series_title,t.attributes.media_season&&(e+=" S"+t.attributes.media_season,t.attributes.media_episode&&(e+="E"+t.attributes.media_episode));break;default:e=t.attributes.app_name||""}return e})(e)||o}(this._config,t,this.hass),n=As(this._config),r=ss(t,n.icon_type),a=null!=this.volume&&this._config.show_volume_level?`${o} - ${this.volume}${oe(this.hass.locale)}%`:o,s=Ie(this.hass),l=(!this._config.collapsible_controls||Bt(t))&&this._controls.length;return Y` t!=this._activeControl));return Y` ${t.map((t=>Y` this._onControlTap(t,e)}> - + `))} `}renderActiveControl(t,e){var i,o,n,r;const a=null!==(o=null===(i=this._config)||void 0===i?void 0:i.media_controls)&&void 0!==o?o:[],s=null!==(r=null===(n=this._config)||void 0===n?void 0:n.volume_controls)&&void 0!==r?r:[];switch(this._activeControl){case"media_control":return Y` @@ -2882,7 +2890,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s .fill=${"horizontal"!==e} @current-change=${this.onCurrentVolumeChange} /> - `;default:return K}}static get styles(){return[super.styles,Ps,h` + `;default:return K}}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -2894,9 +2902,9 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-media-player-volume-control { flex: 1; } - `]}};n([vt()],Jc.prototype,"_activeControl",void 0),n([vt()],Jc.prototype,"volume",void 0),Jc=n([pt(Uc)],Jc);const Qc=`${Rs}-person-card`,td=`${Qc}-editor`,ed=["person","device_tracker"];Ns({type:Qc,name:"Mushroom Person Card",description:"Card for person entity"});let id=class extends Ls{static async getConfigElement(){return await Promise.resolve().then((function(){return og})),document.createElement(td)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>ed.includes(t.split(".")[0])));return{type:`custom:${Qc}`,entity:e[0]}}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=Es(this._config),n=as(t,o.icon_type),r=Ie(this.hass);return Y` + `]}};n([vt()],Qc.prototype,"_activeControl",void 0),n([vt()],Qc.prototype,"volume",void 0),Qc=n([pt(Hc)],Qc);const td=`${Fs}-person-card`,ed=`${td}-editor`,id=["person","device_tracker"];Rs({type:td,name:"Mushroom Person Card",description:"Card for person entity"});let od=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return ng})),document.createElement(ed)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>id.includes(t.split(".")[0])));return{type:`custom:${td}`,entity:e[0]}}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=As(this._config),n=ss(t,o.icon_type),r=Ie(this.hass);return Y` - `}renderBadge(t){return!Ut(t)?super.renderBadge(t):this.renderStateBadge(t)}static get styles(){return[super.styles,Ps,h` + `}renderBadge(t){return!Ut(t)?super.renderBadge(t):this.renderStateBadge(t)}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } - `]}};id=n([pt(Qc)],id);const od=`${Rs}-select-card`,nd=`${od}-editor`,rd=["input_select","select"];function ad(t){return null!=t.state?t.state:void 0}let sd=class extends ht{_selectChanged(t){const e=t.target.value,i=ad(this.entity);e&&e!==i&&this._setValue(e)}_setValue(t){const e=this.entity.entity_id.split(".")[0];this.hass.callService(e,"select_option",{entity_id:this.entity.entity_id,option:t})}render(){const t=ad(this.entity),e=this.entity.attributes.options;return Y` + `]}};od=n([pt(td)],od);const nd=`${Fs}-select-card`,rd=`${nd}-editor`,ad=["input_select","select"];function sd(t){return null!=t.state?t.state:void 0}let ld=class extends ht{_selectChanged(t){const e=t.target.value,i=sd(this.entity);e&&e!==i&&this._setValue(e)}_setValue(t){const e=this.entity.entity_id.split(".")[0];this.hass.callService(e,"select_option",{entity_id:this.entity.entity_id,option:t})}render(){const t=sd(this.entity),e=this.entity.attributes.options;return Y` t.stopPropagation()} @@ -2945,9 +2953,9 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s --select-height: var(--control-height); width: 100%; } - `}};n([_t()],sd.prototype,"hass",void 0),n([_t({attribute:!1})],sd.prototype,"entity",void 0),sd=n([pt("mushroom-select-option-control")],sd),Ns({type:od,name:"Mushroom Select Card",description:"Card for select and input_select entities"});let ld=class extends Ls{static async getConfigElement(){return await Promise.resolve().then((function(){return lg})),document.createElement(nd)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>rd.includes(t.split(".")[0])));return{type:`custom:${od}`,entity:e[0]}}get hasControls(){return!0}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){var t;if(!this._config||!this.hass||!this._config.entity)return K;const e=this._stateObj;if(!e)return this.renderNotFound(this._config);const i=this._config.name||e.attributes.friendly_name||"",o=this._config.icon,n=Es(this._config),r=as(e,n.icon_type),a=Ie(this.hass),s=null===(t=this._config)||void 0===t?void 0:t.icon_color,l={};if(s){const t=Za(s);l["--mdc-theme-primary"]=`rgb(${t})`}return Y` + `}};n([_t()],ld.prototype,"hass",void 0),n([_t({attribute:!1})],ld.prototype,"entity",void 0),ld=n([pt("mushroom-select-option-control")],ld),Rs({type:nd,name:"Mushroom Select Card",description:"Card for select and input_select entities"});let cd=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return cg})),document.createElement(rd)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>ad.includes(t.split(".")[0])));return{type:`custom:${nd}`,entity:e[0]}}get hasControls(){return!0}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){var t;if(!this._config||!this.hass||!this._config.entity)return K;const e=this._stateObj;if(!e)return this.renderNotFound(this._config);const i=this._config.name||e.attributes.friendly_name||"",o=this._config.icon,n=As(this._config),r=ss(e,n.icon_type),a=Ie(this.hass),s=null===(t=this._config)||void 0===t?void 0:t.icon_color,l={};if(s){const t=Ja(s);l["--mdc-theme-primary"]=`rgb(${t})`}return Y`
- `}renderIcon(t,e){var i;const o=Bt(t),n={},r=null===(i=this._config)||void 0===i?void 0:i.icon_color;if(r){const t=Za(r);n["--icon-color"]=`rgb(${t})`,n["--shape-color"]=`rgba(${t}, 0.2)`}return Y` + `}renderIcon(t,e){var i;const o=Bt(t),n={},r=null===(i=this._config)||void 0===i?void 0:i.icon_color;if(r){const t=Ja(r);n["--icon-color"]=`rgb(${t})`,n["--shape-color"]=`rgba(${t}, 0.2)`}return Y` - `}static get styles(){return[super.styles,Ps,h` + `}static get styles(){return[super.styles,Ns,h` .actions { overflow: visible; display: block; @@ -2997,9 +3005,9 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s flex: 1; --mdc-theme-primary: rgb(var(--rgb-state-entity)); } - `]}};ld=n([pt(od)],ld);const cd=`${Rs}-template-card`,dd=`${cd}-editor`;Ns({type:cd,name:"Mushroom Template",description:"Build your own mushroom card using templates"});const ud=["icon","icon_color","badge_color","badge_icon","primary","secondary","picture"];let hd=class extends Ds{constructor(){super(...arguments),this._templateResults={},this._unsubRenderTemplates=new Map}static async getConfigElement(){return await Promise.resolve().then((function(){return wu})),document.createElement(dd)}static async getStubConfig(t){return{type:`custom:${cd}`,primary:"Hello, {{user}}",secondary:"How are you?",icon:"mdi:home"}}getCardSize(){let t=1;if(!this._config)return t;return"vertical"===Es(this._config).layout&&(t+=1),t}getLayoutOptions(){var t;const e={grid_columns:2,grid_rows:1};if(!this._config)return e;const i=Es(this._config);return"vertical"===i.layout&&(e.grid_rows+=1),"horizontal"===i.layout&&(e.grid_columns=4),(null===(t=this._config)||void 0===t?void 0:t.multiline_secondary)&&(e.grid_rows=void 0),e}setConfig(t){ud.forEach((e=>{var i,o;(null===(i=this._config)||void 0===i?void 0:i[e])===t[e]&&(null===(o=this._config)||void 0===o?void 0:o.entity)==t.entity||this._tryDisconnectKey(e)})),this._config=Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)}connectedCallback(){super.connectedCallback(),this._tryConnect()}disconnectedCallback(){this._tryDisconnect()}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}isTemplate(t){var e;const i=null===(e=this._config)||void 0===e?void 0:e[t];return null==i?void 0:i.includes("{")}getValue(t){var e,i,o;return this.isTemplate(t)?null===(i=null===(e=this._templateResults[t])||void 0===e?void 0:e.result)||void 0===i?void 0:i.toString():null===(o=this._config)||void 0===o?void 0:o[t]}render(){if(!this._config||!this.hass)return K;const t=this.getValue("icon"),e=this.getValue("icon_color"),i=this.getValue("badge_icon"),o=this.getValue("badge_color"),n=this.getValue("primary"),r=this.getValue("secondary"),a=this.getValue("picture"),s=this._config.multiline_secondary,l=Ie(this.hass),c=Es({fill_container:this._config.fill_container,layout:this._config.layout,icon_type:Boolean(a)?"entity-picture":Boolean(t)?"icon":"none",primary_info:Boolean(n)?"name":"none",secondary_info:Boolean(r)?"state":"none"}),d=ml(t);return Y` + `]}};cd=n([pt(nd)],cd);const dd=`${Fs}-template-card`,ud=`${dd}-editor`;Rs({type:dd,name:"Mushroom Template",description:"Build your own mushroom card using templates"});const hd=["icon","icon_color","badge_color","badge_icon","primary","secondary","picture"];let md=class extends Ls{constructor(){super(...arguments),this._templateResults={},this._unsubRenderTemplates=new Map}static async getConfigElement(){return await Promise.resolve().then((function(){return ku})),document.createElement(ud)}static async getStubConfig(t){return{type:`custom:${dd}`,primary:"Hello, {{user}}",secondary:"How are you?",icon:"mdi:home"}}getCardSize(){let t=1;if(!this._config)return t;return"vertical"===As(this._config).layout&&(t+=1),t}getLayoutOptions(){var t;const e={grid_columns:2,grid_rows:1};if(!this._config)return e;const i=As(this._config);return"vertical"===i.layout&&(e.grid_rows+=1),"horizontal"===i.layout&&(e.grid_columns=4),(null===(t=this._config)||void 0===t?void 0:t.multiline_secondary)&&(e.grid_rows=void 0),e}setConfig(t){hd.forEach((e=>{var i,o;(null===(i=this._config)||void 0===i?void 0:i[e])===t[e]&&(null===(o=this._config)||void 0===o?void 0:o.entity)==t.entity||this._tryDisconnectKey(e)})),this._config=Object.assign({tap_action:{action:"toggle"},hold_action:{action:"more-info"}},t)}connectedCallback(){super.connectedCallback(),this._tryConnect()}disconnectedCallback(){this._tryDisconnect()}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}isTemplate(t){var e;const i=null===(e=this._config)||void 0===e?void 0:e[t];return null==i?void 0:i.includes("{")}getValue(t){var e,i,o;return this.isTemplate(t)?null===(i=null===(e=this._templateResults[t])||void 0===e?void 0:e.result)||void 0===i?void 0:i.toString():null===(o=this._config)||void 0===o?void 0:o[t]}render(){if(!this._config||!this.hass)return K;const t=this.getValue("icon"),e=this.getValue("icon_color"),i=this.getValue("badge_icon"),o=this.getValue("badge_color"),n=this.getValue("primary"),r=this.getValue("secondary"),a=this.getValue("picture"),s=this._config.multiline_secondary,l=Ie(this.hass),c=As({fill_container:this._config.fill_container,layout:this._config.layout,icon_type:Boolean(a)?"entity-picture":Boolean(t)?"icon":"none",primary_info:Boolean(n)?"name":"none",secondary_info:Boolean(r)?"state":"none"}),d=pl(t);return Y` - `}renderIcon(t,e){const i={};if(e){const t=Za(e);i["--icon-color"]=`rgb(${t})`,i["--shape-color"]=`rgba(${t}, 0.2)`}return Y` - + `}renderIcon(t,e){const i={};if(e){const t=Ja(e);i["--icon-color"]=`rgb(${t})`,i["--shape-color"]=`rgba(${t}, 0.2)`}return Y` + - `}renderBadgeIcon(t,e){const i={};if(e){const t=Za(e);i["--main-color"]=`rgba(${t})`}return Y` + `}renderBadgeIcon(t,e){const i={};if(e){const t=Ja(e);i["--main-color"]=`rgba(${t})`}return Y` - `}updated(t){super.updated(t),this._config&&this.hass&&this._tryConnect()}async _tryConnect(){ud.forEach((t=>{this._tryConnectKey(t)}))}async _tryConnectKey(t){var e,i;if(void 0===this._unsubRenderTemplates.get(t)&&this.hass&&this._config&&this.isTemplate(t))try{const i=Fe(this.hass.connection,(e=>{this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:e})}),{template:null!==(e=this._config[t])&&void 0!==e?e:"",entity_ids:this._config.entity_id,variables:{config:this._config,user:this.hass.user.name,entity:this._config.entity},strict:!0});this._unsubRenderTemplates.set(t,i),await i}catch(e){const o={result:null!==(i=this._config[t])&&void 0!==i?i:"",listeners:{all:!1,domains:[],entities:[],time:!1}};this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:o}),this._unsubRenderTemplates.delete(t)}}async _tryDisconnect(){ud.forEach((t=>{this._tryDisconnectKey(t)}))}async _tryDisconnectKey(t){const e=this._unsubRenderTemplates.get(t);if(e)try{(await e)(),this._unsubRenderTemplates.delete(t)}catch(t){if("not_found"!==t.code&&"template_error"!==t.code)throw t}}static get styles(){return[super.styles,Ps,h` + `}updated(t){super.updated(t),this._config&&this.hass&&this._tryConnect()}async _tryConnect(){hd.forEach((t=>{this._tryConnectKey(t)}))}async _tryConnectKey(t){var e,i;if(void 0===this._unsubRenderTemplates.get(t)&&this.hass&&this._config&&this.isTemplate(t))try{const i=Fe(this.hass.connection,(e=>{this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:e})}),{template:null!==(e=this._config[t])&&void 0!==e?e:"",entity_ids:this._config.entity_id,variables:{config:this._config,user:this.hass.user.name,entity:this._config.entity},strict:!0});this._unsubRenderTemplates.set(t,i),await i}catch(e){const o={result:null!==(i=this._config[t])&&void 0!==i?i:"",listeners:{all:!1,domains:[],entities:[],time:!1}};this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:o}),this._unsubRenderTemplates.delete(t)}}async _tryDisconnect(){hd.forEach((t=>{this._tryDisconnectKey(t)}))}async _tryDisconnectKey(t){const e=this._unsubRenderTemplates.get(t);if(e)try{(await e)(),this._unsubRenderTemplates.delete(t)}catch(t){if("not_found"!==t.code&&"template_error"!==t.code)throw t}}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -3047,14 +3055,14 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s height: var(--icon-size); display: flex; } - ${ol} - `]}};n([vt()],hd.prototype,"_config",void 0),n([vt()],hd.prototype,"_templateResults",void 0),n([vt()],hd.prototype,"_unsubRenderTemplates",void 0),n([_t({reflect:!0,type:String})],hd.prototype,"layout",void 0),hd=n([pt(cd)],hd);const md=`${Rs}-title-card`,pd=`${md}-editor`;Ns({type:md,name:"Mushroom Title Card",description:"Title and subtitle to separate sections"});const fd=["title","subtitle"];let gd=class extends Ds{constructor(){super(...arguments),this._templateResults={},this._unsubRenderTemplates=new Map}static async getConfigElement(){return await Promise.resolve().then((function(){return pg})),document.createElement(pd)}static async getStubConfig(t){return{type:`custom:${md}`,title:"Hello, {{ user }} !"}}getCardSize(){return 1}setConfig(t){fd.forEach((e=>{var i;(null===(i=this._config)||void 0===i?void 0:i[e])!==t[e]&&this._tryDisconnectKey(e)})),this._config=Object.assign({title_tap_action:{action:"none"},subtitle_tap_action:{action:"none"}},t)}connectedCallback(){super.connectedCallback(),this._tryConnect()}disconnectedCallback(){this._tryDisconnect()}isTemplate(t){var e;const i=null===(e=this._config)||void 0===e?void 0:e[t];return null==i?void 0:i.includes("{")}getValue(t){var e,i,o;return this.isTemplate(t)?null===(i=null===(e=this._templateResults[t])||void 0===e?void 0:e.result)||void 0===i?void 0:i.toString():null===(o=this._config)||void 0===o?void 0:o[t]}_handleTitleAction(t){const e={tap_action:this._config.title_tap_action};Ke(this,this.hass,e,t.detail.action)}_handleSubtitleAction(t){const e={tap_action:this._config.subtitle_tap_action};Ke(this,this.hass,e,t.detail.action)}render(){if(!this._config||!this.hass)return K;const t=this.getValue("title"),e=this.getValue("subtitle");let i="";this._config.alignment&&(i=`align-${this._config.alignment}`);const o=Boolean(this._config.title_tap_action&&"none"!==this._config.title_tap_action.action),n=Boolean(this._config.subtitle_tap_action&&"none"!==this._config.subtitle_tap_action.action),r=Ie(this.hass);return Y` + ${nl} + `]}};n([vt()],md.prototype,"_config",void 0),n([vt()],md.prototype,"_templateResults",void 0),n([vt()],md.prototype,"_unsubRenderTemplates",void 0),n([_t({reflect:!0,type:String})],md.prototype,"layout",void 0),md=n([pt(dd)],md);const pd=`${Fs}-title-card`,fd=`${pd}-editor`;Rs({type:pd,name:"Mushroom Title Card",description:"Title and subtitle to separate sections"});const gd=["title","subtitle"];let _d=class extends Ls{constructor(){super(...arguments),this._templateResults={},this._unsubRenderTemplates=new Map}static async getConfigElement(){return await Promise.resolve().then((function(){return fg})),document.createElement(fd)}static async getStubConfig(t){return{type:`custom:${pd}`,title:"Hello, {{ user }} !"}}getCardSize(){return 1}setConfig(t){gd.forEach((e=>{var i;(null===(i=this._config)||void 0===i?void 0:i[e])!==t[e]&&this._tryDisconnectKey(e)})),this._config=Object.assign({title_tap_action:{action:"none"},subtitle_tap_action:{action:"none"}},t)}connectedCallback(){super.connectedCallback(),this._tryConnect()}disconnectedCallback(){this._tryDisconnect()}isTemplate(t){var e;const i=null===(e=this._config)||void 0===e?void 0:e[t];return null==i?void 0:i.includes("{")}getValue(t){var e,i,o;return this.isTemplate(t)?null===(i=null===(e=this._templateResults[t])||void 0===e?void 0:e.result)||void 0===i?void 0:i.toString():null===(o=this._config)||void 0===o?void 0:o[t]}_handleTitleAction(t){const e={tap_action:this._config.title_tap_action};Ke(this,this.hass,e,t.detail.action)}_handleSubtitleAction(t){const e={tap_action:this._config.subtitle_tap_action};Ke(this,this.hass,e,t.detail.action)}render(){if(!this._config||!this.hass)return K;const t=this.getValue("title"),e=this.getValue("subtitle");let i="";this._config.alignment&&(i=`align-${this._config.alignment}`);const o=Boolean(this._config.title_tap_action&&"none"!==this._config.title_tap_action.action),n=Boolean(this._config.subtitle_tap_action&&"none"!==this._config.subtitle_tap_action.action),r=Ie(this.hass);return Y` ${t?Y`
@@ -3063,9 +3071,9 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s `:K} ${e?Y`
@@ -3075,7 +3083,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s `}renderArrow(){const t=Ie(this.hass);return Y` `}updated(t){super.updated(t),this._config&&this.hass&&this._tryConnect()}async _tryConnect(){fd.forEach((t=>{this._tryConnectKey(t)}))}async _tryConnectKey(t){var e,i;if(void 0===this._unsubRenderTemplates.get(t)&&this.hass&&this._config&&this.isTemplate(t))try{const i=Fe(this.hass.connection,(e=>{this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:e})}),{template:null!==(e=this._config[t])&&void 0!==e?e:"",entity_ids:this._config.entity_id,variables:{config:this._config,user:this.hass.user.name},strict:!0});this._unsubRenderTemplates.set(t,i),await i}catch(e){const o={result:null!==(i=this._config[t])&&void 0!==i?i:"",listeners:{all:!1,domains:[],entities:[],time:!1}};this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:o}),this._unsubRenderTemplates.delete(t)}}async _tryDisconnect(){fd.forEach((t=>{this._tryDisconnectKey(t)}))}async _tryDisconnectKey(t){const e=this._unsubRenderTemplates.get(t);if(e)try{(await e)(),this._unsubRenderTemplates.delete(t)}catch(t){if("not_found"!==t.code&&"template_error"!==t.code)throw t}}static get styles(){return[super.styles,Ps,h` + >`}updated(t){super.updated(t),this._config&&this.hass&&this._tryConnect()}async _tryConnect(){gd.forEach((t=>{this._tryConnectKey(t)}))}async _tryConnectKey(t){var e,i;if(void 0===this._unsubRenderTemplates.get(t)&&this.hass&&this._config&&this.isTemplate(t))try{const i=Fe(this.hass.connection,(e=>{this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:e})}),{template:null!==(e=this._config[t])&&void 0!==e?e:"",entity_ids:this._config.entity_id,variables:{config:this._config,user:this.hass.user.name},strict:!0});this._unsubRenderTemplates.set(t,i),await i}catch(e){const o={result:null!==(i=this._config[t])&&void 0!==i?i:"",listeners:{all:!1,domains:[],entities:[],time:!1}};this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:o}),this._unsubRenderTemplates.delete(t)}}async _tryDisconnect(){gd.forEach((t=>{this._tryDisconnectKey(t)}))}async _tryDisconnectKey(t){const e=this._unsubRenderTemplates.get(t);if(e)try{(await e)(),this._unsubRenderTemplates.delete(t)}catch(t){if("not_found"!==t.code&&"template_error"!==t.code)throw t}}static get styles(){return[super.styles,Ns,h` .header { display: block; padding: var(--title-padding); @@ -3139,7 +3147,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s .align-justify { text-align: justify; } - `]}};n([vt()],gd.prototype,"_config",void 0),n([vt()],gd.prototype,"_templateResults",void 0),n([vt()],gd.prototype,"_unsubRenderTemplates",void 0),gd=n([pt(md)],gd);const _d=`${Rs}-update-card`,vd=`${_d}-editor`,bd=["update"],yd={on:"var(--rgb-state-update-on)",off:"var(--rgb-state-update-off)",installing:"var(--rgb-state-update-installing)"};let xd=class extends ht{constructor(){super(...arguments),this.fill=!1}_handleInstall(){this.hass.callService("update","install",{entity_id:this.entity.entity_id})}_handleSkip(t){t.stopPropagation(),this.hass.callService("update","skip",{entity_id:this.entity.entity_id})}get installDisabled(){if(!Ut(this.entity))return!0;const t=this.entity.attributes.latest_version&&this.entity.attributes.skipped_version===this.entity.attributes.latest_version;return!Bt(this.entity)&&!t||Gt(this.entity)}get skipDisabled(){if(!Ut(this.entity))return!0;return this.entity.attributes.latest_version&&this.entity.attributes.skipped_version===this.entity.attributes.latest_version||!Bt(this.entity)||Gt(this.entity)}render(){const t=Ie(this.hass);return Y` + `]}};n([vt()],_d.prototype,"_config",void 0),n([vt()],_d.prototype,"_templateResults",void 0),n([vt()],_d.prototype,"_unsubRenderTemplates",void 0),_d=n([pt(pd)],_d);const vd=`${Fs}-update-card`,bd=`${vd}-editor`,yd=["update"],xd={on:"var(--rgb-state-update-on)",off:"var(--rgb-state-update-off)",installing:"var(--rgb-state-update-installing)"};let wd=class extends ht{constructor(){super(...arguments),this.fill=!1}_handleInstall(){this.hass.callService("update","install",{entity_id:this.entity.entity_id})}_handleSkip(t){t.stopPropagation(),this.hass.callService("update","skip",{entity_id:this.entity.entity_id})}get installDisabled(){if(!Ut(this.entity))return!0;const t=this.entity.attributes.latest_version&&this.entity.attributes.skipped_version===this.entity.attributes.latest_version;return!Bt(this.entity)&&!t||Gt(this.entity)}get skipDisabled(){if(!Ut(this.entity))return!0;return this.entity.attributes.latest_version&&this.entity.attributes.skipped_version===this.entity.attributes.latest_version||!Bt(this.entity)||Gt(this.entity)}render(){const t=Ie(this.hass);return Y` - `}};n([_t({attribute:!1})],xd.prototype,"hass",void 0),n([_t({attribute:!1})],xd.prototype,"entity",void 0),n([_t({type:Boolean})],xd.prototype,"fill",void 0),xd=n([pt("mushroom-update-buttons-control")],xd),Ns({type:_d,name:"Mushroom Update Card",description:"Card for update entity"});let wd=class extends Ls{static async getConfigElement(){return await Promise.resolve().then((function(){return yg})),document.createElement(vd)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>bd.includes(t.split(".")[0])));return{type:`custom:${_d}`,entity:e[0]}}get hasControls(){return!(!this._stateObj||!this._config)&&(Boolean(this._config.show_buttons_control)&&Wt(this._stateObj,1))}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=Es(this._config),n=as(t,o.icon_type),r=Ie(this.hass),a=(!this._config.collapsible_controls||Bt(t))&&this._config.show_buttons_control&&Wt(t,1);return Y` + `}};n([_t({attribute:!1})],wd.prototype,"hass",void 0),n([_t({attribute:!1})],wd.prototype,"entity",void 0),n([_t({type:Boolean})],wd.prototype,"fill",void 0),wd=n([pt("mushroom-update-buttons-control")],wd),Rs({type:vd,name:"Mushroom Update Card",description:"Card for update entity"});let kd=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return xg})),document.createElement(bd)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>yd.includes(t.split(".")[0])));return{type:`custom:${vd}`,entity:e[0]}}get hasControls(){return!(!this._stateObj||!this._config)&&(Boolean(this._config.show_buttons_control)&&Wt(this._stateObj,1))}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){if(!this._config||!this.hass||!this._config.entity)return K;const t=this._stateObj;if(!t)return this.renderNotFound(this._config);const e=this._config.name||t.attributes.friendly_name||"",i=this._config.icon,o=As(this._config),n=ss(t,o.icon_type),r=Ie(this.hass),a=(!this._config.collapsible_controls||Bt(t))&&this._config.show_buttons_control&&Wt(t,1);return Y` - `}renderIcon(t,e){const i=Gt(t),o=function(t,e){return e?yd.installing:yd[t]||"var(--rgb-grey)"}(t.state,i),n={"--icon-color":`rgb(${o})`,"--shape-color":`rgba(${o}, 0.2)`};return Y` + `}renderIcon(t,e){const i=Gt(t),o=function(t,e){return e?xd.installing:xd[t]||"var(--rgb-grey)"}(t.state,i),n={"--icon-color":`rgb(${o})`,"--shape-color":`rgba(${o}, 0.2)`};return Y` - `}static get styles(){return[super.styles,Ps,h` + `}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -3207,9 +3215,9 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-update-buttons-control { flex: 1; } - `]}};wd=n([pt(_d)],wd);const kd=`${Rs}-vacuum-card`,Cd=`${kd}-editor`,$d=["vacuum"];function Ed(t){switch(t.state){case"cleaning":case"on":return!0;default:return!1}}function Ad(t){return t.state===Ne}const Sd=(t,e,i)=>Id(t,e,i)&&(!e.isVisible||e.isVisible(t)),Id=(t,e,i)=>e.isSupported(t)&&i.includes(e.command),Td=[{icon:"mdi:power",serviceName:"turn_on",command:"on_off",isSupported:t=>Wt(t,1),isVisible:t=>!Bt(t),isDisabled:()=>!1},{icon:"mdi:power",serviceName:"turn_off",command:"on_off",isSupported:t=>Wt(t,2),isVisible:t=>Bt(t),isDisabled:()=>!1},{icon:"mdi:play",serviceName:"start",command:"start_pause",isSupported:t=>Wt(t,Re),isVisible:t=>!Ed(t),isDisabled:()=>!1},{icon:"mdi:pause",serviceName:"pause",command:"start_pause",isSupported:t=>Wt(t,Re)&&Wt(t,4),isVisible:t=>Ed(t),isDisabled:()=>!1},{icon:"mdi:play-pause",serviceName:"start_pause",command:"start_pause",isSupported:t=>!Wt(t,Re)&&Wt(t,4),isDisabled:()=>!1},{icon:"mdi:stop",serviceName:"stop",command:"stop",isSupported:t=>Wt(t,8),isDisabled:t=>function(t){switch(t.state){case"docked":case"off":case"idle":case Ne:return!0;default:return!1}}(t)},{icon:"mdi:target-variant",serviceName:"clean_spot",command:"clean_spot",isSupported:t=>Wt(t,1024),isDisabled:()=>!1},{icon:"mdi:map-marker",serviceName:"locate",command:"locate",isSupported:t=>Wt(t,512),isDisabled:t=>Ad(t)},{icon:"mdi:home-map-marker",serviceName:"return_to_base",command:"return_home",isSupported:t=>Wt(t,16),isDisabled:()=>!1}];let zd=class extends ht{constructor(){super(...arguments),this.fill=!1}callService(t){t.stopPropagation();const e=t.target.entry;this.hass.callService("vacuum",e.serviceName,{entity_id:this.entity.entity_id})}render(){const t=Ie(this.hass);return Y` + `]}};kd=n([pt(vd)],kd);const Cd=`${Fs}-vacuum-card`,$d=`${Cd}-editor`,Ed=["vacuum"];function Ad(t){switch(t.state){case"cleaning":case"on":return!0;default:return!1}}function Sd(t){return t.state===Ne}const Id=(t,e,i)=>Td(t,e,i)&&(!e.isVisible||e.isVisible(t)),Td=(t,e,i)=>e.isSupported(t)&&i.includes(e.command),zd=[{icon:"mdi:power",serviceName:"turn_on",command:"on_off",isSupported:t=>Wt(t,1),isVisible:t=>!Bt(t),isDisabled:()=>!1},{icon:"mdi:power",serviceName:"turn_off",command:"on_off",isSupported:t=>Wt(t,2),isVisible:t=>Bt(t),isDisabled:()=>!1},{icon:"mdi:play",serviceName:"start",command:"start_pause",isSupported:t=>Wt(t,Re),isVisible:t=>!Ad(t),isDisabled:()=>!1},{icon:"mdi:pause",serviceName:"pause",command:"start_pause",isSupported:t=>Wt(t,Re)&&Wt(t,4),isVisible:t=>Ad(t),isDisabled:()=>!1},{icon:"mdi:play-pause",serviceName:"start_pause",command:"start_pause",isSupported:t=>!Wt(t,Re)&&Wt(t,4),isDisabled:()=>!1},{icon:"mdi:stop",serviceName:"stop",command:"stop",isSupported:t=>Wt(t,8),isDisabled:t=>function(t){switch(t.state){case"docked":case"off":case"idle":case Ne:return!0;default:return!1}}(t)},{icon:"mdi:target-variant",serviceName:"clean_spot",command:"clean_spot",isSupported:t=>Wt(t,1024),isDisabled:()=>!1},{icon:"mdi:map-marker",serviceName:"locate",command:"locate",isSupported:t=>Wt(t,512),isDisabled:t=>Sd(t)},{icon:"mdi:home-map-marker",serviceName:"return_to_base",command:"return_home",isSupported:t=>Wt(t,16),isDisabled:()=>!1}];let Od=class extends ht{constructor(){super(...arguments),this.fill=!1}callService(t){t.stopPropagation();const e=t.target.entry;this.hass.callService("vacuum",e.serviceName,{entity_id:this.entity.entity_id})}render(){const t=Ie(this.hass);return Y` - ${Td.filter((t=>Sd(this.entity,t,this.commands))).map((t=>Y` + ${zd.filter((t=>Id(this.entity,t,this.commands))).map((t=>Y` `))} - `}};n([_t({attribute:!1})],zd.prototype,"hass",void 0),n([_t({attribute:!1})],zd.prototype,"entity",void 0),n([_t({attribute:!1})],zd.prototype,"commands",void 0),n([_t({type:Boolean})],zd.prototype,"fill",void 0),zd=n([pt("mushroom-vacuum-commands-control")],zd),Ns({type:kd,name:"Mushroom Vacuum Card",description:"Card for vacuum entity"});let Od=class extends Ls{static async getConfigElement(){return await Promise.resolve().then((function(){return Eg})),document.createElement(Cd)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>$d.includes(t.split(".")[0])));return{type:`custom:${kd}`,entity:e[0]}}get hasControls(){var t,e,i;return!(!this._stateObj||!this._config)&&(e=this._stateObj,i=null!==(t=this._config.commands)&&void 0!==t?t:[],Td.some((t=>Id(e,t,i))))}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){var t,e;if(!this._config||!this.hass||!this._config.entity)return K;const i=this._stateObj;if(!i)return this.renderNotFound(this._config);const o=this._config.name||i.attributes.friendly_name||"",n=this._config.icon,r=Es(this._config),a=as(i,r.icon_type),s=Ie(this.hass),l=null!==(e=null===(t=this._config)||void 0===t?void 0:t.commands)&&void 0!==e?e:[];return Y` + `}};n([_t({attribute:!1})],Od.prototype,"hass",void 0),n([_t({attribute:!1})],Od.prototype,"entity",void 0),n([_t({attribute:!1})],Od.prototype,"commands",void 0),n([_t({type:Boolean})],Od.prototype,"fill",void 0),Od=n([pt("mushroom-vacuum-commands-control")],Od),Rs({type:Cd,name:"Mushroom Vacuum Card",description:"Card for vacuum entity"});let Md=class extends Ps{static async getConfigElement(){return await Promise.resolve().then((function(){return Ag})),document.createElement($d)}static async getStubConfig(t){const e=Object.keys(t.states).filter((t=>Ed.includes(t.split(".")[0])));return{type:`custom:${Cd}`,entity:e[0]}}get hasControls(){var t,e,i;return!(!this._stateObj||!this._config)&&(e=this._stateObj,i=null!==(t=this._config.commands)&&void 0!==t?t:[],zd.some((t=>Td(e,t,i))))}_handleAction(t){Ke(this,this.hass,this._config,t.detail.action)}render(){var t,e;if(!this._config||!this.hass||!this._config.entity)return K;const i=this._stateObj;if(!i)return this.renderNotFound(this._config);const o=this._config.name||i.attributes.friendly_name||"",n=this._config.icon,r=As(this._config),a=ss(i,r.icon_type),s=Ie(this.hass),l=null!==(e=null===(t=this._config)||void 0===t?void 0:t.commands)&&void 0!==e?e:[];return Y` - ${((t,e)=>Td.some((i=>Sd(t,i,e))))(i,l)?Y` + ${((t,e)=>zd.some((i=>Id(t,i,e))))(i,l)?Y`
- `}static get styles(){return[super.styles,Ps,h` + `}static get styles(){return[super.styles,Ns,h` mushroom-state-item { cursor: pointer; } @@ -3277,26 +3285,26 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s mushroom-vacuum-commands-control { flex: 1; } - `]}};Od=n([pt(kd)],Od);const Md=new Set(["primary","accent","disabled","red","pink","purple","deep-purple","indigo","blue","light-blue","cyan","teal","green","light-green","lime","yellow","amber","orange","deep-orange","brown","light-grey","grey","dark-grey","blue-grey","black","white"]);const jd=`${Rs}-template-badge`,Dd=`${jd}-editor`;!function(e){const i=window;i.customBadges=i.customBadges||[];const o=e.type.replace("-badge","").replace("mushroom-","");i.customBadges.push(Object.assign(Object.assign({},e),{preview:!0,documentationURL:`${t}/blob/main/docs/badges/${o}.md`}))}({type:jd,name:"Mushroom Template",description:"Build your own badge using templates"});const Ld=["icon","color","label","content","picture"];let Pd=class extends ht{constructor(){super(...arguments),this._templateResults={},this._unsubRenderTemplates=new Map}static async getConfigElement(){return await Promise.resolve().then((function(){return zg})),document.createElement(Dd)}static async getStubConfig(t){return{type:`custom:${jd}`,content:"Hello",icon:"mdi:mushroom",color:"red"}}connectedCallback(){super.connectedCallback(),this._tryConnect()}disconnectedCallback(){this._tryDisconnect()}updated(t){super.updated(t),this._config&&this.hass&&this._tryConnect()}async _tryConnect(){Ld.forEach((t=>{this._tryConnectKey(t)}))}async _tryConnectKey(t){var e,i;if(void 0===this._unsubRenderTemplates.get(t)&&this.hass&&this._config&&this.isTemplate(t))try{const i=Fe(this.hass.connection,(e=>{this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:e})}),{template:null!==(e=this._config[t])&&void 0!==e?e:"",entity_ids:this._config.entity_id,variables:{config:this._config,user:this.hass.user.name,entity:this._config.entity},strict:!0});this._unsubRenderTemplates.set(t,i),await i}catch(e){const o={result:null!==(i=this._config[t])&&void 0!==i?i:"",listeners:{all:!1,domains:[],entities:[],time:!1}};this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:o}),this._unsubRenderTemplates.delete(t)}}async _tryDisconnect(){Ld.forEach((t=>{this._tryDisconnectKey(t)}))}async _tryDisconnectKey(t){const e=this._unsubRenderTemplates.get(t);if(e)try{(await e)(),this._unsubRenderTemplates.delete(t)}catch(t){if("not_found"!==t.code&&"template_error"!==t.code)throw t}}setConfig(t){Ld.forEach((e=>{var i,o;(null===(i=this._config)||void 0===i?void 0:i[e])===t[e]&&(null===(o=this._config)||void 0===o?void 0:o.entity)==t.entity||this._tryDisconnectKey(e)})),this._config=Object.assign({tap_action:{action:"none"}},t)}get hasAction(){var t,e,i,o;return!(null===(t=this._config)||void 0===t?void 0:t.tap_action)||Ge(null===(e=this._config)||void 0===e?void 0:e.tap_action)||Ge(null===(i=this._config)||void 0===i?void 0:i.hold_action)||Ge(null===(o=this._config)||void 0===o?void 0:o.double_tap_action)}render(){var t,e;if(!this._config||!this.hass)return K;const i=this.getValue("icon"),o=this.getValue("color"),n=this.getValue("content"),r=this.getValue("label"),a=this.getValue("picture"),s=!!n,l=!!i||!!a,c={};o&&(c["--badge-color"]=function(t){return Md.has(t)?`var(--${t}-color)`:t}(o));const d=ml(i);return Y` + `]}};Md=n([pt(Cd)],Md);const jd=new Set(["primary","accent","disabled","red","pink","purple","deep-purple","indigo","blue","light-blue","cyan","teal","green","light-green","lime","yellow","amber","orange","deep-orange","brown","light-grey","grey","dark-grey","blue-grey","black","white"]);const Dd=`${Fs}-template-badge`,Ld=`${Dd}-editor`;!function(e){const i=window;i.customBadges=i.customBadges||[];const o=e.type.replace("-badge","").replace("mushroom-","");i.customBadges.push(Object.assign(Object.assign({},e),{preview:!0,documentationURL:`${t}/blob/main/docs/badges/${o}.md`}))}({type:Dd,name:"Mushroom Template",description:"Build your own badge using templates"});const Pd=["icon","color","label","content","picture"];let Nd=class extends ht{constructor(){super(...arguments),this._templateResults={},this._unsubRenderTemplates=new Map}static async getConfigElement(){return await Promise.resolve().then((function(){return Og})),document.createElement(Ld)}static async getStubConfig(t){return{type:`custom:${Dd}`,content:"Hello",icon:"mdi:mushroom",color:"red"}}connectedCallback(){super.connectedCallback(),this._tryConnect()}disconnectedCallback(){this._tryDisconnect()}updated(t){super.updated(t),this._config&&this.hass&&this._tryConnect()}async _tryConnect(){Pd.forEach((t=>{this._tryConnectKey(t)}))}async _tryConnectKey(t){var e,i;if(void 0===this._unsubRenderTemplates.get(t)&&this.hass&&this._config&&this.isTemplate(t))try{const i=Fe(this.hass.connection,(e=>{this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:e})}),{template:null!==(e=this._config[t])&&void 0!==e?e:"",entity_ids:this._config.entity_id,variables:{config:this._config,user:this.hass.user.name,entity:this._config.entity},strict:!0});this._unsubRenderTemplates.set(t,i),await i}catch(e){const o={result:null!==(i=this._config[t])&&void 0!==i?i:"",listeners:{all:!1,domains:[],entities:[],time:!1}};this._templateResults=Object.assign(Object.assign({},this._templateResults),{[t]:o}),this._unsubRenderTemplates.delete(t)}}async _tryDisconnect(){Pd.forEach((t=>{this._tryDisconnectKey(t)}))}async _tryDisconnectKey(t){const e=this._unsubRenderTemplates.get(t);if(e)try{(await e)(),this._unsubRenderTemplates.delete(t)}catch(t){if("not_found"!==t.code&&"template_error"!==t.code)throw t}}setConfig(t){Pd.forEach((e=>{var i,o;(null===(i=this._config)||void 0===i?void 0:i[e])===t[e]&&(null===(o=this._config)||void 0===o?void 0:o.entity)==t.entity||this._tryDisconnectKey(e)})),this._config=Object.assign({tap_action:{action:"none"}},t)}get hasAction(){var t,e,i,o;return!(null===(t=this._config)||void 0===t?void 0:t.tap_action)||Ge(null===(e=this._config)||void 0===e?void 0:e.tap_action)||Ge(null===(i=this._config)||void 0===i?void 0:i.hold_action)||Ge(null===(o=this._config)||void 0===o?void 0:o.double_tap_action)}render(){if(!this._config||!this.hass)return K;const t=this.getValue("icon"),e=this.getValue("color"),i=this.getValue("content"),o=this.getValue("label"),n=this.getValue("picture"),r=!!i,a=!!t||!!n,s={};e&&(s["--badge-color"]=function(t){return jd.has(t)?`var(--${t}-color)`:t}(e));const l=pl(t);return Y`
- ${a?Y``:d||(i?Y` + ${n?Y``:l||(t?Y` `:K)} - ${n?Y` + ${i?Y` - ${r?Y`${r}`:K} - ${n} + ${o?Y`${o}`:K} + ${i} `:K}
@@ -3317,14 +3325,23 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s align-items: center; justify-content: center; gap: 8px; - height: 36px; - min-width: 36px; + height: var(--ha-badge-size, 36px); + min-width: var(--ha-badge-size, 36px); padding: 0px 8px; box-sizing: border-box; width: auto; - border-radius: 18px; - background-color: var(--card-background-color, white); + border-radius: var( + --ha-badge-border-radius, + calc(var(--ha-badge-size, 36px) / 2) + ); + background: var( + --ha-card-background, + var(--card-background-color, white) + ); + -webkit-backdrop-filter: var(--ha-card-backdrop-filter, none); + backdrop-filter: var(--ha-card-backdrop-filter, none); border-width: var(--ha-card-border-width, 1px); + box-shadow: var(--ha-card-box-shadow, none); border-style: solid; border-color: var( --ha-card-border-color, @@ -3348,7 +3365,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s [role="button"]:focus { outline: none; } - .content { + .info { display: flex; flex-direction: column; align-items: flex-start; @@ -3356,7 +3373,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s padding-inline-end: 4px; padding-inline-start: initial; } - .name { + .label { font-size: 10px; font-style: normal; font-weight: 500; @@ -3364,7 +3381,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s letter-spacing: 0.1px; color: var(--secondary-text-color); } - .state { + .content { font-size: 12px; font-style: normal; font-weight: 500; @@ -3388,22 +3405,22 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s object-fit: cover; overflow: hidden; } - .badge.icon-only { + .badge.no-info { padding: 0; } - .badge:not(.icon-only) img { + .badge:not(.no-icon):not(.no-info) img { margin-left: -6px; margin-inline-start: -6px; margin-inline-end: initial; } - .badge.content-only .content { + .badge.no-icon .info { padding-right: 4px; padding-left: 4px; padding-inline-end: 4px; padding-inline-start: 4px; } - ${ol} - `}};n([_t({attribute:!1})],Pd.prototype,"hass",void 0),n([vt()],Pd.prototype,"_config",void 0),n([vt()],Pd.prototype,"_templateResults",void 0),n([vt()],Pd.prototype,"_unsubRenderTemplates",void 0),Pd=n([pt(jd)],Pd),console.info("%c🍄 Mushroom 🍄 - 4.0.2","color: #ef5350; font-weight: 700;");const Nd=Ce({tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni)}),Rd=(t,e)=>(e&&t&&(t=t.map((t=>"perform-action"===t?"call-service":t))),[{name:"tap_action",selector:{"ui-action":{actions:t}}},{name:"hold_action",selector:{"ui-action":{actions:t}}},{name:"double_tap_action",selector:{"ui-action":{actions:t}}}]),Fd=Ce({layout:$e(Se([we("horizontal"),we("vertical"),we("default")])),fill_container:$e(ye()),primary_info:$e(xe(os)),secondary_info:$e(xe(os)),icon_type:$e(xe(ns))}),Vd=[{type:"grid",name:"",schema:[{name:"layout",selector:{mush_layout:{}}},{name:"fill_container",selector:{boolean:{}}}]},{type:"grid",name:"",schema:[{name:"primary_info",selector:{mush_info:{}}},{name:"secondary_info",selector:{mush_info:{}}},{name:"icon_type",selector:{mush_icon_type:{}}}]}],Bd=["color","icon_color","layout","fill_container","primary_info","secondary_info","icon_type","content_info","use_entity_picture","collapsible_controls","icon_animation"],Ud=Ce({entity:$e(Ee()),name:$e(Ee()),icon:$e(Ee())}),Hd=Ce({index:$e(ke()),view_index:$e(ke()),view_layout:ve(),type:Ee(),layout_options:ve(),visibility:ve()}),Yd=fe(Hd,fe(Ud,Fd,Nd),Ce({states:$e(be()),show_keypad:(Wd=$e(ye()),Xd=(t,e)=>{console.warn(`🍄 "${e.path}" option is deprecated and no longer available. Remove it from your YAML configuration or use the built-in Home Assistant alarm panel card if you want keypad.`)},new he({...Wd,refiner:(t,e)=>void 0===t||Wd.refiner(t,e),validator:(t,e)=>void 0===t||(Xd(t,e),Wd.validator(t,e))}))}));var Wd,Xd;const Kd=["more-info","navigate","url","perform-action","assist","none"],Gd=["armed_home","armed_away","armed_night","armed_vacation","armed_custom_bypass"],qd=Tt(((t,e)=>[{name:"entity",selector:{entity:{domain:Bs}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Vd,{type:"multi_select",name:"states",options:Gd.map((e=>[e,t(`ui.card.alarm_control_panel.${e.replace("armed","arm")}`)]))},...Rd(Kd,e)]));let Zd=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):"states"===t.name?this.hass.localize("ui.panel.lovelace.editor.card.alarm-panel.available_states"):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,Yd),this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=qd(this.hass.localize,t);return Y` + ${nl} + `}};n([_t({attribute:!1})],Nd.prototype,"hass",void 0),n([vt()],Nd.prototype,"_config",void 0),n([vt()],Nd.prototype,"_templateResults",void 0),n([vt()],Nd.prototype,"_unsubRenderTemplates",void 0),Nd=n([pt(Dd)],Nd),console.info("%c🍄 Mushroom 🍄 - 4.0.6","color: #ef5350; font-weight: 700;");const Rd=Ce({tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni)}),Fd=(t,e)=>(e&&t&&(t=t.map((t=>"perform-action"===t?"call-service":t))),[{name:"tap_action",selector:{"ui-action":{actions:t}}},{name:"hold_action",selector:{"ui-action":{actions:t}}},{name:"double_tap_action",selector:{"ui-action":{actions:t}}}]),Vd=Ce({layout:$e(Se([we("horizontal"),we("vertical"),we("default")])),fill_container:$e(ye()),primary_info:$e(xe(ns)),secondary_info:$e(xe(ns)),icon_type:$e(xe(rs))}),Bd=[{type:"grid",name:"",schema:[{name:"layout",selector:{mush_layout:{}}},{name:"fill_container",selector:{boolean:{}}}]},{type:"grid",name:"",schema:[{name:"primary_info",selector:{mush_info:{}}},{name:"secondary_info",selector:{mush_info:{}}},{name:"icon_type",selector:{mush_icon_type:{}}}]}],Ud=["color","icon_color","layout","fill_container","primary_info","secondary_info","icon_type","content_info","use_entity_picture","collapsible_controls","icon_animation"],Hd=Ce({entity:$e(Ee()),name:$e(Ee()),icon:$e(Ee())}),Yd=Ce({index:$e(ke()),view_index:$e(ke()),view_layout:ve(),type:Ee(),layout_options:ve(),visibility:ve()}),Wd=fe(Yd,fe(Hd,Vd,Rd),Ce({states:$e(be()),show_keypad:(Xd=$e(ye()),Kd=(t,e)=>{console.warn(`🍄 "${e.path}" option is deprecated and no longer available. Remove it from your YAML configuration or use the built-in Home Assistant alarm panel card if you want keypad.`)},new he({...Xd,refiner:(t,e)=>void 0===t||Xd.refiner(t,e),validator:(t,e)=>void 0===t||(Kd(t,e),Xd.validator(t,e))}))}));var Xd,Kd;const Gd=["more-info","navigate","url","perform-action","assist","none"],qd=["armed_home","armed_away","armed_night","armed_vacation","armed_custom_bypass"],Zd=Tt(((t,e)=>[{name:"entity",selector:{entity:{domain:Us}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Bd,{type:"multi_select",name:"states",options:qd.map((e=>[e,t(`ui.card.alarm_control_panel.${e.replace("armed","arm")}`)]))},...Fd(Gd,e)]));let Jd=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):"states"===t.name?this.hass.localize("ui.panel.lovelace.editor.card.alarm-panel.available_states"):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,Wd),this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=Zd(this.hass.localize,t);return Y` - `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Zd.prototype,"_config",void 0),Zd=n([pt(Vs)],Zd);var Jd=Object.freeze({__proto__:null,get SwitchCardEditor(){return Zd}});const Qd=[{name:"entity",selector:{entity:{}}},{type:"grid",name:"",schema:[{name:"name",selector:{text:{}}},{name:"content_info",selector:{mush_info:{}}}]},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_color",selector:{mush_color:{}}}]},{name:"use_entity_picture",selector:{boolean:{}}},...Rd()];let tu=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){return this.hass&&this._config?Y` + `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Jd.prototype,"_config",void 0),Jd=n([pt(Bs)],Jd);var Qd=Object.freeze({__proto__:null,get SwitchCardEditor(){return Jd}});const tu=[{name:"entity",selector:{entity:{}}},{type:"grid",name:"",schema:[{name:"name",selector:{text:{}}},{name:"content_info",selector:{mush_info:{}}}]},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_color",selector:{mush_color:{}}}]},{name:"use_entity_picture",selector:{boolean:{}}},...Fd()];let eu=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],tu.prototype,"hass",void 0),n([vt()],tu.prototype,"_config",void 0),tu=n([pt(qs("entity"))],tu);var eu=Object.freeze({__proto__:null,get EntityChipEditor(){return tu}});const iu=["weather"],ou=["show_conditions","show_temperature"],nu=["more-info","navigate","url","perform-action","assist","none"],ru=Tt((t=>[{name:"entity",selector:{entity:{domain:iu}}},{type:"grid",name:"",schema:[{name:"show_conditions",selector:{boolean:{}}},{name:"show_temperature",selector:{boolean:{}}}]},...Rd(nu,t)]));let au=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):ou.includes(t.name)?e(`editor.card.weather.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=ru(t);return Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],eu.prototype,"hass",void 0),n([vt()],eu.prototype,"_config",void 0),eu=n([pt(Zs("entity"))],eu);var iu=Object.freeze({__proto__:null,get EntityChipEditor(){return eu}});const ou=["weather"],nu=["show_conditions","show_temperature"],ru=["more-info","navigate","url","perform-action","assist","none"],au=Tt((t=>[{name:"entity",selector:{entity:{domain:ou}}},{type:"grid",name:"",schema:[{name:"show_conditions",selector:{boolean:{}}},{name:"show_temperature",selector:{boolean:{}}}]},...Fd(ru,t)]));let su=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):nu.includes(t.name)?e(`editor.card.weather.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=au(t);return Y` - `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],au.prototype,"hass",void 0),n([vt()],au.prototype,"_config",void 0),au=n([pt(qs("weather"))],au);var su=Object.freeze({__proto__:null,get WeatherChipEditor(){return au}});const lu=[{name:"icon",selector:{icon:{placeholder:al}}}];let cu=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}setConfig(t){this._config=t}render(){return this.hass&&this._config?Y` + `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],su.prototype,"hass",void 0),n([vt()],su.prototype,"_config",void 0),su=n([pt(Zs("weather"))],su);var lu=Object.freeze({__proto__:null,get WeatherChipEditor(){return su}});const cu=[{name:"icon",selector:{icon:{placeholder:sl}}}];let du=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}setConfig(t){this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],cu.prototype,"hass",void 0),n([vt()],cu.prototype,"_config",void 0),cu=n([pt(qs("back"))],cu);var du=Object.freeze({__proto__:null,get BackChipEditor(){return cu}});const uu=["navigate","url","perform-action","assist","none"],hu=Tt((t=>[{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{placeholder:ll}}},{name:"icon_color",selector:{mush_color:{}}}]},...Rd(uu,t)]));let mu=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=hu(t);return Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],du.prototype,"hass",void 0),n([vt()],du.prototype,"_config",void 0),du=n([pt(Zs("back"))],du);var uu=Object.freeze({__proto__:null,get BackChipEditor(){return du}});const hu=["navigate","url","perform-action","assist","none"],mu=Tt((t=>[{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{placeholder:cl}}},{name:"icon_color",selector:{mush_color:{}}}]},...Fd(hu,t)]));let pu=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=mu(t);return Y` - `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],mu.prototype,"hass",void 0),n([vt()],mu.prototype,"_config",void 0),mu=n([pt(qs("action"))],mu);var pu=Object.freeze({__proto__:null,get EntityChipEditor(){return mu}});const fu=[{name:"icon",selector:{icon:{placeholder:dl}}}];let gu=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}setConfig(t){this._config=t}render(){return this.hass&&this._config?Y` + `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],pu.prototype,"hass",void 0),n([vt()],pu.prototype,"_config",void 0),pu=n([pt(Zs("action"))],pu);var fu=Object.freeze({__proto__:null,get EntityChipEditor(){return pu}});const gu=[{name:"icon",selector:{icon:{placeholder:ul}}}];let _u=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}setConfig(t){this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],gu.prototype,"hass",void 0),n([vt()],gu.prototype,"_config",void 0),gu=n([pt(qs("menu"))],gu);var _u=Object.freeze({__proto__:null,get MenuChipEditor(){return gu}});const vu=fe(Hd,fe(Fd,Nd),Ce({entity:$e(Ee()),icon:$e(Ee()),icon_color:$e(Ee()),primary:$e(Ee()),secondary:$e(Ee()),badge_icon:$e(Ee()),badge_color:$e(Ee()),picture:$e(Ee()),multiline_secondary:$e(ye()),entity_id:$e(Se([Ee(),be(Ee())]))})),bu=["badge_icon","badge_color","content","primary","secondary","multiline_secondary","picture"],yu=[{name:"entity",selector:{entity:{}}},{name:"icon",selector:{template:{}}},{name:"icon_color",selector:{template:{}}},{name:"primary",selector:{template:{}}},{name:"secondary",selector:{template:{}}},{name:"badge_icon",selector:{template:{}}},{name:"badge_color",selector:{template:{}}},{name:"picture",selector:{template:{}}},{type:"grid",name:"",schema:[{name:"layout",selector:{mush_layout:{}}},{name:"fill_container",selector:{boolean:{}}},{name:"multiline_secondary",selector:{boolean:{}}}]},...Rd()];let xu=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return"entity"===t.name?`${this.hass.localize("ui.panel.lovelace.editor.card.generic.entity")} (${e("editor.card.template.entity_extra")})`:Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):bu.includes(t.name)?e(`editor.card.template.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,vu),this._config=t}render(){return this.hass&&this._config?Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],_u.prototype,"hass",void 0),n([vt()],_u.prototype,"_config",void 0),_u=n([pt(Zs("menu"))],_u);var vu=Object.freeze({__proto__:null,get MenuChipEditor(){return _u}});const bu=fe(Yd,fe(Vd,Rd),Ce({entity:$e(Ee()),icon:$e(Ee()),icon_color:$e(Ee()),primary:$e(Ee()),secondary:$e(Ee()),badge_icon:$e(Ee()),badge_color:$e(Ee()),picture:$e(Ee()),multiline_secondary:$e(ye()),entity_id:$e(Se([Ee(),be(Ee())]))})),yu=["badge_icon","badge_color","content","primary","secondary","multiline_secondary","picture"],xu=[{name:"entity",selector:{entity:{}}},{name:"icon",selector:{template:{}}},{name:"icon_color",selector:{template:{}}},{name:"primary",selector:{template:{}}},{name:"secondary",selector:{template:{}}},{name:"badge_icon",selector:{template:{}}},{name:"badge_color",selector:{template:{}}},{name:"picture",selector:{template:{}}},{type:"grid",name:"",schema:[{name:"layout",selector:{mush_layout:{}}},{name:"fill_container",selector:{boolean:{}}},{name:"multiline_secondary",selector:{boolean:{}}}]},...Fd()];let wu=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return"entity"===t.name?`${this.hass.localize("ui.panel.lovelace.editor.card.generic.entity")} (${e("editor.card.template.entity_extra")})`:Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):yu.includes(t.name)?e(`editor.card.template.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,bu),this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],xu.prototype,"_config",void 0),xu=n([pt(dd)],xu);var wu=Object.freeze({__proto__:null,TEMPLATE_LABELS:bu,get TemplateCardEditor(){return xu}});const ku=[{name:"entity",selector:{entity:{}}},{name:"icon",selector:{template:{}}},{name:"icon_color",selector:{template:{}}},{name:"picture",selector:{template:{}}},{name:"content",selector:{template:{}}},...Rd()];let Cu=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return"entity"===t.name?`${this.hass.localize("ui.panel.lovelace.editor.card.generic.entity")} (${e("editor.card.template.entity_extra")})`:Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):bu.includes(t.name)?e(`editor.card.template.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){return this.hass&&this._config?Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],wu.prototype,"_config",void 0),wu=n([pt(ud)],wu);var ku=Object.freeze({__proto__:null,TEMPLATE_LABELS:yu,get TemplateCardEditor(){return wu}});const Cu=[{name:"entity",selector:{entity:{}}},{name:"icon",selector:{template:{}}},{name:"icon_color",selector:{template:{}}},{name:"picture",selector:{template:{}}},{name:"content",selector:{template:{}}},...Fd()];let $u=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return"entity"===t.name?`${this.hass.localize("ui.panel.lovelace.editor.card.generic.entity")} (${e("editor.card.template.entity_extra")})`:Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):yu.includes(t.name)?e(`editor.card.template.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],Cu.prototype,"hass",void 0),n([vt()],Cu.prototype,"_config",void 0),Cu=n([pt(qs("template"))],Cu);var $u=Object.freeze({__proto__:null,get EntityChipEditor(){return Cu}}); + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],$u.prototype,"hass",void 0),n([vt()],$u.prototype,"_config",void 0),$u=n([pt(Zs("template"))],$u);var Eu=Object.freeze({__proto__:null,get EntityChipEditor(){return $u}}); /** * @license * Copyright 2021 Google LLC * SPDX-LIcense-Identifier: Apache-2.0 - */const Eu=h`.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);position:absolute;left:0;-webkit-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required::after,.mdc-floating-label--required[dir=rtl]::after{margin-left:0;margin-right:1px}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::before{z-index:1}.mdc-line-ripple::after{transform:scaleX(0);border-bottom-width:2px;opacity:0;z-index:2}.mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid;flex-grow:1}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 12px * 2)}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(100% / 0.75)}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-text-field--filled{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-text-field--filled .mdc-text-field__ripple::before,.mdc-text-field--filled .mdc-text-field__ripple::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-text-field--filled .mdc-text-field__ripple::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index, 1)}.mdc-text-field--filled .mdc-text-field__ripple::after{z-index:0;z-index:var(--mdc-ripple-z-index, 0)}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field--filled .mdc-text-field__ripple::before,.mdc-text-field--filled .mdc-text-field__ripple::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-text-field__ripple{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.mdc-text-field{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0;display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0, 0, 0, 0.87)}@media all{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:rgba(0, 0, 0, 0.54)}}@media all{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:rgba(0, 0, 0, 0.54)}}.mdc-text-field .mdc-text-field__input{caret-color:#6200ee;caret-color:var(--mdc-theme-primary, #6200ee)}.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading{color:rgba(0, 0, 0, 0.54)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:rgba(0, 0, 0, 0.54)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix{color:rgba(0, 0, 0, 0.6)}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-text-field__input{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);height:28px;transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);width:100%;min-width:0;border:none;border-radius:0;background:none;appearance:none;padding:0}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}@media all{.mdc-text-field__input::placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0}}@media all{.mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0}}@media all{.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}}@media all{.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}}.mdc-text-field__affix{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);height:28px;transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;white-space:nowrap}.mdc-text-field--label-floating .mdc-text-field__affix,.mdc-text-field--no-label .mdc-text-field__affix{opacity:1}@supports(-webkit-hyphens: none){.mdc-text-field--outlined .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field__affix--prefix,.mdc-text-field__affix--prefix[dir=rtl]{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:0;padding-right:12px}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl]{padding-left:12px;padding-right:0}.mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field__affix--suffix,.mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px;padding-right:0}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:2px}.mdc-text-field--filled{height:56px}.mdc-text-field--filled .mdc-text-field__ripple::before,.mdc-text-field--filled .mdc-text-field__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))}.mdc-text-field--filled:hover .mdc-text-field__ripple::before,.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-text-field--filled::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:whitesmoke}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42)}.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87)}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-color:#6200ee;border-bottom-color:var(--mdc-theme-primary, #6200ee)}.mdc-text-field--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-text-field--filled .mdc-floating-label,.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled.mdc-text-field--no-label::before{display:none}@supports(-webkit-hyphens: none){.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field--outlined{height:56px;overflow:visible}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}}.mdc-text-field--outlined .mdc-text-field__input{height:100%}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.38)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.87)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#6200ee;border-color:var(--mdc-theme-primary, #6200ee)}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px, var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px, var(--mdc-shape-small, 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px, var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--outlined .mdc-text-field__ripple::before,.mdc-text-field--outlined .mdc-text-field__ripple::after{background-color:transparent;background-color:var(--mdc-ripple-color, transparent)}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:initial}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:transparent}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mdc-text-field--textarea{flex-direction:column;align-items:center;width:auto;height:auto;padding:0;transition:none}.mdc-text-field--textarea .mdc-floating-label{top:19px}.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above){transform:none}.mdc-text-field--textarea .mdc-text-field__input{flex-grow:1;height:auto;min-height:1.5rem;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;resize:none;padding:0 16px;line-height:1.5rem}.mdc-text-field--textarea.mdc-text-field--filled::before{display:none}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-10.25px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-filled 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-filled{0%{transform:translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75)}}.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input{margin-top:23px;margin-bottom:9px}.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-27.25px) scale(1)}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-24.75px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-outlined{0%{transform:translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)}}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:18px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input{margin-bottom:2px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter{align-self:flex-end;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after{display:inline-block;width:0;height:16px;content:"";vertical-align:-16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before{display:none}.mdc-text-field__resizer{align-self:stretch;display:inline-flex;flex-direction:column;flex-grow:1;max-height:100%;max-width:100%;min-height:56px;min-width:fit-content;min-width:-moz-available;min-width:-webkit-fill-available;overflow:hidden;resize:both}.mdc-text-field--filled .mdc-text-field__resizer{transform:translateY(-1px)}.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(-1px) translateY(-1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer,.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl]{transform:translateX(1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateX(1px) translateY(1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl]{transform:translateX(-1px) translateY(1px)}.mdc-text-field--with-leading-icon{padding-left:0;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon,.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:16px;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 48px);left:48px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)}}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)}}.mdc-text-field--with-trailing-icon{padding-left:16px;padding-right:0}[dir=rtl] .mdc-text-field--with-trailing-icon,.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 96px / 0.75)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(98, 0, 238, 0.87)}.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:#b00020;caret-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--disabled{pointer-events:none}.mdc-text-field--disabled .mdc-text-field__input{color:rgba(0, 0, 0, 0.38)}@media all{.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:rgba(0, 0, 0, 0.38)}}@media all{.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:rgba(0, 0, 0, 0.38)}}.mdc-text-field--disabled .mdc-floating-label{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-text-field__icon--leading{color:rgba(0, 0, 0, 0.3)}.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:rgba(0, 0, 0, 0.3)}.mdc-text-field--disabled .mdc-text-field__affix--prefix{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.06)}.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.06)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-floating-label{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__icon--leading{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__affix--prefix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:GrayText}}@media screen and (forced-colors: active){.mdc-text-field--disabled .mdc-text-field__input{background-color:Window}.mdc-text-field--disabled .mdc-floating-label{z-index:1}}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--disabled.mdc-text-field--filled{background-color:#fafafa}.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple{display:none}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl]{text-align:left}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix{direction:ltr}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading{order:1}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{order:2}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input{order:3}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{order:4}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing{order:5}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix{padding-right:12px}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix{padding-left:2px}.mdc-text-field-helper-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.75rem;font-size:var(--mdc-typography-caption-font-size, 0.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:0.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing, 0.0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin:0;opacity:0;will-change:opacity;transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-text-field-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:initial}.mdc-text-field-character-counter{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.75rem;font-size:var(--mdc-typography-caption-font-size, 0.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:0.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing, 0.0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin-left:auto;margin-right:0;padding-left:16px;padding-right:0;white-space:nowrap}.mdc-text-field-character-counter::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}[dir=rtl] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field__icon{align-self:center;cursor:pointer}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field__icon svg{display:block}.mdc-text-field__icon--leading{margin-left:16px;margin-right:8px}[dir=rtl] .mdc-text-field__icon--leading,.mdc-text-field__icon--leading[dir=rtl]{margin-left:8px;margin-right:16px}.mdc-text-field__icon--trailing{padding:12px;margin-left:0px;margin-right:0px}[dir=rtl] .mdc-text-field__icon--trailing,.mdc-text-field__icon--trailing[dir=rtl]{margin-left:0px;margin-right:0px}.material-icons{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}:host{display:inline-flex;flex-direction:column;outline:none}.mdc-text-field{width:100%}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42);border-bottom-color:var(--mdc-text-field-idle-line-color, rgba(0, 0, 0, 0.42))}.mdc-text-field:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87);border-bottom-color:var(--mdc-text-field-hover-line-color, rgba(0, 0, 0, 0.87))}.mdc-text-field.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.06);border-bottom-color:var(--mdc-text-field-disabled-line-color, rgba(0, 0, 0, 0.06))}.mdc-text-field.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field__input{direction:inherit}mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-idle-border-color, rgba(0, 0, 0, 0.38) )}:host(:not([disabled]):hover) :not(.mdc-text-field--invalid):not(.mdc-text-field--focused) mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-hover-border-color, rgba(0, 0, 0, 0.87) )}:host(:not([disabled])) .mdc-text-field:not(.mdc-text-field--outlined){background-color:var(--mdc-text-field-fill-color, whitesmoke)}:host(:not([disabled])) .mdc-text-field.mdc-text-field--invalid mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-error-color, var(--mdc-theme-error, #b00020) )}:host(:not([disabled])) .mdc-text-field.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-character-counter,:host(:not([disabled])) .mdc-text-field.mdc-text-field--invalid .mdc-text-field__icon{color:var(--mdc-text-field-error-color, var(--mdc-theme-error, #b00020))}:host(:not([disabled])) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label,:host(:not([disabled])) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label::after{color:var(--mdc-text-field-label-ink-color, rgba(0, 0, 0, 0.6))}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused mwc-notched-outline{--mdc-notched-outline-stroke-width: 2px}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-focused-label-color, var(--mdc-theme-primary, rgba(98, 0, 238, 0.87)) )}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-floating-label{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}:host(:not([disabled])) .mdc-text-field .mdc-text-field__input{color:var(--mdc-text-field-ink-color, rgba(0, 0, 0, 0.87))}:host(:not([disabled])) .mdc-text-field .mdc-text-field__input::placeholder{color:var(--mdc-text-field-label-ink-color, rgba(0, 0, 0, 0.6))}:host(:not([disabled])) .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg),:host(:not([disabled])) .mdc-text-field-helper-line:not(.mdc-text-field--invalid) .mdc-text-field-character-counter{color:var(--mdc-text-field-label-ink-color, rgba(0, 0, 0, 0.6))}:host([disabled]) .mdc-text-field:not(.mdc-text-field--outlined){background-color:var(--mdc-text-field-disabled-fill-color, #fafafa)}:host([disabled]) .mdc-text-field.mdc-text-field--outlined mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-disabled-border-color, rgba(0, 0, 0, 0.06) )}:host([disabled]) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label,:host([disabled]) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label::after{color:var(--mdc-text-field-disabled-ink-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-text-field .mdc-text-field__input,:host([disabled]) .mdc-text-field .mdc-text-field__input::placeholder{color:var(--mdc-text-field-disabled-ink-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-text-field-helper-line .mdc-text-field-helper-text,:host([disabled]) .mdc-text-field-helper-line .mdc-text-field-character-counter{color:var(--mdc-text-field-disabled-ink-color, rgba(0, 0, 0, 0.38))}` + */const Au=h`.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);position:absolute;left:0;-webkit-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required::after,.mdc-floating-label--required[dir=rtl]::after{margin-left:0;margin-right:1px}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::before{z-index:1}.mdc-line-ripple::after{transform:scaleX(0);border-bottom-width:2px;opacity:0;z-index:2}.mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid;flex-grow:1}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 12px * 2)}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(100% / 0.75)}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-text-field--filled{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-text-field--filled .mdc-text-field__ripple::before,.mdc-text-field--filled .mdc-text-field__ripple::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-text-field--filled .mdc-text-field__ripple::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index, 1)}.mdc-text-field--filled .mdc-text-field__ripple::after{z-index:0;z-index:var(--mdc-ripple-z-index, 0)}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field--filled .mdc-text-field__ripple::before,.mdc-text-field--filled .mdc-text-field__ripple::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-text-field__ripple{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.mdc-text-field{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0;display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0, 0, 0, 0.87)}@media all{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:rgba(0, 0, 0, 0.54)}}@media all{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:rgba(0, 0, 0, 0.54)}}.mdc-text-field .mdc-text-field__input{caret-color:#6200ee;caret-color:var(--mdc-theme-primary, #6200ee)}.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading{color:rgba(0, 0, 0, 0.54)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:rgba(0, 0, 0, 0.54)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix{color:rgba(0, 0, 0, 0.6)}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-text-field__input{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);height:28px;transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);width:100%;min-width:0;border:none;border-radius:0;background:none;appearance:none;padding:0}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}@media all{.mdc-text-field__input::placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0}}@media all{.mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0}}@media all{.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}}@media all{.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}}.mdc-text-field__affix{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);height:28px;transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;white-space:nowrap}.mdc-text-field--label-floating .mdc-text-field__affix,.mdc-text-field--no-label .mdc-text-field__affix{opacity:1}@supports(-webkit-hyphens: none){.mdc-text-field--outlined .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field__affix--prefix,.mdc-text-field__affix--prefix[dir=rtl]{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:0;padding-right:12px}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl]{padding-left:12px;padding-right:0}.mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field__affix--suffix,.mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px;padding-right:0}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:2px}.mdc-text-field--filled{height:56px}.mdc-text-field--filled .mdc-text-field__ripple::before,.mdc-text-field--filled .mdc-text-field__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))}.mdc-text-field--filled:hover .mdc-text-field__ripple::before,.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-text-field--filled::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:whitesmoke}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42)}.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87)}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-color:#6200ee;border-bottom-color:var(--mdc-theme-primary, #6200ee)}.mdc-text-field--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-text-field--filled .mdc-floating-label,.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled.mdc-text-field--no-label::before{display:none}@supports(-webkit-hyphens: none){.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field--outlined{height:56px;overflow:visible}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}}.mdc-text-field--outlined .mdc-text-field__input{height:100%}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.38)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.87)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#6200ee;border-color:var(--mdc-theme-primary, #6200ee)}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px, var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px, var(--mdc-shape-small, 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px, var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--outlined .mdc-text-field__ripple::before,.mdc-text-field--outlined .mdc-text-field__ripple::after{background-color:transparent;background-color:var(--mdc-ripple-color, transparent)}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:initial}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:transparent}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mdc-text-field--textarea{flex-direction:column;align-items:center;width:auto;height:auto;padding:0;transition:none}.mdc-text-field--textarea .mdc-floating-label{top:19px}.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above){transform:none}.mdc-text-field--textarea .mdc-text-field__input{flex-grow:1;height:auto;min-height:1.5rem;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;resize:none;padding:0 16px;line-height:1.5rem}.mdc-text-field--textarea.mdc-text-field--filled::before{display:none}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-10.25px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-filled 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-filled{0%{transform:translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75)}}.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input{margin-top:23px;margin-bottom:9px}.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-27.25px) scale(1)}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-24.75px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-outlined{0%{transform:translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)}}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:18px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input{margin-bottom:2px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter{align-self:flex-end;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after{display:inline-block;width:0;height:16px;content:"";vertical-align:-16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before{display:none}.mdc-text-field__resizer{align-self:stretch;display:inline-flex;flex-direction:column;flex-grow:1;max-height:100%;max-width:100%;min-height:56px;min-width:fit-content;min-width:-moz-available;min-width:-webkit-fill-available;overflow:hidden;resize:both}.mdc-text-field--filled .mdc-text-field__resizer{transform:translateY(-1px)}.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(-1px) translateY(-1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer,.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl]{transform:translateX(1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateX(1px) translateY(1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl]{transform:translateX(-1px) translateY(1px)}.mdc-text-field--with-leading-icon{padding-left:0;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon,.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:16px;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 48px);left:48px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)}}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)}}.mdc-text-field--with-trailing-icon{padding-left:16px;padding-right:0}[dir=rtl] .mdc-text-field--with-trailing-icon,.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 96px / 0.75)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(98, 0, 238, 0.87)}.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:#b00020;caret-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--disabled{pointer-events:none}.mdc-text-field--disabled .mdc-text-field__input{color:rgba(0, 0, 0, 0.38)}@media all{.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:rgba(0, 0, 0, 0.38)}}@media all{.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:rgba(0, 0, 0, 0.38)}}.mdc-text-field--disabled .mdc-floating-label{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-text-field__icon--leading{color:rgba(0, 0, 0, 0.3)}.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:rgba(0, 0, 0, 0.3)}.mdc-text-field--disabled .mdc-text-field__affix--prefix{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.06)}.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.06)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-floating-label{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__icon--leading{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__affix--prefix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:GrayText}}@media screen and (forced-colors: active){.mdc-text-field--disabled .mdc-text-field__input{background-color:Window}.mdc-text-field--disabled .mdc-floating-label{z-index:1}}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--disabled.mdc-text-field--filled{background-color:#fafafa}.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple{display:none}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl]{text-align:left}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix{direction:ltr}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading{order:1}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{order:2}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input{order:3}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{order:4}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing{order:5}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix{padding-right:12px}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix{padding-left:2px}.mdc-text-field-helper-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.75rem;font-size:var(--mdc-typography-caption-font-size, 0.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:0.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing, 0.0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin:0;opacity:0;will-change:opacity;transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-text-field-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:initial}.mdc-text-field-character-counter{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.75rem;font-size:var(--mdc-typography-caption-font-size, 0.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:0.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing, 0.0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin-left:auto;margin-right:0;padding-left:16px;padding-right:0;white-space:nowrap}.mdc-text-field-character-counter::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}[dir=rtl] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field__icon{align-self:center;cursor:pointer}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field__icon svg{display:block}.mdc-text-field__icon--leading{margin-left:16px;margin-right:8px}[dir=rtl] .mdc-text-field__icon--leading,.mdc-text-field__icon--leading[dir=rtl]{margin-left:8px;margin-right:16px}.mdc-text-field__icon--trailing{padding:12px;margin-left:0px;margin-right:0px}[dir=rtl] .mdc-text-field__icon--trailing,.mdc-text-field__icon--trailing[dir=rtl]{margin-left:0px;margin-right:0px}.material-icons{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}:host{display:inline-flex;flex-direction:column;outline:none}.mdc-text-field{width:100%}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42);border-bottom-color:var(--mdc-text-field-idle-line-color, rgba(0, 0, 0, 0.42))}.mdc-text-field:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87);border-bottom-color:var(--mdc-text-field-hover-line-color, rgba(0, 0, 0, 0.87))}.mdc-text-field.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.06);border-bottom-color:var(--mdc-text-field-disabled-line-color, rgba(0, 0, 0, 0.06))}.mdc-text-field.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field__input{direction:inherit}mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-idle-border-color, rgba(0, 0, 0, 0.38) )}:host(:not([disabled]):hover) :not(.mdc-text-field--invalid):not(.mdc-text-field--focused) mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-hover-border-color, rgba(0, 0, 0, 0.87) )}:host(:not([disabled])) .mdc-text-field:not(.mdc-text-field--outlined){background-color:var(--mdc-text-field-fill-color, whitesmoke)}:host(:not([disabled])) .mdc-text-field.mdc-text-field--invalid mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-error-color, var(--mdc-theme-error, #b00020) )}:host(:not([disabled])) .mdc-text-field.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-character-counter,:host(:not([disabled])) .mdc-text-field.mdc-text-field--invalid .mdc-text-field__icon{color:var(--mdc-text-field-error-color, var(--mdc-theme-error, #b00020))}:host(:not([disabled])) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label,:host(:not([disabled])) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label::after{color:var(--mdc-text-field-label-ink-color, rgba(0, 0, 0, 0.6))}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused mwc-notched-outline{--mdc-notched-outline-stroke-width: 2px}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-focused-label-color, var(--mdc-theme-primary, rgba(98, 0, 238, 0.87)) )}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-floating-label{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}:host(:not([disabled])) .mdc-text-field .mdc-text-field__input{color:var(--mdc-text-field-ink-color, rgba(0, 0, 0, 0.87))}:host(:not([disabled])) .mdc-text-field .mdc-text-field__input::placeholder{color:var(--mdc-text-field-label-ink-color, rgba(0, 0, 0, 0.6))}:host(:not([disabled])) .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg),:host(:not([disabled])) .mdc-text-field-helper-line:not(.mdc-text-field--invalid) .mdc-text-field-character-counter{color:var(--mdc-text-field-label-ink-color, rgba(0, 0, 0, 0.6))}:host([disabled]) .mdc-text-field:not(.mdc-text-field--outlined){background-color:var(--mdc-text-field-disabled-fill-color, #fafafa)}:host([disabled]) .mdc-text-field.mdc-text-field--outlined mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-disabled-border-color, rgba(0, 0, 0, 0.06) )}:host([disabled]) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label,:host([disabled]) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label::after{color:var(--mdc-text-field-disabled-ink-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-text-field .mdc-text-field__input,:host([disabled]) .mdc-text-field .mdc-text-field__input::placeholder{color:var(--mdc-text-field-disabled-ink-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-text-field-helper-line .mdc-text-field-helper-text,:host([disabled]) .mdc-text-field-helper-line .mdc-text-field-character-counter{color:var(--mdc-text-field-disabled-ink-color, rgba(0, 0, 0, 0.38))}` /** * @license * Copyright 2016 Google Inc. @@ -3494,7 +3511,7 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */;var Au=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}(),Su={ARIA_CONTROLS:"aria-controls",ARIA_DESCRIBEDBY:"aria-describedby",INPUT_SELECTOR:".mdc-text-field__input",LABEL_SELECTOR:".mdc-floating-label",LEADING_ICON_SELECTOR:".mdc-text-field__icon--leading",LINE_RIPPLE_SELECTOR:".mdc-line-ripple",OUTLINE_SELECTOR:".mdc-notched-outline",PREFIX_SELECTOR:".mdc-text-field__affix--prefix",SUFFIX_SELECTOR:".mdc-text-field__affix--suffix",TRAILING_ICON_SELECTOR:".mdc-text-field__icon--trailing"},Iu={DISABLED:"mdc-text-field--disabled",FOCUSED:"mdc-text-field--focused",HELPER_LINE:"mdc-text-field-helper-line",INVALID:"mdc-text-field--invalid",LABEL_FLOATING:"mdc-text-field--label-floating",NO_LABEL:"mdc-text-field--no-label",OUTLINED:"mdc-text-field--outlined",ROOT:"mdc-text-field",TEXTAREA:"mdc-text-field--textarea",WITH_LEADING_ICON:"mdc-text-field--with-leading-icon",WITH_TRAILING_ICON:"mdc-text-field--with-trailing-icon",WITH_INTERNAL_COUNTER:"mdc-text-field--with-internal-counter"},Tu={LABEL_SCALE:.75},zu=["pattern","min","max","required","step","minlength","maxlength"],Ou=["color","date","datetime-local","month","range","time","week"],Mu=["mousedown","touchstart"],ju=["click","keydown"],Du=function(t){function e(i,n){void 0===n&&(n={});var r=t.call(this,o(o({},e.defaultAdapter),i))||this;return r.isFocused=!1,r.receivedUserInput=!1,r.valid=!0,r.useNativeValidation=!0,r.validateOnValueChange=!0,r.helperText=n.helperText,r.characterCounter=n.characterCounter,r.leadingIcon=n.leadingIcon,r.trailingIcon=n.trailingIcon,r.inputFocusHandler=function(){r.activateFocus()},r.inputBlurHandler=function(){r.deactivateFocus()},r.inputInputHandler=function(){r.handleInput()},r.setPointerXOffset=function(t){r.setTransformOrigin(t)},r.textFieldInteractionHandler=function(){r.handleTextFieldInteraction()},r.validationAttributeChangeHandler=function(t){r.handleValidationAttributeChange(t)},r}return i(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return Iu},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return Su},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return Tu},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"shouldAlwaysFloat",{get:function(){var t=this.getNativeInput().type;return Ou.indexOf(t)>=0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"shouldFloat",{get:function(){return this.shouldAlwaysFloat||this.isFocused||!!this.getValue()||this.isBadInput()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"shouldShake",{get:function(){return!this.isFocused&&!this.isValid()&&!!this.getValue()},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!0},setInputAttr:function(){},removeInputAttr:function(){},registerTextFieldInteractionHandler:function(){},deregisterTextFieldInteractionHandler:function(){},registerInputInteractionHandler:function(){},deregisterInputInteractionHandler:function(){},registerValidationAttributeChangeHandler:function(){return new MutationObserver((function(){}))},deregisterValidationAttributeChangeHandler:function(){},getNativeInput:function(){return null},isFocused:function(){return!1},activateLineRipple:function(){},deactivateLineRipple:function(){},setLineRippleTransformOrigin:function(){},shakeLabel:function(){},floatLabel:function(){},setLabelRequired:function(){},hasLabel:function(){return!1},getLabelWidth:function(){return 0},hasOutline:function(){return!1},notchOutline:function(){},closeOutline:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){var t,e,i,o;this.adapter.hasLabel()&&this.getNativeInput().required&&this.adapter.setLabelRequired(!0),this.adapter.isFocused()?this.inputFocusHandler():this.adapter.hasLabel()&&this.shouldFloat&&(this.notchOutline(!0),this.adapter.floatLabel(!0),this.styleFloating(!0)),this.adapter.registerInputInteractionHandler("focus",this.inputFocusHandler),this.adapter.registerInputInteractionHandler("blur",this.inputBlurHandler),this.adapter.registerInputInteractionHandler("input",this.inputInputHandler);try{for(var n=r(Mu),a=n.next();!a.done;a=n.next()){var s=a.value;this.adapter.registerInputInteractionHandler(s,this.setPointerXOffset)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=n.return)&&e.call(n)}finally{if(t)throw t.error}}try{for(var l=r(ju),c=l.next();!c.done;c=l.next()){s=c.value;this.adapter.registerTextFieldInteractionHandler(s,this.textFieldInteractionHandler)}}catch(t){i={error:t}}finally{try{c&&!c.done&&(o=l.return)&&o.call(l)}finally{if(i)throw i.error}}this.validationObserver=this.adapter.registerValidationAttributeChangeHandler(this.validationAttributeChangeHandler),this.setcharacterCounter(this.getValue().length)},e.prototype.destroy=function(){var t,e,i,o;this.adapter.deregisterInputInteractionHandler("focus",this.inputFocusHandler),this.adapter.deregisterInputInteractionHandler("blur",this.inputBlurHandler),this.adapter.deregisterInputInteractionHandler("input",this.inputInputHandler);try{for(var n=r(Mu),a=n.next();!a.done;a=n.next()){var s=a.value;this.adapter.deregisterInputInteractionHandler(s,this.setPointerXOffset)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=n.return)&&e.call(n)}finally{if(t)throw t.error}}try{for(var l=r(ju),c=l.next();!c.done;c=l.next()){s=c.value;this.adapter.deregisterTextFieldInteractionHandler(s,this.textFieldInteractionHandler)}}catch(t){i={error:t}}finally{try{c&&!c.done&&(o=l.return)&&o.call(l)}finally{if(i)throw i.error}}this.adapter.deregisterValidationAttributeChangeHandler(this.validationObserver)},e.prototype.handleTextFieldInteraction=function(){var t=this.adapter.getNativeInput();t&&t.disabled||(this.receivedUserInput=!0)},e.prototype.handleValidationAttributeChange=function(t){var e=this;t.some((function(t){return zu.indexOf(t)>-1&&(e.styleValidity(!0),e.adapter.setLabelRequired(e.getNativeInput().required),!0)})),t.indexOf("maxlength")>-1&&this.setcharacterCounter(this.getValue().length)},e.prototype.notchOutline=function(t){if(this.adapter.hasOutline()&&this.adapter.hasLabel())if(t){var e=this.adapter.getLabelWidth()*Tu.LABEL_SCALE;this.adapter.notchOutline(e)}else this.adapter.closeOutline()},e.prototype.activateFocus=function(){this.isFocused=!0,this.styleFocused(this.isFocused),this.adapter.activateLineRipple(),this.adapter.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter.floatLabel(this.shouldFloat),this.styleFloating(this.shouldFloat),this.adapter.shakeLabel(this.shouldShake)),!this.helperText||!this.helperText.isPersistent()&&this.helperText.isValidation()&&this.valid||this.helperText.showToScreenReader()},e.prototype.setTransformOrigin=function(t){if(!this.isDisabled()&&!this.adapter.hasOutline()){var e=t.touches,i=e?e[0]:t,o=i.target.getBoundingClientRect(),n=i.clientX-o.left;this.adapter.setLineRippleTransformOrigin(n)}},e.prototype.handleInput=function(){this.autoCompleteFocus(),this.setcharacterCounter(this.getValue().length)},e.prototype.autoCompleteFocus=function(){this.receivedUserInput||this.activateFocus()},e.prototype.deactivateFocus=function(){this.isFocused=!1,this.adapter.deactivateLineRipple();var t=this.isValid();this.styleValidity(t),this.styleFocused(this.isFocused),this.adapter.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter.floatLabel(this.shouldFloat),this.styleFloating(this.shouldFloat),this.adapter.shakeLabel(this.shouldShake)),this.shouldFloat||(this.receivedUserInput=!1)},e.prototype.getValue=function(){return this.getNativeInput().value},e.prototype.setValue=function(t){if(this.getValue()!==t&&(this.getNativeInput().value=t),this.setcharacterCounter(t.length),this.validateOnValueChange){var e=this.isValid();this.styleValidity(e)}this.adapter.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter.floatLabel(this.shouldFloat),this.styleFloating(this.shouldFloat),this.validateOnValueChange&&this.adapter.shakeLabel(this.shouldShake))},e.prototype.isValid=function(){return this.useNativeValidation?this.isNativeInputValid():this.valid},e.prototype.setValid=function(t){this.valid=t,this.styleValidity(t);var e=!t&&!this.isFocused&&!!this.getValue();this.adapter.hasLabel()&&this.adapter.shakeLabel(e)},e.prototype.setValidateOnValueChange=function(t){this.validateOnValueChange=t},e.prototype.getValidateOnValueChange=function(){return this.validateOnValueChange},e.prototype.setUseNativeValidation=function(t){this.useNativeValidation=t},e.prototype.isDisabled=function(){return this.getNativeInput().disabled},e.prototype.setDisabled=function(t){this.getNativeInput().disabled=t,this.styleDisabled(t)},e.prototype.setHelperTextContent=function(t){this.helperText&&this.helperText.setContent(t)},e.prototype.setLeadingIconAriaLabel=function(t){this.leadingIcon&&this.leadingIcon.setAriaLabel(t)},e.prototype.setLeadingIconContent=function(t){this.leadingIcon&&this.leadingIcon.setContent(t)},e.prototype.setTrailingIconAriaLabel=function(t){this.trailingIcon&&this.trailingIcon.setAriaLabel(t)},e.prototype.setTrailingIconContent=function(t){this.trailingIcon&&this.trailingIcon.setContent(t)},e.prototype.setcharacterCounter=function(t){if(this.characterCounter){var e=this.getNativeInput().maxLength;if(-1===e)throw new Error("MDCTextFieldFoundation: Expected maxlength html property on text input or textarea.");this.characterCounter.setCounterValue(t,e)}},e.prototype.isBadInput=function(){return this.getNativeInput().validity.badInput||!1},e.prototype.isNativeInputValid=function(){return this.getNativeInput().validity.valid},e.prototype.styleValidity=function(t){var i=e.cssClasses.INVALID;if(t?this.adapter.removeClass(i):this.adapter.addClass(i),this.helperText){if(this.helperText.setValidity(t),!this.helperText.isValidation())return;var o=this.helperText.isVisible(),n=this.helperText.getId();o&&n?this.adapter.setInputAttr(Su.ARIA_DESCRIBEDBY,n):this.adapter.removeInputAttr(Su.ARIA_DESCRIBEDBY)}},e.prototype.styleFocused=function(t){var i=e.cssClasses.FOCUSED;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.styleDisabled=function(t){var i=e.cssClasses,o=i.DISABLED,n=i.INVALID;t?(this.adapter.addClass(o),this.adapter.removeClass(n)):this.adapter.removeClass(o),this.leadingIcon&&this.leadingIcon.setDisabled(t),this.trailingIcon&&this.trailingIcon.setDisabled(t)},e.prototype.styleFloating=function(t){var i=e.cssClasses.LABEL_FLOATING;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.getNativeInput=function(){return(this.adapter?this.adapter.getNativeInput():null)||{disabled:!1,maxLength:-1,required:!1,type:"input",validity:{badInput:!1,valid:!0},value:""}},e}(Au); + */;var Su=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}(),Iu={ARIA_CONTROLS:"aria-controls",ARIA_DESCRIBEDBY:"aria-describedby",INPUT_SELECTOR:".mdc-text-field__input",LABEL_SELECTOR:".mdc-floating-label",LEADING_ICON_SELECTOR:".mdc-text-field__icon--leading",LINE_RIPPLE_SELECTOR:".mdc-line-ripple",OUTLINE_SELECTOR:".mdc-notched-outline",PREFIX_SELECTOR:".mdc-text-field__affix--prefix",SUFFIX_SELECTOR:".mdc-text-field__affix--suffix",TRAILING_ICON_SELECTOR:".mdc-text-field__icon--trailing"},Tu={DISABLED:"mdc-text-field--disabled",FOCUSED:"mdc-text-field--focused",HELPER_LINE:"mdc-text-field-helper-line",INVALID:"mdc-text-field--invalid",LABEL_FLOATING:"mdc-text-field--label-floating",NO_LABEL:"mdc-text-field--no-label",OUTLINED:"mdc-text-field--outlined",ROOT:"mdc-text-field",TEXTAREA:"mdc-text-field--textarea",WITH_LEADING_ICON:"mdc-text-field--with-leading-icon",WITH_TRAILING_ICON:"mdc-text-field--with-trailing-icon",WITH_INTERNAL_COUNTER:"mdc-text-field--with-internal-counter"},zu={LABEL_SCALE:.75},Ou=["pattern","min","max","required","step","minlength","maxlength"],Mu=["color","date","datetime-local","month","range","time","week"],ju=["mousedown","touchstart"],Du=["click","keydown"],Lu=function(t){function e(i,n){void 0===n&&(n={});var r=t.call(this,o(o({},e.defaultAdapter),i))||this;return r.isFocused=!1,r.receivedUserInput=!1,r.valid=!0,r.useNativeValidation=!0,r.validateOnValueChange=!0,r.helperText=n.helperText,r.characterCounter=n.characterCounter,r.leadingIcon=n.leadingIcon,r.trailingIcon=n.trailingIcon,r.inputFocusHandler=function(){r.activateFocus()},r.inputBlurHandler=function(){r.deactivateFocus()},r.inputInputHandler=function(){r.handleInput()},r.setPointerXOffset=function(t){r.setTransformOrigin(t)},r.textFieldInteractionHandler=function(){r.handleTextFieldInteraction()},r.validationAttributeChangeHandler=function(t){r.handleValidationAttributeChange(t)},r}return i(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return Tu},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return Iu},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return zu},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"shouldAlwaysFloat",{get:function(){var t=this.getNativeInput().type;return Mu.indexOf(t)>=0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"shouldFloat",{get:function(){return this.shouldAlwaysFloat||this.isFocused||!!this.getValue()||this.isBadInput()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"shouldShake",{get:function(){return!this.isFocused&&!this.isValid()&&!!this.getValue()},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!0},setInputAttr:function(){},removeInputAttr:function(){},registerTextFieldInteractionHandler:function(){},deregisterTextFieldInteractionHandler:function(){},registerInputInteractionHandler:function(){},deregisterInputInteractionHandler:function(){},registerValidationAttributeChangeHandler:function(){return new MutationObserver((function(){}))},deregisterValidationAttributeChangeHandler:function(){},getNativeInput:function(){return null},isFocused:function(){return!1},activateLineRipple:function(){},deactivateLineRipple:function(){},setLineRippleTransformOrigin:function(){},shakeLabel:function(){},floatLabel:function(){},setLabelRequired:function(){},hasLabel:function(){return!1},getLabelWidth:function(){return 0},hasOutline:function(){return!1},notchOutline:function(){},closeOutline:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){var t,e,i,o;this.adapter.hasLabel()&&this.getNativeInput().required&&this.adapter.setLabelRequired(!0),this.adapter.isFocused()?this.inputFocusHandler():this.adapter.hasLabel()&&this.shouldFloat&&(this.notchOutline(!0),this.adapter.floatLabel(!0),this.styleFloating(!0)),this.adapter.registerInputInteractionHandler("focus",this.inputFocusHandler),this.adapter.registerInputInteractionHandler("blur",this.inputBlurHandler),this.adapter.registerInputInteractionHandler("input",this.inputInputHandler);try{for(var n=r(ju),a=n.next();!a.done;a=n.next()){var s=a.value;this.adapter.registerInputInteractionHandler(s,this.setPointerXOffset)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=n.return)&&e.call(n)}finally{if(t)throw t.error}}try{for(var l=r(Du),c=l.next();!c.done;c=l.next()){s=c.value;this.adapter.registerTextFieldInteractionHandler(s,this.textFieldInteractionHandler)}}catch(t){i={error:t}}finally{try{c&&!c.done&&(o=l.return)&&o.call(l)}finally{if(i)throw i.error}}this.validationObserver=this.adapter.registerValidationAttributeChangeHandler(this.validationAttributeChangeHandler),this.setcharacterCounter(this.getValue().length)},e.prototype.destroy=function(){var t,e,i,o;this.adapter.deregisterInputInteractionHandler("focus",this.inputFocusHandler),this.adapter.deregisterInputInteractionHandler("blur",this.inputBlurHandler),this.adapter.deregisterInputInteractionHandler("input",this.inputInputHandler);try{for(var n=r(ju),a=n.next();!a.done;a=n.next()){var s=a.value;this.adapter.deregisterInputInteractionHandler(s,this.setPointerXOffset)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=n.return)&&e.call(n)}finally{if(t)throw t.error}}try{for(var l=r(Du),c=l.next();!c.done;c=l.next()){s=c.value;this.adapter.deregisterTextFieldInteractionHandler(s,this.textFieldInteractionHandler)}}catch(t){i={error:t}}finally{try{c&&!c.done&&(o=l.return)&&o.call(l)}finally{if(i)throw i.error}}this.adapter.deregisterValidationAttributeChangeHandler(this.validationObserver)},e.prototype.handleTextFieldInteraction=function(){var t=this.adapter.getNativeInput();t&&t.disabled||(this.receivedUserInput=!0)},e.prototype.handleValidationAttributeChange=function(t){var e=this;t.some((function(t){return Ou.indexOf(t)>-1&&(e.styleValidity(!0),e.adapter.setLabelRequired(e.getNativeInput().required),!0)})),t.indexOf("maxlength")>-1&&this.setcharacterCounter(this.getValue().length)},e.prototype.notchOutline=function(t){if(this.adapter.hasOutline()&&this.adapter.hasLabel())if(t){var e=this.adapter.getLabelWidth()*zu.LABEL_SCALE;this.adapter.notchOutline(e)}else this.adapter.closeOutline()},e.prototype.activateFocus=function(){this.isFocused=!0,this.styleFocused(this.isFocused),this.adapter.activateLineRipple(),this.adapter.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter.floatLabel(this.shouldFloat),this.styleFloating(this.shouldFloat),this.adapter.shakeLabel(this.shouldShake)),!this.helperText||!this.helperText.isPersistent()&&this.helperText.isValidation()&&this.valid||this.helperText.showToScreenReader()},e.prototype.setTransformOrigin=function(t){if(!this.isDisabled()&&!this.adapter.hasOutline()){var e=t.touches,i=e?e[0]:t,o=i.target.getBoundingClientRect(),n=i.clientX-o.left;this.adapter.setLineRippleTransformOrigin(n)}},e.prototype.handleInput=function(){this.autoCompleteFocus(),this.setcharacterCounter(this.getValue().length)},e.prototype.autoCompleteFocus=function(){this.receivedUserInput||this.activateFocus()},e.prototype.deactivateFocus=function(){this.isFocused=!1,this.adapter.deactivateLineRipple();var t=this.isValid();this.styleValidity(t),this.styleFocused(this.isFocused),this.adapter.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter.floatLabel(this.shouldFloat),this.styleFloating(this.shouldFloat),this.adapter.shakeLabel(this.shouldShake)),this.shouldFloat||(this.receivedUserInput=!1)},e.prototype.getValue=function(){return this.getNativeInput().value},e.prototype.setValue=function(t){if(this.getValue()!==t&&(this.getNativeInput().value=t),this.setcharacterCounter(t.length),this.validateOnValueChange){var e=this.isValid();this.styleValidity(e)}this.adapter.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter.floatLabel(this.shouldFloat),this.styleFloating(this.shouldFloat),this.validateOnValueChange&&this.adapter.shakeLabel(this.shouldShake))},e.prototype.isValid=function(){return this.useNativeValidation?this.isNativeInputValid():this.valid},e.prototype.setValid=function(t){this.valid=t,this.styleValidity(t);var e=!t&&!this.isFocused&&!!this.getValue();this.adapter.hasLabel()&&this.adapter.shakeLabel(e)},e.prototype.setValidateOnValueChange=function(t){this.validateOnValueChange=t},e.prototype.getValidateOnValueChange=function(){return this.validateOnValueChange},e.prototype.setUseNativeValidation=function(t){this.useNativeValidation=t},e.prototype.isDisabled=function(){return this.getNativeInput().disabled},e.prototype.setDisabled=function(t){this.getNativeInput().disabled=t,this.styleDisabled(t)},e.prototype.setHelperTextContent=function(t){this.helperText&&this.helperText.setContent(t)},e.prototype.setLeadingIconAriaLabel=function(t){this.leadingIcon&&this.leadingIcon.setAriaLabel(t)},e.prototype.setLeadingIconContent=function(t){this.leadingIcon&&this.leadingIcon.setContent(t)},e.prototype.setTrailingIconAriaLabel=function(t){this.trailingIcon&&this.trailingIcon.setAriaLabel(t)},e.prototype.setTrailingIconContent=function(t){this.trailingIcon&&this.trailingIcon.setContent(t)},e.prototype.setcharacterCounter=function(t){if(this.characterCounter){var e=this.getNativeInput().maxLength;if(-1===e)throw new Error("MDCTextFieldFoundation: Expected maxlength html property on text input or textarea.");this.characterCounter.setCounterValue(t,e)}},e.prototype.isBadInput=function(){return this.getNativeInput().validity.badInput||!1},e.prototype.isNativeInputValid=function(){return this.getNativeInput().validity.valid},e.prototype.styleValidity=function(t){var i=e.cssClasses.INVALID;if(t?this.adapter.removeClass(i):this.adapter.addClass(i),this.helperText){if(this.helperText.setValidity(t),!this.helperText.isValidation())return;var o=this.helperText.isVisible(),n=this.helperText.getId();o&&n?this.adapter.setInputAttr(Iu.ARIA_DESCRIBEDBY,n):this.adapter.removeInputAttr(Iu.ARIA_DESCRIBEDBY)}},e.prototype.styleFocused=function(t){var i=e.cssClasses.FOCUSED;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.styleDisabled=function(t){var i=e.cssClasses,o=i.DISABLED,n=i.INVALID;t?(this.adapter.addClass(o),this.adapter.removeClass(n)):this.adapter.removeClass(o),this.leadingIcon&&this.leadingIcon.setDisabled(t),this.trailingIcon&&this.trailingIcon.setDisabled(t)},e.prototype.styleFloating=function(t){var i=e.cssClasses.LABEL_FLOATING;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.getNativeInput=function(){return(this.adapter?this.adapter.getNativeInput():null)||{disabled:!1,maxLength:-1,required:!1,type:"input",validity:{badInput:!1,valid:!0},value:""}},e}(Su); /** * @license * Copyright 2016 Google Inc. @@ -3522,13 +3539,13 @@ const sa="important",la=" !"+sa,ca=He(class extends Ye{constructor(t){var e;if(s * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ -const Lu={},Pu=He(class extends Ye{constructor(t){if(super(t),t.type!==Be&&t.type!==Ve&&t.type!==Ue)throw Error("The `live` directive is not allowed on child or event bindings");if(!(t=>void 0===t.strings)(t))throw Error("`live` bindings can only contain a single expression")}render(t){return t}update(t,[e]){if(e===X||e===K)return e;const i=t.element,o=t.name;if(t.type===Be){if(e===i[o])return X}else if(t.type===Ue){if(!!e===i.hasAttribute(o))return X}else if(t.type===Ve&&i.getAttribute(o)===e+"")return X;return((t,e=Lu)=>{t._$AH=e; +const Pu={},Nu=He(class extends Ye{constructor(t){if(super(t),t.type!==Be&&t.type!==Ve&&t.type!==Ue)throw Error("The `live` directive is not allowed on child or event bindings");if(!(t=>void 0===t.strings)(t))throw Error("`live` bindings can only contain a single expression")}render(t){return t}update(t,[e]){if(e===X||e===K)return e;const i=t.element,o=t.name;if(t.type===Be){if(e===i[o])return X}else if(t.type===Ue){if(!!e===i.hasAttribute(o))return X}else if(t.type===Ve&&i.getAttribute(o)===e+"")return X;return((t,e=Pu)=>{t._$AH=e; /** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause - */})(t),e}}),Nu=["touchstart","touchmove","scroll","mousewheel"],Ru=(t={})=>{const e={};for(const i in t)e[i]=t[i];return Object.assign({badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:!0,valueMissing:!1},e)};class Fu extends er{constructor(){super(...arguments),this.mdcFoundationClass=Du,this.value="",this.type="text",this.placeholder="",this.label="",this.icon="",this.iconTrailing="",this.disabled=!1,this.required=!1,this.minLength=-1,this.maxLength=-1,this.outlined=!1,this.helper="",this.validateOnInitialRender=!1,this.validationMessage="",this.autoValidate=!1,this.pattern="",this.min="",this.max="",this.step=null,this.size=null,this.helperPersistent=!1,this.charCounter=!1,this.endAligned=!1,this.prefix="",this.suffix="",this.name="",this.readOnly=!1,this.autocapitalize="",this.outlineOpen=!1,this.outlineWidth=0,this.isUiValid=!0,this.focused=!1,this._validity=Ru(),this.validityTransform=null}get validity(){return this._checkValidity(this.value),this._validity}get willValidate(){return this.formElement.willValidate}get selectionStart(){return this.formElement.selectionStart}get selectionEnd(){return this.formElement.selectionEnd}focus(){const t=new CustomEvent("focus");this.formElement.dispatchEvent(t),this.formElement.focus()}blur(){const t=new CustomEvent("blur");this.formElement.dispatchEvent(t),this.formElement.blur()}select(){this.formElement.select()}setSelectionRange(t,e,i){this.formElement.setSelectionRange(t,e,i)}update(t){t.has("autoValidate")&&this.mdcFoundation&&this.mdcFoundation.setValidateOnValueChange(this.autoValidate),t.has("value")&&"string"!=typeof this.value&&(this.value=`${this.value}`),super.update(t)}setFormData(t){this.name&&t.append(this.name,this.value)}render(){const t=this.charCounter&&-1!==this.maxLength,e=!!this.helper||!!this.validationMessage||t,i={"mdc-text-field--disabled":this.disabled,"mdc-text-field--no-label":!this.label,"mdc-text-field--filled":!this.outlined,"mdc-text-field--outlined":this.outlined,"mdc-text-field--with-leading-icon":this.icon,"mdc-text-field--with-trailing-icon":this.iconTrailing,"mdc-text-field--end-aligned":this.endAligned};return Y` -
${this.GUImode?Y`
@@ -3684,7 +3701,7 @@ function Bu(t){return null==t}Vu.styles=[Eu,h` `:""}
- `}updated(t){super.updated(t),this._configElement&&t.has("hass")&&(this._configElement.hass=this.hass),this._configElement&&"lovelace"in this._configElement&&t.has("lovelace")&&(this._configElement.lovelace=this.lovelace)}_handleUIConfigChanged(t){t.stopPropagation();const e=t.detail.config;this.value=e}_handleYAMLChanged(t){t.stopPropagation();const e=t.detail.value;e!==this.yaml&&(this.yaml=e)}async _updateConfigElement(){var t;if(!this.value)return;let e;try{if(this._errors=void 0,this._warnings=void 0,this._configElementType!==this.configElementType){if(this._guiSupported=void 0,this._configElement=void 0,!this.configElementType)throw new Error(this.hass.localize("ui.errors.config.no_type_provided"));this._configElementType=this.configElementType,this._loading=!0,e=await this.getConfigElement(),e&&(e.hass=this.hass,"lovelace"in e&&(e.lovelace=this.lovelace),e.addEventListener("config-changed",(t=>this._handleUIConfigChanged(t))),this._configElement=e,this._guiSupported=!0)}if(this._configElement)try{this._configElement.setConfig(this.value)}catch(t){const e=((t,e)=>{if(!(e instanceof ae))return{warnings:[e.message],errors:void 0};const i=[],o=[];for(const n of e.failures())if(void 0===n.value)i.push(t.localize("ui.errors.config.key_missing","key",n.path.join(".")));else if("never"===n.type)o.push(t.localize("ui.errors.config.key_not_expected","key",n.path.join(".")));else{if("union"===n.type)continue;"enums"===n.type?o.push(t.localize("ui.errors.config.key_wrong_type","key",n.path.join("."),"type_correct",n.message.replace("Expected ","").split(", ")[0],"type_wrong",JSON.stringify(n.value))):o.push(t.localize("ui.errors.config.key_wrong_type","key",n.path.join("."),"type_correct",n.refinement||n.type,"type_wrong",JSON.stringify(n.value)))}return{warnings:o,errors:i}})(this.hass,t);throw new Ep("Config is not supported",e.warnings,e.errors)}else this.GUImode=!1}catch(e){e instanceof Ep?(this._warnings=null!==(t=e.warnings)&&void 0!==t?t:[e.message],this._errors=e.errors||void 0):this._errors=[e.message],this.GUImode=!1}finally{this._loading=!1}}_ignoreKeydown(t){t.stopPropagation()}static get styles(){return h` + `}updated(t){super.updated(t),this._configElement&&t.has("hass")&&(this._configElement.hass=this.hass),this._configElement&&"lovelace"in this._configElement&&t.has("lovelace")&&(this._configElement.lovelace=this.lovelace)}_handleUIConfigChanged(t){t.stopPropagation();const e=t.detail.config;this.value=e}_handleYAMLChanged(t){t.stopPropagation();const e=t.detail.value;e!==this.yaml&&(this.yaml=e)}async _updateConfigElement(){var t;if(!this.value)return;let e;try{if(this._errors=void 0,this._warnings=void 0,this._configElementType!==this.configElementType){if(this._guiSupported=void 0,this._configElement=void 0,!this.configElementType)throw new Error(this.hass.localize("ui.errors.config.no_type_provided"));this._configElementType=this.configElementType,this._loading=!0,e=await this.getConfigElement(),e&&(e.hass=this.hass,"lovelace"in e&&(e.lovelace=this.lovelace),e.addEventListener("config-changed",(t=>this._handleUIConfigChanged(t))),this._configElement=e,this._guiSupported=!0)}if(this._configElement)try{this._configElement.setConfig(this.value)}catch(t){const e=((t,e)=>{if(!(e instanceof ae))return{warnings:[e.message],errors:void 0};const i=[],o=[];for(const n of e.failures())if(void 0===n.value)i.push(t.localize("ui.errors.config.key_missing","key",n.path.join(".")));else if("never"===n.type)o.push(t.localize("ui.errors.config.key_not_expected","key",n.path.join(".")));else{if("union"===n.type)continue;"enums"===n.type?o.push(t.localize("ui.errors.config.key_wrong_type","key",n.path.join("."),"type_correct",n.message.replace("Expected ","").split(", ")[0],"type_wrong",JSON.stringify(n.value))):o.push(t.localize("ui.errors.config.key_wrong_type","key",n.path.join("."),"type_correct",n.refinement||n.type,"type_wrong",JSON.stringify(n.value)))}return{warnings:o,errors:i}})(this.hass,t);throw new Ap("Config is not supported",e.warnings,e.errors)}else this.GUImode=!1}catch(e){e instanceof Ap?(this._warnings=null!==(t=e.warnings)&&void 0!==t?t:[e.message],this._errors=e.errors||void 0):this._errors=[e.message],this.GUImode=!1}finally{this._loading=!1}}_ignoreKeydown(t){t.stopPropagation()}static get styles(){return h` :host { display: flex; } @@ -3722,7 +3739,7 @@ function Bu(t){return null==t}Vu.styles=[Eu,h` display: block; margin: auto; } - `}}n([_t({attribute:!1})],Ap.prototype,"hass",void 0),n([_t({attribute:!1})],Ap.prototype,"lovelace",void 0),n([vt()],Ap.prototype,"_yaml",void 0),n([vt()],Ap.prototype,"_config",void 0),n([vt()],Ap.prototype,"_configElement",void 0),n([vt()],Ap.prototype,"_configElementType",void 0),n([vt()],Ap.prototype,"_guiMode",void 0),n([vt()],Ap.prototype,"_errors",void 0),n([vt()],Ap.prototype,"_warnings",void 0),n([vt()],Ap.prototype,"_guiSupported",void 0),n([vt()],Ap.prototype,"_loading",void 0),n([xt("ha-code-editor")],Ap.prototype,"_yamlEditor",void 0);let Sp=class extends Ap{get configElementType(){var t;return null===(t=this.value)||void 0===t?void 0:t.type}async getConfigElement(){const t=await Ip(this.configElementType);if(t&&t.getConfigElement)return t.getConfigElement()}};Sp=n([pt("mushroom-chip-element-editor")],Sp);const Ip=t=>customElements.get(Gs(t)),Tp=["action","alarm-control-panel","back","conditional","entity","light","menu","spacer","template","weather"];let zp=class extends ht{constructor(){super(...arguments),this._GUImode=!0,this._guiModeAvailable=!0,this._cardTab=!1}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){this._config=t}focusYamlEditor(){var t;null===(t=this._cardEditorEl)||void 0===t||t.focusYamlEditor()}render(){var t;if(!this.hass||!this._config)return K;const e=Oo(this.hass);return Y` + `}}n([_t({attribute:!1})],Sp.prototype,"hass",void 0),n([_t({attribute:!1})],Sp.prototype,"lovelace",void 0),n([vt()],Sp.prototype,"_yaml",void 0),n([vt()],Sp.prototype,"_config",void 0),n([vt()],Sp.prototype,"_configElement",void 0),n([vt()],Sp.prototype,"_configElementType",void 0),n([vt()],Sp.prototype,"_guiMode",void 0),n([vt()],Sp.prototype,"_errors",void 0),n([vt()],Sp.prototype,"_warnings",void 0),n([vt()],Sp.prototype,"_guiSupported",void 0),n([vt()],Sp.prototype,"_loading",void 0),n([xt("ha-code-editor")],Sp.prototype,"_yamlEditor",void 0);let Ip=class extends Sp{get configElementType(){var t;return null===(t=this.value)||void 0===t?void 0:t.type}async getConfigElement(){const t=await Tp(this.configElementType);if(t&&t.getConfigElement)return t.getConfigElement()}};Ip=n([pt("mushroom-chip-element-editor")],Ip);const Tp=t=>customElements.get(qs(t)),zp=["action","alarm-control-panel","back","conditional","entity","light","menu","spacer","template","weather"];let Op=class extends ht{constructor(){super(...arguments),this._GUImode=!0,this._guiModeAvailable=!0,this._cardTab=!1}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){this._config=t}focusYamlEditor(){var t;null===(t=this._cardEditorEl)||void 0===t||t.focusYamlEditor()}render(){var t;if(!this.hass||!this._config)return K;const e=Mo(this.hass);return Y` - ${Tp.map((t=>Y` + ${zp.map((t=>Y` ${e(`editor.chip.chip-picker.types.${t}`)} @@ -3779,7 +3796,7 @@ function Bu(t){return null==t}Vu.styles=[Eu,h` @value-changed=${this._conditionChanged} > `} - `}_selectTab(t){this._cardTab=1===t.detail.index}_toggleMode(){var t;null===(t=this._cardEditorEl)||void 0===t||t.toggleMode()}_setMode(t){this._GUImode=t,this._cardEditorEl&&(this._cardEditorEl.GUImode=t)}_handleGUIModeChanged(t){t.stopPropagation(),this._GUImode=t.detail.guiMode,this._guiModeAvailable=t.detail.guiModeAvailable}async _handleChipPicked(t){const e=t.target.value;if(""===e)return;let i;const o=Ip(e);i=o&&o.getStubConfig?await o.getStubConfig(this.hass):{type:e},t.target.value="",t.stopPropagation(),this._config&&(this._setMode(!0),this._guiModeAvailable=!0,this._config=Object.assign(Object.assign({},this._config),{chip:i}),Lt(this,"config-changed",{config:this._config}))}_handleChipChanged(t){t.stopPropagation(),this._config&&(this._config=Object.assign(Object.assign({},this._config),{chip:t.detail.config}),this._guiModeAvailable=t.detail.guiModeAvailable,Lt(this,"config-changed",{config:this._config}))}_handleReplaceChip(){this._config&&(this._config=Object.assign(Object.assign({},this._config),{chip:void 0}),Lt(this,"config-changed",{config:this._config}))}_conditionChanged(t){if(t.stopPropagation(),!this._config)return;const e=t.detail.value;this._config=Object.assign(Object.assign({},this._config),{conditions:e}),Lt(this,"config-changed",{config:this._config})}static get styles(){return h` + `}_selectTab(t){this._cardTab=1===t.detail.index}_toggleMode(){var t;null===(t=this._cardEditorEl)||void 0===t||t.toggleMode()}_setMode(t){this._GUImode=t,this._cardEditorEl&&(this._cardEditorEl.GUImode=t)}_handleGUIModeChanged(t){t.stopPropagation(),this._GUImode=t.detail.guiMode,this._guiModeAvailable=t.detail.guiModeAvailable}async _handleChipPicked(t){const e=t.target.value;if(""===e)return;let i;const o=Tp(e);i=o&&o.getStubConfig?await o.getStubConfig(this.hass):{type:e},t.target.value="",t.stopPropagation(),this._config&&(this._setMode(!0),this._guiModeAvailable=!0,this._config=Object.assign(Object.assign({},this._config),{chip:i}),Lt(this,"config-changed",{config:this._config}))}_handleChipChanged(t){t.stopPropagation(),this._config&&(this._config=Object.assign(Object.assign({},this._config),{chip:t.detail.config}),this._guiModeAvailable=t.detail.guiModeAvailable,Lt(this,"config-changed",{config:this._config}))}_handleReplaceChip(){this._config&&(this._config=Object.assign(Object.assign({},this._config),{chip:void 0}),Lt(this,"config-changed",{config:this._config}))}_conditionChanged(t){if(t.stopPropagation(),!this._config)return;const e=t.detail.value;this._config=Object.assign(Object.assign({},this._config),{conditions:e}),Lt(this,"config-changed",{config:this._config})}static get styles(){return h` mwc-tab-bar { border-bottom: 1px solid var(--divider-color); } @@ -3805,23 +3822,23 @@ function Bu(t){return null==t}Vu.styles=[Eu,h` .gui-mode-button { margin-right: auto; } - `}};n([_t({attribute:!1})],zp.prototype,"hass",void 0),n([_t({attribute:!1})],zp.prototype,"lovelace",void 0),n([vt()],zp.prototype,"_config",void 0),n([vt()],zp.prototype,"_GUImode",void 0),n([vt()],zp.prototype,"_guiModeAvailable",void 0),n([vt()],zp.prototype,"_cardTab",void 0),n([xt("mushroom-chip-element-editor")],zp.prototype,"_cardEditorEl",void 0),zp=n([pt(qs("conditional"))],zp);var Op=Object.freeze({__proto__:null,get ConditionalChipEditor(){return zp}});const Mp=fe(Hd,fe(Ud,Fd,Nd),Ce({icon_color:$e(Ee()),show_brightness_control:$e(ye()),show_color_temp_control:$e(ye()),show_color_control:$e(ye()),collapsible_controls:$e(ye()),use_light_color:$e(ye())})),jp=["show_brightness_control","use_light_color","show_color_temp_control","show_color_control"],Dp=[{name:"entity",selector:{entity:{domain:Ac}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_color",selector:{mush_color:{}}}]},...Vd,{type:"grid",name:"",schema:[{name:"use_light_color",selector:{boolean:{}}},{name:"show_brightness_control",selector:{boolean:{}}},{name:"show_color_temp_control",selector:{boolean:{}}},{name:"show_color_control",selector:{boolean:{}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Rd()];let Lp=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):jp.includes(t.name)?e(`editor.card.light.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,Mp),this._config=t}render(){return this.hass&&this._config?Y` + `}};n([_t({attribute:!1})],Op.prototype,"hass",void 0),n([_t({attribute:!1})],Op.prototype,"lovelace",void 0),n([vt()],Op.prototype,"_config",void 0),n([vt()],Op.prototype,"_GUImode",void 0),n([vt()],Op.prototype,"_guiModeAvailable",void 0),n([vt()],Op.prototype,"_cardTab",void 0),n([xt("mushroom-chip-element-editor")],Op.prototype,"_cardEditorEl",void 0),Op=n([pt(Zs("conditional"))],Op);var Mp=Object.freeze({__proto__:null,get ConditionalChipEditor(){return Op}});const jp=fe(Yd,fe(Hd,Vd,Rd),Ce({icon_color:$e(Ee()),show_brightness_control:$e(ye()),show_color_temp_control:$e(ye()),show_color_control:$e(ye()),collapsible_controls:$e(ye()),use_light_color:$e(ye())})),Dp=["show_brightness_control","use_light_color","show_color_temp_control","show_color_control"],Lp=[{name:"entity",selector:{entity:{domain:Sc}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_color",selector:{mush_color:{}}}]},...Bd,{type:"grid",name:"",schema:[{name:"use_light_color",selector:{boolean:{}}},{name:"show_brightness_control",selector:{boolean:{}}},{name:"show_color_temp_control",selector:{boolean:{}}},{name:"show_color_control",selector:{boolean:{}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Fd()];let Pp=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):Dp.includes(t.name)?e(`editor.card.light.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,jp),this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Lp.prototype,"_config",void 0),Lp=n([pt(Ec)],Lp);var Pp=Object.freeze({__proto__:null,LIGHT_LABELS:jp,get LightCardEditor(){return Lp}});const Np=[{name:"entity",selector:{entity:{domain:Ac}}},{type:"grid",name:"",schema:[{name:"name",selector:{text:{}}},{name:"content_info",selector:{mush_info:{}}}]},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"use_light_color",selector:{boolean:{}}}]},...Rd()];let Rp=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):jp.includes(t.name)?e(`editor.card.light.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){return this.hass&&this._config?Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Pp.prototype,"_config",void 0),Pp=n([pt(Ac)],Pp);var Np=Object.freeze({__proto__:null,LIGHT_LABELS:Dp,get LightCardEditor(){return Pp}});const Rp=[{name:"entity",selector:{entity:{domain:Sc}}},{type:"grid",name:"",schema:[{name:"name",selector:{text:{}}},{name:"content_info",selector:{mush_info:{}}}]},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"use_light_color",selector:{boolean:{}}}]},...Fd()];let Fp=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):Dp.includes(t.name)?e(`editor.card.light.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],Rp.prototype,"hass",void 0),n([vt()],Rp.prototype,"_config",void 0),Rp=n([pt(qs("light"))],Rp);var Fp=Object.freeze({__proto__:null,get LightChipEditor(){return Rp}});const Vp=["more-info","navigate","url","perform-action","assist","none"],Bp=Tt((t=>[{name:"entity",selector:{entity:{domain:Bs}}},{type:"grid",name:"",schema:[{name:"name",selector:{text:{}}},{name:"content_info",selector:{mush_info:{}}}]},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Rd(Vp,t)]));let Up=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=Bp(t);return Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],Fp.prototype,"hass",void 0),n([vt()],Fp.prototype,"_config",void 0),Fp=n([pt(Zs("light"))],Fp);var Vp=Object.freeze({__proto__:null,get LightChipEditor(){return Fp}});const Bp=["more-info","navigate","url","perform-action","assist","none"],Up=Tt((t=>[{name:"entity",selector:{entity:{domain:Us}}},{type:"grid",name:"",schema:[{name:"name",selector:{text:{}}},{name:"content_info",selector:{mush_info:{}}}]},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Fd(Bp,t)]));let Hp=class extends ht{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}setConfig(t){this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=Up(t);return Y` - `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],Up.prototype,"hass",void 0),n([vt()],Up.prototype,"_config",void 0),Up=n([pt(qs("alarm-control-panel"))],Up);var Hp=Object.freeze({__proto__:null,get AlarmControlPanelChipEditor(){return Up}});let Yp=class extends ht{constructor(){super(...arguments),this._guiModeAvailable=!0,this._guiMode=!0}render(){const t=Oo(this.hass);return Y` + `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([_t({attribute:!1})],Hp.prototype,"hass",void 0),n([vt()],Hp.prototype,"_config",void 0),Hp=n([pt(Zs("alarm-control-panel"))],Hp);var Yp=Object.freeze({__proto__:null,get AlarmControlPanelChipEditor(){return Hp}});let Wp=class extends ht{constructor(){super(...arguments),this._guiModeAvailable=!0,this._guiMode=!0}render(){const t=Mo(this.hass);return Y`
t===this.st[e])))return X}else if(this.st===e)return X;return this.st=Array.isArray(e)?Array.from(e):e,this.render(e,i)}});let Kp;const Gp=new Set(["spacer"]);let qp=class extends Ds{constructor(){super(...arguments),this._attached=!1,this._renderEmptySortable=!1}connectedCallback(){super.connectedCallback(),this._attached=!0}disconnectedCallback(){super.disconnectedCallback(),this._attached=!1}render(){if(!this.chips||!this.hass)return K;const t=Oo(this.hass);return Y` +const Xp={},Kp=He(class extends Ye{constructor(){super(...arguments),this.st=Xp}render(t,e){return e()}update(t,[e,i]){if(Array.isArray(e)){if(Array.isArray(this.st)&&this.st.length===e.length&&e.every(((t,e)=>t===this.st[e])))return X}else if(this.st===e)return X;return this.st=Array.isArray(e)?Array.from(e):e,this.render(e,i)}});let Gp;const qp=new Set(["spacer"]);let Zp=class extends Ls{constructor(){super(...arguments),this._attached=!1,this._renderEmptySortable=!1}connectedCallback(){super.connectedCallback(),this._attached=!0}disconnectedCallback(){super.disconnectedCallback(),this._attached=!1}render(){if(!this.chips||!this.hass)return K;const t=Mo(this.hass);return Y`

${this.label||`${t("editor.chip.chip-picker.chips")} (${this.hass.localize("ui.panel.lovelace.editor.card.config.required")})`}

- ${Xp([this.chips,this._renderEmptySortable],(()=>this._renderEmptySortable?"":this.chips.map(((e,i)=>Y` + ${Kp([this.chips,this._renderEmptySortable],(()=>this._renderEmptySortable?"":this.chips.map(((e,i)=>Y`
@@ -3901,7 +3918,7 @@ const Wp={},Xp=He(class extends Ye{constructor(){super(...arguments),this.st=Wp}
`} - ${Gp.has(e.type)?K:Y` + ${qp.has(e.type)?K:Y` - ${Tp.map((e=>Y` + ${zp.map((e=>Y` ${t(`editor.chip.chip-picker.types.${e}`)} `))} - `}updated(t){var e;super.updated(t);const i=t.has("_attached"),o=t.has("chips");if(o||i)return i&&!this._attached?(null===(e=this._sortable)||void 0===e||e.destroy(),void(this._sortable=void 0)):void(this._sortable||!this.chips?o&&this._handleChipsChanged():this._createSortable())}async _handleChipsChanged(){this._renderEmptySortable=!0,await this.updateComplete;const t=this.shadowRoot.querySelector(".chips");for(;t.lastElementChild;)t.removeChild(t.lastElementChild);this._renderEmptySortable=!1}async _createSortable(){if(!Kp){const t=await Promise.resolve().then((function(){return tb}));Kp=t.Sortable,Kp.mount(t.OnSpill),Kp.mount(t.AutoScroll())}this._sortable=new Kp(this.shadowRoot.querySelector(".chips"),{animation:150,fallbackClass:"sortable-fallback",handle:".handle",onEnd:async t=>this._chipMoved(t)})}async _addChips(t){const e=t.target,i=e.value;if(""===i)return;let o;"conditional"===i&&await vl();const n=Ip(i);o=n&&n.getStubConfig?await n.getStubConfig(this.hass):{type:i};const r=this.chips.concat(o);e.value="",Lt(this,"chips-changed",{chips:r})}_chipMoved(t){if(t.oldIndex===t.newIndex)return;const e=this.chips.concat();e.splice(t.newIndex,0,e.splice(t.oldIndex,1)[0]),Lt(this,"chips-changed",{chips:e})}_removeChip(t){const e=t.currentTarget.index,i=this.chips.concat();i.splice(e,1),Lt(this,"chips-changed",{chips:i})}_editChip(t){const e=t.currentTarget.index;Lt(this,"edit-detail-element",{subElementConfig:{index:e,type:"chip",elementConfig:this.chips[e]}})}_renderChipLabel(t){return Oo(this.hass)(`editor.chip.chip-picker.types.${t.type}`)}_renderChipSecondary(t){var e,i;const o=Oo(this.hass);if("entity"in t&&t.entity)return`${null!==(i=null!==(e=this.getEntityName(t.entity))&&void 0!==e?e:t.entity)&&void 0!==i?i:""}`;if("chip"in t&&t.chip){const e=o(`editor.chip.chip-picker.types.${t.chip.type}`);return this._renderChipSecondary(t.chip)?`${this._renderChipSecondary(t.chip)} (via ${e})`:e}return""}getEntityName(t){if(!this.hass)return;const e=this.hass.states[t];return e?e.attributes.friendly_name:void 0}static get styles(){return[super.styles,ri,h` + `}updated(t){var e;super.updated(t);const i=t.has("_attached"),o=t.has("chips");if(o||i)return i&&!this._attached?(null===(e=this._sortable)||void 0===e||e.destroy(),void(this._sortable=void 0)):void(this._sortable||!this.chips?o&&this._handleChipsChanged():this._createSortable())}async _handleChipsChanged(){this._renderEmptySortable=!0,await this.updateComplete;const t=this.shadowRoot.querySelector(".chips");for(;t.lastElementChild;)t.removeChild(t.lastElementChild);this._renderEmptySortable=!1}async _createSortable(){if(!Gp){const t=await Promise.resolve().then((function(){return eb}));Gp=t.Sortable,Gp.mount(t.OnSpill),Gp.mount(t.AutoScroll())}this._sortable=new Gp(this.shadowRoot.querySelector(".chips"),{animation:150,fallbackClass:"sortable-fallback",handle:".handle",onEnd:async t=>this._chipMoved(t)})}async _addChips(t){const e=t.target,i=e.value;if(""===i)return;let o;"conditional"===i&&await bl();const n=Tp(i);o=n&&n.getStubConfig?await n.getStubConfig(this.hass):{type:i};const r=this.chips.concat(o);e.value="",Lt(this,"chips-changed",{chips:r})}_chipMoved(t){if(t.oldIndex===t.newIndex)return;const e=this.chips.concat();e.splice(t.newIndex,0,e.splice(t.oldIndex,1)[0]),Lt(this,"chips-changed",{chips:e})}_removeChip(t){const e=t.currentTarget.index,i=this.chips.concat();i.splice(e,1),Lt(this,"chips-changed",{chips:i})}_editChip(t){const e=t.currentTarget.index;Lt(this,"edit-detail-element",{subElementConfig:{index:e,type:"chip",elementConfig:this.chips[e]}})}_renderChipLabel(t){return Mo(this.hass)(`editor.chip.chip-picker.types.${t.type}`)}_renderChipSecondary(t){var e,i;const o=Mo(this.hass);if("entity"in t&&t.entity)return`${null!==(i=null!==(e=this.getEntityName(t.entity))&&void 0!==e?e:t.entity)&&void 0!==i?i:""}`;if("chip"in t&&t.chip){const e=o(`editor.chip.chip-picker.types.${t.chip.type}`);return this._renderChipSecondary(t.chip)?`${this._renderChipSecondary(t.chip)} (via ${e})`:e}return""}getEntityName(t){if(!this.hass)return;const e=this.hass.states[t];return e?e.attributes.friendly_name:void 0}static get styles(){return[super.styles,ri,h` .chip { display: flex; align-items: center; @@ -3982,7 +3999,7 @@ const Wp={},Xp=He(class extends Ye{constructor(){super(...arguments),this.st=Wp} font-size: 12px; color: var(--secondary-text-color); } - `]}};n([_t({attribute:!1})],qp.prototype,"chips",void 0),n([_t()],qp.prototype,"label",void 0),n([vt()],qp.prototype,"_attached",void 0),n([vt()],qp.prototype,"_renderEmptySortable",void 0),qp=n([pt("mushroom-chips-card-chips-editor")],qp);const Zp=Ce({type:we("action"),icon:$e(Ee()),icon_color:$e(Ee()),tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni)}),Jp=Ce({type:we("back"),icon:$e(Ee()),icon_color:$e(Ee())}),Qp=Ce({type:we("entity"),entity:$e(Ee()),name:$e(Ee()),content_info:$e(Ee()),icon:$e(Ee()),icon_color:$e(Ee()),use_entity_picture:$e(ye()),tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni)}),tf=Ce({type:we("menu"),icon:$e(Ee()),icon_color:$e(Ee())}),ef=Ce({type:we("weather"),entity:$e(Ee()),tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni),show_temperature:$e(ye()),show_conditions:$e(ye())}),of=Ce({type:we("conditional"),chip:$e(ve()),conditions:$e(be(ve()))}),nf=Ce({type:we("light"),entity:$e(Ee()),name:$e(Ee()),content_info:$e(Ee()),icon:$e(Ee()),use_light_color:$e(ye()),tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni)}),rf=Ce({type:we("template"),entity:$e(Ee()),tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni),content:$e(Ee()),icon:$e(Ee()),icon_color:$e(Ee()),picture:$e(Ee()),entity_id:$e(Se([Ee(),be(Ee())]))}),af=Ce({type:we("spacer")}),sf=_e((t=>{if(t&&"object"==typeof t&&"type"in t)switch(t.type){case"action":return Zp;case"back":return Jp;case"entity":return Qp;case"menu":return tf;case"weather":return ef;case"conditional":return of;case"light":return nf;case"template":return rf;case"spacer":return af}return Ce()})),lf=fe(Hd,Ce({chips:be(sf),alignment:$e(Ee())}));let cf=class extends Ds{connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,lf),this._config=t}get _title(){return this._config.title||""}get _theme(){return this._config.theme||""}render(){if(!this.hass||!this._config)return K;if(this._subElementEditorConfig)return Y` + `]}};n([_t({attribute:!1})],Zp.prototype,"chips",void 0),n([_t()],Zp.prototype,"label",void 0),n([vt()],Zp.prototype,"_attached",void 0),n([vt()],Zp.prototype,"_renderEmptySortable",void 0),Zp=n([pt("mushroom-chips-card-chips-editor")],Zp);const Jp=Ce({type:we("action"),icon:$e(Ee()),icon_color:$e(Ee()),tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni)}),Qp=Ce({type:we("back"),icon:$e(Ee()),icon_color:$e(Ee())}),tf=Ce({type:we("entity"),entity:$e(Ee()),name:$e(Ee()),content_info:$e(Ee()),icon:$e(Ee()),icon_color:$e(Ee()),use_entity_picture:$e(ye()),tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni)}),ef=Ce({type:we("menu"),icon:$e(Ee()),icon_color:$e(Ee())}),of=Ce({type:we("weather"),entity:$e(Ee()),tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni),show_temperature:$e(ye()),show_conditions:$e(ye())}),nf=Ce({type:we("conditional"),chip:$e(ve()),conditions:$e(be(ve()))}),rf=Ce({type:we("light"),entity:$e(Ee()),name:$e(Ee()),content_info:$e(Ee()),icon:$e(Ee()),use_light_color:$e(ye()),tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni)}),af=Ce({type:we("template"),entity:$e(Ee()),tap_action:$e(ni),hold_action:$e(ni),double_tap_action:$e(ni),content:$e(Ee()),icon:$e(Ee()),icon_color:$e(Ee()),picture:$e(Ee()),entity_id:$e(Se([Ee(),be(Ee())]))}),sf=Ce({type:we("spacer")}),lf=_e((t=>{if(t&&"object"==typeof t&&"type"in t)switch(t.type){case"action":return Jp;case"back":return Qp;case"entity":return tf;case"menu":return ef;case"weather":return of;case"conditional":return nf;case"light":return rf;case"template":return af;case"spacer":return sf}return Ce()})),cf=fe(Yd,Ce({chips:be(lf),alignment:$e(Ee())}));let df=class extends Ls{connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,cf),this._config=t}get _title(){return this._config.title||""}get _theme(){return this._config.theme||""}render(){if(!this.hass||!this._config)return K;if(this._subElementEditorConfig)return Y` - `;const t=Oo(this.hass);return Y` + `;const t=Mo(this.hass);return Y`
- `}_valueChanged(t){var e,i,o;if(!this._config||!this.hass)return;const n=t.target,r=n.configValue||(null===(e=this._subElementEditorConfig)||void 0===e?void 0:e.type),a=null!==(o=null!==(i=n.checked)&&void 0!==i?i:t.detail.value)&&void 0!==o?o:n.value;if("chip"===r||t.detail&&t.detail.chips){const e=t.detail.chips||this._config.chips.concat();"chip"===r&&(a?e[this._subElementEditorConfig.index]=a:(e.splice(this._subElementEditorConfig.index,1),this._goBack()),this._subElementEditorConfig.elementConfig=a),this._config=Object.assign(Object.assign({},this._config),{chips:e})}else r&&(a?this._config=Object.assign(Object.assign({},this._config),{[r]:a}):(this._config=Object.assign({},this._config),delete this._config[r]));Lt(this,"config-changed",{config:this._config})}_handleSubElementChanged(t){var e;if(t.stopPropagation(),!this._config||!this.hass)return;const i=null===(e=this._subElementEditorConfig)||void 0===e?void 0:e.type,o=t.detail.config;if("chip"===i){const t=this._config.chips.concat();o?t[this._subElementEditorConfig.index]=o:(t.splice(this._subElementEditorConfig.index,1),this._goBack()),this._config=Object.assign(Object.assign({},this._config),{chips:t})}else i&&(""===o?(this._config=Object.assign({},this._config),delete this._config[i]):this._config=Object.assign(Object.assign({},this._config),{[i]:o}));this._subElementEditorConfig=Object.assign(Object.assign({},this._subElementEditorConfig),{elementConfig:o}),Lt(this,"config-changed",{config:this._config})}_editDetailElement(t){this._subElementEditorConfig=t.detail.subElementConfig}_goBack(){this._subElementEditorConfig=void 0}};n([vt()],cf.prototype,"_config",void 0),n([vt()],cf.prototype,"_subElementEditorConfig",void 0),cf=n([pt(Il)],cf);var df=Object.freeze({__proto__:null,get ChipsCardEditor(){return cf}});const uf=["auto","heat_cool","heat","cool","dry","fan_only","off"],hf=fe(Hd,fe(Ud,Fd,Nd),Ce({show_temperature_control:$e(ye()),hvac_modes:$e(be(Ee())),collapsible_controls:$e(ye())})),mf=["hvac_modes","show_temperature_control"],pf=Tt((t=>[{name:"entity",selector:{entity:{domain:Ml}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Vd,{type:"grid",name:"",schema:[{name:"hvac_modes",selector:{select:{options:uf.map((e=>({value:e,label:t(`component.climate.entity_component._.state.${e}`)}))),mode:"dropdown",multiple:!0}}},{name:"show_temperature_control",selector:{boolean:{}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Rd()]));let ff=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):mf.includes(t.name)?e(`editor.card.climate.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,hf),this._config=t}render(){if(!this.hass||!this._config)return K;const t=pf(this.hass.localize);return Y` + `}_valueChanged(t){var e,i,o;if(!this._config||!this.hass)return;const n=t.target,r=n.configValue||(null===(e=this._subElementEditorConfig)||void 0===e?void 0:e.type),a=null!==(o=null!==(i=n.checked)&&void 0!==i?i:t.detail.value)&&void 0!==o?o:n.value;if("chip"===r||t.detail&&t.detail.chips){const e=t.detail.chips||this._config.chips.concat();"chip"===r&&(a?e[this._subElementEditorConfig.index]=a:(e.splice(this._subElementEditorConfig.index,1),this._goBack()),this._subElementEditorConfig.elementConfig=a),this._config=Object.assign(Object.assign({},this._config),{chips:e})}else r&&(a?this._config=Object.assign(Object.assign({},this._config),{[r]:a}):(this._config=Object.assign({},this._config),delete this._config[r]));Lt(this,"config-changed",{config:this._config})}_handleSubElementChanged(t){var e;if(t.stopPropagation(),!this._config||!this.hass)return;const i=null===(e=this._subElementEditorConfig)||void 0===e?void 0:e.type,o=t.detail.config;if("chip"===i){const t=this._config.chips.concat();o?t[this._subElementEditorConfig.index]=o:(t.splice(this._subElementEditorConfig.index,1),this._goBack()),this._config=Object.assign(Object.assign({},this._config),{chips:t})}else i&&(""===o?(this._config=Object.assign({},this._config),delete this._config[i]):this._config=Object.assign(Object.assign({},this._config),{[i]:o}));this._subElementEditorConfig=Object.assign(Object.assign({},this._subElementEditorConfig),{elementConfig:o}),Lt(this,"config-changed",{config:this._config})}_editDetailElement(t){this._subElementEditorConfig=t.detail.subElementConfig}_goBack(){this._subElementEditorConfig=void 0}};n([vt()],df.prototype,"_config",void 0),n([vt()],df.prototype,"_subElementEditorConfig",void 0),df=n([pt(Tl)],df);var uf=Object.freeze({__proto__:null,get ChipsCardEditor(){return df}});const hf=["auto","heat_cool","heat","cool","dry","fan_only","off"],mf=fe(Yd,fe(Hd,Vd,Rd),Ce({show_temperature_control:$e(ye()),hvac_modes:$e(be(Ee())),collapsible_controls:$e(ye())})),pf=["hvac_modes","show_temperature_control"],ff=Tt((t=>[{name:"entity",selector:{entity:{domain:jl}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Bd,{type:"grid",name:"",schema:[{name:"hvac_modes",selector:{select:{options:hf.map((e=>({value:e,label:t(`component.climate.entity_component._.state.${e}`)}))),mode:"dropdown",multiple:!0}}},{name:"show_temperature_control",selector:{boolean:{}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Fd()]));let gf=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):pf.includes(t.name)?e(`editor.card.climate.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,mf),this._config=t}render(){if(!this.hass||!this._config)return K;const t=ff(this.hass.localize);return Y` - `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],ff.prototype,"_config",void 0),ff=n([pt(Ol)],ff);var gf=Object.freeze({__proto__:null,get ClimateCardEditor(){return ff}});const _f=fe(Hd,fe(Ud,Fd,Nd),Ce({show_buttons_control:$e(ye()),show_position_control:$e(ye()),show_tilt_position_control:$e(ye())})),vf=["show_buttons_control","show_position_control","show_tilt_position_control"],bf=[{name:"entity",selector:{entity:{domain:Wl}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Vd,{type:"grid",name:"",schema:[{name:"show_position_control",selector:{boolean:{}}},{name:"show_tilt_position_control",selector:{boolean:{}}},{name:"show_buttons_control",selector:{boolean:{}}}]},...Rd()];let yf=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):vf.includes(t.name)?e(`editor.card.cover.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,_f),this._config=t}render(){return this.hass&&this._config?Y` + `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],gf.prototype,"_config",void 0),gf=n([pt(Ml)],gf);var _f=Object.freeze({__proto__:null,get ClimateCardEditor(){return gf}});const vf=fe(Yd,fe(Hd,Vd,Rd),Ce({show_buttons_control:$e(ye()),show_position_control:$e(ye()),show_tilt_position_control:$e(ye())})),bf=["show_buttons_control","show_position_control","show_tilt_position_control"],yf=[{name:"entity",selector:{entity:{domain:Xl}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Bd,{type:"grid",name:"",schema:[{name:"show_position_control",selector:{boolean:{}}},{name:"show_tilt_position_control",selector:{boolean:{}}},{name:"show_buttons_control",selector:{boolean:{}}}]},...Fd()];let xf=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):bf.includes(t.name)?e(`editor.card.cover.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,vf),this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],yf.prototype,"_config",void 0),yf=n([pt(Yl)],yf);var xf=Object.freeze({__proto__:null,get CoverCardEditor(){return yf}});const wf=fe(Hd,fe(Ud,Fd,Nd),Ce({icon_color:$e(Ee())})),kf=[{name:"entity",selector:{entity:{}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_color",selector:{mush_color:{}}}]},...Vd,...Rd()];let Cf=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,wf),this._config=t}render(){return this.hass&&this._config?Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],xf.prototype,"_config",void 0),xf=n([pt(Wl)],xf);var wf=Object.freeze({__proto__:null,get CoverCardEditor(){return xf}});const kf=fe(Yd,fe(Hd,Vd,Rd),Ce({icon_color:$e(Ee())})),Cf=[{name:"entity",selector:{entity:{}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_color",selector:{mush_color:{}}}]},...Bd,...Fd()];let $f=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,kf),this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Cf.prototype,"_config",void 0),Cf=n([pt(rc)],Cf);var $f=Object.freeze({__proto__:null,get EntityCardEditor(){return Cf}});const Ef=fe(Hd,fe(Ud,Fd,Nd),Ce({icon_animation:$e(ye()),show_percentage_control:$e(ye()),show_oscillate_control:$e(ye()),collapsible_controls:$e(ye())})),Af=["icon_animation","show_percentage_control","show_oscillate_control"],Sf=[{name:"entity",selector:{entity:{domain:cc}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_animation",selector:{boolean:{}}}]},...Vd,{type:"grid",name:"",schema:[{name:"show_percentage_control",selector:{boolean:{}}},{name:"show_oscillate_control",selector:{boolean:{}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Rd()];let If=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):Af.includes(t.name)?e(`editor.card.fan.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,Ef),this._config=t}render(){return this.hass&&this._config?Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],$f.prototype,"_config",void 0),$f=n([pt(ac)],$f);var Ef=Object.freeze({__proto__:null,get EntityCardEditor(){return $f}});const Af=fe(Yd,fe(Hd,Vd,Rd),Ce({icon_animation:$e(ye()),show_percentage_control:$e(ye()),show_oscillate_control:$e(ye()),collapsible_controls:$e(ye())})),Sf=["icon_animation","show_percentage_control","show_oscillate_control"],If=[{name:"entity",selector:{entity:{domain:dc}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_animation",selector:{boolean:{}}}]},...Bd,{type:"grid",name:"",schema:[{name:"show_percentage_control",selector:{boolean:{}}},{name:"show_oscillate_control",selector:{boolean:{}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Fd()];let Tf=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):Sf.includes(t.name)?e(`editor.card.fan.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,Af),this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],If.prototype,"_config",void 0),If=n([pt(lc)],If);var Tf=Object.freeze({__proto__:null,get FanCardEditor(){return If}});const zf=fe(Hd,fe(Ud,Fd,Nd),Ce({show_target_humidity_control:$e(ye()),collapsible_controls:$e(ye())})),Of=["show_target_humidity_control"],Mf=[{name:"entity",selector:{entity:{domain:_c}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Vd,{type:"grid",name:"",schema:[{name:"show_target_humidity_control",selector:{boolean:{}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Rd()];let jf=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):Of.includes(t.name)?e(`editor.card.humidifier.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,zf),this._config=t}render(){return this.hass&&this._config?Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Tf.prototype,"_config",void 0),Tf=n([pt(cc)],Tf);var zf=Object.freeze({__proto__:null,get FanCardEditor(){return Tf}});const Of=fe(Yd,fe(Hd,Vd,Rd),Ce({show_target_humidity_control:$e(ye()),collapsible_controls:$e(ye())})),Mf=["show_target_humidity_control"],jf=[{name:"entity",selector:{entity:{domain:vc}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Bd,{type:"grid",name:"",schema:[{name:"show_target_humidity_control",selector:{boolean:{}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Fd()];let Df=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):Mf.includes(t.name)?e(`editor.card.humidifier.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,Of),this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],jf.prototype,"_config",void 0),jf=n([pt(gc)],jf);var Df=Object.freeze({__proto__:null,get HumidifierCardEditor(){return jf}});const Lf=["slider","buttons"],Pf=fe(Hd,fe(Ud,Fd,Nd),Ce({icon_color:$e(Ee()),display_mode:$e(xe(Lf))})),Nf=["display_mode"],Rf=Tt((t=>[{name:"entity",selector:{entity:{domain:wc}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_color",selector:{mush_color:{}}}]},...Vd,{name:"display_mode",selector:{select:{options:["default",...Lf].map((e=>({value:e,label:t(`editor.card.number.display_mode_list.${e}`)}))),mode:"dropdown"}}},...Rd()]));let Ff=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Nf.includes(t.name)?e(`editor.card.number.${t.name}`):Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,Pf),this._config=t}render(){if(!this.hass||!this._config)return K;const t=Oo(this.hass),e=Rf(t),i=Object.assign({},this._config);return i.display_mode||(i.display_mode="default"),Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Df.prototype,"_config",void 0),Df=n([pt(_c)],Df);var Lf=Object.freeze({__proto__:null,get HumidifierCardEditor(){return Df}});const Pf=["slider","buttons"],Nf=fe(Yd,fe(Hd,Vd,Rd),Ce({icon_color:$e(Ee()),display_mode:$e(xe(Pf))})),Rf=["display_mode"],Ff=Tt((t=>[{name:"entity",selector:{entity:{domain:kc}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_color",selector:{mush_color:{}}}]},...Bd,{name:"display_mode",selector:{select:{options:["default",...Pf].map((e=>({value:e,label:t(`editor.card.number.display_mode_list.${e}`)}))),mode:"dropdown"}}},...Fd()]));let Vf=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Rf.includes(t.name)?e(`editor.card.number.${t.name}`):Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,Nf),this._config=t}render(){if(!this.hass||!this._config)return K;const t=Mo(this.hass),e=Ff(t),i=Object.assign({},this._config);return i.display_mode||(i.display_mode="default"),Y` - `}_valueChanged(t){const e=Object.assign({},t.detail.value);"default"===e.display_mode&&delete e.display_mode,Lt(this,"config-changed",{config:e})}};n([vt()],Ff.prototype,"_config",void 0),Ff=n([pt(xc)],Ff);var Vf=Object.freeze({__proto__:null,NUMBER_LABELS:Nf,get NumberCardEditor(){return Ff}});const Bf=fe(Hd,fe(Ud,Fd,Nd)),Uf=[{name:"entity",selector:{entity:{domain:Lc}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Vd,...Rd()];let Hf=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,Bf),this._config=t}render(){return this.hass&&this._config?Y` + `}_valueChanged(t){const e=Object.assign({},t.detail.value);"default"===e.display_mode&&delete e.display_mode,Lt(this,"config-changed",{config:e})}};n([vt()],Vf.prototype,"_config",void 0),Vf=n([pt(wc)],Vf);var Bf=Object.freeze({__proto__:null,NUMBER_LABELS:Rf,get NumberCardEditor(){return Vf}});const Uf=fe(Yd,fe(Hd,Vd,Rd)),Hf=[{name:"entity",selector:{entity:{domain:Pc}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Bd,...Fd()];let Yf=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,Uf),this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Hf.prototype,"_config",void 0),Hf=n([pt(Dc)],Hf);var Yf=Object.freeze({__proto__:null,get LockCardEditor(){return Hf}});const Wf=["on_off","shuffle","previous","play_pause_stop","next","repeat"],Xf=["volume_mute","volume_set","volume_buttons"],Kf=fe(Hd,fe(Ud,Fd,Nd),Ce({use_media_info:$e(ye()),show_volume_level:$e(ye()),volume_controls:$e(be(xe(Xf))),media_controls:$e(be(xe(Wf))),collapsible_controls:$e(ye())})),Gf=["use_media_info","use_media_artwork","show_volume_level","media_controls","volume_controls"],qf=Tt((t=>[{name:"entity",selector:{entity:{domain:Yc}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Vd,{type:"grid",name:"",schema:[{name:"use_media_info",selector:{boolean:{}}},{name:"show_volume_level",selector:{boolean:{}}}]},{type:"grid",name:"",schema:[{name:"volume_controls",selector:{select:{options:Xf.map((e=>({value:e,label:t(`editor.card.media-player.volume_controls_list.${e}`)}))),mode:"list",multiple:!0}}},{name:"media_controls",selector:{select:{options:Wf.map((e=>({value:e,label:t(`editor.card.media-player.media_controls_list.${e}`)}))),mode:"list",multiple:!0}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Rd()]));let Zf=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):Gf.includes(t.name)?e(`editor.card.media-player.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,Kf),this._config=t}render(){if(!this.hass||!this._config)return K;const t=Oo(this.hass),e=qf(t);return Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Yf.prototype,"_config",void 0),Yf=n([pt(Lc)],Yf);var Wf=Object.freeze({__proto__:null,get LockCardEditor(){return Yf}});const Xf=["on_off","shuffle","previous","play_pause_stop","next","repeat"],Kf=["volume_mute","volume_set","volume_buttons"],Gf=fe(Yd,fe(Hd,Vd,Rd),Ce({use_media_info:$e(ye()),show_volume_level:$e(ye()),volume_controls:$e(be(xe(Kf))),media_controls:$e(be(xe(Xf))),collapsible_controls:$e(ye())})),qf=["use_media_info","use_media_artwork","show_volume_level","media_controls","volume_controls"],Zf=Tt((t=>[{name:"entity",selector:{entity:{domain:Wc}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Bd,{type:"grid",name:"",schema:[{name:"use_media_info",selector:{boolean:{}}},{name:"show_volume_level",selector:{boolean:{}}}]},{type:"grid",name:"",schema:[{name:"volume_controls",selector:{select:{options:Kf.map((e=>({value:e,label:t(`editor.card.media-player.volume_controls_list.${e}`)}))),mode:"list",multiple:!0}}},{name:"media_controls",selector:{select:{options:Xf.map((e=>({value:e,label:t(`editor.card.media-player.media_controls_list.${e}`)}))),mode:"list",multiple:!0}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Fd()]));let Jf=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):qf.includes(t.name)?e(`editor.card.media-player.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,Gf),this._config=t}render(){if(!this.hass||!this._config)return K;const t=Mo(this.hass),e=Zf(t);return Y` - `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Zf.prototype,"_config",void 0),Zf=n([pt(Hc)],Zf);var Jf=Object.freeze({__proto__:null,MEDIA_LABELS:Gf,get MediaCardEditor(){return Zf}});const Qf=fe(Hd,fe(Ud,Fd,Nd)),tg=["more-info","navigate","url","perform-action","assist","none"],eg=Tt((t=>[{name:"entity",selector:{entity:{domain:ed}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Vd,...Rd(tg,t)]));let ig=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,Qf),this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=eg(t);return Y` + `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Jf.prototype,"_config",void 0),Jf=n([pt(Yc)],Jf);var Qf=Object.freeze({__proto__:null,MEDIA_LABELS:qf,get MediaCardEditor(){return Jf}});const tg=fe(Yd,fe(Hd,Vd,Rd)),eg=["more-info","navigate","url","perform-action","assist","none"],ig=Tt((t=>[{name:"entity",selector:{entity:{domain:id}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Bd,...Fd(eg,t)]));let og=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,tg),this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=ig(t);return Y` - `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],ig.prototype,"_config",void 0),ig=n([pt(td)],ig);var og=Object.freeze({__proto__:null,get SwitchCardEditor(){return ig}});const ng=fe(Hd,fe(Ud,Fd,Nd),Ce({icon_color:$e(Ee())})),rg=["more-info","navigate","url","perform-action","assist","none"],ag=Tt((t=>[{name:"entity",selector:{entity:{domain:rd}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_color",selector:{mush_color:{}}}]},...Vd,...Rd(rg,t)]));let sg=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,ng),this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=ag(t);return Y` + `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],og.prototype,"_config",void 0),og=n([pt(ed)],og);var ng=Object.freeze({__proto__:null,get SwitchCardEditor(){return og}});const rg=fe(Yd,fe(Hd,Vd,Rd),Ce({icon_color:$e(Ee())})),ag=["more-info","navigate","url","perform-action","assist","none"],sg=Tt((t=>[{name:"entity",selector:{entity:{domain:ad}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_color",selector:{mush_color:{}}}]},...Bd,...Fd(ag,t)]));let lg=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,rg),this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=sg(t);return Y` - `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],sg.prototype,"_config",void 0),sg=n([pt(nd)],sg);var lg=Object.freeze({__proto__:null,get SelectCardEditor(){return sg}});const cg=fe(Hd,Ce({title:$e(Ee()),subtitle:$e(Ee()),alignment:$e(Ee()),title_tap_action:$e(ni),subtitle_tap_action:$e(ni)})),dg=["navigate","url","perform-action","none"],ug=["title","subtitle","title_tap_action","subtitle_tap_action"],hg=[{name:"title",selector:{template:{}}},{name:"subtitle",selector:{template:{}}},{name:"alignment",selector:{mush_alignment:{}}},{name:"title_tap_action",selector:{"ui-action":{actions:dg}}},{name:"subtitle_tap_action",selector:{"ui-action":{actions:dg}}}];let mg=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return ug.includes(t.name)?e(`editor.card.title.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,cg),this._config=t}render(){return this.hass&&this._config?Y` + `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],lg.prototype,"_config",void 0),lg=n([pt(rd)],lg);var cg=Object.freeze({__proto__:null,get SelectCardEditor(){return lg}});const dg=fe(Yd,Ce({title:$e(Ee()),subtitle:$e(Ee()),alignment:$e(Ee()),title_tap_action:$e(ni),subtitle_tap_action:$e(ni)})),ug=["navigate","url","perform-action","none"],hg=["title","subtitle","title_tap_action","subtitle_tap_action"],mg=[{name:"title",selector:{template:{}}},{name:"subtitle",selector:{template:{}}},{name:"alignment",selector:{mush_alignment:{}}},{name:"title_tap_action",selector:{"ui-action":{actions:ug}}},{name:"subtitle_tap_action",selector:{"ui-action":{actions:ug}}}];let pg=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return hg.includes(t.name)?e(`editor.card.title.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,dg),this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],mg.prototype,"_config",void 0),mg=n([pt(pd)],mg);var pg=Object.freeze({__proto__:null,get TitleCardEditor(){return mg}});const fg=fe(Hd,fe(Ud,Fd,Nd),Ce({show_buttons_control:$e(ye()),collapsible_controls:$e(ye())})),gg=["show_buttons_control"],_g=["more-info","navigate","url","perform-action","assist","none"],vg=Tt((t=>[{name:"entity",selector:{entity:{domain:bd}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Vd,{type:"grid",name:"",schema:[{name:"show_buttons_control",selector:{boolean:{}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Rd(_g,t)]));let bg=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):gg.includes(t.name)?e(`editor.card.update.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,fg),this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=vg(t);return Y` + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],pg.prototype,"_config",void 0),pg=n([pt(fd)],pg);var fg=Object.freeze({__proto__:null,get TitleCardEditor(){return pg}});const gg=fe(Yd,fe(Hd,Vd,Rd),Ce({show_buttons_control:$e(ye()),collapsible_controls:$e(ye())})),_g=["show_buttons_control"],vg=["more-info","navigate","url","perform-action","assist","none"],bg=Tt((t=>[{name:"entity",selector:{entity:{domain:yd}}},{name:"name",selector:{text:{}}},{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},...Bd,{type:"grid",name:"",schema:[{name:"show_buttons_control",selector:{boolean:{}}},{name:"collapsible_controls",selector:{boolean:{}}}]},...Fd(vg,t)]));let yg=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):_g.includes(t.name)?e(`editor.card.update.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,gg),this._config=t}render(){if(!this.hass||!this._config)return K;const t=!ai(this.hass.config.version,2024,8),e=bg(t);return Y` - `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],bg.prototype,"_config",void 0),bg=n([pt(vd)],bg);var yg=Object.freeze({__proto__:null,get UpdateCardEditor(){return bg}});const xg=["on_off","start_pause","stop","locate","clean_spot","return_home"],wg=fe(Hd,fe(Ud,Fd,Nd),Ce({icon_animation:$e(ye()),commands:$e(be(Ee()))})),kg=["commands"],Cg=Tt(((t,e)=>[{name:"entity",selector:{entity:{domain:$d}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_animation",selector:{boolean:{}}}]},...Vd,{name:"commands",selector:{select:{mode:"list",multiple:!0,options:xg.map((i=>({value:i,label:"on_off"===i?e(`editor.card.vacuum.commands_list.${i}`):t(`ui.dialogs.more_info_control.vacuum.${i}`)})))}}},...Rd()]));let $g=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):kg.includes(t.name)?e(`editor.card.vacuum.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,wg),this._config=t}render(){if(!this.hass||!this._config)return K;const t=Oo(this.hass),e=Cg(this.hass.localize,t);return Y` + `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],yg.prototype,"_config",void 0),yg=n([pt(bd)],yg);var xg=Object.freeze({__proto__:null,get UpdateCardEditor(){return yg}});const wg=["on_off","start_pause","stop","locate","clean_spot","return_home"],kg=fe(Yd,fe(Hd,Vd,Rd),Ce({icon_animation:$e(ye()),commands:$e(be(Ee()))})),Cg=["commands"],$g=Tt(((t,e)=>[{name:"entity",selector:{entity:{domain:Ed}}},{name:"name",selector:{text:{}}},{type:"grid",name:"",schema:[{name:"icon",selector:{icon:{}},context:{icon_entity:"entity"}},{name:"icon_animation",selector:{boolean:{}}}]},...Bd,{name:"commands",selector:{select:{mode:"list",multiple:!0,options:wg.map((i=>({value:i,label:"on_off"===i?e(`editor.card.vacuum.commands_list.${i}`):t(`ui.dialogs.more_info_control.vacuum.${i}`)})))}}},...Fd()]));let Eg=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):Cg.includes(t.name)?e(`editor.card.vacuum.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,kg),this._config=t}render(){if(!this.hass||!this._config)return K;const t=Mo(this.hass),e=$g(this.hass.localize,t);return Y` - `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],$g.prototype,"_config",void 0),$g=n([pt(Cd)],$g);var Eg=Object.freeze({__proto__:null,get VacuumCardEditor(){return $g}});const Ag=fe(Ce({type:Ee(),visibility:ve()}),Nd,Ce({entity:$e(Ee()),icon:$e(Ee()),color:$e(Ee()),label:$e(Ee()),content:$e(Ee()),picture:$e(Ee()),entity_id:$e(Se([Ee(),be(Ee())]))})),Sg=["content","label","picture"],Ig=[{name:"entity",selector:{entity:{}}},{name:"icon",selector:{template:{}}},{name:"color",selector:{template:{}}},{name:"label",selector:{template:{}}},{name:"content",selector:{template:{}}},{name:"picture",selector:{template:{}}},...Rd()];let Tg=class extends Ds{constructor(){super(...arguments),this._computeLabel=t=>{const e=Oo(this.hass);return"entity"===t.name?`${this.hass.localize("ui.panel.lovelace.editor.card.generic.entity")} (${e("editor.card.template.entity_extra")})`:Bd.includes(t.name)?e(`editor.card.generic.${t.name}`):Sg.includes(t.name)?e(`editor.card.template.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),gl()}setConfig(t){me(t,Ag),this._config=t}render(){return this.hass&&this._config?Y` + `}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Eg.prototype,"_config",void 0),Eg=n([pt($d)],Eg);var Ag=Object.freeze({__proto__:null,get VacuumCardEditor(){return Eg}});const Sg=fe(Ce({type:Ee(),visibility:ve()}),Rd,Ce({entity:$e(Ee()),icon:$e(Ee()),color:$e(Ee()),label:$e(Ee()),content:$e(Ee()),picture:$e(Ee()),entity_id:$e(Se([Ee(),be(Ee())]))})),Ig=["content","label","picture"],Tg=[{name:"entity",selector:{entity:{}}},{name:"icon",selector:{template:{}}},{name:"color",selector:{template:{}}},{name:"label",selector:{template:{}}},{name:"content",selector:{template:{}}},{name:"picture",selector:{template:{}}},...Fd()];let zg=class extends Ls{constructor(){super(...arguments),this._computeLabel=t=>{const e=Mo(this.hass);return"entity"===t.name?`${this.hass.localize("ui.panel.lovelace.editor.card.generic.entity")} (${e("editor.card.template.entity_extra")})`:Ud.includes(t.name)?e(`editor.card.generic.${t.name}`):Ig.includes(t.name)?e(`editor.card.template.${t.name}`):this.hass.localize(`ui.panel.lovelace.editor.card.generic.${t.name}`)}}connectedCallback(){super.connectedCallback(),_l()}setConfig(t){me(t,Sg),this._config=t}render(){return this.hass&&this._config?Y` - `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],Tg.prototype,"_config",void 0),Tg=n([pt(Dd)],Tg);var zg=Object.freeze({__proto__:null,TEMPLATE_LABELS:Sg,get TemplateBadgeEditor(){return Tg}}); + `:K}_valueChanged(t){Lt(this,"config-changed",{config:t.detail.value})}};n([vt()],zg.prototype,"_config",void 0),zg=n([pt(Ld)],zg);var Og=Object.freeze({__proto__:null,TEMPLATE_LABELS:Ig,get TemplateBadgeEditor(){return zg}}); /**! * Sortable 1.15.2 * @author RubaXa * @author owenm * @license MIT - */function Og(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,o)}return i}function Mg(t){for(var e=1;e=0||(n[i]=t[i]);return n}(t,e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(t,i)&&(n[i]=t[i])}return n}function Ng(t){return function(t){if(Array.isArray(t))return Rg(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return Rg(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);"Object"===i&&t.constructor&&(i=t.constructor.name);if("Map"===i||"Set"===i)return Array.from(t);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Rg(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Rg(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,o=new Array(e);i"===e[0]&&(e=e.substring(1)),t)try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(t){return!1}return!1}}function Zg(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function Jg(t,e,i,o){if(t){i=i||document;do{if(null!=e&&(">"===e[0]?t.parentNode===i&&qg(t,e):qg(t,e))||o&&t===i)return t;if(t===i)break}while(t=Zg(t))}return null}var Qg,t_=/\s+/g;function e_(t,e,i){if(t&&e)if(t.classList)t.classList[i?"add":"remove"](e);else{var o=(" "+t.className+" ").replace(t_," ").replace(" "+e+" "," ");t.className=(o+(i?" "+e:"")).replace(t_," ")}}function i_(t,e,i){var o=t&&t.style;if(o){if(void 0===i)return document.defaultView&&document.defaultView.getComputedStyle?i=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(i=t.currentStyle),void 0===e?i:i[e];e in o||-1!==e.indexOf("webkit")||(e="-webkit-"+e),o[e]=i+("string"==typeof i?"":"px")}}function o_(t,e){var i="";if("string"==typeof t)i=t;else do{var o=i_(t,"transform");o&&"none"!==o&&(i=o+" "+i)}while(!e&&(t=t.parentNode));var n=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return n&&new n(i)}function n_(t,e,i){if(t){var o=t.getElementsByTagName(e),n=0,r=o.length;if(i)for(;n=a_(o)[i]))return o;if(o===r_())break;o=h_(o,!1)}return!1}function l_(t,e,i,o){for(var n=0,r=0,a=t.children;r2&&void 0!==arguments[2]?arguments[2]:{},o=i.evt,n=Pg(i,E_);C_.pluginEvent.bind(bv)(t,e,Mg({dragEl:I_,parentEl:T_,ghostEl:z_,rootEl:O_,nextEl:M_,lastDownEl:j_,cloneEl:D_,cloneHidden:L_,dragStarted:G_,putSortable:B_,activeSortable:bv.active,originalEvent:o,oldIndex:P_,oldDraggableIndex:R_,newIndex:N_,newDraggableIndex:F_,hideGhostForTarget:fv,unhideGhostForTarget:gv,cloneNowHidden:function(){L_=!0},cloneNowShown:function(){L_=!1},dispatchSortableEvent:function(t){S_({sortable:e,name:t,originalEvent:o})}},n))};function S_(t){$_(Mg({putSortable:B_,cloneEl:D_,targetEl:I_,rootEl:O_,oldIndex:P_,oldDraggableIndex:R_,newIndex:N_,newDraggableIndex:F_},t))}var I_,T_,z_,O_,M_,j_,D_,L_,P_,N_,R_,F_,V_,B_,U_,H_,Y_,W_,X_,K_,G_,q_,Z_,J_,Q_,tv=!1,ev=!1,iv=[],ov=!1,nv=!1,rv=[],av=!1,sv=[],lv="undefined"!=typeof document,cv=Yg,dv=Bg||Vg?"cssFloat":"float",uv=lv&&!Wg&&!Yg&&"draggable"in document.createElement("div"),hv=function(){if(lv){if(Vg)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),mv=function(t,e){var i=i_(t),o=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),n=l_(t,0,e),r=l_(t,1,e),a=n&&i_(n),s=r&&i_(r),l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+a_(n).width,c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+a_(r).width;if("flex"===i.display)return"column"===i.flexDirection||"column-reverse"===i.flexDirection?"vertical":"horizontal";if("grid"===i.display)return i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(n&&a.float&&"none"!==a.float){var d="left"===a.float?"left":"right";return!r||"both"!==s.clear&&s.clear!==d?"horizontal":"vertical"}return n&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||l>=o&&"none"===i[dv]||r&&"none"===i[dv]&&l+c>o)?"vertical":"horizontal"},pv=function(t){function e(t,i){return function(o,n,r,a){var s=o.options.group.name&&n.options.group.name&&o.options.group.name===n.options.group.name;if(null==t&&(i||s))return!0;if(null==t||!1===t)return!1;if(i&&"clone"===t)return t;if("function"==typeof t)return e(t(o,n,r,a),i)(o,n,r,a);var l=(i?o:n).options.group.name;return!0===t||"string"==typeof t&&t===l||t.join&&t.indexOf(l)>-1}}var i={},o=t.group;o&&"object"==jg(o)||(o={name:o}),i.name=o.name,i.checkPull=e(o.pull,!0),i.checkPut=e(o.put),i.revertClone=o.revertClone,t.group=i},fv=function(){!hv&&z_&&i_(z_,"display","none")},gv=function(){!hv&&z_&&i_(z_,"display","")};lv&&!Wg&&document.addEventListener("click",(function(t){if(ev)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),ev=!1,!1}),!0);var _v=function(t){if(I_){var e=function(t,e){var i;return iv.some((function(o){var n=o[y_].options.emptyInsertThreshold;if(n&&!c_(o)){var r=a_(o),a=t>=r.left-n&&t<=r.right+n,s=e>=r.top-n&&e<=r.bottom+n;return a&&s?i=o:void 0}})),i}((t=t.touches?t.touches[0]:t).clientX,t.clientY);if(e){var i={};for(var o in t)t.hasOwnProperty(o)&&(i[o]=t[o]);i.target=i.rootEl=e,i.preventDefault=void 0,i.stopPropagation=void 0,e[y_]._onDragOver(i)}}},vv=function(t){I_&&I_.parentNode[y_]._isOutsideThisEl(t.target)};function bv(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=Lg({},e),t[y_]=this;var i={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return mv(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==bv.supportPointer&&"PointerEvent"in window&&!Hg,emptyInsertThreshold:5};for(var o in C_.initializePlugins(this,t,i),i)!(o in e)&&(e[o]=i[o]);for(var n in pv(e),this)"_"===n.charAt(0)&&"function"==typeof this[n]&&(this[n]=this[n].bind(this));this.nativeDraggable=!e.forceFallback&&uv,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?Kg(t,"pointerdown",this._onTapStart):(Kg(t,"mousedown",this._onTapStart),Kg(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(Kg(t,"dragover",this),Kg(t,"dragenter",this)),iv.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),Lg(this,x_())}function yv(t,e,i,o,n,r,a,s){var l,c,d=t[y_],u=d.options.onMove;return!window.CustomEvent||Vg||Bg?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=e,l.from=t,l.dragged=i,l.draggedRect=o,l.related=n||e,l.relatedRect=r||a_(e),l.willInsertAfter=s,l.originalEvent=a,t.dispatchEvent(l),u&&(c=u.call(d,l,a)),c}function xv(t){t.draggable=!1}function wv(){av=!1}function kv(t){for(var e=t.tagName+t.className+t.src+t.href+t.textContent,i=e.length,o=0;i--;)o+=e.charCodeAt(i);return o.toString(36)}function Cv(t){return setTimeout(t,0)}function $v(t){return clearTimeout(t)}bv.prototype={constructor:bv,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(q_=null)},_getDirection:function(t,e){return"function"==typeof this.options.direction?this.options.direction.call(this,t,e,I_):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,i=this.el,o=this.options,n=o.preventOnFilter,r=t.type,a=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,s=(a||t).target,l=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,c=o.filter;if(function(t){sv.length=0;var e=t.getElementsByTagName("input"),i=e.length;for(;i--;){var o=e[i];o.checked&&sv.push(o)}}(i),!I_&&!(/mousedown|pointerdown/.test(r)&&0!==t.button||o.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!Hg||!s||"SELECT"!==s.tagName.toUpperCase())&&!((s=Jg(s,o.draggable,i,!1))&&s.animated||j_===s)){if(P_=d_(s),R_=d_(s,o.draggable),"function"==typeof c){if(c.call(this,t,s,this))return S_({sortable:e,rootEl:l,name:"filter",targetEl:s,toEl:i,fromEl:i}),A_("filter",e,{evt:t}),void(n&&t.cancelable&&t.preventDefault())}else if(c&&(c=c.split(",").some((function(o){if(o=Jg(l,o.trim(),i,!1))return S_({sortable:e,rootEl:o,name:"filter",targetEl:s,fromEl:i,toEl:i}),A_("filter",e,{evt:t}),!0}))))return void(n&&t.cancelable&&t.preventDefault());o.handle&&!Jg(l,o.handle,i,!1)||this._prepareDragStart(t,a,s)}}},_prepareDragStart:function(t,e,i){var o,n=this,r=n.el,a=n.options,s=r.ownerDocument;if(i&&!I_&&i.parentNode===r){var l=a_(i);if(O_=r,T_=(I_=i).parentNode,M_=I_.nextSibling,j_=i,V_=a.group,bv.dragged=I_,U_={target:I_,clientX:(e||t).clientX,clientY:(e||t).clientY},X_=U_.clientX-l.left,K_=U_.clientY-l.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,I_.style["will-change"]="all",o=function(){A_("delayEnded",n,{evt:t}),bv.eventCanceled?n._onDrop():(n._disableDelayedDragEvents(),!Ug&&n.nativeDraggable&&(I_.draggable=!0),n._triggerDragStart(t,e),S_({sortable:n,name:"choose",originalEvent:t}),e_(I_,a.chosenClass,!0))},a.ignore.split(",").forEach((function(t){n_(I_,t.trim(),xv)})),Kg(s,"dragover",_v),Kg(s,"mousemove",_v),Kg(s,"touchmove",_v),Kg(s,"mouseup",n._onDrop),Kg(s,"touchend",n._onDrop),Kg(s,"touchcancel",n._onDrop),Ug&&this.nativeDraggable&&(this.options.touchStartThreshold=4,I_.draggable=!0),A_("delayStart",this,{evt:t}),!a.delay||a.delayOnTouchOnly&&!e||this.nativeDraggable&&(Bg||Vg))o();else{if(bv.eventCanceled)return void this._onDrop();Kg(s,"mouseup",n._disableDelayedDrag),Kg(s,"touchend",n._disableDelayedDrag),Kg(s,"touchcancel",n._disableDelayedDrag),Kg(s,"mousemove",n._delayedDragTouchMoveHandler),Kg(s,"touchmove",n._delayedDragTouchMoveHandler),a.supportPointer&&Kg(s,"pointermove",n._delayedDragTouchMoveHandler),n._dragStartTimer=setTimeout(o,a.delay)}}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){I_&&xv(I_),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;Gg(t,"mouseup",this._disableDelayedDrag),Gg(t,"touchend",this._disableDelayedDrag),Gg(t,"touchcancel",this._disableDelayedDrag),Gg(t,"mousemove",this._delayedDragTouchMoveHandler),Gg(t,"touchmove",this._delayedDragTouchMoveHandler),Gg(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?this.options.supportPointer?Kg(document,"pointermove",this._onTouchMove):Kg(document,e?"touchmove":"mousemove",this._onTouchMove):(Kg(I_,"dragend",this),Kg(O_,"dragstart",this._onDragStart));try{document.selection?Cv((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,e){if(tv=!1,O_&&I_){A_("dragStarted",this,{evt:e}),this.nativeDraggable&&Kg(document,"dragover",vv);var i=this.options;!t&&e_(I_,i.dragClass,!1),e_(I_,i.ghostClass,!0),bv.active=this,t&&this._appendGhost(),S_({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(H_){this._lastX=H_.clientX,this._lastY=H_.clientY,fv();for(var t=document.elementFromPoint(H_.clientX,H_.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(H_.clientX,H_.clientY))!==e;)e=t;if(I_.parentNode[y_]._isOutsideThisEl(t),e)do{if(e[y_]){if(e[y_]._onDragOver({clientX:H_.clientX,clientY:H_.clientY,target:t,rootEl:e})&&!this.options.dragoverBubble)break}t=e}while(e=e.parentNode);gv()}},_onTouchMove:function(t){if(U_){var e=this.options,i=e.fallbackTolerance,o=e.fallbackOffset,n=t.touches?t.touches[0]:t,r=z_&&o_(z_,!0),a=z_&&r&&r.a,s=z_&&r&&r.d,l=cv&&Q_&&u_(Q_),c=(n.clientX-U_.clientX+o.x)/(a||1)+(l?l[0]-rv[0]:0)/(a||1),d=(n.clientY-U_.clientY+o.y)/(s||1)+(l?l[1]-rv[1]:0)/(s||1);if(!bv.active&&!tv){if(i&&Math.max(Math.abs(n.clientX-this._lastX),Math.abs(n.clientY-this._lastY))n.right+r||t.clientY>o.bottom&&t.clientX>o.left:t.clientY>n.bottom+r||t.clientX>o.right&&t.clientY>o.top}(t,n,this)&&!f.animated){if(f===I_)return z(!1);if(f&&r===t.target&&(a=f),a&&(i=a_(a)),!1!==yv(O_,r,I_,e,a,i,t,!!a))return T(),f&&f.nextSibling?r.insertBefore(I_,f.nextSibling):r.appendChild(I_),T_=r,O(),z(!0)}else if(f&&function(t,e,i){var o=a_(l_(i.el,0,i.options,!0)),n=b_(i.el,i.options,z_),r=10;return e?t.clientXd+c*r/2:lu-J_)return-Z_}else if(l>d+c*(1-n)/2&&lu-c*r/2))return l>d+c/2?1:-1;return 0}(t,a,i,n,x?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,nv,q_===a),0!==_){var $=d_(I_);do{$-=_,b=T_.children[$]}while(b&&("none"===i_(b,"display")||b===z_))}if(0===_||b===a)return z(!1);q_=a,Z_=_;var E=a.nextElementSibling,A=!1,S=yv(O_,r,I_,e,a,i,t,A=1===_);if(!1!==S)return 1!==S&&-1!==S||(A=1===S),av=!0,setTimeout(wv,30),T(),A&&!E?r.appendChild(I_):a.parentNode.insertBefore(I_,A?E:a),k&&f_(k,0,C-k.scrollTop),T_=I_.parentNode,void 0===v||nv||(J_=Math.abs(v-a_(a)[w])),O(),z(!0)}if(r.contains(I_))return z(!1)}return!1}function I(s,l){A_(s,m,Mg({evt:t,isOwner:d,axis:n?"vertical":"horizontal",revert:o,dragRect:e,targetRect:i,canSort:u,fromSortable:h,target:a,completed:z,onMove:function(i,o){return yv(O_,r,I_,e,i,a_(i),t,o)},changed:O},l))}function T(){I("dragOverAnimationCapture"),m.captureAnimationState(),m!==h&&h.captureAnimationState()}function z(e){return I("dragOverCompleted",{insertion:e}),e&&(d?c._hideClone():c._showClone(m),m!==h&&(e_(I_,B_?B_.options.ghostClass:c.options.ghostClass,!1),e_(I_,s.ghostClass,!0)),B_!==m&&m!==bv.active?B_=m:m===bv.active&&B_&&(B_=null),h===m&&(m._ignoreWhileAnimating=a),m.animateAll((function(){I("dragOverAnimationComplete"),m._ignoreWhileAnimating=null})),m!==h&&(h.animateAll(),h._ignoreWhileAnimating=null)),(a===I_&&!I_.animated||a===r&&!a.animated)&&(q_=null),s.dragoverBubble||t.rootEl||a===document||(I_.parentNode[y_]._isOutsideThisEl(t.target),!e&&_v(t)),!s.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),p=!0}function O(){N_=d_(I_),F_=d_(I_,s.draggable),S_({sortable:m,name:"change",toEl:r,newIndex:N_,newDraggableIndex:F_,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){Gg(document,"mousemove",this._onTouchMove),Gg(document,"touchmove",this._onTouchMove),Gg(document,"pointermove",this._onTouchMove),Gg(document,"dragover",_v),Gg(document,"mousemove",_v),Gg(document,"touchmove",_v)},_offUpEvents:function(){var t=this.el.ownerDocument;Gg(t,"mouseup",this._onDrop),Gg(t,"touchend",this._onDrop),Gg(t,"pointerup",this._onDrop),Gg(t,"touchcancel",this._onDrop),Gg(document,"selectstart",this)},_onDrop:function(t){var e=this.el,i=this.options;N_=d_(I_),F_=d_(I_,i.draggable),A_("drop",this,{evt:t}),T_=I_&&I_.parentNode,N_=d_(I_),F_=d_(I_,i.draggable),bv.eventCanceled||(tv=!1,nv=!1,ov=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),$v(this.cloneId),$v(this._dragStartId),this.nativeDraggable&&(Gg(document,"drop",this),Gg(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),Hg&&i_(document.body,"user-select",""),i_(I_,"transform",""),t&&(G_&&(t.cancelable&&t.preventDefault(),!i.dropBubble&&t.stopPropagation()),z_&&z_.parentNode&&z_.parentNode.removeChild(z_),(O_===T_||B_&&"clone"!==B_.lastPutMode)&&D_&&D_.parentNode&&D_.parentNode.removeChild(D_),I_&&(this.nativeDraggable&&Gg(I_,"dragend",this),xv(I_),I_.style["will-change"]="",G_&&!tv&&e_(I_,B_?B_.options.ghostClass:this.options.ghostClass,!1),e_(I_,this.options.chosenClass,!1),S_({sortable:this,name:"unchoose",toEl:T_,newIndex:null,newDraggableIndex:null,originalEvent:t}),O_!==T_?(N_>=0&&(S_({rootEl:T_,name:"add",toEl:T_,fromEl:O_,originalEvent:t}),S_({sortable:this,name:"remove",toEl:T_,originalEvent:t}),S_({rootEl:T_,name:"sort",toEl:T_,fromEl:O_,originalEvent:t}),S_({sortable:this,name:"sort",toEl:T_,originalEvent:t})),B_&&B_.save()):N_!==P_&&N_>=0&&(S_({sortable:this,name:"update",toEl:T_,originalEvent:t}),S_({sortable:this,name:"sort",toEl:T_,originalEvent:t})),bv.active&&(null!=N_&&-1!==N_||(N_=P_,F_=R_),S_({sortable:this,name:"end",toEl:T_,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){A_("nulling",this),O_=I_=T_=z_=M_=D_=j_=L_=U_=H_=G_=N_=F_=P_=R_=q_=Z_=B_=V_=bv.dragged=bv.ghost=bv.clone=bv.active=null,sv.forEach((function(t){t.checked=!0})),sv.length=Y_=W_=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":I_&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move");t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,e=[],i=this.el.children,o=0,n=i.length,r=this.options;o1&&(Xv.forEach((function(t){o.addAnimationState({target:t,rect:qv?a_(t):n}),v_(t),t.fromRect=n,e.removeAnimationState(t)})),qv=!1,function(t,e){Xv.forEach((function(i,o){var n=e.children[i.sortableIndex+(t?Number(o):0)];n?e.insertBefore(i,n):e.appendChild(i)}))}(!this.options.removeCloneOnHide,i))},dragOverCompleted:function(t){var e=t.sortable,i=t.isOwner,o=t.insertion,n=t.activeSortable,r=t.parentEl,a=t.putSortable,s=this.options;if(o){if(i&&n._hideClone(),Gv=!1,s.animation&&Xv.length>1&&(qv||!i&&!n.options.sort&&!a)){var l=a_(Hv,!1,!0,!0);Xv.forEach((function(t){t!==Hv&&(__(t,l),r.appendChild(t))})),qv=!0}if(!i)if(qv||Qv(),Xv.length>1){var c=Wv;n._showClone(e),n.options.animation&&!Wv&&c&&Kv.forEach((function(t){n.addAnimationState({target:t,rect:Yv}),t.fromRect=Yv,t.thisAnimationDuration=null}))}else n._showClone(e)}},dragOverAnimationCapture:function(t){var e=t.dragRect,i=t.isOwner,o=t.activeSortable;if(Xv.forEach((function(t){t.thisAnimationDuration=null})),o.options.animation&&!i&&o.multiDrag.isMultiDrag){Yv=Lg({},e);var n=o_(Hv,!0);Yv.top-=n.f,Yv.left-=n.e}},dragOverAnimationComplete:function(){qv&&(qv=!1,Qv())},drop:function(t){var e=t.originalEvent,i=t.rootEl,o=t.parentEl,n=t.sortable,r=t.dispatchSortableEvent,a=t.oldIndex,s=t.putSortable,l=s||this.sortable;if(e){var c=this.options,d=o.children;if(!Zv)if(c.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),e_(Hv,c.selectedClass,!~Xv.indexOf(Hv)),~Xv.indexOf(Hv))Xv.splice(Xv.indexOf(Hv),1),Bv=null,$_({sortable:n,rootEl:i,name:"deselect",targetEl:Hv,originalEvent:e});else{if(Xv.push(Hv),$_({sortable:n,rootEl:i,name:"select",targetEl:Hv,originalEvent:e}),e.shiftKey&&Bv&&n.el.contains(Bv)){var u,h,m=d_(Bv),p=d_(Hv);if(~m&&~p&&m!==p)for(p>m?(h=m,u=p):(h=p,u=m+1);h1){var f=a_(Hv),g=d_(Hv,":not(."+this.options.selectedClass+")");if(!Gv&&c.animation&&(Hv.thisAnimationDuration=null),l.captureAnimationState(),!Gv&&(c.animation&&(Hv.fromRect=f,Xv.forEach((function(t){if(t.thisAnimationDuration=null,t!==Hv){var e=qv?a_(t):f;t.fromRect=e,l.addAnimationState({target:t,rect:e})}}))),Qv(),Xv.forEach((function(t){d[g]?o.insertBefore(t,d[g]):o.appendChild(t),g++})),a===d_(Hv))){var _=!1;Xv.forEach((function(t){t.sortableIndex===d_(t)||(_=!0)})),_&&(r("update"),r("sort"))}Xv.forEach((function(t){v_(t)})),l.animateAll()}Uv=l}(i===o||s&&"clone"!==s.lastPutMode)&&Kv.forEach((function(t){t.parentNode&&t.parentNode.removeChild(t)}))}},nullingGlobal:function(){this.isMultiDrag=Zv=!1,Kv.length=0},destroyGlobal:function(){this._deselectMultiDrag(),Gg(document,"pointerup",this._deselectMultiDrag),Gg(document,"mouseup",this._deselectMultiDrag),Gg(document,"touchend",this._deselectMultiDrag),Gg(document,"keydown",this._checkKeyDown),Gg(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(t){if(!(void 0!==Zv&&Zv||Uv!==this.sortable||t&&Jg(t.target,this.options.draggable,this.sortable.el,!1)||t&&0!==t.button))for(;Xv.length;){var e=Xv[0];e_(e,this.options.selectedClass,!1),Xv.shift(),$_({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:e,originalEvent:t})}},_checkKeyDown:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},Lg(t,{pluginName:"multiDrag",utils:{select:function(t){var e=t.parentNode[y_];e&&e.options.multiDrag&&!~Xv.indexOf(t)&&(Uv&&Uv!==e&&(Uv.multiDrag._deselectMultiDrag(),Uv=e),e_(t,e.options.selectedClass,!0),Xv.push(t))},deselect:function(t){var e=t.parentNode[y_],i=Xv.indexOf(t);e&&e.options.multiDrag&&~i&&(e_(t,e.options.selectedClass,!1),Xv.splice(i,1))}},eventProperties:function(){var t=this,e=[],i=[];return Xv.forEach((function(o){var n;e.push({multiDragElement:o,index:o.sortableIndex}),n=qv&&o!==Hv?-1:qv?d_(o,":not(."+t.options.selectedClass+")"):d_(o),i.push({multiDragElement:o,index:n})})),{items:Ng(Xv),clones:[].concat(Kv),oldIndicies:e,newIndicies:i}},optionListeners:{multiDragKey:function(t){return"ctrl"===(t=t.toLowerCase())?t="Control":t.length>1&&(t=t.charAt(0).toUpperCase()+t.substr(1)),t}}})},OnSpill:Vv,Sortable:bv,Swap:function(){function t(){this.defaults={swapClass:"sortable-swap-highlight"}}return t.prototype={dragStart:function(t){var e=t.dragEl;Fv=e},dragOverValid:function(t){var e=t.completed,i=t.target,o=t.onMove,n=t.activeSortable,r=t.changed,a=t.cancel;if(n.options.swap){var s=this.sortable.el,l=this.options;if(i&&i!==s){var c=Fv;!1!==o(i)?(e_(i,l.swapClass,!0),Fv=i):Fv=null,c&&c!==Fv&&e_(c,l.swapClass,!1)}r(),e(!0),a()}},drop:function(t){var e=t.activeSortable,i=t.putSortable,o=t.dragEl,n=i||this.sortable,r=this.options;Fv&&e_(Fv,r.swapClass,!1),Fv&&(r.swap||i&&i.options.swap)&&o!==Fv&&(n.captureAnimationState(),n!==e&&e.captureAnimationState(),function(t,e){var i,o,n=t.parentNode,r=e.parentNode;if(!n||!r||n.isEqualNode(e)||r.isEqualNode(t))return;i=d_(t),o=d_(e),n.isEqualNode(r)&&i=0||(n[i]=t[i]);return n}(t,e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(t,i)&&(n[i]=t[i])}return n}function Rg(t){return function(t){if(Array.isArray(t))return Fg(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return Fg(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);"Object"===i&&t.constructor&&(i=t.constructor.name);if("Map"===i||"Set"===i)return Array.from(t);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Fg(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Fg(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,o=new Array(e);i"===e[0]&&(e=e.substring(1)),t)try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(t){return!1}return!1}}function Jg(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function Qg(t,e,i,o){if(t){i=i||document;do{if(null!=e&&(">"===e[0]?t.parentNode===i&&Zg(t,e):Zg(t,e))||o&&t===i)return t;if(t===i)break}while(t=Jg(t))}return null}var t_,e_=/\s+/g;function i_(t,e,i){if(t&&e)if(t.classList)t.classList[i?"add":"remove"](e);else{var o=(" "+t.className+" ").replace(e_," ").replace(" "+e+" "," ");t.className=(o+(i?" "+e:"")).replace(e_," ")}}function o_(t,e,i){var o=t&&t.style;if(o){if(void 0===i)return document.defaultView&&document.defaultView.getComputedStyle?i=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(i=t.currentStyle),void 0===e?i:i[e];e in o||-1!==e.indexOf("webkit")||(e="-webkit-"+e),o[e]=i+("string"==typeof i?"":"px")}}function n_(t,e){var i="";if("string"==typeof t)i=t;else do{var o=o_(t,"transform");o&&"none"!==o&&(i=o+" "+i)}while(!e&&(t=t.parentNode));var n=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return n&&new n(i)}function r_(t,e,i){if(t){var o=t.getElementsByTagName(e),n=0,r=o.length;if(i)for(;n=s_(o)[i]))return o;if(o===a_())break;o=m_(o,!1)}return!1}function c_(t,e,i,o){for(var n=0,r=0,a=t.children;r2&&void 0!==arguments[2]?arguments[2]:{},o=i.evt,n=Ng(i,A_);$_.pluginEvent.bind(yv)(t,e,jg({dragEl:T_,parentEl:z_,ghostEl:O_,rootEl:M_,nextEl:j_,lastDownEl:D_,cloneEl:L_,cloneHidden:P_,dragStarted:q_,putSortable:U_,activeSortable:yv.active,originalEvent:o,oldIndex:N_,oldDraggableIndex:F_,newIndex:R_,newDraggableIndex:V_,hideGhostForTarget:gv,unhideGhostForTarget:_v,cloneNowHidden:function(){P_=!0},cloneNowShown:function(){P_=!1},dispatchSortableEvent:function(t){I_({sortable:e,name:t,originalEvent:o})}},n))};function I_(t){E_(jg({putSortable:U_,cloneEl:L_,targetEl:T_,rootEl:M_,oldIndex:N_,oldDraggableIndex:F_,newIndex:R_,newDraggableIndex:V_},t))}var T_,z_,O_,M_,j_,D_,L_,P_,N_,R_,F_,V_,B_,U_,H_,Y_,W_,X_,K_,G_,q_,Z_,J_,Q_,tv,ev=!1,iv=!1,ov=[],nv=!1,rv=!1,av=[],sv=!1,lv=[],cv="undefined"!=typeof document,dv=Wg,uv=Ug||Bg?"cssFloat":"float",hv=cv&&!Xg&&!Wg&&"draggable"in document.createElement("div"),mv=function(){if(cv){if(Bg)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),pv=function(t,e){var i=o_(t),o=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),n=c_(t,0,e),r=c_(t,1,e),a=n&&o_(n),s=r&&o_(r),l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+s_(n).width,c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+s_(r).width;if("flex"===i.display)return"column"===i.flexDirection||"column-reverse"===i.flexDirection?"vertical":"horizontal";if("grid"===i.display)return i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(n&&a.float&&"none"!==a.float){var d="left"===a.float?"left":"right";return!r||"both"!==s.clear&&s.clear!==d?"horizontal":"vertical"}return n&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||l>=o&&"none"===i[uv]||r&&"none"===i[uv]&&l+c>o)?"vertical":"horizontal"},fv=function(t){function e(t,i){return function(o,n,r,a){var s=o.options.group.name&&n.options.group.name&&o.options.group.name===n.options.group.name;if(null==t&&(i||s))return!0;if(null==t||!1===t)return!1;if(i&&"clone"===t)return t;if("function"==typeof t)return e(t(o,n,r,a),i)(o,n,r,a);var l=(i?o:n).options.group.name;return!0===t||"string"==typeof t&&t===l||t.join&&t.indexOf(l)>-1}}var i={},o=t.group;o&&"object"==Dg(o)||(o={name:o}),i.name=o.name,i.checkPull=e(o.pull,!0),i.checkPut=e(o.put),i.revertClone=o.revertClone,t.group=i},gv=function(){!mv&&O_&&o_(O_,"display","none")},_v=function(){!mv&&O_&&o_(O_,"display","")};cv&&!Xg&&document.addEventListener("click",(function(t){if(iv)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),iv=!1,!1}),!0);var vv=function(t){if(T_){var e=function(t,e){var i;return ov.some((function(o){var n=o[x_].options.emptyInsertThreshold;if(n&&!d_(o)){var r=s_(o),a=t>=r.left-n&&t<=r.right+n,s=e>=r.top-n&&e<=r.bottom+n;return a&&s?i=o:void 0}})),i}((t=t.touches?t.touches[0]:t).clientX,t.clientY);if(e){var i={};for(var o in t)t.hasOwnProperty(o)&&(i[o]=t[o]);i.target=i.rootEl=e,i.preventDefault=void 0,i.stopPropagation=void 0,e[x_]._onDragOver(i)}}},bv=function(t){T_&&T_.parentNode[x_]._isOutsideThisEl(t.target)};function yv(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=Pg({},e),t[x_]=this;var i={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return pv(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==yv.supportPointer&&"PointerEvent"in window&&!Yg,emptyInsertThreshold:5};for(var o in $_.initializePlugins(this,t,i),i)!(o in e)&&(e[o]=i[o]);for(var n in fv(e),this)"_"===n.charAt(0)&&"function"==typeof this[n]&&(this[n]=this[n].bind(this));this.nativeDraggable=!e.forceFallback&&hv,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?Gg(t,"pointerdown",this._onTapStart):(Gg(t,"mousedown",this._onTapStart),Gg(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(Gg(t,"dragover",this),Gg(t,"dragenter",this)),ov.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),Pg(this,w_())}function xv(t,e,i,o,n,r,a,s){var l,c,d=t[x_],u=d.options.onMove;return!window.CustomEvent||Bg||Ug?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=e,l.from=t,l.dragged=i,l.draggedRect=o,l.related=n||e,l.relatedRect=r||s_(e),l.willInsertAfter=s,l.originalEvent=a,t.dispatchEvent(l),u&&(c=u.call(d,l,a)),c}function wv(t){t.draggable=!1}function kv(){sv=!1}function Cv(t){for(var e=t.tagName+t.className+t.src+t.href+t.textContent,i=e.length,o=0;i--;)o+=e.charCodeAt(i);return o.toString(36)}function $v(t){return setTimeout(t,0)}function Ev(t){return clearTimeout(t)}yv.prototype={constructor:yv,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(Z_=null)},_getDirection:function(t,e){return"function"==typeof this.options.direction?this.options.direction.call(this,t,e,T_):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,i=this.el,o=this.options,n=o.preventOnFilter,r=t.type,a=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,s=(a||t).target,l=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,c=o.filter;if(function(t){lv.length=0;var e=t.getElementsByTagName("input"),i=e.length;for(;i--;){var o=e[i];o.checked&&lv.push(o)}}(i),!T_&&!(/mousedown|pointerdown/.test(r)&&0!==t.button||o.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!Yg||!s||"SELECT"!==s.tagName.toUpperCase())&&!((s=Qg(s,o.draggable,i,!1))&&s.animated||D_===s)){if(N_=u_(s),F_=u_(s,o.draggable),"function"==typeof c){if(c.call(this,t,s,this))return I_({sortable:e,rootEl:l,name:"filter",targetEl:s,toEl:i,fromEl:i}),S_("filter",e,{evt:t}),void(n&&t.cancelable&&t.preventDefault())}else if(c&&(c=c.split(",").some((function(o){if(o=Qg(l,o.trim(),i,!1))return I_({sortable:e,rootEl:o,name:"filter",targetEl:s,fromEl:i,toEl:i}),S_("filter",e,{evt:t}),!0}))))return void(n&&t.cancelable&&t.preventDefault());o.handle&&!Qg(l,o.handle,i,!1)||this._prepareDragStart(t,a,s)}}},_prepareDragStart:function(t,e,i){var o,n=this,r=n.el,a=n.options,s=r.ownerDocument;if(i&&!T_&&i.parentNode===r){var l=s_(i);if(M_=r,z_=(T_=i).parentNode,j_=T_.nextSibling,D_=i,B_=a.group,yv.dragged=T_,H_={target:T_,clientX:(e||t).clientX,clientY:(e||t).clientY},K_=H_.clientX-l.left,G_=H_.clientY-l.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,T_.style["will-change"]="all",o=function(){S_("delayEnded",n,{evt:t}),yv.eventCanceled?n._onDrop():(n._disableDelayedDragEvents(),!Hg&&n.nativeDraggable&&(T_.draggable=!0),n._triggerDragStart(t,e),I_({sortable:n,name:"choose",originalEvent:t}),i_(T_,a.chosenClass,!0))},a.ignore.split(",").forEach((function(t){r_(T_,t.trim(),wv)})),Gg(s,"dragover",vv),Gg(s,"mousemove",vv),Gg(s,"touchmove",vv),Gg(s,"mouseup",n._onDrop),Gg(s,"touchend",n._onDrop),Gg(s,"touchcancel",n._onDrop),Hg&&this.nativeDraggable&&(this.options.touchStartThreshold=4,T_.draggable=!0),S_("delayStart",this,{evt:t}),!a.delay||a.delayOnTouchOnly&&!e||this.nativeDraggable&&(Ug||Bg))o();else{if(yv.eventCanceled)return void this._onDrop();Gg(s,"mouseup",n._disableDelayedDrag),Gg(s,"touchend",n._disableDelayedDrag),Gg(s,"touchcancel",n._disableDelayedDrag),Gg(s,"mousemove",n._delayedDragTouchMoveHandler),Gg(s,"touchmove",n._delayedDragTouchMoveHandler),a.supportPointer&&Gg(s,"pointermove",n._delayedDragTouchMoveHandler),n._dragStartTimer=setTimeout(o,a.delay)}}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){T_&&wv(T_),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;qg(t,"mouseup",this._disableDelayedDrag),qg(t,"touchend",this._disableDelayedDrag),qg(t,"touchcancel",this._disableDelayedDrag),qg(t,"mousemove",this._delayedDragTouchMoveHandler),qg(t,"touchmove",this._delayedDragTouchMoveHandler),qg(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?this.options.supportPointer?Gg(document,"pointermove",this._onTouchMove):Gg(document,e?"touchmove":"mousemove",this._onTouchMove):(Gg(T_,"dragend",this),Gg(M_,"dragstart",this._onDragStart));try{document.selection?$v((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,e){if(ev=!1,M_&&T_){S_("dragStarted",this,{evt:e}),this.nativeDraggable&&Gg(document,"dragover",bv);var i=this.options;!t&&i_(T_,i.dragClass,!1),i_(T_,i.ghostClass,!0),yv.active=this,t&&this._appendGhost(),I_({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(Y_){this._lastX=Y_.clientX,this._lastY=Y_.clientY,gv();for(var t=document.elementFromPoint(Y_.clientX,Y_.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(Y_.clientX,Y_.clientY))!==e;)e=t;if(T_.parentNode[x_]._isOutsideThisEl(t),e)do{if(e[x_]){if(e[x_]._onDragOver({clientX:Y_.clientX,clientY:Y_.clientY,target:t,rootEl:e})&&!this.options.dragoverBubble)break}t=e}while(e=e.parentNode);_v()}},_onTouchMove:function(t){if(H_){var e=this.options,i=e.fallbackTolerance,o=e.fallbackOffset,n=t.touches?t.touches[0]:t,r=O_&&n_(O_,!0),a=O_&&r&&r.a,s=O_&&r&&r.d,l=dv&&tv&&h_(tv),c=(n.clientX-H_.clientX+o.x)/(a||1)+(l?l[0]-av[0]:0)/(a||1),d=(n.clientY-H_.clientY+o.y)/(s||1)+(l?l[1]-av[1]:0)/(s||1);if(!yv.active&&!ev){if(i&&Math.max(Math.abs(n.clientX-this._lastX),Math.abs(n.clientY-this._lastY))n.right+r||t.clientY>o.bottom&&t.clientX>o.left:t.clientY>n.bottom+r||t.clientX>o.right&&t.clientY>o.top}(t,n,this)&&!f.animated){if(f===T_)return z(!1);if(f&&r===t.target&&(a=f),a&&(i=s_(a)),!1!==xv(M_,r,T_,e,a,i,t,!!a))return T(),f&&f.nextSibling?r.insertBefore(T_,f.nextSibling):r.appendChild(T_),z_=r,O(),z(!0)}else if(f&&function(t,e,i){var o=s_(c_(i.el,0,i.options,!0)),n=y_(i.el,i.options,O_),r=10;return e?t.clientXd+c*r/2:lu-Q_)return-J_}else if(l>d+c*(1-n)/2&&lu-c*r/2))return l>d+c/2?1:-1;return 0}(t,a,i,n,x?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,rv,Z_===a),0!==_){var $=u_(T_);do{$-=_,b=z_.children[$]}while(b&&("none"===o_(b,"display")||b===O_))}if(0===_||b===a)return z(!1);Z_=a,J_=_;var E=a.nextElementSibling,A=!1,S=xv(M_,r,T_,e,a,i,t,A=1===_);if(!1!==S)return 1!==S&&-1!==S||(A=1===S),sv=!0,setTimeout(kv,30),T(),A&&!E?r.appendChild(T_):a.parentNode.insertBefore(T_,A?E:a),k&&g_(k,0,C-k.scrollTop),z_=T_.parentNode,void 0===v||rv||(Q_=Math.abs(v-s_(a)[w])),O(),z(!0)}if(r.contains(T_))return z(!1)}return!1}function I(s,l){S_(s,m,jg({evt:t,isOwner:d,axis:n?"vertical":"horizontal",revert:o,dragRect:e,targetRect:i,canSort:u,fromSortable:h,target:a,completed:z,onMove:function(i,o){return xv(M_,r,T_,e,i,s_(i),t,o)},changed:O},l))}function T(){I("dragOverAnimationCapture"),m.captureAnimationState(),m!==h&&h.captureAnimationState()}function z(e){return I("dragOverCompleted",{insertion:e}),e&&(d?c._hideClone():c._showClone(m),m!==h&&(i_(T_,U_?U_.options.ghostClass:c.options.ghostClass,!1),i_(T_,s.ghostClass,!0)),U_!==m&&m!==yv.active?U_=m:m===yv.active&&U_&&(U_=null),h===m&&(m._ignoreWhileAnimating=a),m.animateAll((function(){I("dragOverAnimationComplete"),m._ignoreWhileAnimating=null})),m!==h&&(h.animateAll(),h._ignoreWhileAnimating=null)),(a===T_&&!T_.animated||a===r&&!a.animated)&&(Z_=null),s.dragoverBubble||t.rootEl||a===document||(T_.parentNode[x_]._isOutsideThisEl(t.target),!e&&vv(t)),!s.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),p=!0}function O(){R_=u_(T_),V_=u_(T_,s.draggable),I_({sortable:m,name:"change",toEl:r,newIndex:R_,newDraggableIndex:V_,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){qg(document,"mousemove",this._onTouchMove),qg(document,"touchmove",this._onTouchMove),qg(document,"pointermove",this._onTouchMove),qg(document,"dragover",vv),qg(document,"mousemove",vv),qg(document,"touchmove",vv)},_offUpEvents:function(){var t=this.el.ownerDocument;qg(t,"mouseup",this._onDrop),qg(t,"touchend",this._onDrop),qg(t,"pointerup",this._onDrop),qg(t,"touchcancel",this._onDrop),qg(document,"selectstart",this)},_onDrop:function(t){var e=this.el,i=this.options;R_=u_(T_),V_=u_(T_,i.draggable),S_("drop",this,{evt:t}),z_=T_&&T_.parentNode,R_=u_(T_),V_=u_(T_,i.draggable),yv.eventCanceled||(ev=!1,rv=!1,nv=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Ev(this.cloneId),Ev(this._dragStartId),this.nativeDraggable&&(qg(document,"drop",this),qg(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),Yg&&o_(document.body,"user-select",""),o_(T_,"transform",""),t&&(q_&&(t.cancelable&&t.preventDefault(),!i.dropBubble&&t.stopPropagation()),O_&&O_.parentNode&&O_.parentNode.removeChild(O_),(M_===z_||U_&&"clone"!==U_.lastPutMode)&&L_&&L_.parentNode&&L_.parentNode.removeChild(L_),T_&&(this.nativeDraggable&&qg(T_,"dragend",this),wv(T_),T_.style["will-change"]="",q_&&!ev&&i_(T_,U_?U_.options.ghostClass:this.options.ghostClass,!1),i_(T_,this.options.chosenClass,!1),I_({sortable:this,name:"unchoose",toEl:z_,newIndex:null,newDraggableIndex:null,originalEvent:t}),M_!==z_?(R_>=0&&(I_({rootEl:z_,name:"add",toEl:z_,fromEl:M_,originalEvent:t}),I_({sortable:this,name:"remove",toEl:z_,originalEvent:t}),I_({rootEl:z_,name:"sort",toEl:z_,fromEl:M_,originalEvent:t}),I_({sortable:this,name:"sort",toEl:z_,originalEvent:t})),U_&&U_.save()):R_!==N_&&R_>=0&&(I_({sortable:this,name:"update",toEl:z_,originalEvent:t}),I_({sortable:this,name:"sort",toEl:z_,originalEvent:t})),yv.active&&(null!=R_&&-1!==R_||(R_=N_,V_=F_),I_({sortable:this,name:"end",toEl:z_,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){S_("nulling",this),M_=T_=z_=O_=j_=L_=D_=P_=H_=Y_=q_=R_=V_=N_=F_=Z_=J_=U_=B_=yv.dragged=yv.ghost=yv.clone=yv.active=null,lv.forEach((function(t){t.checked=!0})),lv.length=W_=X_=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":T_&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move");t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,e=[],i=this.el.children,o=0,n=i.length,r=this.options;o1&&(Kv.forEach((function(t){o.addAnimationState({target:t,rect:Zv?s_(t):n}),b_(t),t.fromRect=n,e.removeAnimationState(t)})),Zv=!1,function(t,e){Kv.forEach((function(i,o){var n=e.children[i.sortableIndex+(t?Number(o):0)];n?e.insertBefore(i,n):e.appendChild(i)}))}(!this.options.removeCloneOnHide,i))},dragOverCompleted:function(t){var e=t.sortable,i=t.isOwner,o=t.insertion,n=t.activeSortable,r=t.parentEl,a=t.putSortable,s=this.options;if(o){if(i&&n._hideClone(),qv=!1,s.animation&&Kv.length>1&&(Zv||!i&&!n.options.sort&&!a)){var l=s_(Yv,!1,!0,!0);Kv.forEach((function(t){t!==Yv&&(v_(t,l),r.appendChild(t))})),Zv=!0}if(!i)if(Zv||tb(),Kv.length>1){var c=Xv;n._showClone(e),n.options.animation&&!Xv&&c&&Gv.forEach((function(t){n.addAnimationState({target:t,rect:Wv}),t.fromRect=Wv,t.thisAnimationDuration=null}))}else n._showClone(e)}},dragOverAnimationCapture:function(t){var e=t.dragRect,i=t.isOwner,o=t.activeSortable;if(Kv.forEach((function(t){t.thisAnimationDuration=null})),o.options.animation&&!i&&o.multiDrag.isMultiDrag){Wv=Pg({},e);var n=n_(Yv,!0);Wv.top-=n.f,Wv.left-=n.e}},dragOverAnimationComplete:function(){Zv&&(Zv=!1,tb())},drop:function(t){var e=t.originalEvent,i=t.rootEl,o=t.parentEl,n=t.sortable,r=t.dispatchSortableEvent,a=t.oldIndex,s=t.putSortable,l=s||this.sortable;if(e){var c=this.options,d=o.children;if(!Jv)if(c.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),i_(Yv,c.selectedClass,!~Kv.indexOf(Yv)),~Kv.indexOf(Yv))Kv.splice(Kv.indexOf(Yv),1),Uv=null,E_({sortable:n,rootEl:i,name:"deselect",targetEl:Yv,originalEvent:e});else{if(Kv.push(Yv),E_({sortable:n,rootEl:i,name:"select",targetEl:Yv,originalEvent:e}),e.shiftKey&&Uv&&n.el.contains(Uv)){var u,h,m=u_(Uv),p=u_(Yv);if(~m&&~p&&m!==p)for(p>m?(h=m,u=p):(h=p,u=m+1);h1){var f=s_(Yv),g=u_(Yv,":not(."+this.options.selectedClass+")");if(!qv&&c.animation&&(Yv.thisAnimationDuration=null),l.captureAnimationState(),!qv&&(c.animation&&(Yv.fromRect=f,Kv.forEach((function(t){if(t.thisAnimationDuration=null,t!==Yv){var e=Zv?s_(t):f;t.fromRect=e,l.addAnimationState({target:t,rect:e})}}))),tb(),Kv.forEach((function(t){d[g]?o.insertBefore(t,d[g]):o.appendChild(t),g++})),a===u_(Yv))){var _=!1;Kv.forEach((function(t){t.sortableIndex===u_(t)||(_=!0)})),_&&(r("update"),r("sort"))}Kv.forEach((function(t){b_(t)})),l.animateAll()}Hv=l}(i===o||s&&"clone"!==s.lastPutMode)&&Gv.forEach((function(t){t.parentNode&&t.parentNode.removeChild(t)}))}},nullingGlobal:function(){this.isMultiDrag=Jv=!1,Gv.length=0},destroyGlobal:function(){this._deselectMultiDrag(),qg(document,"pointerup",this._deselectMultiDrag),qg(document,"mouseup",this._deselectMultiDrag),qg(document,"touchend",this._deselectMultiDrag),qg(document,"keydown",this._checkKeyDown),qg(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(t){if(!(void 0!==Jv&&Jv||Hv!==this.sortable||t&&Qg(t.target,this.options.draggable,this.sortable.el,!1)||t&&0!==t.button))for(;Kv.length;){var e=Kv[0];i_(e,this.options.selectedClass,!1),Kv.shift(),E_({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:e,originalEvent:t})}},_checkKeyDown:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},Pg(t,{pluginName:"multiDrag",utils:{select:function(t){var e=t.parentNode[x_];e&&e.options.multiDrag&&!~Kv.indexOf(t)&&(Hv&&Hv!==e&&(Hv.multiDrag._deselectMultiDrag(),Hv=e),i_(t,e.options.selectedClass,!0),Kv.push(t))},deselect:function(t){var e=t.parentNode[x_],i=Kv.indexOf(t);e&&e.options.multiDrag&&~i&&(i_(t,e.options.selectedClass,!1),Kv.splice(i,1))}},eventProperties:function(){var t=this,e=[],i=[];return Kv.forEach((function(o){var n;e.push({multiDragElement:o,index:o.sortableIndex}),n=Zv&&o!==Yv?-1:Zv?u_(o,":not(."+t.options.selectedClass+")"):u_(o),i.push({multiDragElement:o,index:n})})),{items:Rg(Kv),clones:[].concat(Gv),oldIndicies:e,newIndicies:i}},optionListeners:{multiDragKey:function(t){return"ctrl"===(t=t.toLowerCase())?t="Control":t.length>1&&(t=t.charAt(0).toUpperCase()+t.substr(1)),t}}})},OnSpill:Bv,Sortable:yv,Swap:function(){function t(){this.defaults={swapClass:"sortable-swap-highlight"}}return t.prototype={dragStart:function(t){var e=t.dragEl;Vv=e},dragOverValid:function(t){var e=t.completed,i=t.target,o=t.onMove,n=t.activeSortable,r=t.changed,a=t.cancel;if(n.options.swap){var s=this.sortable.el,l=this.options;if(i&&i!==s){var c=Vv;!1!==o(i)?(i_(i,l.swapClass,!0),Vv=i):Vv=null,c&&c!==Vv&&i_(c,l.swapClass,!1)}r(),e(!0),a()}},drop:function(t){var e=t.activeSortable,i=t.putSortable,o=t.dragEl,n=i||this.sortable,r=this.options;Vv&&i_(Vv,r.swapClass,!1),Vv&&(r.swap||i&&i.options.swap)&&o!==Vv&&(n.captureAnimationState(),n!==e&&e.captureAnimationState(),function(t,e){var i,o,n=t.parentNode,r=e.parentNode;if(!n||!r||n.isEqualNode(e)||r.isEqualNode(t))return;i=u_(t),o=u_(e),n.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 z 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%0D3_B3F*!#idfLBY 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%0A;=dH}avlqZ>C;rj9w}vAsOAK!Go21)ZmplYb=T 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
Hef%c27PbE_nqSaoPCEac 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 delta 151672 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�QjnX&# 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�#a?q4nP?LXAz4c6<>6;lzo%hT!7I|g< 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